-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDrawings.html
48 lines (45 loc) · 1.36 KB
/
Drawings.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>
<html>
<head>
<title>Hongqian Yu - Drawings</title>
<link href="oneRowDisplay.css" type="text/css" rel=stylesheet />
<link href="https://fonts.googleapis.com/css?family=Lato:100,300,400" rel="stylesheet">
</head>
<body>
<a name="top"></a>
<div class="header">
<h2>Hongqian Yu</h2>
<h1>Drawings</h1>
</div>
<div class="project-images">
<div class="image">
<img src="project photos/Drawings/IMG_5823.JPG" alt="Chiaroscuro"/>
</div>
<div class="image">
<img src="project photos/Drawings/Motion Drawing Final.jpg" alt="Object Motion"/>
</div>
<div class="image">
<img src="project photos/Drawings/Rendered Elevation copy.jpg" alt="Rendered Section"/>
</div>
<div class="image">
<img src="project photos/Drawings/Saw Perspective copy.jpg" alt="Saw Perspective" />
</div>
</div>
</body>
<div class="footer">
<div class="footer1">
<a href="#top">Back to top</a>
</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>
</div>