-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
290 lines (251 loc) · 10.9 KB
/
Copy pathindex.html
File metadata and controls
290 lines (251 loc) · 10.9 KB
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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Brunch!</title>
<!-- Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Luckiest+Guy&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Krub:ital,wght@1,500&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Damion&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap" rel="stylesheet">
<!-- Font Awesome -->
<script defer src="https://use.fontawesome.com/releases/v5.0.7/js/all.js"></script>
<!-- Bootstrap CSS link -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css"
integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
</link>
<link rel="stylesheet" href="css/style.css">
<!--bootcamp: jquery and js-->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous">
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous">
</script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous">
</script>
</head>
<body>
<section class="colored-section" id="title">
<!----------------- Nav Bar ----------------->
<div class="container-fluid">
<nav class="navbar fixed-top navbar-expand-lg navbar-dark">
<a class="navbar-brand" href="#">
<img class="logo" src="Images/brunch-logo.png" alt="brunch-logo">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNavAltMarkup"
aria-controls="navbarNavAltMarkup" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNavAltMarkup">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link active" href="#product">Food<span class="sr-only"></span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="#carousel-testimonial">Testimonials</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#pricing">Pricing</a>
</li>
</ul>
</div>
</nav>
<!-- Title -->
<section id="title">
<div class="row">
<div class="main-title col-lg-6">
<img class="title-image" src="Images/new_collie_title.png" alt="border-collie-img">
</div>
<div class="second-title col-lg-6">
<img class="main-logo" src="Images/brunch-logo-title.png" alt="logo">
<h2 class="sustain">"Sustainable food to sustain their life."</h2>
</div>
</div>
</div>
</section>
<!-- Product Section -->
<section class="white-section" id="product">
<div class="food-title">
<h2 class="food-for-thought">Food For Thought</h2>
</div>
<div class="dog-food-row">
<img class="large-dog" src="Images/large-dog.png" loading="lazy" alt="large-dog">
<div class="big-food">
<h3>Large Dogs</h3>
<p>Big dogs are just big ol' empty containers in need of energy. So why not give them BIG energy? Our large dog
food recipe is packed with proteins,
vitamins and rich nutrients to maintain big dog energy. Keep your dog’s mood elevated like never before by
giving
their body a sense of fullness other brands of dog food simply lack.
</p>
<div class="right-dog-button">
<button type="button" class="btn btn-lg btn-primary" name="add-to-cart">Add to Cart</button>
</div>
</div>
</div>
<div class="dog-food-row">
<div class="medium-food">
<img class="medium-dog" src="Images/medium-dog.png" alt="medium-dog">
<div class="med-dog-text">
<h3>Medium Dogs</h3>
<p>In the United States, 89% of our furred friends fall between between 20 and 60 lbs. That is why our medium
sized food is the best selling
food we make! With flavors like salmon, chicken and beef to attract even the pickiest eaters, supper time
will
take on a whole new level of excitement.
</p>
<div class="left-dog-button">
<button type="button" class="btn btn-lg btn-primary" name="add-to-cart">Add to Cart</button>
</div>
</div>
</div>
</div>
<div class="dog-food-row">
<img class="small-dog" src="Images/small-dog.png" loading="lazy" alt="small-dog">
<div class="small-food">
<h3>Small Dogs</h3>
<p>Now we wouldn’t forget about our tiniest of customers, would we? Our small food comes with big flavor and
powerful nutrients. When your dog barks
like they own the park, they’ll need the energy to back it up. We’ve worked hard to make sure every bowl of
our small food is packed with enough protein
and minerals to keep your dog active, happy and satisfied.
</p>
<div class="right-dog-button">
<button type="button" class="btn btn-lg btn-primary" name="add-to-cart">Add to Cart</button>
</div>
</div>
</div>
</section>
<!-- Dog Testimonials -->
<section class="colored-section" id="carousel-testimonial">
<div class="testimonial-title">
<h2 class="love-brunch">Who Loves Brunch?</h2>
<hr class="large-line">
<hr class="medium-line">
<hr class="small-line">
</div>
<div class="container-fluid-testimonial">
<div id="testimonial-carousel" class="carousel slide" data-interval="false" data-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<p class="testimonial-text">"Instead of couch surfing, I head to the beach. I'm 10!"</p>
<img class="dog-slide-img" src="Images/running-pup.png" alt="First slide">
</div>
<div class="carousel-item">
<p class="testimonial-text">"When did food start tasting so good? Where did I get all this energy? BALL!"
</p>
<img class="dog-slide-img" src="Images/collie-tongue.png" alt="Third slide">
</div>
</div>
<a class="carousel-control-prev" href="#testimonial-carousel" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#testimonial-carousel" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
</section>
<!-- About Us -->
<section class="white-section" id="about">
<div class="about-brunch">
<h2 class="about-title">About Brunch</h2>
</div>
<div class="about-statement">
<p class="about-text">We are a group of animal lovers tired of seeing our best friends have limiting options when
it comes to food. Our
pups should be just as healthy as the those taking care of them. Great food should not come at a cost to the
owner
where they have to decide on picking healthy food for their dog, or settle for less. To make healthy eating for
dogs
healthy and affordable, Brunch is served!</p>
<img class="woman-and-dog" src="Images/Woman_and_dog.jpg" alt="woman_pets_dog">
</div>
</section>
<!-- Pricing Section -->
<section class="colored-section-pricing" id="pricing">
<div class="pricing-header">
<div class="pricing">
<h2>Pricing</h2>
</div>
<hr class="large-line">
<hr class="medium-line">
<hr class="small-line">
</div>
<div class="container-fluid-price">
<div class="card-deck mb-3 text-center">
<div class="card mt-3 mb-4 text-center">
<div class="top-card">
<h5 class="card-title">Large Food</h5>
<img src="Images/mastiff-price.png" loading="lazy" class="card-img-top" alt="mastiff-img">
<div class="card-body">
<button type="button" class="btn btn-md btn-primary pricing-btn" name="add-to-cart">$29.99 / 20
lbs.</button>
</div>
</div>
</div>
<div class="card mt-3 mb-4">
<div class="top-card">
<h5 class="card-title">Medium Food</h5>
<img src="Images/beagle-price.png" loading="lazy" class="card-img-top" alt="beagle-img">
<div class="card-body">
<button type="button" class="btn btn-md btn-primary pricing-btn" name="add-to-cart">$19.99 / 14
lbs.</button>
</div>
</div>
</div>
<div class="card mt-3 mb-4">
<div class="top-card">
<h5 class="card-title">Small Food</h5>
<img src="Images/weiner-price.png" loading="lazy" class="card-img-top" alt="daschund-img">
<div class="card-body">
<button type="button" class="btn btn-md btn-primary pricing-btn" name="add-to-cart">$8.99 / 5
lbs.</button>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Footer Section -->
<section class="white-section" id="footer">
<div class="container-fluid-footer">
<a href="#"><i class="social-icon fab fa-facebook-f"></i></a>
<a href="#"><i class="social-icon fab fa-twitter"></i></a>
<a href="#"><i class="social-icon fab fa-instagram"></i></a>
<a href="#"><i class="social-icon fas fa-envelope"></i></a>
</div>
</section>
<!-- Google Push Worker -->
<script type="text/javascript">
if ("serviceWorker" in navigator) {
window.addEventListener("load", function () {
navigator.serviceWorker.register("push-worker.js").then(
function (registration) {
// Registration was successful
console.log(
"ServiceWorker registration successful with scope: ",
registration.scope
);
},
function (err) {
// registration failed :(
console.log("ServiceWorker registration failed: ", err);
}
);
});
}
</script>
<!-- Airship Snippet -->
<script src="js/snippet.js" type="text/javascript"></script>
<!-- Main JS -->
<script src="js/main.js"></script>
</body>
</html>