-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
65 lines (59 loc) · 2.78 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<!DOCTYPE html>
<html>
<head>
<title>Billy Jacobson</title>
<link href='https://fonts.googleapis.com/css?family=Bad+Script|Open+Sans:400,300' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="css/style.css">
<!-- Favicon from https://icons8.com/ -->
<link rel="icon" type="image/x-icon" href="img/favicon.ico">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Official website for Billy Jacobson: Google engineer, New Yorker, comedy
lover.">
<meta property=”og:title” content=”Official website for Billy Jacobson/>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script>
<script src="js/index.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-72662505-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<h1 id="name-intro"></h1>
<div id="body-container">
<div id="main-picture">
<img src="img/billy.jpg" alt="Picture of Billy in Brooklyn.">
</div>
<div id="information">
<p>
Currently, I work as a front-end engineer on <a href="https://cloud.google.com" target="_blank">Google Cloud Platform</a> in New York City. You can find me at various tech meetups in the city including the <a href="http://www.meetup.com/AngularJS-NYC/" target="_blank">AngularJS Meetup</a> which I help run.
</p>
<p>
When I'm not thinking about code, I enjoy wandering around different neighborhoods, hunting for apartments in those neighborhoods, drinking well-crafted cocktails, and watching — sometimes even performing — comedy.
</p>
<p>
I was born and raised in NYC attending Columbia Grammar and Preparatory School for high school and Washington University in St. Louis for college where I received a B.S. in Computer Science with a second major in Mathematics.
</p>
</div>
<div id="social-links">
<!-- Icons from https://www.iconfinder.com/iconsets/social-icons-24 -->
<a href="https://twitter.com/BillyJacobson" target="_blank">
<div id="twitter-link" class="social-link"></div>
</a>
<a href="https://www.linkedin.com/in/billyjacobson" target="_blank">
<div id="linkedin-link" class="social-link"></div>
</a>
<a href="https://www.instagram.com/billyrj/" target="_blank">
<div id="instagram-link" class="social-link"></div>
</a>
<a href="https://github.com/billyjacobson" target="_blank">
<div id="github-link" class="social-link"></div>
</a>
</div>
</div>
</body>
</html>