-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (36 loc) · 1.56 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
39
<!DOCTYPE html>
<!-- 👋 -->
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="Salomone Baquis is a web developer in Washington, DC."/>
<title>Salomone Baquis</title>
<link href="https://fonts.googleapis.com/css?family=Inconsolata:400,700" rel="stylesheet" />
<link rel="preload" as="style" href="/assets/css/styles.css" />
<link rel="stylesheet" type="text/css" href="/assets/css/styles.css" />
<link rel="shortcut icon" href="/static/favicon.png" />
<link rel="modulepreload" as="script" href="/assets/js/main.js" />
<script async src="/assets/js/main.js" type="module"></script>
</head>
<body>
<main class="main">
<h1>Salomone Baquis</h1>
<p>
I'm a web developer based in Washington, D.C. My name is pronounced like
<span class="name">sol-uh-min bah-kweese</span>. I enjoy running, most
music, and <a href="https://www.youtube.com/watch?v=jJN9mBRX3uo" target="_blank" rel="noreferrer">this joke</a>.
</p>
<p>
I currently work at
<a href="https://slate.com/" target="_blank" rel="noreferrer">Slate</a>.
</p>
<p class="links">
<a href="https://github.com/salomoneb" target="_blank" rel="noreferrer">Github</a>
<span class="divider"> | </span>
<a href="https://www.linkedin.com/in/salomonebaquis" target="_blank" rel="noreferrer">LinkedIn</a>
</p>
</main>
</body>
</html>