-
Notifications
You must be signed in to change notification settings - Fork 18
/
contact.html
244 lines (236 loc) · 10.8 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
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Eleganter - New Amazing HTML5 Template</title>
<link rel="stylesheet" href="css/components.css">
<link rel="stylesheet" href="css/icons.css">
<link rel="stylesheet" href="css/responsee.css">
<link rel="stylesheet" href="owl-carousel/owl.carousel.css">
<link rel="stylesheet" href="owl-carousel/owl.theme.css">
<link rel="stylesheet" href="css/template-style.css">
<link href='https://fonts.googleapis.com/css?family=Playfair+Display&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,800&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
<script type="text/javascript" src="js/jquery-1.8.3.min.js"></script>
<script type="text/javascript" src="js/jquery-ui.min.js"></script>
</head>
<body class="size-1140">
<!-- PREMIUM FEATURES BUTTON -->
<a target="_blank" class="hide-s" href="../template/eleganter-premium-responsive-business-template/" style="position:fixed;top:120px;right:-14px;z-index:10;"><img src="img/premium-features.png" alt=""></a>
<!-- HEADER -->
<header role="banner" class="position-absolute">
<!-- Top Navigation -->
<nav class="background-transparent background-transparent-hightlight full-width sticky">
<div class="s-12 l-2">
<a href="index.html" class="logo">
<!-- Logo White Version -->
<img class="logo-white" src="img/logo.png" alt="">
<!-- Logo Dark Version -->
<img class="logo-dark" src="img/logo-dark.png" alt="">
</a>
</div>
<div class="top-nav s-12 l-10">
<ul class="right chevron">
<li><a href="index.html">Home</a></li>
<li><a href="products.html">Products</a></li>
<li><a>Services</a>
<ul>
<li><a>Service 1</a>
<ul>
<li><a>Service 1 A</a></li>
<li><a>Service 1 B</a></li>
</ul>
</li>
<li><a>Service 2</a></li>
</ul>
</li>
<li><a href="about.html">About</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</nav>
</header>
<!-- MAIN -->
<main role="main">
<!-- Content -->
<article>
<header class="section background-dark">
<div class="line">
<h1 class="text-white margin-top-bottom-40 text-size-60 text-line-height-1">Contact Us</h1>
<p class="margin-bottom-0 text-size-16">Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis.<br>
Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod.</p>
</div>
</header>
<div class="section background-white">
<div class="line margin-bottom-60">
<div class="margin">
<div class="s-12 m-12 l-4 margin-m-bottom">
<div class="padding-2x block-bordered border-radius">
<div class="float-left hide-s">
<i class="icon-sli-location-pin icon3x text-primary"></i>
</div>
<div class="margin-left-70 margin-s-left-0 margin-bottom">
<h3 class="margin-bottom-0">Company Address</h3>
<p>Responsive Street 7<br>
London / UK / Europe
</p>
</div>
</div>
</div>
<div class="s-12 m-12 l-4 margin-m-bottom">
<div class="padding-2x block-bordered border-radius">
<div class="float-left hide-s">
<i class="icon-sli-envelope icon3x text-primary"></i>
</div>
<div class="margin-left-70 margin-s-left-0 margin-bottom">
<h3 class="margin-bottom-0">E-mail</h3>
<p>[email protected]<br>
</p>
</div>
</div>
</div>
<div class="s-12 m-12 l-4 margin-m-bottom">
<div class="padding-2x block-bordered border-radius">
<div class="float-left hide-s">
<i class="icon-sli-phone icon3x text-primary"></i>
</div>
<div class="margin-left-70 margin-s-left-0">
<h3 class="margin-bottom-0">Phone Numbers</h3>
<p><span class="text-primary">Infoline: 0800 4521 800 50</span><br>
Office: 0450 5896 625 16<br>
Office 2: 0798 6546 465 15
</p>
</div>
</div>
</div>
</div>
</div>
<div class="line">
<div class="margin">
<!-- Contact Form -->
<div class="s-12 m-12 l-6">
<h2 class="margin-bottom-10">Leave Message</h2>
<form name="contactForm" class="customform" method="post">
<div class="line">
<div class="margin">
<div class="s-12 m-12 l-6">
<input name="email" class="required email" placeholder="Your e-mail" title="Your e-mail" type="text" />
<p class="email-error form-error">Please enter your e-mail.</p>
</div>
<div class="s-12 m-12 l-6">
<input name="name" class="name" placeholder="Your name" title="Your name" type="text" />
<p class="name-error form-error">Please enter your name.</p>
</div>
</div>
</div>
<div class="s-12">
<input name="subject" class="subject" placeholder="Subject" title="Subject" type="text" />
<p class="subject-error form-error">Please enter the subject.</p>
</div>
<div class="s-12">
<textarea name="message" class="required message" placeholder="Your message" rows="3"></textarea>
<p class="message-error form-error">Please enter your message.</p>
</div>
<div class="s-12"><button class="s-12 submit-form button background-primary text-white" type="submit">Submit Button</button></div>
</form>
</div>
<div class="s-12 m-12 l-4">
<h2 class="margin-bottom-10">Office Hours</h2>
<div class="s-6">
<p class="text-size-16">
Monday<br>
Tuesday<br>
Wednesday<br>
Thursday<br>
Friday<br>
Saturday<br>
Sunday
</p>
</div>
<div class="s-6">
<p class="text-size-16 text-strong">
08.00-18.00<br>
08.00-18.00<br>
08.00-18.00<br>
08.00-18.00<br>
08.00-14.00<br>
08.00-14.00<br>
Close
</p>
</div>
</div>
</div>
</div>
</div>
</article>
</main>
<!-- FOOTER -->
<footer>
<!-- Contact Us -->
<div class="background-primary padding text-center">
<p class="h1">Contact Us: 0800 787 787</p>
</div>
<!-- Main Footer -->
<section class="background-dark full-width">
<!-- Map -->
<div class="s-12 m-12 l-6 margin-m-bottom-2x">
<div class="s-12 grayscale center">
<iframe src="https://www.google.com/maps/embed?pb=!1m14!1m12!1m3!1d1459734.5702753505!2d16.91089086619977!3d48.577103681657675!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!5e0!3m2!1ssk!2ssk!4v1457640551761" width="100%" height="450" frameborder="0" style="border:0"></iframe>
</div>
</div>
<!-- Collumn 2 -->
<div class="s-12 m-12 l-6 margin-m-bottom-2x">
<div class="padding-2x">
<div class="line">
<div class="float-left">
<i class="icon-sli-location-pin text-primary icon3x"></i>
</div>
<div class="margin-left-70 margin-bottom-30">
<h3 class="margin-bottom-0">Company Address</h3>
<p>Responsive Street 7<br>
London / United Kingdom / Europe
</p>
</div>
<div class="float-left">
<i class="icon-sli-envelope text-primary icon3x"></i>
</div>
<div class="margin-left-70 margin-bottom-30">
<h3 class="margin-bottom-0">E-mail</h3>
<p>[email protected]<br>
</p>
</div>
<div class="float-left">
<i class="icon-sli-phone text-primary icon3x"></i>
</div>
<div class="margin-left-70">
<h3 class="margin-bottom-0">Phone Numbers</h3>
<p>0800 4521 800 50<br>
0450 5896 625 16<br>
0798 6546 465 15
</p>
</div>
</div>
</div>
</div>
</section>
<hr class="break margin-top-bottom-0" style="border-color: rgba(0, 38, 51, 0.80);">
<!-- Bottom Footer -->
<section class="padding background-dark full-width">
<div class="s-12 l-6">
<p class="text-size-12">Copyright 2019, Vision Design - graphic zoo</p>
<p class="text-size-12">All images have been purchased from Bigstock. Do not use the images in your website.</p>
</div>
<div class="s-12 l-6">
<a class="right text-size-12" href="http://www.myresponsee.com" title="Responsee - lightweight responsive framework">Design and coding<br> by Responsee Team</a>
</div>
</section>
</footer>
<script type="text/javascript" src="js/responsee.js"></script>
<script type="text/javascript" src="owl-carousel/owl.carousel.js"></script>
<script type="text/javascript" src="js/template-scripts.js"></script>
</body>
</html>