-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathindex.html
272 lines (214 loc) · 11.7 KB
/
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
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
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Favicon -->
<link rel="apple-touch-icon" sizes="57x57" href="img/favicons/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="img/favicons/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="img/favicons/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="img/favicons/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="img/favicons/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="img/favicons/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="img/favicons/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="img/favicons/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="img/favicons/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="img/favicons/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="img/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="img/favicons/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="img/favicons/favicon-16x16.png">
<link rel="manifest" href="img/favicons/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="img/favicons/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<!-- jQuery UI css -->
<link rel="stylesheet" href="//code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css"
integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<!-- Google font, Roboto -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,300;0,400;0,700;1,400&family=Roboto:ital,wght@0,300;0,400;0,700;1,400&display=swap"
rel="stylesheet">
<!-- FontAwesome icon include -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css"
integrity="sha512-KfkfwYDsLkIlwQp6LFnl8zNdLGxu9YAA1QvwINks4PhcElQSvqcyVLLD9aMhXd13uQjoXtEKNosOWaZqXgel0g=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<!-- Main local styles -->
<link rel="stylesheet" href="css/main.css">
<title>Jane E. Smith, PhD</title>
</head>
<body id="top">
<!-- navbar include -->
<div id="page-navbar"></div>
<!-- main wrapper div -->
<div class="container" id="wrapper">
<div class="row">
<div class="col-sm-4">
<div class="text-center">
<img id="my-photo" src="https://unsplash.it/500/500" class="rounded img-fluid shadow-sm" width="100%"
alt="Image of Jane Smith">
</div>
<table class="table mt-4" id="contact-table">
<tbody>
<tr class="d-flex">
<td class="col-2"><i class="fa fa-fw fa-lg fa-home"></i></td>
<td class="col-10">Building 123<br>
James Trickington University<br>
Anytown, CA 99999-1234<br>
<span class="pointer"><a class="bright-blue" role="button" data-toggle="modal"
data-target="#modal-map-to-office"><i class="fa fa-map-marker-alt mr-2"></i>Map</a></span>
</td>
</tr>
<tr class="d-flex">
<td class="col-2"><i class="fa fa-fw fa-lg fa-phone"></i></td>
<td class="col-10"><a href="tel:9991234567">(999) 123-4567</a></td>
</tr>
<tr class="d-flex">
<td class="col-2"><i class="fa fa-lg fa-at"></i></td>
<td class="col-10"><a href="mailto:me@school.edu">me@school.edu</a></td>
</tr>
<tr class="d-flex">
<td class="col-2"><i class="fa fa-lg fa-calendar-plus"></i></td>
<td class="col-10"><a href="https://calendly.com" target="_blank">Appointment</a><br><small
class="text-muted">30 min each</small></td>
</tr>
</tbody>
</table>
</div>
<!-- col-sm-4 -->
<div class="col-sm-8 px-4">
<h1>Jane Smith</h1>
<p class="position-title mt-2 mb-1">Title, School or Organization</p>
<p class="position-title mt-0 mb-4">Optional Second Title, School or Organization</p>
<p>Jane Smith is the {{title}} for the {{organization}}. There she {{does things}}. She is particularly
focused on {{various activities}}.</p>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Voluptatem nostrum sunt hic, facilis nihil earum
facere magnam laboriosam deleniti esse veniam explicabo architecto. Fuga quod consequuntur ducimus omnis
molestias eaque.</p>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Voluptatem nostrum sunt hic, facilis nihil earum
facere magnam laboriosam deleniti esse veniam explicabo architecto. Fuga quod consequuntur ducimus omnis
molestias eaque.</p>
<!-- ------------------------------------------------------------------------>
<!-- Delete this section below if you don't want a read more section -------->
<div id="read-more">
<p>Ancillary info here.</p>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Voluptatem nostrum sunt hic, facilis nihil
earum facere magnam laboriosam deleniti esse veniam explicabo architecto. Fuga quod consequuntur ducimus
omnis molestias eaque.</p>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Voluptatem nostrum sunt hic, facilis nihil
earum facere magnam laboriosam deleniti esse veniam explicabo architecto. Fuga quod consequuntur ducimus
omnis molestias eaque.</p>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Voluptatem nostrum sunt hic, facilis nihil
earum facere magnam laboriosam deleniti esse veniam explicabo architecto. Fuga quod consequuntur ducimus
omnis molestias eaque.</p>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Voluptatem nostrum sunt hic, facilis nihil
earum facere magnam laboriosam deleniti esse veniam explicabo architecto. Fuga quod consequuntur ducimus
omnis molestias eaque.</p>
</div>
<span class="badge badge-primary pointer" id="badge-more">More</span>
<!-- Delete this section above if you don't want a read more section -------->
<!-- ------------------------------------------------------------------------>
<h3><span>Education</span></h3>
<ul id="education" class="list-group">
<li class="list-group-item">
<p><strong>PhD, Field</strong><br>
<span class="university">James Trickington University</span>
</p>
</li>
<li class="list-group-item">
<p><strong>MA, Field (Concentration)</strong><br>
<span class="university">James Trickington University</span>
</p>
</li>
<li class="list-group-item">
<p><strong>BA, Field (Majors)</strong><br>
<span class="university">James Trickington University</span>
</p>
</li>
</ul>
<div class="alert alert-primary mt-4" role="alert">
<h5>Download this template</h5>
<p>This template is completely free. Download and use any or all of it as you see fit. No attribution to me
is necessary, though <a href="mailto:rharriso@nd.edu">I'd love to know</a> if you're using it!</p>
<p>
<a href="https://github.com/randal-sean-harrison/academic-website-template-bs4" target="_blank">Download
template from Github.</a>
</p>
</div>
<div class="alert alert-warning mt-2" role="alert">
<h5>Open This Template with a Localhost or Live Server</h5>
<p>This template uses Javascript to load the header and footer. To see the header loaded, you will need to
view it from within a localhost (MAMP/LAMP/WAMP, etc.) on your machine.</p>
<p>Alternately, you can install and run the LiveServer plugin from within most popular code editors such as
Atom.io or Visual Studio Code.</p>
<ul>
<li><a href="https://atom.io/packages/atom-live-server" target="_blank">atom-live-server plugin</a></li>
<li><a href="https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer"
target="_blank">Live Server for VS Code</a></li>
</ul>
</div>
</div>
<!-- col-sm-8 -->
</div>
<!-- .row -->
</div>
<!-- #wrapper .container -->
<!-- Acknowledge include -->
<div id="acknowledge"></div>
<!-- Footer include -->
<div id="page-footer"></div>
<!-- Back to top button -->
<a role="button" id="back-to-top" class="btn scroll-link" href="#top"><i class="fa fa-fw fa-2x fa-angle-up"
aria-hidden="true"></i></a>
<div class="modal fade" id="modal-map-to-office" tabindex="-1" role="dialog"
aria-labelledby="office-map-modal-label" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="office-map-modal-label">Map to my office</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true"><i class="fa fa-times-circle bright-blue"></i></span>
</button>
</div>
<div class="modal-body">
<p>Building 123<br>
<small class="text-muted small-caps">Just east of the statue of ganesh</small>
</p>
<img class="img-fluid rounded" width="100%" src="img/map-to-my-office.png" alt="map to my office">
</div>
</div>
</div>
</div>
<!-- jquery JS minified -->
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<!-- jquery ui -->
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
<!-- popper minified -->
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js"
integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo"
crossorigin="anonymous"></script>
<!-- bootstrap JS minified -->
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"
integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6"
crossorigin="anonymous"></script>
<!-- Main local scripts -->
<script src="js/main.js"></script>
<script>
$(function () {
// Load the top page navbar
$("#page-navbar").load("page-navbar.html", function () {
console.log("navbar loaded");
});
// Load the acknowledge footer
$("#acknowledge").load("acknowledge.html", function () {
console.log("acknowledge loaded");
});
});
// document.ready
</script>
</body>
</html>