-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
32 lines (32 loc) · 1.16 KB
/
contact.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
<!DOCTYPE html>
<html>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-118772258-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-118772258-1');
</script>
<head>
<link rel="stylesheet" href="style.css">
<title>Contact Sarah</title>
</head>
<body>
<div id="container" class="container">
<div id="output" class="container"></div>
<div id="wrapper" class="wrapper">
<h1>Contact Information</h1>
<a href="mailto:[email protected]"><b>Email: [email protected]</b></a><br>
<a href="http://www.linkedin.com/in/sarahfrancesgibbons"><b>LinkedIn</b></a><br>
<a href="index.html"><b>Home</b></a>
</div>
<div id="noise" class="overlay noise"></div>
<div style="display:none;" id="controls" class="controls"></div>
<div id="vignette" class="overlay vignette"></div>
</body>
<script src="prefixfree.min.js"></script>
<script src="dat.gui.min.js"></script>
<script src="fss.min.js"></script>
<script src="background1.js"></script>
</html>