forked from UM-ESG/ESG-Website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexecutive-board.html
87 lines (86 loc) · 2.72 KB
/
executive-board.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
<html>
<head>
<title>UMEC: Executive Board</title>
<!-- @include includes/head.html -->
</head>
<body>
<!-- @include includes/header.html -->
<div class='content'>
<h1>UMEC Executive Board</h1>
<table class='pure-table pure-table-striped'>
<thead>
<tr>
<th>Position</th>
<th>Name</th>
<th>Email</th>
<th>Office Hours (1222 EECS)</th>
</tr>
</thead>
<tbody>
<tr>
<td>President</td>
<td>Max Olender</td>
<td>[email protected]</td>
<td>Wed 12-1pm</td>
</tr>
<tr>
<td>Vice President</td>
<td>David Hershey</td>
<td>[email protected]</td>
<td>Mon 3-4pm</td>
</tr>
<tr>
<td>Director of Administration</td>
<td>Colin Harman</td>
<td>[email protected]</td>
<td>Tue 3-4pm</td>
</tr>
<tr>
<td>Director of Leadership</td>
<td>Neal Parikh</td>
<td>[email protected]</td>
<td>Thu 11am-12pm</td>
</tr>
<tr>
<td>Director of Corporate Affairs</td>
<td>James Glantz</td>
<td>[email protected]</td>
<td>Tue 12-1pm</td>
</tr>
<tr>
<td>Director of Finance</td>
<td>Nick Babcock</td>
<td>[email protected]</td>
<td>Fri 12:30-1:30pm</td>
</tr>
<tr>
<td>Director of Student Affairs</td>
<td>Adam Schroeder</td>
<td>[email protected]</td>
<td>Fri 1:30-2:30pm</td>
</tr>
<tr>
<td>Director of Publicity</td>
<td>Robert Polik</td>
<td>[email protected]</td>
<td>Mon 2-3pm</td>
</tr>
<tr>
<td>Director of Social Affairs</td>
<td>Brigid McNamara</td>
<td>[email protected]</td>
<td>Wed 1-2pm</td>
</tr>
<tr>
<td>Director of Honors and Service</td>
<td>Sophie Hardig</td>
<td>[email protected]</td>
<td>Tue 1-2pm</td>
</tr>
</tbody>
</table>
<iframe src="http://www.google.com/calendar/embed?src=umich.edu_art9335slb7bf6qsgomrqkeptg@group.calendar.google.com&color=%23668CD9&mode=WEEK&ctz=America/Detroit&showTitle=1&showNav=1&showDate=1&showTabs=1&showCalendars=0&hl=en" title="UMEC Office Hours" width="100%" height="400" frameborder="0" scrolling="no"></iframe>
</div>
<!-- @include includes/footer.html -->
</body>
</html>