-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
72 lines (71 loc) · 2.59 KB
/
contact.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="description" content="">
<meta name="keywords" content="">
<link rel="icon" type="image/x-icon" href="/favicon.gif" />
<title>Get In Touch</title>
<link rel="stylesheet" href="css/style.css" type="text/css" />
</head>
<body>
<div id="main">
<div id="header">
<a href="index.html"><img src="images/header.jpg" /></a>
</div><!--End Header-->
<div id="contact-body">
<div id="form-header">
<h2></h2>
</div>
<!--<form action="sent.php" method="post">
<div class="row">
<div class="label"<label for="name">Name</label></div>
<input type="text" name="name">
</div>
<div class="row">
<div class="label"><label for="email">Email</label></div>
<input type="text" name="email">
</div>
<div class="row">
<div class="label"><label for="why">Services</label></div>
<select name="why">
<option value="Portraits">Portraits</option>
<option value="Digital Retouching">Digital Retouching</option>
<option value="Graphic Design">Graphic Design</option>
</select>
</div>
<div class="textarea">
<div class="label"><label for="comment">Comment</label></div>
<textarea name="comment" rows="6" cols="30" onfocus="this.value=''; return false;" onblur="if(this.value=='')this.value=this.defaultValue;">Details on your project.</textarea>
</div>
<div class="row">
<div class="label"><label for="spam">2 + 2?</label></div>
<input id="spam" type="text" name="spam"> Please answer to stop spam.
</div>
<div class="row submit">
<div class="label"><input type="submit" name="submit" value="Send us a Message!"></div>
</div>
</form>-->
<div id="form-header">
<h2>Lisa Lee Gonzalez</h2>
<h3>Email: <a href="mailto:[email protected]" class="contact-link" >[email protected]</a></h3>
</div>
</div>
<div id="bottom">
<div id="navigation">
<ul>
<li><a id="nav1" href="bw.html">B & W</a></li>
<li><a id="nav2" href="color.html">Color</a></li>
<li><a id="nav3" href="info.html">Info</a></li>
<li><a id="nav4" href="contact.html">Contact</a></li>
</ul>
</div>
</div>
<div id="footer">
<p>© 2003-2010 lisa gonzalez</p>
<p class="credits">website by <a href="http://ascolidesigns.com">Ascoli Designs</a></p>
</div>
</div><!-- End Main -->
</body>
</html>