-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcontact.html
156 lines (136 loc) · 6.63 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
<!DOCTYPE html>
<html lang="en">
<head>
<title>Contact</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="Various ways of contacting Tom Narock">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="keywords" content="Tom Narock, Goucher College, Semantic Technologies, Semantic e-Science">
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!--CSS styles-->
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/perfect-scrollbar-0.4.5.min.css">
<link rel="stylesheet" href="css/magnific-popup.css">
<link rel="stylesheet" href="css/style.css">
<link id="theme-style" rel="stylesheet" href="css/styles/default.css">
<!--Javascript files-->
<script type="text/javascript" src="js/jquery-1.10.2.js"></script>
<script type="text/javascript" src="js/TweenMax.min.js"></script>
<script type="text/javascript" src="js/jquery.touchSwipe.min.js"></script>
<script type="text/javascript" src="js/jquery.carouFredSel-6.2.1-packed.js"></script>
<script type="text/javascript" src="js/modernizr.custom.63321.js"></script>
<script type="text/javascript" src="js/jquery.dropdownit.js"></script>
<script type="text/javascript" src="js/jquery.stellar.min.js"></script>
<script type="text/javascript" src="js/ScrollToPlugin.min.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/jquery.mixitup.min.js"></script>
<script type="text/javascript" src="js/masonry.min.js"></script>
<script type="text/javascript" src="js/perfect-scrollbar-0.4.5.with-mousewheel.min.js"></script>
<script type="text/javascript" src="js/magnific-popup.js"></script>
<script type="text/javascript" src="js/custom.js"></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-K0JYRKZMQT"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-K0JYRKZMQT');
</script>
<!-- JSON-LD -->
<script type="application/ld+json">
{
"@context": "http://schema.org/",
"@type": "WebSite",
"name": "Tom Narock's Home Page",
"about": {
"@type": "Person",
"url": "http://narock.github.io/",
"honorificPrefix": "Dr.",
"name": "Tom Narock",
"honorificSuffix": "PhD",
"affiliation": {
"@type": "Organization",
"legalName": "Goucher College",
"address": {
"@type": "PostalAddress",
"streetAddress": "1021 Dulaney Valley Road",
"addressLocality": "Baltimore",
"addressRegion": "MD",
"postalCode": "21204"
},
"department": {
"@type": "Organization",
"legalName": "Center for Data, Mathematical, and Computational Sciences"
}
}
},
"author": {
"@type": "Person",
"url": "http://narock.github.io/",
"honorificPrefix": "Dr.",
"name": "Tom Narock",
"honorificSuffix": "PhD",
"affiliation": {
"@type": "Organization",
"legalName": "Goucher College",
"address": {
"@type": "PostalAddress",
"streetAddress": "1021 Dulaney Valley Road",
"addressLocality": "Baltimore",
"addressRegion": "MD",
"postalCode": "21204"
},
"department": {
"@type": "Organization",
"legalName": "Center for Data Mathematical, and Computational Sciences"
}
}
}
}
</script>
<script src="js/jquery-1.10.2.js"></script>
<script>
$(function(){
$("#includedContent").load("side_bar.html");
});
</script>
</head>
<body>
<div id="wrapper">
<a href="side_bar_mobile.html" class="mobilemenu"><i class="icon-reorder"></i></a>
<div id="includedContent"></div>
<div id="main">
<div id="contact" class="page home" data-pos="home">
<div class="pageheader">
<div class="headercontent">
<div class="section-container">
<h2 class="title">Contact Me</h2>
<div class="row">
<div class="col-md-12">
<ul class="list-unstyled">
<li>
<strong><i class="icon-building icon-2x"></i> </strong>
<span>Office: 131 Julia Rogers</span>
</li><br/>
<li>
<strong><i class="icon-phone icon-2x"></i> </strong>
<span>(410) 337 6241</span>
</li><br/>
<li>
<strong><i class="icon-envelope icon-2x"></i> </strong>
<span>thomas.narock AT goucher.edu</span>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div><i class="fa fa-building-o"></i>
</div>
</div>
</body>
</html>