-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
executable file
·56 lines (52 loc) · 1.92 KB
/
contact.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
<!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">
<table border="0" cellpadding="10">
<tr> <td> Name: </td> <td> <b> Lenore D. Zuck </b> </td> </tr>
<tr> <td> How it sounds: </td> <td>
<img src="images/hebrew_name.jpg" />
( <a href="files/name.m4a" /> audio </a> )
</td></tr>
<tr> <td> E-mail: </td> <td> <img src="images/email.jpg"/> </td> </tr>
<tr> <td> Phone: </td> <td> (312) 355-1339 </td></tr>
<tr> <td> Address: </td> <td>
<a href="http://www.uic.edu/uic/"> University of Illinois at Chicago </a> <br/>
<a href="http://www.cs.uic.edu/"> Department of Computer Science </a> <br/>
851 S. Morgan (M/C 152) <br/>
Room 1120 SEO <br/>
Chicago, IL 60607-7053
</td></tr>
</table>
</div> <!-- end page_content -->
</div> <!-- end main -->
</body>
</html>