-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
46 lines (41 loc) · 1.62 KB
/
contact.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
40
41
42
43
44
45
46
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="style.css">
<title>contact</title>
</head>
<body>
<header>
<h1>irena li</h1>
<nav id = 'nav'>
<a href = "index.html">home</a>
<a href = "work.html">work</a>
<a href = "about.html">about</a>
<a href = "contact.html">contact</a>
</nav>
</header>
<main>
<div class = 'container'>
<h2>get in touch</h2>
<p>talk to me about journalism, research, data, books, podcasts, etc.</p>
<p>email: irenayli [at] umich [dot] edu</p>
<p>linkedin: <a href="https://www.linkedin.com/in/irenayli/" style="color: #8461a2">/in/irenayli/</a></p>
<p>github: <a href="https://github.com/irenayli" style="color: #8461a2">irenayli</a></p>
<p>and more:</p>
<ul>
<li><a href="https://www.goodreads.com/user/show/167365063-irena" style="color: #8461a2">goodreads</a></li>
<li><a href="https://www.nytimes.com/puzzles/leaderboards/invite/e8359033-382e-46f5-84da-f2a78fde3bda" style="color: #8461a2">nyt crosswords</a></li>
<li><a href="https://www.geoguessr.com/user/5b5e60fffdcd8a103402095d" style="color: #8461a2">geoguessr</a></li>
</ul>
</div>
</main>
<footer>
<div class = 'container'>
<div class = 'horizontal-line'></div>
last updated: april 2024
</div>
</footer>
</body>
</html>