-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
53 lines (49 loc) · 1.67 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1" />
<!DOCTYPE html>
<html>
<head>
<title>stuff and things</title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<link rel="stylesheet" type="text/css" href="styles/mainStyle.css" />
<script
src="https://code.jquery.com/jquery-3.2.1.js"
integrity="sha256-DZAnKJ/6XZ9si04Hgrsxu/8s717jcIzLy3oi35EouyE="
crossorigin="anonymous">
</script>
<script src="main.js"></script>
</head>
<body ng-app="mainApp">
<div id="title">
Contact
<br>
<span class="subtext blockDisplay">Boring information and stuff</span>
</div>
<div id="navbar"></div>
<div id="content">
<div class="row">
<div>
<div class="row">
<div class="centerText">
<h2>Github</h2>
<hr>
<a style="display: block" href="http://github.com/joethe">http://github.com/joethe</a>
</div>
<div class="centerText">
<h2>Email</h2>
<hr>
<p>[email protected]</p>
</div>
<div class="centerText">
<h2>LinkedIn</h2>
<hr>
<a href="http://www.linkedin.com/pub/joseph-thelen/b3/752/936">
<img style="width: 160px; height: 33px" src="https://static.licdn.com/scds/common/u/img/webpromo/btn_myprofile_160x33.png" border="0" alt="View Joseph Thelen's profile on LinkedIn">
</a>
</div>
</div>
</div>
</div>
</div>
</body>
<div id="footer"></div>
</html>