-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstaff.html
More file actions
496 lines (465 loc) · 27.7 KB
/
staff.html
File metadata and controls
496 lines (465 loc) · 27.7 KB
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
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>Shu Computing | Our Staff</title>
<!-- Bootstrap Core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Custom CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.0/css/font-awesome.min.css">
<link href="css/round-about.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/card.css">
<link rel="stylesheet" type="text/css" href="css/footer.css">
<link rel="stylesheet" href="css/scroll.css">
<script type="text/javascript">
$(window).scroll(function(){
var sticky = $('.navbar-fixed-top'),
scroll = $(window).scrollTop();
if (scroll >= 10) sticky.addClass('fixed');
else sticky.removeClass('fixed');
});
</script>
<script src="js/bootstrap.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/npm.js"></script>
<script src="https://code.jquery.com/jquery-2.2.3.js" integrity="sha256-laXWtGydpwqJ8JA+X9x2miwmaiKhn8tVmOVEigRNtP4=" crossorigin="anonymous"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.0/jquery.min.js"></script>
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
<script src="js/bootstrap.js"></script>
<script src="js/npm.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="http://code.jquery.com/jquery-2.2.3.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Navigation -->
<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> <span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span> <span class="icon-bar"></span>
</button> <a class="navbar-brand logo-img" href="index.html"><img src="img/shuLogo-bg.png" class="img-responsive"></a>
</div><a href="#" class="">
<!-- Collect the nav links, forms, and other content for toggling -->
</a>
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"><a href="#" class="">
</a>
<ul class="nav navbar-nav navbar-right">
<li>
<a class="active" href="#">Staff</a>
</li>
<li>
<a href="placement.html">Placement</a>
</li>
<li>
<a href="industry.html">Industry</a>
</li>
<li>
<a href="facilities.html">Facilities</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</nav>
<!-- Page Content -->
<div class="container">
<!-- Introduction Row -->
<div class="row">
<div class="col-sm-12">
<h1 class="page-header">Our Staff
<small>It's Nice to Meet You!</small>
</h1>
<img class="carousel-inner" src="img/staff.jpg" alt="Head Image">
<p class="lead">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Sint, explicabo dolores ipsam aliquam inventore corrupti eveniet quisquam quod totam laudantium repudiandae obcaecati ea consectetur debitis velit facere nisi expedita vel?</p>
<hr>
</div>
</div>
</div>
<div class="container">
<div class="row">
<!-- Modal -->
<div class="modal fade" id="myModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<!-- Modal Header -->
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal">
<span aria-hidden="true">×</span>
<span class="sr-only">Close</span>
</button>
<h4 class="modal-title" id="myModalLabel">
Research of Dick Ormonde
</h4>
</div>
<!-- Modal Body -->
<div class="modal-body">
</div>
<div class="modal-footer">
<button type="button" class="close" data-dismiss="modal">
<span aria-hidden="true">×</span>
<span class="sr-only">Close</span>
</button>
</div>
</div>
</div>
</div>
<div class="col-xs-6 col-sm-3 col-md-2">
<div class="info-card">
<img style="width: 100%" src="https://avatars.githubusercontent.com/u/564874?v=3" />
<div class="info-card-details animate">
<div class="info-card-header">
<h1> Robert McIntosh </h1>
<h3> Advanced Computer Sciences Professor </h3>
</div>
<div class="info-card-detail">
<!-- Description -->
<p>The idea of creating something out of nothing has always generated a passion in my heart. This is what lead me to website development. I can literally create little worlds that hopefully thousands of people can see and even experience.</p>
<div class="social">
<a href="https://www.facebook.com/rem.mcintosh" class="social-icon facebook animate"> <span class="fa fa-facebook"></span></a>
<a href="https://twitter.com/Mouse0270" class="social-icon twitter animate"> <span class="fa fa-twitter"></span></a>
<a href="https://github.com/mouse0270" class="social-icon github animate"> <span class="fa fa-twitter"></span></a>
<a href="https://plus.google.com/u/0/115077481218689845626/posts" class="social-icon google-plus animate"> <span class="fa fa-twitter"></span></a>
<a href="www.linkedin.com/in/remcintosh/" class="social-icon linkedin animate"> <span class="fa fa-twitter"></span></a>
</div>
</div>
</div>
</div>
</div>
<div class="col-xs-6 col-sm-3 col-md-2">
<div class="info-card">
<img style="width: 100%" src="http://api.randomuser.me/portraits/women/45.jpg" />
<div class="info-card-details animate">
<div class="info-card-header">
<h1> Caroline Samantha Henderson </h1>
<h3> Digital Media Graphics Professor </h3>
</div>
<div class="info-card-detail">
<!-- Description -->
<p>People often say that beauty is in the eye of the beholder, and I say that the most liberating thing about beauty is realizing that you are the beholder. This empowers us to find beauty in places where others have not dared to look including inside ourselves.</p>
</div>
</div>
</div>
</div>
<div class="col-xs-6 col-sm-3 col-md-2">
<div class="info-card">
<img style="width: 100%" src="http://api.randomuser.me/portraits/women/42.jpg" />
<div class="info-card-details animate">
<div class="info-card-header">
<h1> Kailey McFee </h1>
<h3> Information in Business Professor</h3>
</div>
<div class="info-card-detail">
<!-- Description -->
<p>People often say that beauty is in the eye of the beholder, and I say that the most liberating thing about beauty is realizing that you are the beholder. This empowers us to find beauty in places where others have not dared to look including inside ourselves.</p>
</div>
</div>
</div>
</div>
<div class="col-xs-6 col-sm-3 col-md-2">
<div class="info-card">
<img style="width: 100%" src="http://api.randomuser.me/portraits/men/5.jpg" />
<div class="info-card-details animate">
<div class="info-card-header">
<h1>Ross Chesterson</h1>
<h3>Head of Department/ 3D Games Professor</h3>
</div>
<div class="info-card-detail">
<!-- Description -->
<p>People often say that beauty is in the eye of the beholder, and I say that the most liberating thing about beauty is realizing that you are the beholder. This empowers us to find beauty in places where others have not dared to look including inside ourselves.</p>
</div>
</div>
</div>
</div>
<div class="col-xs-6 col-sm-3 col-md-2">
<div class="info-card">
<img style="width: 100%" src="http://api.randomuser.me/portraits/men/4.jpg" />
<div class="info-card-details animate">
<div class="info-card-header">
<h1>Mikhail Rothes</h1>
<h3>Head of Department/ 3D Games Professor</h3>
</div>
<div class="info-card-detail">
<!-- Description -->
<p>People often say that beauty is in the eye of the beholder, and I say that the most liberating thing about beauty is realizing that you are the beholder. This empowers us to find beauty in places where others have not dared to look including inside ourselves.</p>
</div>
</div>
</div>
</div>
<div class="col-xs-6 col-sm-3 col-md-2">
<div class="info-card">
<img style="width: 100%" src="http://api.randomuser.me/portraits/women/14.jpg" />
<div class="info-card-details animate">
<div class="info-card-header">
<h1> Mikhaila Roth </h1>
<h3>Head of Department/ 3D Games Professor</h3>
</div>
<div class="info-card-detail">
<!-- Description -->
<p>People often say that beauty is in the eye of the beholder, and I say that the most liberating thing about beauty is realizing that you are the beholder. This empowers us to find beauty in places where others have not dared to look including inside ourselves.</p>
</div>
</div>
</div>
</div>
<div class="col-xs-6 col-sm-3 col-md-2">
<div class="info-card">
<img style="width: 100%" src="http://api.randomuser.me/portraits/men/10.jpg" />
<div class="info-card-details animate">
<div class="info-card-header">
<h1> Dick Ormonde </h1>
<h3>Games Programming Professor</h3>
</div>
<div class="info-card-detail">
<!-- Description -->
<p>The idea of creating something out of nothing has always generated a passion in my heart. This is what lead me to website development. I can literally create little worlds that hopefully thousands of people can see and even experience.</p>
<a href="#" class="btn btn-default btn-block" data-toggle="modal" data-target="#myModal">Research</a>
<a href="https://twitter.com/Mouse0270" class="btn btn-default btn-block">Blog</a>
<div class="social">
<a href="https://twitter.com/Mouse0270" class="social-icon twitter animate"><span class="fa fa-twitter"></span></a>
<a href="http://www.georgelangham.net" class="social-icon wordpress animate"> <span class="fa fa-wordpress"></span></a>
</div>
</div>
</div>
</div>
</div>
<div class="col-xs-6 col-sm-3 col-md-2">
<div class="info-card">
<img style="width: 100%" src="http://api.randomuser.me/portraits/women/55.jpg" />
<div class="info-card-details animate">
<div class="info-card-header">
<h1> Persephone Chaistoar </h1>
<h3>Java Programming Professor</h3>
</div>
<div class="info-card-detail">
<!-- Description -->
<p>People often say that beauty is in the eye of the beholder, and I say that the most liberating thing about beauty is realizing that you are the beholder. This empowers us to find beauty in places where others have not dared to look including inside ourselves.</p>
</div>
</div>
</div>
</div>
<div class="col-xs-6 col-sm-3 col-md-2">
<div class="info-card">
<img style="width: 100%" src="http://api.randomuser.me/portraits/men/52.jpg" />
<div class="info-card-details animate">
<div class="info-card-header">
<h1> Gogol Bordello </h1>
<h3> IT Professor </h3>
</div>
<div class="info-card-detail">
<!-- Description -->
<p>People often say that beauty is in the eye of the beholder, and I say that the most liberating thing about beauty is realizing that you are the beholder. This empowers us to find beauty in places where others have not dared to look including inside ourselves.</p>
</div>
</div>
</div>
</div>
<div class="col-xs-6 col-sm-3 col-md-2">
<div class="info-card">
<img style="width: 100%" src="http://api.randomuser.me/portraits/women/25.jpg" />
<div class="info-card-details animate">
<div class="info-card-header">
<h1> Magdalena Welch </h1>
<h3>Java Programming Professor</h3>
</div>
<div class="info-card-detail">
<!-- Description -->
<p>People often say that beauty is in the eye of the beholder, and I say that the most liberating thing about beauty is realizing that you are the beholder. This empowers us to find beauty in places where others have not dared to look including inside ourselves.</p>
</div>
</div>
</div>
</div>
<div class="col-xs-6 col-sm-3 col-md-2">
<div class="info-card">
<img style="width: 100%" src="http://www.blacklighttours.co.uk/wp-content/uploads/2012/12/rolo.jpg" />
<div class="info-card-details animate">
<div class="info-card-header">
<h1> Rollo Tomassi </h1>
<h3> Department Band </h3>
</div>
<div class="info-card-detail">
<!-- Description -->
<p>People often say that beauty is in the eye of the beholder, and I say that the most liberating thing about beauty is realizing that you are the beholder. This empowers us to find beauty in places where others have not dared to look including inside ourselves.</p>
</div>
</div>
</div>
</div>
<div class="col-xs-6 col-sm-3 col-md-2">
<div class="info-card">
<img style="width: 100%" src="http://api.randomuser.me/portraits/women/24.jpg" />
<div class="info-card-details animate">
<div class="info-card-header">
<h1> Erika Schreier </h1>
<h3> Information Technology Professor </h3>
</div>
<div class="info-card-detail">
<!-- Description -->
<p>People often say that beauty is in the eye of the beholder, and I say that the most liberating thing about beauty is realizing that you are the beholder. This empowers us to find beauty in places where others have not dared to look including inside ourselves.</p>
</div>
</div>
</div>
</div>
<div class="col-xs-6 col-sm-3 col-md-2">
<div class="info-card">
<img style="width: 100%" src="http://api.randomuser.me/portraits/men/40.jpg" />
<div class="info-card-details animate">
<div class="info-card-header">
<h1> Rodge Greenberg </h1>
<h3> Information Systems Professor </h3>
</div>
<div class="info-card-detail">
<!-- Description -->
<p>The idea of creating something out of nothing has always generated a passion in my heart. This is what lead me to website development. I can literally create little worlds that hopefully thousands of people can see and even experience.</p>
<div class="social">
<a href="https://www.facebook.com/rem.mcintosh" class="social-icon facebook animate"> <span class="fa fa-facebook"></span></a>
<a href="https://twitter.com/Mouse0270" class="social-icon twitter animate"> <span class="fa fa-twitter"></span></a>
<a href="https://github.com/mouse0270" class="social-icon github animate"> <span class="fa fa-twitter"></span></a>
<a href="https://plus.google.com/u/0/115077481218689845626/posts" class="social-icon google-plus animate"> <span class="fa fa-twitter"></span></a>
<a href="www.linkedin.com/in/remcintosh/" class="social-icon linkedin animate"> <span class="fa fa-twitter"></span></a>
</div>
</div>
</div>
</div>
</div>
<div class="col-xs-6 col-sm-3 col-md-2">
<div class="info-card">
<img style="width: 100%" src="http://api.randomuser.me/portraits/men/26.jpg" />
<div class="info-card-details animate">
<div class="info-card-header">
<h1> Pól Dane </h1>
<h3> Computer Programming Professor </h3>
</div>
<div class="info-card-detail">
<!-- Description -->
<p>People often say that beauty is in the eye of the beholder, and I say that the most liberating thing about beauty is realizing that you are the beholder. This empowers us to find beauty in places where others have not dared to look including inside ourselves.</p>
</div>
</div>
</div>
</div>
<div class="col-xs-6 col-sm-3 col-md-2">
<div class="info-card">
<img style="width: 100%" src="http://api.randomuser.me/portraits/women/27.jpg" />
<div class="info-card-details animate">
<div class="info-card-header">
<h1> Lise Rubio </h1>
<h3> Computer Information Systems Professor </h3>
</div>
<div class="info-card-detail">
<!-- Description -->
<p>People often say that beauty is in the eye of the beholder, and I say that the most liberating thing about beauty is realizing that you are the beholder. This empowers us to find beauty in places where others have not dared to look including inside ourselves.</p>
</div>
</div>
</div>
</div>
<div class="col-xs-6 col-sm-3 col-md-2">
<div class="info-card">
<img style="width: 100%" src="http://api.randomuser.me/portraits/women/43.jpg" />
<div class="info-card-details animate">
<div class="info-card-header">
<h1> Everette Porcher </h1>
<h3>C++ Professor </h3>
</div>
<div class="info-card-detail">
<!-- Description -->
<p>People often say that beauty is in the eye of the beholder, and I say that the most liberating thing about beauty is realizing that you are the beholder. This empowers us to find beauty in places where others have not dared to look including inside ourselves.</p>
</div>
</div>
</div>
</div>
<div class="col-xs-6 col-sm-3 col-md-2">
<div class="info-card">
<img style="width: 100%" src="http://api.randomuser.me/portraits/men/42.jpg" />
<div class="info-card-details animate">
<div class="info-card-header">
<h1> Deitra Salinas </h1>
<h3> IT Professor </h3>
</div>
<div class="info-card-detail">
<!-- Description -->
<p>People often say that beauty is in the eye of the beholder, and I say that the most liberating thing about beauty is realizing that you are the beholder. This empowers us to find beauty in places where others have not dared to look including inside ourselves.</p>
</div>
</div>
</div>
</div>
<div class="col-xs-6 col-sm-3 col-md-2">
<div class="info-card">
<img style="width: 100%" src="http://api.randomuser.me/portraits/women/4.jpg" />
<div class="info-card-details animate">
<div class="info-card-header">
<h1> Davidette Schrodiner </h1>
<h3> Information Technology Professor </h3>
</div>
<div class="info-card-detail">
<!-- Description -->
<p>People often say that beauty is in the eye of the beholder, and I say that the most liberating thing about beauty is realizing that you are the beholder. This empowers us to find beauty in places where others have not dared to look including inside ourselves.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<section class="footer">
<div class="container">
<div class="row">
<div class="col-sm-3">
<div class="footer_dv">
<h3><a href="staff.html">Staff</a></h3>
<ul>
<li><a href="staff.html#welcome">Welcome</a></li>
<li><a href="staff.html#staff">Our Staff</a></li>
</ul>
</div>
</div>
<div class="col-sm-3">
<div class="footer_dv">
<h3><a href="placement.html">Placement</a></h3>
<ul>
<li><a href="placement.html#about">About</a></li>
<li><a href="placement.html#benefits">Benefits</a></li>
<li><a href="placement.html#experiences">Student Experiences</a></li>
<li><a href="placement.html#companies">Placement Companies</a></li>
</ul>
</div>
</div>
<div class="col-sm-3">
<div class="footer_dv">
<h3><a href="industry.html">Industry</a></h3>
<ul>
<li><a href="industry.html#welcome">Welcome</a></li>
<li><a href="industry.html#industries">Industrial Links</a></li>
<li><a href="industry.html#more">To Find Out More</a></li>
</ul>
</div>
</div>
<div class="col-sm-3">
<div class="footer_dv">
<h3><a href="facilities.html">Facilities</a></h3>
<ul>
<li><a href="facilities.html#facilities">Our Facilities</a></li>
<li><a href="facilities.html#networking">Networking</a></li>
<li><a href="facilities.html#games">Computer Games</a></li>
<li><a href="facilities.html#multimedia">Multimedia</a></li>
</ul>
</div>
</div>
<div class="col-md-12">
<p>
<small>© George Langham <a href="http://georgelangham.net"><span class="fa fa-external-link"></span></a> & Bethany Tibbles-Hammond. <br />
Images and code sourced from <a href="https://creativecommons.org/publicdomain/zero/1.0/"><span class="fa fa-creative-commons"></span>CC0</a> and <a href="https://tldrlegal.com/license/mit-license">MIT</a> licensed sources apart from when otherwise stated. Full details in Documentation.</small>
</p>
</div>
</div>
</div>
</section>
</body>
</html>