-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
38 lines (38 loc) · 1.29 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
31
32
33
34
35
36
37
38
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<title>chris becker</title>
<meta name="description" content="" />
<meta name="viewport" content="width=device-width" />
<link rel="canonical" href="https://www.becker.am/" />
<link rel="stylesheet" href="/static/css/reset.css" />
<link rel="stylesheet" href="/static/css/style.css" />
</head>
<body class="container">
<img class="homepage" src="/static/img/mebw.jpg" alt="it me" />
<div id="box">
<div class="box-content">
<h1>Chris Becker</h1>
<p class="homepage">
🖥 Infrastructure @ <a hre="https://ro.co">Ro</a>
</p>
<p class="homepage">📸 Photographer</p>
<p class="homepage">🐶 Dog dad</p>
<p class="homepage">🔧 Tinkerer</p>
<p class="homepage">📍 PHL</p>
<p class="homepage">🔐 70FA 7961 EA5F 66A9</p>
</div>
</div>
<div id="navbox" class="box-content">
<ul>
<li><a href="/about">About</a></li>
<!-- TODO <li><a href="/blog">Blog</a></li> -->
<li><a href="/photos">Photography</a></li>
<li><a href="/stuff">Projects</a></li>
<li><a href="/blabbing">Talks</a></li>
<li><a href="mailto:[email protected]">Email Me</a></li>
</ul>
</div>
</body>
</html>