forked from upejhu/upe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
faculty.html
83 lines (78 loc) · 3.5 KB
/
faculty.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Metadata
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta charset="utf-8">
<title>Upsilon Pi Epsilon</title>
<meta name="description" content="Upsilon Pi Epsilon, The Johns Hopkins University Chapter">
<meta name="author" content="Alexander Schiffhauer">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Font
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel='stylesheet' href='http://fonts.googleapis.com/css?family=Raleway:400,300,600' type='text/css' >
<!-- CSS
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/skeleton.css">
<link rel="stylesheet" href="css/custom.css">
<!-- Favicon
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="icon" href="images/favicon.ico" type="image/x-icon">
</head>
<body>
<!-- Header
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<div class="blue">
<div class="container">
<div class="row">
<div class="twelve columns" style="margin-top: 5%;">
<img src="images/jhu.png"/>
</div>
</div>
<div class="row" style="margin-top: 4%">
<div class="eight columns offset-by-two">
<p>Upsilon Pi Epsilon (UPE): International Honor Society for the Computing and Information Disciplines is the first honor society dedicated to the discipline of computer information systems and computer science.</p>
</div>
</div>
<div class="row">
<div class="two columns offset-by-five"><a class="button button-primary" href="index.html">Home</a></div>
</div>
</div>
</div>
<!-- About us
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<div class="white">
<div class="container">
<table class="wide" style="margin-top: 2%">
<thead>
<tr>
<th>Name</th>
<th>Title</th>
<th>Role</th>
</tr>
</thead>
<tbody>
<tr>
<td><a href="http://www.cs.jhu.edu/faculty/scott-smith/" target="blank">Dr. Scott Smith, PhD</a></td>
<td>Professor</td>
<td>Advising faculty</td>
</tr>
<tr>
<td><a href="http://www.cs.jhu.edu/faculty/joanne-selinski/" target="blank">Dr. Joanne Selinski, PhD</a></td>
<td>Associate Teaching Professor</td>
<td>Advising faculty</td>
</tr>
<tr>
<td><a href="http://gaming.jhu.edu/~phf/" target="blank">Dr. Peter H. Fröhlich, PhD</a></td>
<td>Senior Lecturer</td>
<td>Advising faculty</td>
</tr>
</tbody>
</table>
</div>
</div>
<!-- End Document
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
</body>
</html>