-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
41 lines (36 loc) · 1.85 KB
/
index.html
File metadata and controls
41 lines (36 loc) · 1.85 KB
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
<html><head>
<link href="https://fonts.googleapis.com/css?family=Handlee" rel="stylesheet"> <!-- This is the "Handlee" font from Google fonts -->
<link href="https://fonts.googleapis.com/css?family=Pacifico" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300|Poiret+One" rel="stylesheet">
<title>Elizabeth's Portfolio</title> <!-- this goes on the tab -->
<meta name="description" content="Elizabeth Gilbert - Welcome">
<link href="css/style.css" rel="stylesheet"> <!--this is how it knows that the style sheet exists -->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-52740454-3"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-52740454-3');
</script>
<meta property="og:site_name" content="Elizabeth Gilbert"/>
<meta property="og:title" content="Elizabeth Gilbert - Welcome"/>
<meta property="og:image" content="thumbnail.PNG">
<meta property="og:url" content="http://eabert.github.io">
</head>
<body>
<nav>
<ul>
<li><a class="active" href="index.html">Home</a></li>
<li><a href="about.html">About Me</a></li>
<li><a href="resume.html">Resume</a></li>
<!-- SUB LINK FOR PERSONAL STATEMENT / COVER LETTER -->
</ul>
</nav>
<p><img src="elizabethgilbert.png" alt="Elizabeth Gilbert Portrait" style="width:200px;height:200px;"></p>
<div> <h1>Elizabeth Gilbert</h1> </div>
<p><b>I am a Product Data Scientist at Duo</b></p>
<p><a href="https://www.linkedin.com/in/elizabethagilbert/">LinkedIn</a> - <a target="_blank" href="mailto:elgilber@cisco.com">Email</a> - <a href="https://github.com/eabert">GitHub</a></p>
<!--MAKE INTO ICONS-->
<!-- ADD H&S EPORTFOLIO LINK -->
</body></html>