-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
42 lines (42 loc) · 1.4 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
35
36
37
38
39
40
41
42
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>objectsforheads - Contact</title>
<link href="/css/main.css?1597882421503" rel=stylesheet />
<link href="/css/templates/simple.css?" rel=stylesheet />
</head>
<body>
<div class="page">
<div class="name">
<a href="/" class="name-shadow">
<span class="word">objects</span><br /><span class="word">for</span> <span class="word">heads</span>
</a>
<div class="name-stroke">
objects<br />for heads
</div>
<div class="name-text">
objects<br />for heads
</div>
</div>
<div class="wrapper">
<nav class="nav-bar">
<a href="/about.html" class="nav-link">About</a>
<a href="https://github.com/objectsforheads" class="nav-link" target="_blank" rel="noopener">Github</a>
<a href="/contact.html" class="nav-link">Contact</a>
</nav>
<main>
<div class="page-title">
<h1>Contact</h1>
</div>
<div class="content"><p>Usually available in Oregonian meatspace and probably reachable via <a href="mailto:hello@objectsforheads.com"><span>email</span></a>.</p>
</div>
</main>
<footer>
<div class="footer-links"><a href="#">↑ return to top</a></div>
<div class="copyright">©2020 objectsforheads</div>
</footer>
</div>
</div>
</body>
</html>