-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·48 lines (45 loc) · 2.34 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
39
40
41
42
43
44
45
46
47
48
<!DOCTYPE html>
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-50739414-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-50739414-1');
</script>
<meta charset="utf-8">
<title>Benjamin Singleton</title>
<link rel="shortcut icon" href="favicon.ico" />
<link rel="stylesheet" href="index.css">
<link rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Montserrat">
<link rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Inconsolata">
<link rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Open+Sans">
<script src="https://use.fontawesome.com/9e23e8ae82.js"></script>
</head>
<body>
<div class="container">
<div class="row">
<h1>Benjamin Singleton</h1>
</div>
<div class="row">
<p>
<span>Data management, analytics and data science professional building modern data platforms and data products <a href="https://www.linkedin.com/in/benjaminsingleton/" target="_blank">(CV)</a>.</span>
<span>Director of Investment Data Engineering (<a href="https://vikingglobal.com/" target="_blank">Viking Global</a>)</span>
<span>Director of Analytics (<a href="https://www.jetblue.com/" target="_blank">JetBlue</a>)</span>
<span>Formerly Director of Analytics (<a href="https://www1.nyc.gov/site/nypd/index.page" target="_blank">NYPD</a>), also (<a href="https://www.sidewalklabs.com/" target="_blank">Sidewalk Labs</a>) and (<a href="https://www.manhattanda.org/" target="_blank">Manhattan DA</a>).</span>
<span>Yale BA. JJAY MA.</span>
</p>
</div>
<div class="row icons">
<a href="https://www.linkedin.com/in/benjaminsingleton/" target="_blank"><i class="fa fa-2x fa-linkedin" aria-hidden="true"></i></a>
<a href="https://github.com/benjaminsingleton/" target="_blank"><i class="fa fa-2x fa-github" aria-hidden="true"></i></a>
<a href="https://twitter.com/bensingletonnyc/" target="_blank"><i class="fa fa-2x fa-twitter" aria-hidden="true"></i></a>
</div>
</div>
</body>
</html>