-
Notifications
You must be signed in to change notification settings - Fork 0
/
product.html
343 lines (294 loc) · 14.3 KB
/
product.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
338
339
340
341
342
343
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description"
content="Ice-Cream,Sundae and Dessert Shop">
<meta name="keywords"
content="chill, chilling, beenchilling, been chilling, ice-cream,sundae, dessert">
<meta name="author"
content="Ho Kang Kai, Wai Chee Han, Lee Yong Kang">
<title>BeenChilling</title>
<link rel="shortcut icon" href="/images/favicon.ico" type="image/x-icon">
<link rel="stylesheet" type="text/css" href="main.css">
<script src="https://kit.fontawesome.com/d743fd0ad4.js" crossorigin="anonymous"></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-KEHC5JXDCZ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-KEHC5JXDCZ');
</script>
<!-- End of Google tag (gtag.js) -->
</head>
<body>
<!-- Header -->
<header>
<a href="index.html" class="logo">
<img class="logo" src="images/logo.png" alt="logo">
</a>
</header>
<!-- End of Header -->
<audio id="home" loop><source src="home.mp3" type="audio/mp3">
Your browser does not support the audio element.
</audio><br>
<main>
<h2 class="topics" id="slogan"><em>Have you BeenChilling?</em></h2>
<button id="pause" class="fas fa-pause" onclick="playPause()"></button>
<!-- Navigation Bar -->
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li>
<div id="dropdown">
<a class="active_link" href="product.html">Product and Service</a>
<div id="dropdown_content">
<div id="dropdown_wrapper">
<a href="product.html#Sundaes">Sundae</a>
<a href="product.html#Dessert">Dessert</a>
<a href="product.html#Ice-Cream">Ice-Cream</a>
</div>
</div>
</div>
</li>
<li><a href="topics.html">Topics</a></li>
<li><a href="reviews.html" class="price">Reviews</a></li>
<li><a href="aboutus.html">About Us</a></li>
</ul>
</nav><br><br>
<!-- End of Navigation Bar -->
<h2 class="topics">Get a BeenChilling like John Cena.</h2>
<!-- product type -->
<!--Sundaes :) -->
<div class="container">
<h3 class="title" id="Sundaes">Sundaes</h3>
<div class="product-container">
<div class="product">
<div class="product-background">
<img class="product-images" src="IcePNG/StrawberrySundae.png" alt="StrawberrySundae">
<h3>Strawberry Sundae</h3>
<h3 class="price">RM8.00</h3>
</div>
</div>
<div class="product">
<div class="product-background">
<img class="product-images" src="IcePNG/ChocolateSundae.png" alt="ChocolateSundae">
<h3>Chocolate Sundae</h3>
<h3 class="price">RM8.00</h3>
</div>
</div>
<div class="product">
<div class="product-background">
<img class="product-images" src="IcePNG/MixedSundae.png" alt="MixedSundae">
<h3>Mixed Sundae</h3>
<h3 class="price">RM8.00</h3>
</div>
</div>
<div class="product">
<div class="product-background">
<img class="product-images" src="IcePNG/FruitSundae.png" alt="FruitSundae">
<h3>Fruit Sundae</h3>
<h3 class="price">RM8.00</h3>
</div>
</div>
</div>
<!-- Dessert -->
<h3 class="title" id="Dessert">Dessert</h3>
<div class="product-container">
<div class="product">
<div class="product-background">
<img class="product-images" src="IcePNG/BananaSplit.png" alt="Banana Split">
<h3>Banana Split</h3>
<h3 class="price">RM19.50</h3>
</div>
</div>
<div class="product">
<div class="product-background">
<img class="product-images" src="IcePNG/brownie-ala-mode.png" alt="brownie-ala-mode">
<h3>Brownie A La Mode</h3>
<h3 class="price">RM15.00</h3>
</div>
</div>
<div class="product">
<div class="product-background">
<img class="product-images" src="IcePNG/BubbleWaffle.png" alt="Bubble Waffle">
<h3>Bubble Waffle</h3>
<h3 class="price">RM12.50</h3>
</div>
</div>
<div class="product">
<div class="product-background">
<img class="product-images" src="IcePNG/Ice-creamSanwiches.png" alt="Ice-cream Sanwiches">
<h3>Ice-cream Sanwiches</h3>
<h3 class="price">RM6.50</h3>
</div>
</div>
</div>
<!-- Ice-Cream -->
<h3 class="title" id="Ice-Cream">Ice-Cream</h3>
<div class="product-container">
<div class="product">
<div class="product-background">
<img class="product-images" src="IcePNG/Banana.png" alt="Banana">
<h3>Banana</h3>
<h3 class="price">Starting From RM4.00</h3>
</div>
</div>
<div class="product">
<div class="product-background">
<img class="product-images" src="IcePNG/ButterPecan.png" alt="Butter Pecan">
<h3>Butter Pecan</h3>
<h3 class="price">Starting From RM4.00</h3>
</div>
</div>
<div class="product">
<div class="product-background">
<img class="product-images" src="IcePNG/Cherry.png" alt="Cherry">
<h3>Cherry</h3>
<h3 class="price">Starting From RM4.00</h3>
</div>
</div>
<div class="product">
<div class="product-background">
<img class="product-images" src="IcePNG/Chocolate.png" alt="Chocolate">
<h3>Chocolate</h3>
<h3 class="price">Starting From RM4.00</h3>
</div>
</div>
<div class="product">
<div class="product-background">
<img class="product-images" src="IcePNG/ChocolateAlmond.png" alt="Chocolate Almond">
<h3>Chocolate Almond</h3>
<h3 class="price">Starting From RM4.00</h3>
</div>
</div>
<div class="product">
<div class="product-background">
<img class="product-images" src="IcePNG/ChocolateChip.png" alt="Chocolate Chip">
<h3>Chocolate Chip</h3>
<h3 class="price">Starting From RM4.00</h3>
</div>
</div>
<div class="product">
<div class="product-background">
<img class="product-images" src="IcePNG/Coconut.png" alt="Coconut">
<h3>Coconut</h3>
<h3 class="price">Starting From RM4.00</h3>
</div>
</div>
<div class="product">
<div class="product-background">
<img class="product-images" src="IcePNG/Coffee.png" alt="Coffee">
<h3>Coffee</h3>
<h3 class="price">Starting From RM4.00</h3>
</div>
</div>
<div class="product">
<div class="product-background">
<img class="product-images" src="IcePNG/Cookies-n-Cream.png" alt="Cookies-n-Cream">
<h3>Cookies 'N' Cream</h3>
<h3 class="price">Starting From RM4.00</h3>
</div>
</div>
<div class="product">
<div class="product-background">
<img class="product-images" src="IcePNG/Cotton-Candy.png" alt="Cotton Candy">
<h3>Cotton Candy</h3>
<h3 class="price">Starting From RM4.00</h3>
</div>
</div>
<div class="product">
<div class="product-background">
<img class="product-images" src="IcePNG/Durian.png" alt="Durian">
<h3>Durian</h3>
<h3 class="price">Starting From RM4.00</h3>
</div>
</div>
<div class="product">
<div class="product-background">
<img class="product-images" src="IcePNG/GreenTea.png" alt="Green Tea">
<h3>Green Tea</h3>
<h3 class="price">Starting From RM4.00</h3>
</div>
</div>
<div class="product">
<div class="product-background">
<img class="product-images" src="IcePNG/Mango.png" alt="Mango">
<h3>Mango</h3>
<h3 class="price">Starting From RM4.00</h3>
</div>
</div>
<div class="product">
<div class="product-background">
<img class="product-images" src="IcePNG/Matcha.png" alt="Matcha">
<h3>Matcha</h3>
<h3 class="price">Starting From RM4.00</h3>
</div>
</div>
<div class="product">
<div class="product-background">
<img class="product-images" src="IcePNG/MintChocolateChip.png" alt="Mint Chocolate Chip">
<h3>Mint Chocolate Chip</h3>
<h3 class="price">Starting From RM4.00</h3>
</div>
</div>
<div class="product">
<div class="product-background">
<img class="product-images" src="IcePNG/Peach.png" alt="Peach">
<h3>Peach</h3>
<h3 class="price">Starting From RM4.00</h3>
</div>
</div>
<div class="product">
<div class="product-background">
<img class="product-images" src="IcePNG/RaspberryRipple.png" alt="Raspberry Ripple">
<h3>Rasberry Ripple</h3>
<h3 class="price">Starting From RM4.00</h3>
</div>
</div>
<div class="product">
<div class="product-background">
<img class="product-images" src="IcePNG/Strawberry.png" alt="Strawberry">
<h3>Strawberry</h3>
<h3 class="price">Starting From RM4.00</h3>
</div>
</div>
<div class="product">
<div class="product-background">
<img class="product-images" src="IcePNG/Vanilla.png" alt="Vanilla">
<h3>Vanilla</h3>
<h3 class="price">Starting From RM4.00</h3>
</div>
</div>
<div class="product">
<div class="product-background">
<img class="product-images" src="IcePNG/Watermelon.png" alt="Watermelon">
<h3>Watermelon</h3>
<h3 class="price">Starting From RM4.00</h3>
</div>
</div>
</div>
</div>
<!-- Top button -->
<button id="top" class="fas fa-arrow-up" onclick="topFunction()"></button>
<br><br>
</main>
<!-- Footer -->
<footer>
<div class="share">
<a href="https://www.facebook.com/sharer/sharer.php?u=https://www.beenchilling.com.my" class="fa fa-facebook-square" target="_blank"></a>
<a href="https://twitter.com/intent/tweet?url=https://www.beenchilling.com.my&text=I%20have%20BeenChilling!" class="fa fa-twitter" target="_blank"></a><br>
<em>Copyright © 2023 <a href="mailto:admin@beenchilling.com.my">BeenChilling</a> - All Rights Reserved</em>
</div>
</footer>
<!-- End of Footer -->
<script src="script.js"></script>
<script>
//idk how to jumpstart the functions lmao so i did it here
dropDownHover()
webPageMusicLoad()
</script>
</body>
</html>