-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
38 lines (29 loc) · 1.02 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>
<title>Emily Mendelson | Personal Website</title>
<link rel="stylesheet" href="css/style.css">
<meta property="og:image" content="img/lightback.JPG">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-Y6H3DQLMNM"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-Y6H3DQLMNM');
</script>
</head>
<meta property="og:image" content="City.jpeg">
<body>
<header>
<nav>
<ul>
<li class="logo"><a href="index.html"><h2>EMILY MENDELSON</h2></a></li>
<li><a href="experience.html">Experience</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
</header>
<a href="https://www.linkedin.com/in/mendelsonemily/"><h1 class= "experience fixed title">Emily Mendelson</h1></a>
</body>
</html>