-
Notifications
You must be signed in to change notification settings - Fork 0
/
staff.html
executable file
·137 lines (132 loc) · 6.95 KB
/
staff.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
<!DOCTYPE html>
<html>
<head>
<title>Staff | CS 375 Summer 2019</title>
<meta charset="UTF-8">
<meta name="description" content="Computer Science 375: Teaching Techniques for Computer Science">
<meta name="keywords" content="CS375, Computer Science, CS, 375, Teaching Techniques, Victor Huang, Berkeley, EECS">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600" rel="stylesheet" type="text/css">
<link rel="icon" type="image/png" href="assets/images/nyancat.gif">
<link rel="stylesheet" type="text/css" href="assets/css/common.css">
<link rel="stylesheet" type="text/css" href="assets/css/staff.css">
<script src="assets/js/jquery-1.11.2.min.js" type="text/javascript"></script>
<script src="assets/js/script.js"></script>
</head>
<body>
<div id="navbar">
<a href="index.html"><div class="navitem left left-small">CS 375</div></a>
<a href="index.html"><div class="navitem left left-large">CS 375: Teaching Techniques</div></a>
<a href="http://piazza.com/berkeley/summer2019/cs375"><div class="navitem right">Piazza</div></a>
<a href="resources.html"><div class="navitem right">Resources</div></a>
<a href="staff.html"><div class="navitem right">Staff</div></a>
<a href="about.html"><div class="navitem right">Course Info</div></a>
</div>
<div id="content">
<div class="segment">
<table class="instructor" align='left'>
<colgroup>
<col style="width: 1%" />
<col style="width: 45%" />
<col style="width: 1%" />
<col style="width: 1%" />
<col style="width: 1%" />
<col style="width: 45%" />
</colgroup>
<tr>
<td>
<h2>Instructor</h2>
</td>
</tr>
<tr>
<td>
<div class="photo photo1"><img src="assets/images/victor1.jpg" class="img-circle"></div>
<div class="photo photo2"><img src="assets/images/victor2.jpg" class="img-circle"></div>
</td>
<td>
<div class="segmenttitle">Victor Huang</div>
<div class="text">
vhuang (at) eecs.berkeley.edu
</div>
</td>
</tr>
<tr>
<td>
<br><br><br>
<h2>TAs</h2>
</td>
</tr>
<tr>
<td>
<div class="photo"><img src="assets/images/joe.png" class="img-circle"></div>
</td>
<td>
<div class="segmenttitle">Joe Deatrick</div>
<div class="text">
jldeatrick (at) berkeley.edu <br>
<b>Classes TA'd: </b> CS 61B/L, CS 61C <br>
Hey Folks! My name is Joe, and I’m a senior CS major from Florida.
I like cryptography, computer security, and (most of all) teaching!
When I’m not doing any of those things, I like to play/collect old Nintendo games and listen to 70's prog rock. Teaching was the best part of my time at Berkeley, so I look forward to meeting you all!
</div>
</td>
<td> </td>
<td>
<div class="photo"><img src="assets/images/erica.png" class="img-circle"></div>
</td>
<td> </td>
<td>
<div class="segmenttitle">Erica Kong</div>
<div class="text">
waikeikong (at) berkeley.edu <br>
<b>Classes TA'd: </b> CS 61A, CS 61B <br>
Hello! I’m very excited to help out with 375 this summer! I’ve taught 61A and 61B, and I absolutely love teaching both! I took 375 last summer! Besides teaching, I like to listen to music and learn new instruments. Let me know if you have any questions about teaching and/or want to talk about music!
</div>
</td>
</tr>
<tr>
</tr>
<tr>
<td>
<div class="photo"><img src="assets/images/suraj.png" class="img-circle"></div>
</td>
<td>
<div class="segmenttitle">Suraj Rampure</div>
<div class="text">
suraj.rampure (at) berkeley.edu <br>
<b> Classes TA'd: </b> CS 61A, CS 70, Data 8, Data 100 <br>
Hey! I’m a rising senior EECS major. Though I'm a proud Canadian (from Windsor, Ontario), I enjoy rooting for whatever team LeBron plays for — go <strike>Cavs</strike> Lakers! I've been very involved in the undergraduate teaching community, as I think it's what makes Berkeley so special – come talk to me about it!
</div>
</td>
<td> </td>
<td>
<div class="photo"><img src="assets/images/itai.png" class="img-circle"></div>
</td>
<td> </td>
<td>
<div class="segmenttitle">Itai Smith</div>
<div class="text">
iasmith (at) berkeley.edu <br>
<b>Classes TA'd: </b> CS 61B/L <br>
Hi there! My name is Itai and I’m a rising fourth year CS major. I love teaching CS, and I’m excited to meet as many of you as possible!
</div>
</td>
</tr>
<tr>
<td>
<div class="photo"><img src="assets/images/jennifer.png" class="img-circle"></div>
</td>
<td>
<div class="segmenttitle">Jennifer Tsui</div>
<div class="text">
jtsui (at) berkeley.edu <br>
<b> Classes TA'd: </b> CS 61A <br>
Hi I'm Jennifer! I TA'd for 61A previously and am excited to be helping out for CS375 and reading your self reflections!! Looking forward to a great summer with everyone!!!
</div>
</td>
</tr>
</table>
</div>
</div>
</body>
<br><br><br><br><br><br><br><br>
</html>