-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
274 lines (253 loc) · 8.47 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
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
<!--
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 lang="zxx">
<head>
<title>Cakes Bakery Restaurants Category Bootstrap Responsive Web Template | Contact Us :: W3layouts</title>
<!-- Meta tag Keywords -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8" />
<meta name="keywords" content="Cakes Bakery Services Responsive web template, Bootstrap Web Templates, Flat Web Templates, Android Compatible web template, Smartphone Compatible web template, free webdesigns for Nokia, Samsung, LG, SonyEricsson, Motorola web design" />
<script>
addEventListener("load", function () {
setTimeout(hideURLbar, 0);
}, false);
function hideURLbar() {
window.scrollTo(0, 1);
}
</script>
<!-- //Meta tag Keywords -->
<!-- Custom-Files -->
<link rel="stylesheet" href="css/bootstrap.css">
<!-- Bootstrap-Core-CSS -->
<link rel="stylesheet" href="css/style.css" type="text/css" media="all" />
<!-- Style-CSS -->
<link rel="stylesheet" href="css/fontawesome-all.css">
<!-- Font-Awesome-Icons-CSS -->
<!-- //Custom-Files -->
<!-- Web-Fonts -->
<link href="//fonts.googleapis.com/css?family=Oxygen:300,400,700&subset=latin-ext" rel="stylesheet">
<link href="//fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese"
rel="stylesheet">
<link href="//fonts.googleapis.com/css?family=Pacifico&subset=cyrillic,latin-ext,vietnamese" rel="stylesheet">
<!-- //Web-Fonts -->
</head>
<body>
<div class="mian-content">
<!-- header -->
<header>
<nav class="navbar navbar-expand-lg navbar-light">
<div class="logo text-left">
<h1>
<a class="navbar-brand" href="index.html">
<img src="images/logo.png" alt="" class="img-fluid">Cakes Bakery</a>
</h1>
</div>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon">
</span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-lg-auto text-lg-right text-center">
<li class="nav-item">
<a class="nav-link" href="index.html">Home
<span class="sr-only">(current)</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html">About Us</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown"
aria-haspopup="true" aria-expanded="false">
Dropdown
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="about.html">Services</a>
<a class="dropdown-item" href="index.html" title="">New Products</a>
<a class="dropdown-item" href="index.html" title="">Company News</a>
<a class="dropdown-item" href="index.html" title="">Team</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="gallery.html">Gallery</a>
</li>
<li class="nav-item active">
<a class="nav-link" href="contact.html">Contact Us</a>
</li>
</ul>
<!-- menu button -->
<div class="menu">
<a href="#" class="navicon"></a>
<div class="toggle">
<ul class="toggle-menu list-unstyled">
<li>
<a href="index.html">Index Page</a>
</li>
<li>
<a href="index.html">New Products</a>
</li>
<li>
<a href="gallery.html">Latest Cakes</a>
</li>
<li>
<a href="index.html">Order Cake</a>
</li>
<li>
<a href="index.html">Faqs</a>
</li>
<li>
<a href="contact.html">Contact Us</a>
</li>
</ul>
</div>
</div>
<!-- //menu button -->
</div>
</nav>
</header>
<!-- //header -->
<!-- banner 2 -->
<div class="banner2-w3ls">
</div>
<!-- //banner 2 -->
</div>
<!-- main -->
<!-- page details -->
<div class="breadcrumb-agile">
<nav aria-label="breadcrumb">
<ol class="breadcrumb m-0">
<li class="breadcrumb-item">
<a href="index.html">Home</a>
</li>
<li class="breadcrumb-item active" aria-current="page">Contact Us</li>
</ol>
</nav>
</div>
<!-- //page details -->
<!-- contact page -->
<div class="address py-5">
<div class="container py-xl-5 py-lg-3">
<div class="title text-center mb-5">
<h2 class="text-dark mb-2">Contact Us</h2>
<p>Ut enim ad minim veniam, quis nostrud ullam.</p>
</div>
<div class="row address-row">
<div class="col-lg-6 address-right">
<div class="address-info wow fadeInRight animated" data-wow-delay=".5s">
<h4 class="font-weight-bold mb-3">Address</h4>
<p>123 San Sebastian, Hill Towers 4567 New York City USA.</p>
</div>
<div class="address-info address-mdl wow fadeInRight animated" data-wow-delay=".7s">
<h4 class="font-weight-bold mb-3">Phone </h4>
<p>+222 111 333 4444</p>
<p>+222 111 333 5555</p>
</div>
<div class="address-info agileits-info wow fadeInRight animated" data-wow-delay=".6s">
<h4 class="font-weight-bold mb-3">Mail</h4>
<p>
<a href="mailto:[email protected]"> [email protected]</a>
</p>
<p>
<a href="mailto:[email protected]"> [email protected]</a>
</p>
</div>
</div>
<div class="col-lg-6 address-left mt-lg-0 mt-5">
<div class="address-grid">
<h4 class="font-weight-bold mb-3">Get In Touch</h4>
<form action="#" method="post">
<div class="form-group">
<input type="text" class="form-control" placeholder="Name" name="name" required="">
</div>
<div class="form-group">
<input type="email" class="form-control" placeholder="Email" name="email" required="">
</div>
<div class="form-group">
<input type="text" class="form-control" placeholder="Subject" name="subject" required="">
</div>
<div class="form-group">
<textarea placeholder="Message" class="form-control" required=""></textarea>
</div>
<input type="submit" value="SEND">
</form>
</div>
</div>
</div>
</div>
</div>
<!-- map -->
<div class="map">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2513.5588531024528!2d6.926104315807983!3d50.950370979547415!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x47bf25139c136161%3A0x40466a2b892ec6e7!2sCologne%2C+Ehrenfeld+Gutenbergstr.!5e0!3m2!1sen!2sin!4v1516624585853"></iframe>
</div>
<!--// map -->
<!-- //contact page -->
<!-- footer -->
<footer class="text-center py-sm-4 py-3">
<div class="container py-xl-5 py-3">
<div class="w3l-footer footer-social-agile mb-4">
<ul class="list-unstyled">
<li>
<a href="#">
<i class="fab fa-facebook-f"></i>
</a>
</li>
<li class="mx-1">
<a href="#">
<i class="fab fa-twitter"></i>
</a>
</li>
<li>
<a href="#">
<i class="fab fa-dribbble"></i>
</a>
</li>
<li class="ml-1">
<a href="#">
<i class="fab fa-vk"></i>
</a>
</li>
</ul>
</div>
<!-- copyright -->
<p class="copy-right-grids text-light my-lg-5 my-4 pb-4">© 2018 Cake Bakery. All Rights Reserved | Design by
<a href="https://w3layouts.com/" target="_blank">W3layouts</a>
</p>
<!-- //copyright -->
</div>
<!-- chef -->
<img src="images/chef.png" alt="" class="img-fluid chef-style" />
<!-- //chef -->
</footer>
<!-- //footer -->
<!-- Js files -->
<!-- JavaScript -->
<script src="js/jquery-2.2.3.min.js"></script>
<!-- Default-JavaScript-File -->
<!-- menu-js -->
<script>
$('.navicon').on('click', function (e) {
e.preventDefault();
$(this).toggleClass('navicon--active');
$('.toggle').toggleClass('toggle--active');
});
</script>
<!-- //menu-js -->
<!-- smooth scrolling -->
<script src="js/SmoothScroll.min.js"></script>
<!-- move-top -->
<script src="js/move-top.js"></script>
<!-- easing -->
<script src="js/easing.js"></script>
<!-- necessary snippets for few javascript files -->
<script src="js/cakes-bakery.js"></script>
<script src="js/bootstrap.js"></script>
<!-- Necessary-JavaScript-File-For-Bootstrap -->
<!-- //Js files -->
</body>
</html>