-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact_us.html
79 lines (74 loc) · 2.55 KB
/
contact_us.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
73
74
75
76
77
78
79
<!DOCTYPE html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Contact us</title>
<link href="css/style.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<div class="outerContainer">
<!-- header Section Start-->
<header>
<div class="logo">
<h1>Online Cuisine</h1>
</div>
<!-- Navigation Menu Start-->
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="menu.html">Menu</a></li>
<li><a href="pricelist.html">PriceList</a></li>
<li class="navSelected"><a href="#">Contact Us</a></li>
</ul>
</nav>
<!-- Navigation Menu End -->
</header>
<!-- Header Section End -->
</div>
<section class="main_body"><!-- start of main_body-->
<article class="main_content"><!-- start of main content-->
<h1 class="contact_page_heading">How To <span class="contact_red">Find Us</span></h1>
<iframe id="map_canvas" src="http://maps.google.co.in/maps?f=q&source=s_q&hl=en&geocode=&q=manyata+tech+park&aq=&sll=12.953997,77.63094&sspn=0.971626,1.234589&ie=UTF8&hq=manyata+tech+park&hnear=&ll=13.042585,77.619964&spn=0.971485,1.234589&t=m&z=10&iwloc=A&cid=2710003334536065494&output=embed">
</iframe>
<div class="contact_details">
<p>Sed in lacus ut enim adipiscing aliquet. Nulla venenatis. In pede mi, aliquet sit amet, euismod in, auctor ut, ligula. Aliquam dapibus tincidunt metus.</p>
<address>8901 Marmora Road,
Glasgow, D04 89GR.</address>
<p><span>Freephone:</span>+1 800 559 6580</p>
<p><span>Telephone:</span>+1 800 603 6035</p>
<p><span>FAX: </span>+1 800 889 9898</p>
<p><span>Email:</span><span class="contact_red">[email protected]<span></p>
</div>
<h1 class="contact_page_heading">Feedback</h1>
<form class="form1">
<input type="text" placeholder="Name:"/>
<input type="text" placeholder="Email:"/>
<input type="text" placeholder="Phone:"/>
</form>
<form class="form2">
<textarea placeholder="Message"></textarea>
<p><button class="order_button">Submit</button><p>
</form>
</article><!-- end of main_Content-->
</section><!-- end of main_body-->
<div class="outerContainer">
<!-- Footer Section Start -->
<footer>
<div id="footerContainer">
<nav>
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">Menu</a></li>
<li><a href="#">PriceList</a></li>
<li><a href="#">Contact us</a></li>
</ul>
</nav>
<p> Copyright @ 2013 Privacy Policy
</p>
</div>
</footer>
<!-- Footer Section End -->
</div>
<!-- Outer Container End
</body>
</html>