-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
283 lines (264 loc) · 9.8 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta charset="utf-8" />
<link
href="https://fonts.googleapis.com/css2?family=Do+Hyeon&family=Pacifico&family=Roboto:ital@0;1&display=swap"
rel="stylesheet"
/>
<script
src="https://kit.fontawesome.com/31eccee54f.js"
crossorigin="anonymous"
></script>
<link rel="stylesheet" type="text/css" href="main.css" />
<link rel="icon" href="img/favicon.ico" />
<title>Chillishack</title>
</head>
<body>
<header id="header">
<a id="home-link" href="index.html">
<div id="header-brand">
<i id="logo" class="fas fa-pepper-hot brand-highlight"></i>
<span id="brand"
>Chilli<span class="brand-highlight">shack</span></span
>
</div>
</a>
<nav id="nav-bar">
<span><a class="nav-link" href="#video">Shop</a></span>
<span><a class="nav-link" href="#reviews">Reviews</a></span>
<span><a class="nav-link" href="#form-div">Newsletter</a></span>
<img id="header-img" src="img\cart.png" alt="shopping cart icon" />
</nav>
</header>
<main>
<div id="page-title">
<h1>Welcome to</h1>
<h1>
<i class="fas fa-pepper-hot logo brand-highlight"></i
><span> Chilli<span class="brand-highlight">shack</span></span>
</h1>
</div>
<h2>Feel the Burn!</h2>
<iframe
id="video"
width="560"
height="315"
src="https://www.youtube.com/embed/PbG2RuQsAO4"
frameborder="0"
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
>
</iframe>
<h2 id="shop">Chilli Shop</h2>
<hr />
<div id="shop-grid">
<div class="shop-item">
<img
class="item-img"
src="img\products\dried.jpg"
alt="closeup of dried red chillis"
/>
<p class="item-title">Dried Red Chillis</p>
<p class="item-desc">
The finest dried red chillis from Mexico, ready to add punch
to any dish. Can be safely stored in an old boot for up to 200
years.
</p>
<hr />
<strong><span class="item-price">$8.49</span></strong>
<button class="buy-btn">Add to cart</button>
</div>
<div class="shop-item">
<img
class="item-img"
src="img\products\fresh.jpg"
alt="carton of cfresh chillis of different types and colours"
/>
<p class="item-title">Mixed Fresh Chillis</p>
<p class="item-desc">
A medley of the worlds tastiest and most fiery chillis,
delivered direct to you in a fire-proof 1kg box. Don't blame
us when your face melts!
</p>
<hr />
<strong><span class="item-price">$14.99</span></strong>
<button class="buy-btn">Add to cart</button>
</div>
<div class="shop-item">
<img
class="item-img"
src="img\products\plant.jpg"
alt="closeup of a chilli plant with lots of red and yellow chillis"
/>
<p class="item-title">Mature Chilli Plant</p>
<p class="item-desc">
We've done the hard work for you and reared a batch of our
famous <strong><em>Absolute Destruction</em></strong> chilli
plants for you to nurture at home.
</p>
<hr />
<strong><span class="item-price">$34.99</span></strong>
<button class="buy-btn">Add to cart</button>
</div>
<div class="shop-item">
<img
class="item-img"
src="img\products\toothpaste.jpg"
alt="closeup of red toothpaste being squeezed onto a brush"
/>
<p class="item-title">Chilli Toothpaste</p>
<p class="item-desc">
Do you love chillis so much that they are the first thing you
think of in the morning and the last thing before falling
asleep at night?
</p>
<hr />
<strong><span class="item-price">$4.99</span></strong>
<button class="buy-btn">Add to cart</button>
</div>
<div class="shop-item">
<img
class="item-img"
src="img\products\hat.jpg"
alt="funny photo of mans face showing out of novelty chilli hat"
/>
<p class="item-title">Chilli Hat</p>
<p class="item-desc">
The perfect accessory to finish any outfit. Edgy yet classic,
warm in winter and cool in summer. Woven from the finest
chilli yarn.
</p>
<hr />
<strong><span class="item-price">$589.99</span></strong>
<button class="buy-btn">Add to cart</button>
</div>
<div class="shop-item">
<img
class="item-img"
src="img\products\redhot.jpg"
alt="Red Hot Chilli Pepper (band) logo in faded vintage style"
/>
<p class="item-title">Red Hot Chilli Peppers</p>
<p class="item-desc">
A week on tour with the Chillis. Find out first hand why some
people say that Flea's legendary pickled chillis make you
immortal.
</p>
<hr />
<strong><span class="item-price">$0.99</span></strong>
<button class="buy-btn">Add to cart</button>
</div>
</div>
<h2 id="reviews">Customer Reviews</h2>
<hr />
<div id="review-grid">
<div class="review-card">
<div class="review">
<p class="review-text">
<em>"I love these guys, they are really great!!!"</em>
</p>
<p class="review-name">Frog</p>
</div>
<img
class="review-pic"
src="img\reviews\frog.jpg"
alt="profile picture of reviewer"
/>
</div>
<div class="review-card">
<div class="review">
<p class="review-text">
<em
>"The customer service team at Chillishack are the best
in the business..."</em
>
</p>
<p class="review-name">Carla</p>
</div>
<img
class="review-pic"
src="img\reviews\carla.jpg"
alt="profile picture of reviewer"
/>
</div>
<div class="review-card">
<div class="review">
<p class="review-text">
<em>"The chilli toothpaste changed my life!"</em>
</p>
<p class="review-name">Jonesy</p>
</div>
<img
class="review-pic"
src="img\reviews\jonesy.jpg"
alt="profile picture of reviewer"
/>
</div>
<div class="review-card">
<div class="review">
<p class="review-text">
<em
>"Those badboys are hotter than the fires of hell (and
that's a good thing!!)"</em
>
</p>
<p class="review-name">Jane</p>
</div>
<img
class="review-pic"
src="img\reviews\jane.jpg"
alt="profile picture of reviewer"
/>
</div>
</div>
</main>
<div id="form-div">
<form
id="form"
action="https://www.freecodecamp.org/email-submit"
method="POST"
target="_blank"
>
<div id="label-block">
<label for="email"
>JOIN OUR EMAIL LIST AND GET EXCLUSIVE ACCESS TO FREEBIES AND
NEWS</label
>
</div>
<div id="email-block">
<input
id="email"
type="email"
name="email"
placeholder="Enter your email address"
/>
<input id="submit" type="submit" name="submit" value="SUBMIT" />
</div>
</form>
</div>
<footer>
<p>
Created in vanilla HTML and CSS by
<a href="https://github.com/MakeItBack" target="_blank"
>MakeItBack</a
>
</p>
<br />
<p>
Icon by
<a
href="https://www.flaticon.com/authors/gregor-cresnar"
title="Gregor Cresnar"
>Gregor Cresnar</a
>
from
<a href="https://www.flaticon.com/" title="Flaticon"
>www.flaticon.com</a
>. People photo created by
<a href="https://www.freepik.com/photos/people"> freepik</a>
</p>
</footer>
</body>
</html>