-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
31 lines (24 loc) · 875 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
<!DOCTYPE html>
<html lang="en-us">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-128827078-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-128827078-1');
</script>
<meta charset="UTF-8">
<title>Ben's Data Science Website</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<h1>Welcome</h1>
<img src="garfield.gif" alt="Everything and Nothing">
<p><a href="mailto:[email protected]"><strong>Email</strong> </a>
<p><a href="https://github.com/slawdogporsche"><strong>Github</strong> </a>
<p> <a href="index2.html"><strong>Photography</strong></a>
<p><a href="resume.pdf"><strong>Resume</strong></a>
</body>
</HTML>