-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
337 lines (337 loc) · 16.7 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
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
<!doctype html>
<html lang="en">
<head>
<title>Cookie recipes</title>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/css/bootstrap.min.css" integrity="sha384-PsH8R72JQ3SOdhVi3uxftmaW6Vc51MKb0q5P2rRUpPvrszuE4W1povHYgTpBfshb" crossorigin="anonymous">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<!-- google fonts -->
<link href="https://fonts.googleapis.com/css?family=Josefin+Sans:700|Lato:700|Oswald:700|Playfair+Display:700|Poppins:500" rel="stylesheet">
<!-- google fonts -->
<!-- hover effect css -->
<link rel="stylesheet" href="css/hover-effects.min.css">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/demo.css">
<!-- hover effect css -->
<link rel="stylesheet" href="css/reset.css">
<!-- CSS reset -->
<link rel="stylesheet" href="css/style.css">
<!-- Resource style -->
<link rel="stylesheet" href="css/cookie.css">
<link rel="stylesheet" href="css/overlay-nav.css">
<link rel="stylesheet" href="css/main-global.css">
</head>
<body>
<header class="cd-auto-hide-header nav-style">
<nav class="navbar navbar-light justify-content-between">
<!-- <div class="col-sm-3 col-md-3 col-lg-3 logo-style"> -->
<ul class="nav">
<a href="index.html" class="logo-btn-link">
<h1 class="text-dark logo-style">Coffee & Cookies</h1>
</a>
</li>
</ul>
<!-- </div> -->
<ul class="nav overlay-button justify-content-end">
<li class="nav-item text-dark" onclick="openNav()">
<span style="cursor:pointer"> <i class="fa fa-bars text-dark" aria-hidden="true"></i> </span>
</li>
</ul>
</nav>
<!-- end of row-->
<!-- The overlay -->
</header>
<!-- .cd-auto-hide-header -->
<div id="myNav" class="overlay bg-dark">
<!-- Button to close the overlay navigation -->
<a href="javascript:void(0)" class="closebtn close-index" onclick="closeNav()">×</a>
<!-- Overlay content -->
<div class="container">
<div class="row">
<div class="col-sm-12 col-md-6 col-lg-6 col-xl-6 text-left">
<div class="overlay-content nav-link-style">
<a href="index.html" class="text-light">All Cookies</a>
<a href="chocolate.html" class="text-light">Chocolate </a>
<a href="sugar.html" class="text-light">Sugar</a>
<a href="pb.html" class="text-light">Peanut Butter</a>
</div>
<!-- overlay content-->
</div>
<!-- end of column-->
<div class="col-sm-12 col-md-6 col-lg-6 col-xl-6 nav-social-links text-left">
<div class="overlay-content">
<ul class="nav">
<li class="nav-item">
<a class="nav-link text-light" href="#"><i class="fa fa-facebook-official" aria-hidden="true"></i></a>
</li>
<li class="nav-item">
<a class="nav-link text-light" href="#"><i class="fa fa-instagram" aria-hidden="true"></i></a>
</li>
<li class="nav-item">
<a class="nav-link text-light" href="#"><i class="fa fa-twitter" aria-hidden="true"></i></a>
</li>
</ul>
</div>
<!-- overlay content-->
</div>
<!-- end of column-->
</div>
</div>
</div>
<!-- end of MyNav -->
<div class="jumbotron jumbotron-fluid text-center coffee-intro">
<div class="container">
<h1 class="display-3 text-dark banner-text">Coffee Pairings. & Cookie Desserts </h1>
<hr>
<h4 class="lead text-dark banner-copy">Recipes for banking gourmet desserts.</h4>
<br><br> <br><br>
<h2 class="text-light lead scroll-down-text">Scroll down <i class="fa fa-chevron-down"></i> </h2>
</div>
</div>
<!-- end of column-->
<div class="container-fluid cookie-quote-spacing">
<div class="row">
<div class="col-sm-12 col-md-4 col-lg-4 text-center company-intro-sect">
<div src="" alt="" class="border border-warning img-size-style-1"></div>
<h2 class="text-dark strong-intro"> Awesome Recipes</h2>
<p class="text-dark body-intro">
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Voluptates mollitia laborum assumenda, quidem architecto quaerat.
</p>
</div>
<div class="col-sm-12 col-md-4 col-lg-4 text-center company-intro-sect">
<div src="" alt="" class="border border-warning img-size-style-2"></div>
<h2 class="text-dark strong-intro">Cooking Directions</h2>
<p class="text-dark body-intro">
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Non ab doloribus, ipsam sequi tempore assumenda.
</p>
</div>
<div class="col-sm-12 col-md-4 col-lg-4 text-center company-intro-sect">
<div src="" alt="" class="border border-warning img-size-style-3"></div>
<h2 class="text-dark strong-intro">Good Eats. Yum!</h2>
<p class="text-dark body-intro">
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Voluptatum iusto libero deleniti, fugit laboriosam minima!
</p>
</div>
</div>
<!-- end row -->
</div>
<!-- end of container fluid -->
<div class="container-fluid bg-warning cookie-quotes">
<div class="row">
<div class="col-sm-12 col-md-12 col-lg-12 text-dark text-center cookie-quote-spacing">
<div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel">
<ol class=" slide-indicators-styles">
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<h2 class="text-dark cookie-quotes">
"Me want cookie! Cookie is good for me! Me will always love cookie."
</h2>
<p class="lead celebrity-styles">— Cookie Monster</p>
</div>
<div class="carousel-item">
<h2 class="text-dark cookie-quotes">
"I think baking cookies is equal to <br>Queen Victoria running an empire."
</h2>
<p class="lead celebrity-styles">— Martha Stewart</p>
</div>
<div class="carousel-item">
<h2 class="text-dark cookie-quotes">
"I suppose I could have stayed home <br> and baked cookies and had teas."
</h2>
<p class="lead celebrity-styles">— Hilary Clinton</p>
</div>
</div>
<a class="carousel-control-prev text-dark" href="#carouselExampleIndicators" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only bg-dark">Previous</span>
</a>
<a class="carousel-control-next text-dark" href="#carouselExampleIndicators" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only bg-dark">Next</span>
</a>
</div>
</div>
</div>
<!-- end row -->
</div>
<!-- end of container-->
<div class="container-fluid">
<div class="row">
<a href="chocolate.html" id="hover-link-style" class="col-sm-12 col-md-4 col-lg-5 text-center cookie-img-doors-1">
<div class="col-lg-12">
<h2 class="text-center text-dark cookie-img-doors-text">
Chocolate Chip <br>Cookies
<p class="lead text-dark body-door-text">
Great recipes for chocolate chip cookies
</p>
</h2>
</div>
</a>
<!-- -->
<a href="sugar.html" id="hover-link-style" class="col-sm-12 col-md-4 col-lg-7 cookie-img-doors-2">
<div class="col-lg-12">
<h2 class="text-center text-dark cookie-img-doors-text">
Sugar Cookies
<p class="lead text-dark body-door-text">
Learn some great recipes for Peanut butter cookies.
</p>
</h2>
</div>
</a>
<!-- -->
<a href="pb.html" id="hover-link-style" class="col-sm-12 col-md-4 col-lg-12 cookie-img-doors-3">
<div class="col-lg-12">
<h2 class="text-center text-dark cookie-img-doors-text">
Peaut Butter Cookies
<p class="lead text-dark body-door-text">
Fantastic Pairings that go well with chocolate chip cookies.
</p>
</h2>
</div>
</a>
<!-- -->
</div>
<!-- end of row -->
</div>
<!-- end of container fluid -->
<div class="container-fluid">
<div class="row">
<div class="col-sm-12 col-md-4 col-lg-4 cookie-img-doors-4">
<h2 href="index.html" class="text-center text-danger cookie-img-doors-mini">
Rasberry Cookies
</h2>
</div>
<div class="col-sm-12 col-md-4 col-lg-4 cookie-img-doors-5">
<h2 class="text-center text-white cookie-img-doors-mini">
Strawberry Cookies
</h2>
</div>
<div class="col-sm-12 col-md-4 col-lg-4 cookie-img-doors-6">
<h2 class="text-center text-primary cookie-img-doors-mini">
Vanilla Cookies
</h2>
</div>
<div class="col-sm-12 col-md-4 col-lg-4 cookie-img-doors-7">
<h2 class="text-center text-light cookie-img-doors-mini">
Double Fudge Cookies
</h2>
</div>
<div class="col-sm-12 col-md-4 col-lg-4 cookie-img-doors-8">
<h2 class="text-center text-light cookie-img-doors-mini">
Wedding Cookies
</h2>
</div>
<div class="col-sm-12 col-md-4 col-lg-4 cookie-img-doors-9">
<h2 class="text-center text-danger cookie-img-doors-mini">
Honey Cookies
</h2>
</div>
</div>
<!-- end of row -->
</div>
<!-- end of container fluid -->
<div class="container-fluid footer-spacing-styles bg-dark">
<div class="row">
<div class="col-lg-12 footer-text-styles">
<ul class="nav">
<li class="nav-item">
<a class="nav-link text-light" href="#"><i class="fa fa-facebook-official fa-2x" aria-hidden="true"></i>
</a>
</li>
<li class="nav-item">
<a class="nav-link text-light" href="#"><i class="fa fa-twitter fa-2x" aria-hidden="true"></i>
</a>
</li>
<li class="nav-item">
<a class="nav-link text-light" href="#"><i class="fa fa-instagram fa-2x" aria-hidden="true"></i>
</a>
</li>
</ul>
<hr class="bg-light">
</div>
<!-- end of social link -->
<div class="col-sm-3 col-md-6 col-lg-3 footer-text-styles">
<ul class="nav flex-column">
<li class="nav-item">
<a class="nav-link text-light footer-text-styles" href="index.html">All Cookies</a>
</li>
<li class="nav-item">
<a class="nav-link text-light footer-text-styles" href="pb.html">Peanut Butter</a>
</li>
<li class="nav-item">
<a class="nav-link text-light footer-text-styles" href="chocolate.html">Chocolate Chip</a>
</li>
<li class="nav-item">
<a class="nav-link text-light footer-text-styles" href="coffee.html">Coffee Pairings</a>
</li>
</ul>
</div>
<!-- end of div -->
<div class="col-sm-3 col-md-6 col-lg-3 footer-text-styles">
<ul class="nav flex-column">
<li class="nav-item">
<a class="nav-link text-light footer-text-styles" href="#">Other Recipes</a>
</li>
<li class="nav-item">
<a class="nav-link text-light footer-text-styles" href="#">Starbucks</a>
</li>
<li class="nav-item">
<a class="nav-link text-light footer-text-styles" href="#">Dunkin Donuts</a>
</li>
<li class="nav-item">
<a class="nav-link text-light footer-text-styles" href="#">Bowl Bean</a>
</li>
</ul>
</div>
<!-- end of div -->
<div class="col-sm-3 col-md-12 col-lg-3 footer-text-styles">
<ul class="nav flex-column">
<li class="nav-item">
<a class="nav-link text-light footer-text-styles" href="#">Coffee Supreme</a>
</li>
<li class="nav-item">
<a class="nav-link text-light footer-text-styles" href="#">Coffee Corner</a>
</li>
<li class="nav-item">
<a class="nav-link text-light footer-text-styles" href="#">Lake Barista</a>
</li>
<li class="nav-item">
<a class="nav-link text-light footer-text-styles" href="#">French Press Dream</a>
</li>
</ul>
</div>
<!-- end of div -->
<div class="col-sm-3 col-md-12 col-lg-3 footer-text-styles">
<ul class="nav">
<li class="nav-item">
<a class="nav-link text-light" href="#">Coffee and Cookies (i)</a>
</li>
</li>
</ul>
</div>
<!-- end of div -->
</div>
<!-- end of row -->
</div>
<!-- end of container fluid -->
<!-- end of the footer section -->
<!-- Optional JavaScript -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.0.0/jquery.min.js"></script>
<script>
if( !window.jQuery ) document.write('<script src="js/jquery-3.0.0.min.js"><\/script>');
</script>
<script src="js/main.js"></script> <!-- Resource jQuery -->
<script src="js/overlay.js"></script>
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.3/umd/popper.min.js" integrity="sha384-vFJXuSJphROIrBnz7yo7oB41mKfc8JzQZiCq4NCceLEaO4IHwicKwpJf9c9IpFgh" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/js/bootstrap.min.js" integrity="sha384-alpBpkh1PFOepccYVYDB4do5UnbKysX5WZXm3XxPqe5iKTfUKjNkCk9SaVuEZflJ" crossorigin="anonymous"></script>
</body>
</html>