-
Notifications
You must be signed in to change notification settings - Fork 2
/
teachers.html
35 lines (33 loc) · 1.26 KB
/
teachers.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
<li class='student-list'>
<div class='profile-cell'>
<a class='studentlink' href='https://twitter.com/jcockhren' target='_blank'>
<div class='crop'>
<img class='student-pic' mouseover-src='images/2015_12_02_NSS_Cohort_10_0153_T.jpg' src='images/2015_12_02_NSS_Cohort_10_0135_T_BW.jpg'>
</div>
<h6 class='student-name'>Jurnell Cockhren</h6>
</a>
<span class='student-bio'></span>
</div>
</li>
<li class='student-list'>
<div class='profile-cell'>
<a class='studentlink' href='http://www.elizabrock.com/' target='_blank'>
<div class='crop'>
<img class='student-pic' mouseover-src='images/2015_12_02_NSS_Cohort_10_0206_T.jpg' src='images/2015_12_02_NSS_Cohort_10_0198_T_BW.jpg'>
</div>
<h6 class='student-name'>Eliza Brock Marcum</h6>
</a>
<span class='student-bio'></span>
</div>
</li>
<li class='student-list'>
<div class='profile-cell'>
<a class='studentlink' href='http://stevebrownlee.com/' target='_blank'>
<div class='crop'>
<img class='student-pic' mouseover-src='images/steve_brownlee.jpeg' src='images/steve_brownlee.jpeg'>
</div>
<h6 class='student-name'>Steve Brownlee</h6>
</a>
<span class='student-bio'></span>
</div>
</li>