-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
30 lines (29 loc) · 1.25 KB
/
index.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
<!doctype HTML>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>hello, i'm caroline.</title>
<link rel="stylesheet" href="styles.css">
<link rel="icon" href="./favicon.ico" type="image/x-icon">
</head>
<body>
<main>
<div id="notice">
<div class="box001">
<h1>Hello, I'm Caroline J. Dale.</h1>
<h2 class="tagline">I like to make things on the internet.</h2><p>I'm interested in early web nostalgia, monospace fonts, interrogating trends, DIY culture, plain text, chaos, kitsch, camp, minimum viable products, and maximalism.</p>
</div>
</div>
<nav class="nav-bar">
<div id="billboard">
<a class="postit green" href="projects/" title="projects">projects</a>
<a class="postit yellow" href="http://www.github.com/carolinejdale" title="github">github</a>
<a class="postit pink" href="http://linkedin.com/in/carolinejdale" title="linkedin">linkedin</a>
<a class="postit purple" a href="mailto:[email protected]" title="contact">contact</a>
</div>
</nav>
</main>
</body>
</html>