-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (38 loc) · 958 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Jacob Goldman</title>
<script>
(function (e, t, n, i, s, a, c) {
e[n] =
e[n] ||
function () {
(e[n].q = e[n].q || []).push(arguments);
};
a = t.createElement(i);
c = t.getElementsByTagName(i)[0];
a.async = true;
a.src = s;
c.parentNode.insertBefore(a, c);
})(
window,
document,
"galite",
"script",
"https://cdn.jsdelivr.net/npm/ga-lite@2/dist/ga-lite.min.js"
);
galite("create", "UA-140388915-1", "auto");
galite("send", "pageview");
</script>
</head>
<body>
<h1>Jacob Goldman</h1>
<p>I live in Cambridge, MA and work at Google.</p>
<p>
<a href="https://www.linkedin.com/in/jacob-goldman-759280127/"
>LinkedIn</a
>
<a href="https://www.github.com/JacobGo">GitHub</a>
</p>
</body>
</html>