-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprint.html
More file actions
executable file
·51 lines (34 loc) · 1.46 KB
/
print.html
File metadata and controls
executable file
·51 lines (34 loc) · 1.46 KB
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
<!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 http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>shannon crabill | print</title>
<link href="styles.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="container">
<div class="header"><a href="#"><img src="images/home_logo.jpg" alt="Insert Logo Here" name="Insert_logo" width="180" height="180" id="Insert_logo" style="background: #333333; display:block;" /></a>
<!-- end .header --></div>
<div class="sidebar1">
<ul class="nav">
<li><a href="about.html">ABOUT</a></li>
<li><a href="print.html">PRINT</a></li>
<li><a href="branding.html">BRANDING</a></li>
<li><a href="other.html">OTHER</a></li>
<li><a href="contact.html">CONTACT</a></li>
<li><a href="content/crabill_resume2011.pdf">RESUME</a></li>
</ul>
</div>
<!-- end .sidebar1 -->
<!-- start of image gallery -->
<div class="content">
<h1><a href="print/gala_invite.html">Gala Invite</a></h1>
<h1><a href="print/wood_type_poster.html">Wood Type Poster</a></h1>
<h1><a href="print/healthy_living_brochure.html">Healthy Living Brochure</a></h1>
</div>
<div class="footer">
<p>shannon crabill | 2011</p>
<!-- end .footer --></div>
<!-- end .container --></div>
</body>
</html>