-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
32 lines (29 loc) · 1.32 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
<!DOCTYPE html>
<html lang=en>
<head>
<title>George Beknazar-Yuzbashev</title>
<meta name="viewport" content="width=device-width">
<meta charset="UTF-8">
<link rel=icon href=favicon.ico>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<main>
<h1>George <span class='red'>Beknazar-Yuzbashev</span></h1>
<nav>
<ul>
<li><a class="red" href="index.html">home</a> <span class="text-accent">|</span> <a href="research.html">research</a> <span class="text-accent">|</span> <a href="fun.html">fun</a></li>
<li>---</li>
<p><span style="color: #ebdbb2">econ phd student @Columbia, 6th year</span></p>
<p><span style="color: #ebdbb2">political economics, behavioral, experimental</span></p>
<p><span style="color: #ebdbb2">i come from a hooligan country and fight krakens</span></p>
<li>---</li>
<li><a href="https://github.com/sometimesabird">github</a></li>
<li><a href="https://bitbucket.org/endangeredspecies">bitbucket</a></li>
<li><a href="https://twitter.com/sometimesabird">twitter</a></li>
<li><a href="https://www.instagram.com/endangeredspecies">instagram</a></li>
</ul>
</nav>
</main>
</body>
</html>