-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
154 lines (151 loc) · 5.76 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
<!--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
-->
<!DOCTYPE HTML>
<html>
<head>
<title>traveller Website Template | contact :: W3layouts</title>
<link href="css/style.css" rel="stylesheet" type="text/css" media="all" />
<link rel="stylesheet" href="css/flyout.css" type="text/css" />
<script type="text/javascript" src="js/flyout.js"></script>
<link href='http://fonts.googleapis.com/css?family=Fauna+One' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Righteous' rel='stylesheet' type='text/css'>
</head>
<body>
<!---start-wrap---->
<!---start-Header---->
<div class="header">
<div class="wrap">
<!---start-logo---->
<div class="logo">
<a href="index.html"><img src="images/logo.png" title="logo" /></a>
</div>
<!---End-logo---->
<!---start-top-nav---->
<div class="top-nav">
<dl class="dropdown">
<dt id="one-ddheader" class="upperdd" onmouseover="ddMenu('one',1)" onmouseout="ddMenu('one',-1)"><a href="index.html">Home</a></dt>
</dl>
<dl class="dropdown">
<dt id="two-ddheader" class="upperdd" onmouseover="ddMenu('two',1)" onmouseout="ddMenu('two',-1)"><a href="projects.html">Projects</a></dt>
<dd id="two-ddcontent" onmouseover="cancelHide('two')" onmouseout="ddMenu('two',-1)">
<ul class="sub">
<li><a href="#" class="underline">Project1</a></li>
<li><a href="#" class="underline">Project2</a></li>
<li><a href="#" class="underline">Project3</a></li>
</ul>
</dd>
</dl>
<dl class="dropdown">
<dt id="three-ddheader" class="upperdd"><a href="blog.html">Blog</a></dt>
</dl>
<dl class="dropdown">
<dt id="four-ddheader" onmouseover="ddMenu('four',1)" onmouseout="ddMenu('four',-1)"><a href="contact.html">Contact</a></dt>
</dl>
</div>
<div class="clear"> </div>
<!---start-op-nav---->
<!---End-Header---->
<div class="clear"> </div>
<div class="clear"> </div>
<div class="content">
<div class="contact-page">
<div class="contact-page-top-patination">
<ul>
<li><a href="index.html">Mainpage</a></li>
<li><p>contact</p></li>
</ul>
</div>
<div class="contact-page">
<div class="contact-map">
<iframe width="100%" height="250" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://maps.google.co.in/?ie=UTF8&ll=14.264383,79.804688&spn=153.263776,68.554688&t=m&z=2&output=embed"></iframe><br /><small><a href="https://maps.google.co.in/?ie=UTF8&ll=14.264383,79.804688&spn=153.263776,68.554688&t=m&z=2&source=embed" style="color: #8dc63f;text-align:left;font: 400 14px/22px Arial;">View Larger Map</a></small>
</div>
<div class="contact-content">
<div class="section group">
<div class="col span_1_of_3">
<div class="company_address">
<h3>Company Information :</h3>
<h5>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, </h5>
<p>500 Lorem Ipsum Dolor Sit,</p>
<p>22-56-2-9 Sit Amet, Lorem,</p>
<p>USA</p>
<p>Phone:(00) 222 666 444</p>
<p>Fax: (000) 000 00 00 0</p>
<p>Email: <span>info@mycompany.com</span></p>
<p>Follow on: <span>Facebook</span>, <span>Twitter</span></p>
</div>
</div>
<div class="col span_2_of_3">
<div class="contact-form">
<h3>Contact Us</h3>
<form>
<div>
<span><label>NAME</label></span>
<span><input type="text" value=""></span>
</div>
<div>
<span><label>E-MAIL</label></span>
<span><input type="text" value=""></span>
</div>
<div>
<span><label>MOBILE.NO</label></span>
<span><input type="text" value=""></span>
</div>
<div>
<span><label>SUBJECT</label></span>
<span><textarea> </textarea></span>
</div>
<div>
<span><input type="submit" value="Send"></span>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="clear"> </div>
<div class="footer">
<div class="wrap">
<div class="fresh-projects footer-grid">
<h5>fresh projects</h5>
<div class="freah-project">
<img src="images/pro1.jpg" title="project1" />
<h3>eiusmodtempor</h3>
<p>consectetur adipisicing <a href="#">[...]</a></p>
</div>
<div class="freah-project">
<img src="images/pro2.jpg" title="project1" />
<h3>eiusmodtempor</h3>
<p>consectetur adipi elit,<a href="#">[...]</a></p>
</div>
<div class="clear"> </div>
</div>
<div class="location footer-grid">
<h5>Location</h5>
<h4>Lorem ipsum,</h4>
<h4>consectetur elit,</h4>
<h4>consectetur adipisicing elit</h4>
<h4><span>+800-123457896,</span></h4>
<a href="#"><img src="images/demo.png" title="email" />info@traveller.com</a>
</div>
<div class="contact-info1 footer-grid">
<h5>Contact</h5>
<p><img src="images/phone.png" title="phone" />call toll-free <br /><a href="#">+1 - 234 - 567 - 8900</a></p>
<div class="copy-right">
<p>Design By <a href="w3layouts.com">W3layouts</a></p>
</div>
</div>
</div>
<!---End-wrap---->
<div class="clear"> </div>
</div>
</div>
</body>
</html>