-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathwebsites.htm
53 lines (53 loc) · 2.01 KB
/
websites.htm
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
<title>My Website</title>
<link rel="stylesheet" type="text/css" href="css/layout.css"/>
<link rel="stylesheet" type="text/css" href="css/music.css"/>
<script type="text/javascript" src="script/global.js"></script>
<script type="text/javascript" src="script/slideshow.js"></script>
</head>
<body>
<div id="main">
<div id="header">
<img src="images/logo.gif" alt="My Website"/>
</div>
<div id="navigation">
<ul>
<li><a href="index.htm">Home</a></li>
<li><a href="resume.htm">Resume</a></li>
<li><a href="websites.htm">Websites</a></li>
<li><a href="photos.htm">Photos</a></li>
<li><a href="contact.htm">Contact</a></li>
</ul>
</div>
<div id="content">
<div class="works">
<img src="images/nom.png"/>
<h2><a href="http://www2.hust.edu.cn/nom" target="view_window">国家光电实验室纳米光学测量研究组网站</a></h2>
</div>
<div class="divider"></div>
<div class="works">
<img src="images/vitual.png"/>
<h2><a href="vitual/index.html"target="view_window">虚拟桌面系统展示网站</a></h2>
</div>
<div class="divider"></div>
<div class="works">
<img src="images/management.png"/>
<h2><a href="management/index.html" target="view_window">管理学院就业指导网站</a></h2>
</div>
<div class="divider"></div>
<div class="works">
<img src="images/club.png"/>
<h2><a href="clubpage/index.html" target="view_window">腾讯创新俱乐部网站</a></h2>
</div>
<div class="divider"></div>
<div class="works">
<img src="images/baren.png"/>
<h2><a href="baren/products.html" target="view_window">巴人工作室网站</a></h2>
</div>
</div>
</div>
</body>
</html>