-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (28 loc) · 1.2 KB
/
index.html
File metadata and controls
28 lines (28 loc) · 1.2 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>objectsforheads - 👋</title>
<link href="/css/main.css?1597882421466" rel=stylesheet />
<link href="/css/homepage.css?1597882421466" rel=stylesheet />
</head>
<body>
<div class="jumbotron">
<div class="jumbotron-left">
<div class="name">
<div class="name-shadow">objects<br />for heads</div>
<div class="name-stroke">objects<br />for heads</div>
<h1 class="name-text">objects<br />for heads</h1>
</div>
<nav>
<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>
</div>
<main class="jumbotron-right">
<p>full-stack engineer, front-end specialist, currently <a href="https://github.com/objectsforheads/portfolio-2019" target="_blank" rel="noopener"><span>yak shaving</span></a> and <a href="https://learntousevim.com/" target="_blank" rel="external"><span>trying out an IDE cleanse</span></a>.</p>
</main>
</div>
</body>
</html>