-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcontact.html
34 lines (32 loc) · 1.27 KB
/
contact.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<!DOCTYPE html>
<html lang='en'>
<head>
<meta charset=utf-8>
<title>Contact</title>
<link href="/css/grey-and-blue.css" rel=stylesheet>
<meta name="theme-color" content="#3377FF">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=5.0, minimum-scale=1">
<link rel="canonical" href="https://ddr0.ca/contact">
</head>
<body>
<a href='#content' id='skip-nav'>skip nav</a>
<div id='content-holder'>
<div id="content-header">
<div id='badge'><img alt='' src='/images/icons/chat2.svg'></div>
<h1><img alt='contact' src='/images/text-contact.png'></h1>
<div id='icon-bar'>
<a href='/blog' ><img src='/images/icons/page.svg' ><span>blog</span></a>
<a href='/gallery' ><img src='/images/icons/work.svg' ><span>gallery</span></a>
<a href='/contact' class='selected'><img src='/images/icons/chat2.svg'><span>contact</span></a>
<a href='/rss.xml' ><img src='/images/icons/rss.svg' ><span>rss</span></a>
</div>
</div>
<a name='content'></a>
<div id='content-pane'>
<p>You can reach me at [email protected], on Github as DDR0, or on Discord as DDR#0001.</p>
<p>See also: <a href="/files/personal/resume.pdf">my resume</a>.</p>
</div>
</div>
</body>
<footer>Site ©2025 DDR.</footer>
</html>