-
Notifications
You must be signed in to change notification settings - Fork 0
/
single_07.html
42 lines (30 loc) · 916 Bytes
/
single_07.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
<html>
<head>
<title>David Cordero | Manners 04 </title>
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" type="text/css" href="css/reset.css">
<link rel="stylesheet" type="text/css" href="css/styles.css" media="all and (max-width: 99999px)">
<link href='http://fonts.googleapis.com/css?family=Raleway+Dots' rel='stylesheet' type='text/css'>
</head>
<body>
<div id="container">
<div id="menu">
<p>DAVID CORDERO<br>
<a href="test.html" class="active">WORKS</a><br>
<a href="cv.html">CV</a><br>
<a href="contact.html">CONTACT</a></p>
</div>
<div id="singleworkhor">
<img src="images/700/700_7.jpg"/>
<section id="caption">
<i>Manners</i><br>
2012
</section>
<section class="scroll">
<a href="single_06.html"> < prev </a> <a href="single_08.html"> next > </a>
</section>
<div class="clearfix"></div>
</div>
</div>
</body>
</html>