-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpeople.html
More file actions
executable file
·30 lines (27 loc) · 1.06 KB
/
people.html
File metadata and controls
executable file
·30 lines (27 loc) · 1.06 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
---
layout: default
---
<div class="row">
<div class="col-sm-12 people-item-list">
<a href="http://people.cs.uchicago.edu/~junwen" class="people-item">
<img src="http://people.cs.uchicago.edu/~junwen/image.jpg"/>
<p>Junwen Yang</p>
</a>
<a href="https://homes.cs.washington.edu/~congy" class="people-item">
<img src="https://homes.cs.washington.edu/~congy/congy.jpg"/>
<p>Cong Yan</p>
</a>
<a href="https://www.icse2018.org/profile/pranavsubramaniam" class="people-item">
<img src="./img/pranav.jpg"/>
<p>Pranav Subramaniam</p>
</a>
<a href="http://people.cs.uchicago.edu/~shanlu/" class="people-item">
<img src="http://people.cs.uchicago.edu/~shanlu/img/me/shanlu.jpg"/>
<p>Shan Lu</p>
</a>
<a href="https://homes.cs.washington.edu/~akcheung/" class="people-item">
<img src="https://homes.cs.washington.edu/~akcheung/self.jpg"/>
<p>Alvin Cheung</p>
</a>
</div>
</div>