-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
48 lines (43 loc) · 1.99 KB
/
Copy pathindex.html
File metadata and controls
48 lines (43 loc) · 1.99 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
42
43
44
45
46
47
48
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Eli Pollak</title>
<meta name="description" content="Hey! I'm Eli Pollak.">
<link rel="stylesheet" href="css/foundation.css" />
<link rel="stylesheet" href="css/app.css">
<link rel="icon" href="../img/favicon.ico">
<link href='https://fonts.googleapis.com/css?family=Roboto:400,300' rel='stylesheet' type='text/css'>
<script src="js/vendor/modernizr.js"></script>
</head>
<body>
<div class="row header">
<div class="small-12 large-8 small-centered text-center columns">
<h3 id="header-text">
Raised on <a target="_blank" href="https://en.wikipedia.org/wiki/Washington,_D.C.">politics.</a><br>
Schooled in <a target="_blank" href="https://engineering.stanford.edu/">engineering.</a><br>
CEO at <a target="_blank" href="https://apolloagriculture.com/">Apollo Agriculture.</a><br>
Building things to address climate change.
</h3>
</div>
</div>
<footer class="footer">
<div class="row social-icons-row">
<div class="small-10 small-centered medium-6 large-4 columns text-center">
<a target="_blank" href="https://twitter.com/elipollak"><i class="fi-social-twitter social-icons"></i></a>
<a target="_blank" href="https://www.linkedin.com/in/elipollak"><i class="fi-social-linkedin social-icons"></i></a>
<a target="_blank" href="https://github.com/elipollak"><i class="fi-social-github social-icons"></i></a>
<a target="_blank" href="mailto:eli+me@pollak.io"><i class="fi-mail social-icons"></i></a>
</div>
</div>
</footer>
<!-- For Foundation Icons, put this in your head -->
<link href="http://cdnjs.cloudflare.com/ajax/libs/foundicons/3.0.0/foundation-icons.css" rel="stylesheet">
<script src="js/vendor/jquery.js"></script>
<script src="js/foundation.min.js"></script>
<script>
$(document).foundation();
</script>
</body>
</html>