-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhunt.html
39 lines (36 loc) · 974 Bytes
/
hunt.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
<!DOCTYPE html>
<html>
<head>
<title>Hongqian Yu - Architecture</title>
<link href="project%20display.css" type="text/css" rel=stylesheet />
<link href="https://fonts.googleapis.com/css?family=Lato:100,300,400" rel="stylesheet">
</head>
<body class="hunt">
<div class="cover">
<div class="header">
<h2>Hongqian Yu</h2>
<h1>Library Modification</h1>
</div>
<h1 class="progress">In progress...</h1>
</div>
<!--<div class="pages">
<a>previous</a>
<a>next</a>
</div>
<div class="intro">
<p>INTRO TEXT</p>
</div>-->
<div class="footer2">
<a href="homepage.html">Home</a>
</div>
<div class="contact">
<p>CONTACT</p>
<p>Email: hongqiay@andrew.cmu.edu
</p>
<p>Phone: 1-412-328-4552</p>
</div>
<div class="copyright">
<p>Hongqian Yu © 2017</p>
</div>
</body>
</html>