-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstudents.html
executable file
·48 lines (44 loc) · 1.53 KB
/
students.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="keywords" content="" />
<meta name="description" content="" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Lenore D. Zuck</title>
<link href="style.css" rel="stylesheet" type="text/css" media="screen" />
</head>
<body>
<!--<h1 class="title"> Lenore Zuck </h1> -->
<!-- <div id="background_image"> -->
<!-- <img src='images/banner.jpg' style='width:100%;height:100%' alt='[]'/> -->
<!-- </div> -->
<div id="main">
<div id="header">
<h1 class="title">Lenore D. Zuck</h1>
<div id="menu">
<ul>
<li ><a href="index.html"> home </a> </li>
<li ><a href="publications.html"> publications </a> </li>
<li ><a href="projects.html"> projects </a> </li>
<li ><a href="recent_pc.html"> recent pc </a> </li>
<li ><a href="students.html"> students </a> </li>
<li ><a href="contact.html"> contact </a> </li>
</ul>
</div>
<!-- end menu -->
</div> <!-- end header -->
<div id="banner"> </div>
<div id ="page_content">
<ul>
<li> <b> Da-Wei Wang </b> (Yale, 1992) </li>
<li> <b> Yi Fang </b>(NYU, 2006) </li>
<li> <b> Ittai Balaban </b> (NYU, 2007) </li>
<li> <b> Ariel Cohen </b> (NYU, 2008) </li>
<li> <b> Uri Klein </b> (NYU, 2011) </li>
<li> <b> Yaniv Sa'ar </b> (Weizmann, 2011) </li>
</ul>
</div> <!-- end page_content -->
</div> <!-- end main -->
</body>
</html>