forked from JISH191853/E-WAY
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
63 lines (55 loc) · 2.66 KB
/
contact.html
File metadata and controls
63 lines (55 loc) · 2.66 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
52
53
54
55
56
57
58
59
60
61
62
63
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title>-</title>
<meta name="description" content="free website template" />
<meta name="keywords" content="enter your keywords here" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=9" />
<link rel="stylesheet" type="text/css" href="css/style.css" />
<link href="css/portfolio.css" rel="stylesheet" type="text/css" />
<link href="css/dark.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="main">
<div id="header">
<div id="welcome">
<h1><span>E-WAY</span></h1>
</div><!--end welcome-->
<div id="menubar">
<ul id="menu">
<li><a href="index.html">Home</a></li>
<li><a href="ourwork.html">Our Work</a></li>
<li><a href="testimonials.html">Motto</a></li>
<li class="current"><a href="contact.html">Contact Us</a></li>
</ul>
</div><!--end menubar-->
</div><!--end header-->
<div id="site_content">
<div id="text_content">
<div class="content_item">
<h2>Contact Us</h2>
<p>This is the basic structure of contact form could look like on this website template:</p>
<div class="form_settings">
<p><span>Name</span><input class="contact" type="text" name="your_name"/></p>
<p><span>Email</span><input class="contact" type="text" name="your_email"/></p>
<p><span>Message</span><textarea class="contact textarea" rows="5" cols="50" name="your_message"></textarea></p>
<p style="line-height: 1.7em;">To help prevent spam, and unwanted messages from unknown users please enter the answer to this question:</p>
<p><span>Maths Question: 12 + 3 = ?</span><input type="text" name="user_answer" /><input type="hidden" name="answer" /></p>
<p style="padding-top: 15px"><span> </span><input class="submit" type="submit" name="contact_submitted" value="send" /></p>
</div>
</div><!--close content_item-->
</div><!--close text_content-->
<div class="static_image">
<img width="500" height="450" src="images/contact.jpg" alt="contact" />
</div>
</div><!--end site_content-->
</div><!--end main-->
<div id="footer">
<div id="footer_container">
<div class="footer_container_box">
<a href="http://fotogrph.com/">Images</a> | website by E-WAY
</div><!--close footer_container-->
</div><!--close footer-->
</body>
</html>