forked from xeroxism/cakecraft-demo-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
303 lines (260 loc) · 11 KB
/
index.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
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial">
<link rel="stylesheet" type="text/css" href="style.css">
<title>CAKECraft | A cake close to you - Home</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/css?family=Cantarell|Cinzel|Old+Standard+TT|Raleway|Satisfy|Josefin+Sans|Spectral|Arapey|Quattrocento|Kaushan+Script|Alex+Brush" rel="stylesheet">
</head>
<body>
<div class="main_container">
<div class="header-logo">
<h1><strong><span style="font-family: 'Kaushan Script'; font-size: larger;">CAKE</span><span style="font-family: 'Alex Brush'; font-size: larger;">Craft</span><br>
<small>
Everything getting caked through craft.
</small>
</strong></h1>
</div>
<nav class="navbar navbar-inverse">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavbar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="collapse navbar-collapse" id="myNavbar">
<ul class="nav navbar-nav">
<li class="active"><a href="#">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="#">How we work</a></li>
<li><a href="#">Contact Us</a></li>
<li><a href="#">Blog</a></li>
<li><a href="#">Training</a></li>
</ul>
</div>
</div>
</nav>
<div class="jumbotron">
<div class="block text-center">
<h1>THE <br> CRAFT OF PERFECT TOUCH</h1>
<h2>We’re all about good cake and baking recipes, and about quality home baking that everyone can enjoy. Whether you’re looking for some healthy cake treat, we’ve a cake menu by trustworthy bakers for all your cake needs.</h2>
<h2>All at Affordable rates!</h2>
</div>
</div>
<div class="row">
<div class="col-md-12 text-center">
<h1 class="header_style">HOW WE WORK</h1>
</div>
</div>
<div class="how_we_work row">
<div class="col-md-4 text-center">
<h1>-- 1 --</h1>
<h3>SCHEDULE</h3>
<P>You meet with our design consutants to discuss style, preference and size (or Quantity).</P>
</div>
<div class="col-md-4 text-center">
<h1>-- 2 --</h1>
<h3>DESIGN</h3>
<P>We go straight to work on your cake based on your specifications. You are sent a sample to confirm. If you give us the GO! We scale up to your specified quatinty.</P>
</div>
<div class="col-md-4 text-center">
<h1>-- 3 --</h1>
<h3>ENJOY</h3>
<P>We deliver your cake based on your custom specifications for you to enjoy. It's that simple.</P>
</div>
</div>
<div class="gallery row">
<div class="col-md-12 text-center">
<h1 class="header_style">GALLERY</h1>
</div>
</div>
<div class="gallery row">
<div class="col-md-4 text-center">
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
<li data-target="#myCarousel" data-slide-to="2"></li>
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner">
<div class="item active">
<img src="https://source.unsplash.com/surQ2mkZNxw/1600x900" alt="Los Angeles">
</div>
<div class="item">
<img src="https://source.unsplash.com/CtrEJu5vUg0/1600x900" alt="Chicago">
</div>
<div class="item">
<img src="https://source.unsplash.com/BepcnEnnoPs/1600x900" alt="New York">
</div>
</div>
<!-- Left and right controls -->
<a class="left carousel-control" href="#myCarousel" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#myCarousel" data-slide="next">
<span class="glyphicon glyphicon-chevron-right"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
<div class="col-md-4 text-center">
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
<li data-target="#myCarousel" data-slide-to="2"></li>
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner">
<div class="item active">
<img src="https://source.unsplash.com/Jz8GUm4kzVk/1600x900" alt="Los Angeles">
</div>
<div class="item">
<img src="https://source.unsplash.com/6cER36ldcDQ/1600x900" alt="Chicago">
</div>
<div class="item">
<img src="https://source.unsplash.com/TAegVkFYIqo/1600x900" alt="New York">
</div>
</div>
<!-- Left and right controls -->
<a class="left carousel-control" href="#myCarousel" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#myCarousel" data-slide="next">
<span class="glyphicon glyphicon-chevron-right"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
<div class="col-md-4">
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
<li data-target="#myCarousel" data-slide-to="2"></li>
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner">
<div class="item active">
<img src="https://source.unsplash.com/P9WkD82hLUI/1600x900" alt="Los Angeles">
</div>
<div class="item">
<img src="https://source.unsplash.com/6SHd7Q-l1UQ/1600x900" alt="Chicago">
</div>
<div class="item">
<img src="https://source.unsplash.com/eEKgcdGZhzs/1600x900" alt="New York">
</div>
</div>
<!-- Left and right controls -->
<a class="left carousel-control" href="#myCarousel" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#myCarousel" data-slide="next">
<span class="glyphicon glyphicon-chevron-right"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
</div>
<div class="footer">
<div class="row">
<div class="col-md-12 text-center">
<h1 class="header_style">-- CONTACT --</h1>
<hr>
</div>
</div>
<div class="row contact">
<div class="col-md-4">
<h3 class="header_style">Skills & Recipes</h3>
<p>As well as helping you decide what to bake we can also help you to bake it. From tips on baking techniques to facts and information about health and nutrition, we’ve a wealth of foodie know how for you to explore.</p>
<p>All our recipes are tested thoroughly by us to make sure they’re suitable for your kitchen at home. We know many of you are concerned about healthy eating, so we send them to a qualified nutritionist for thorough analysis too.</p>
</div>
<div class="col-md-4">
<h3 class="header_style">Talk to us</h3>
<p>If you want to book you next cake or share your thoughts on how we can be better at serve you - feel free to contatct us using the form below:</p>
<form>
<div class="form-group">
<label for="email">FULL NAME</label>
<input type="fname" class="form-control" id="fname">
</div>
<div class="form-group">
<label for="email">EMAIL:</label>
<input type="email" class="form-control" id="email">
</div>
<div class="form-group">
<label for="pwd">PHONE:</label>
<input type="phone" class="form-control" id="phone">
</div>
<div class="form-group">
<label for="message">MESSAGE:</label>
<textarea class="form-control" rows="5" id="message">Enter your message here...</textarea>
</div>
<button type="submit" class="btn btn-success">Get in touch</button>
</form>
</div>
<div class="col-md-4">
<div>
<h3 class="header_style">Follow us</h3>
<p>Join the CAKECraft community by following us on Facebook, Twitter, Pinterest, Instagram and Google Plus.</p>
<div class="btnList">
<span class="fa-stack fa-lg">
<a href="#"><i class="fa fa-facebook fa-lg" id="facebookIcon" aria-hidden="true"></i>
</span>
Facebook</a><br>
<span class="fa-stack fa-lg">
<a href="#"><i class="fa fa-twitter fa-lg" id="twitterIcon" aria-hidden="true"></i>
</span>
Twitter</a><br>
<span class="fa-stack fa-lg">
<a href="#"><i class="fa fa-google-plus fa-lg" id="googlePlusIcon" aria-hidden="true"></i>
</span>
Google+</a><br>
<span class="fa-stack fa-lg">
<a href="#"><i class="fa fa-instagram fa-lg" id="instagramIcon" aria-hidden="true"></i>
</span>
Instagram</a><br>
<span class="fa-stack fa-lg">
<a href="#"> <i class="fa fa-pinterest fa-lg" id="pinterestIcon" aria-hidden="true"></i>
</span>
Pinterest</a>
</div>
</div>
<div>
<h3 class="header_style">Subscribe</h3>
<p>Sign up to recieve news and special offers from CAKECraft.</p>
<form class="form-inline">
<div class="form-group">
<input type="email" class="form-control" id="email">
</div>
<button type="submit" class="btn btn-success">Sign up</button>
</form>
</div>
</div>
</div>
<hr>
<div class="row">
<div class="col-md-12 text-center">
<p><a href="#">TERMS OF SERVICE</a> | <a href="#"> PRIVACY POLICY</a> | <a href="#"> COOKIE POLICY</a> | <a href="#">ADVERTISE WITH US</a> </p>
<p>Copyright © 2017. CAKECraft Ltd. The CAKECraft word mark and logo are trademarks of CAKECraft Ltd.</p>
<p>Designed by:<span style="color: #F9690E; font-weight: bolder; font-family: 'Cantarell';"> ALEXANDER WAYNE OMOROKUNWA </span>.</p>
</div>
</div>
</div>
<!--script palced here make page load faster-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/tether/1.3.7/js/tether.min.js" integrity="sha384-XTs3FgkjiBgo8qjEjBk0tGmf3wPrWtA6coPfQDfFEY8AnYJwjalXCiosYRBIBZX8" crossorigin="anonymous"></script>
</body>
</html>