-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
executable file
·48 lines (41 loc) · 1.17 KB
/
about.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>Liana Hadarean</title>
<link href="style.css" rel="stylesheet" type="text/css" media="screen" />
</head>
<body>
<div id="page">
<h1 class="title"> Liana Hadarean </h1>
<div id="group">
<a href="http://www.cs.nyu.edu/acsys/"> ACSys Group </a>
</div>
<!-- end group -->
<div id="university">
<a href="http://www.cs.nyu.edu"> New York University </a>
</div>
<!-- end university -->
<div id="menu">
<ul>
<li><a href="index.html"> Home </a> </li>
<li><a href="research.html"> Research </a> </li>
<li><a href="academics.html"> Academics</a> </li>
<li><a href="about.html"> About me </a> </li>
</ul>
</div>
<!-- end menu -->
<div id="page-top">
<div id="content">
<img src="images/painting.jpg" />
TODO
</div>
<!-- end content -->
</div>
<!-- end page-top -->
</div>
<!-- end page -->
</body>