-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
365 lines (355 loc) · 19.9 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
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
<!DOCTYPE html>
<html lang="fr-FR">
<head>
<!-- Meta -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Lib & CSS file -->
<link rel="stylesheet" href="lib/animate.css">
<link rel="stylesheet" href="lib/tailwind.css">
<link rel="stylesheet" href="scss/main.css">
<link rel="stylesheet" href="scss/var.css">
<!-- Title -->
<title>Coca-Cola - Home Page</title>
</head>
<body>
<!-- Nav -->
<header class="bg-white w-full h-full p-0 sm:p-2">
<div class="mx-auto flex gap-16 justify-between h-16 max-w-screen-xl items-center gap-8 px-4 sm:px-6 lg:px-8">
<a class="block" href="#">
<img src="assets/img/logo7.svg" alt="">
</a>
<div class="flex flex-1 items-center justify-center md:justify-between">
<nav aria-label="Global" class="hidden md:block">
<ul class="flex justify-center items-center text-black gap-8" style="font-size:17px;" id="link">
<li>
<a class="text-black font-bold transition" href="#">Brands</a>
</li>
<li>
<a class="text-black font-bold transition" href="#">Discover
<span class="font-medium">></span></a>
</li>
<li>
<a class="text-black font-bold transition" href="#">Impact
<span class="font-medium">></span></a>
</li>
<li>
<a class="text-black font-bold transition" href="#">Shop</a>
</li>
</ul>
</nav>
<div class="flex items-center gap-1">
<div class="sm:flex sm:gap-4">
<a href="#" aria-label="" class="inline-flex items-center pr-6 pl-6">
<img src="assets/img/user.png" alt="">
</a>
</div>
</div>
</div>
</div>
</header>
<!-- Banner -->
<main class="p-2 sm:p-10 sm:pr-40 sm:pl-40">
<header class="w-full h-auto mt-6 p-0 sm:p-4" id="header" style="background-image: url('assets/img/stark.webp');background-size: cover;">
<div class="flex justify-center mt-64">
<p class="text-white text-center text-1xl font-bold tracking">
Lorem ipsum dolor sit amet consectetur adipisicing elit. <br> Culpa voluptate doloribus reprehenderit, facilis laborum repudiandae dolorem ipsa !
</p>
</div>
<br>
<div class="flex justify-center">
<a href="#" class="bg-white hover:bg-gray-700 text-black font-bold rounded-full p-2 pr-20 pl-20">Enter Now</a>
</div>
</header>
</main>
<!-- /// -->
<section class="mb-40" id="news">
<div class="flex justify-center mb-10 mt-10">
<h2 class="font-bold text-4xl">What's New</h2>
</div>
<div class="grid grid-cols-1 sm:grid-cols-1 gap-3 lg:grid-cols-2 lg:gap-10 p-4 xl:p-40 sm:-mt-32 sm:p-20 lg:p-56">
<div class="w-full bg-white shadow-xl" style="border-radius:15px;">
<div class="w-full">
<a href="#">
<img class="h-96 w-full" src="assets/img/sprite.webp" alt="item" style="border-top-left-radius:15px;border-top-right-radius:15px;" />
</a>
</div>
<div class="p-10 pb-10 pt-10 bg-white" style="border-bottom-left-radius:15px;border-bottom-right-radius:15px;">
<a href="#">
<h5 class="mb-6 text-4xl font-bold tracking-tight text-black">
The Coldest-est Ever
</h5>
</a>
<p class="mb-3 font-normal text-1xl text-black-500">
Introducing new Sprite Chill, an innovation of flavor with a cooling sensation that intensifies with every sip.
</p>
<br><br>
<a href="#" target="_blank" class="font-bold text-xl">Learn more</a>
</div>
</div>
<div class="w-full bg-white shadow-xl" style="border-radius:15px;">
<div class="w-full">
<a href="#">
<img class="h-96 w-full" src="assets/img/topo_chico.webp" alt="item" style="border-top-left-radius:15px;border-top-right-radius:15px;" />
</a>
</div>
<div class="p-10 pb-10 pt-10 bg-white" style="border-bottom-left-radius:15px;border-bottom-right-radius:15px;">
<a href="#">
<h5 class="mb-6 text-4xl font-bold tracking-tight text-black">
First prize drop is live!
</h5>
</a>
<p class="mb-3 font-normal text-1xl text-black-500">
We're live and dropping Topo Chico Coolers to several lucky winners. All you have to do is enter for your chance to win!
</p>
<br><br>
<a href="#" target="_blank" class="font-bold text-xl">Learn more</a>
</div>
</div>
</div>
</section>
<br>
<section class="sm:-mt-40" id="experiences">
<div class="flex justify-center -mb-40 mt-10">
<h2 class="font-bold text-4xl">Experiences</h2>
</div>
<div class="grid grid-cols-1 sm:grid-cols-1 gap-3 lg:grid-cols-3 lg:gap-6 p-4 xl:p-56 sm:p-10">
<div class="w-full bg-white shadow-xl" style="border-radius:15px;">
<div class="w-full">
<a href="#">
<img class="h-96 w-full" src="assets/img/refresh.webp" alt="item"
style="border-top-left-radius:15px;border-top-right-radius:15px;" />
</a>
</div>
<div class="p-10 pb-10 pt-10 bg-white" style="border-bottom-left-radius:15px;border-bottom-right-radius:15px;">
<a href="#">
<h5 class="mb-6 text-2xl font-bold tracking-tight text-black">
Refreshing AF
</h5>
</a>
<p class="mb-3 font-normal text-1xl text-black-500">
Uncarbonated and unbothered. Join the flavor fiesta.
</p>
<br><br><br><br><br><br><br>
<a href="#" target="_blank" class="font-bold text-xl">Here for it</a>
</div>
</div>
<div class="w-full bg-white shadow-xl" style="border-radius:15px;">
<div class="w-full">
<a href="#">
<img class="h-96 w-full" src="assets/img/nature.webp" alt="item"
style="border-top-left-radius:15px;border-top-right-radius:15px;" />
</a>
</div>
<div class="p-10 pb-10 pt-10 bg-white" style="border-bottom-left-radius:15px;border-bottom-right-radius:15px;">
<a href="#">
<h5 class="mb-6 text-2xl font-bold tracking-tight text-black">
Say yes to not trying to outsmart nature
</h5>
</a>
<p class="mb-3 font-normal text-1xl text-black-500">
Say yes to simple.
</p>
<br><br><br><br><br><br><br>
<a href="#" target="_blank" class="font-bold text-xl">Yes!</a>
</div>
</div>
<div class="w-full bg-white shadow-xl" style="border-radius:15px;">
<div class="w-full">
<a href="#">
<img class="h-96 w-full" src="assets/img/cook.webp" alt="item"
style="border-top-left-radius:15px;border-top-right-radius:15px;" />
</a>
</div>
<div class="p-10 pb-10 pt-10 bg-white" style="border-bottom-left-radius:15px;border-bottom-right-radius:15px;">
<a href="#">
<h5 class="mb-6 text-2xl font-bold tracking-tight text-black">
The magic of mealtime.
</h5>
</a>
<p class="mb-3 font-normal text-1xl text-black-500" style="line-height:1.8;">
The best meals happen when people share more than just the food. Elevate mealtime from just eating to truly connecting with stories, laughs and traditions.
</p>
<br><br>
<a href="#" target="_blank" class="font-bold text-xl">Explore Now</a>
</div>
</div>
</div>
</section>
<section class="xl:-mt-20" id="pub">
<div class="grid sm:grid-cols-2 p-4 lg:p-40 sm:p-20">
<div class="w-full p-20 pb-10 pt-10 bg-white ml-0 lg:-mt-20 sm:-mt-32 sm:ml-58 mr-0" style="border-radius:15px;z-index:1000;min-width:200px;height:500px;">
<a href="#">
<h5 class="mb-6 text-4xl font-bold tracking-tight text-black" style="line-height:1.1;">
A Diet Coke for everyone
</h5>
</a>
<p class="mb-3 font-normal text-1xl text-black-500">
With both Diet Coke and caffeine-free Diet Coke available you can always count on having the crisp, refreshing taste you know and love.
</p>
<br><br><br><br><br><br>
<div class="flex justify-between">
<a href="#" class="font-bold text-xl text-center border border-black rounded-full w-full p-1 hover:bg-gray-200">Learn more</a>
</div>
</div>
<div class="w-full ml-0 sm:-ml-10">
<a href="#">
<img class="h-96 w-full sm:h-96" src="assets/img/coke.webp" style="border-radius:15px;" />
</a>
</div>
</div>
</section>
<section class="xl:-mt-20" id="pub">
<div class="grid sm:grid-cols-2 p-4 lg:p-56 sm:p-20">
<div class="w-full ml-0 sm:-mr-40">
<a href="#">
<img class="h-96 w-full sm:h-96" src="assets/img/boy_sprite.webp" style="border-radius:15px;" />
</a>
</div>
<div class="w-full p-20 pb-10 pt-10 bg-white ml-0 lg:-mt-20 sm:-mt-32 sm:-ml-10 mr-0" style="border-radius:15px;z-index:1000;min-width:100px;height:500px;">
<a href="#">
<h5 class="mb-6 text-4xl font-bold tracking-tight text-black" style="line-height:1.1;">
Sprite Obey Days Coming Every Thursday
</h5>
</a>
<p class="mb-3 font-normal text-1xl text-black-500">
Every Thursday, Sprite is releasing exclusive content to help you Obey Your Thirst.
</p>
<br><br><br><br><br><br>
<div class="flex justify-between">
<a href="#" class="font-bold text-xl text-center border border-black rounded-full w-full p-1 hover:bg-gray-200">Go Now</a>
</div>
</div>
</div>
</section>
<div class="flex justify-center sm:-mb-40 mt-10">
<h2 class="font-bold text-4xl">Explore Ours Brands</h2>
</div>
<section class="flex flex-wrap justify-center sm:mt-10 xl:20" id="experiences">
<div class="grid grid-cols-1 sm:grid-cols-1 lg:grid-cols-3 lg:gap-10 p-4 xl:p-56 sm:p-10">
<div class="sm:w-64 bg-white shadow-xl p-4 pt-20 pb-20 flex justify-center align-middle items-center" style="border-radius:15px;">
<a href="#">
<img class="h-full w-full" src="assets/img/logo1.webp" height="500" width="500" alt="item" />
</a>
</div>
<div class="sm:w-64 bg-white shadow-xl p-4 pt-20 pb-20 flex justify-center align-middle items-center" style="border-radius:15px;">
<a href="#">
<img class="h-full w-full" src="assets/img/logo2.webp" alt="item" />
</a>
</div>
<div class="sm:w-64 bg-white shadow-xl p-4 pt-20 pb-20 flex justify-center align-middle items-center" style="border-radius:15px;">
<a href="#">
<img class="h-full w-full" src="assets/img/logo3.webp" alt="item" />
</a>
</div>
<div class="sm:w-64 bg-white shadow-xl p-10 flex justify-center align-middle items-center" style="border-radius:15px;">
<a href="#">
<img class="h-full w-full" src="assets/img/logo4.webp" alt="item" />
</a>
</div>
<div class="sm:w-64 bg-white shadow-xl p-10 flex justify-center align-middle items-center" style="border-radius:15px;">
<a href="#">
<img class="h-full w-full" src="assets/img/logo5.webp" alt="item" />
</a>
</div>
<div class="w-64 bg-white shadow-xl p-10 flex justify-center align-middle items-center" style="border-radius:15px;">
<a href="#">
<img class="h-full w-full" src="assets/img/logo6.webp" alt="item" />
</a>
</div>
</div>
</section>
<div class="flex justify-around sm:-mt-40">
<a href="#" class="font-bold text-xl text-center border border-black rounded-full p-1 hover:bg-gray-200" style="min-width: 400px;">View all</a>
</div>
<div class="flex justify-center mt-20">
<p class="text-center text-black ">* No pur nec. 13+ Ends 6/30. Rules/elig: <a href="#" class="font-bold underline">click here</a></p>
</div>
<!-- Footer -->
<footer class="bg-black pt-20 mt-20">
<div class="block mx-auto w-full max-w-screen-xl">
<img src="assets/img/logo-white-large.svg" alt="">
</div>
<br><br>
<div class="mx-auto w-full max-w-screen-xl border-t border-white">
<div class="grid grid-cols-2 gap-8 px-4 py-6 lg:py-8 md:grid-cols-4">
<div>
<h2 class="mb-6 text-sm font-semibold text-white uppercase">Help</h2>
<ul class="text-white font-bold">
<li>FAQs</li>
<li>Sitemap</li>
<li>Contact Us</li>
<li>Order Status</li>
<li>Shipping</li>
</ul>
</div>
<div>
<h2 class="mb-6 text-sm font-semibold text-white uppercase">SHOP & VISIT</h2>
<ul class="text-white font-bold">
<li>Coca‑Cola Store Online</li>
<li>Coca‑Cola Int'l Store Online</li>
<li>Coca‑Cola Store Atlanta</li>
<li>Coca‑Cola Store Orlando</li>
<li>Coca‑Cola Store Las Vegas</li>
<li>World of Coca‑Cola Attraction</li>
<li>Android App</li>
<li>Apple App</li>
<li>Refreshing Films</li>
</ul>
</div>
<div>
<h2 class="mb-6 text-sm font-semibold text-white uppercase">LEGAL</h2>
<ul class="text-white font-bold">
<li>Company</li>
<li>Careers</li>
<li>Privacy Policies</li>
<li>Cookies Policies</li>
<li>Rules</li>
<li>Notice At Collection</li>
<li>Do Not Sell or Share My Personal Information</li>
<li>Terms of Service</li>
<li>Cookie Settings</li>
<li>Consumer Health Data Privacy Policy</li>
</ul>
</div>
<div>
<div class="flex justify-around gap-3">
<span><img src="assets/img/twitter.png" class="p-1 rounded-full border border-white" height="35" width="35"></span>
<span><img src="assets/img/ig.png" class="p-1 rounded-full border border-white" height="35" width="35"></span>
<span><img src="assets/img/youtube.png" class="p-1 rounded-full border border-white" height="35" width="35"></span>
<span><img src="assets/img/facebook.png" class="p-1 rounded-full border border-white" height="35" width="35"></span>
</div>
</div>
</div>
<div class="border-t border-white justify-right px-4 py-6 bg-black md:flex md:items-right md:justify-between">
<span class="text-sm text-white sm:text-right">
© 2024 The <a href="#" class="underline">Coca‑Cola Company</a>. All rights reserved.
</span>
<div class="flex mt-4 space-x-5 sm:justify-center md:mt-0">
<a href="#" class="text-black">
<svg class="w-4 h-4" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 8 19">
<path fill-rule="evenodd" d="M6.135 3H8V0H6.135a4.147 4.147 0 0 0-4.142 4.142V6H0v3h2v9.938h3V9h2.021l.592-3H5V3.591A.6.6 0 0 1 5.592 3h.543Z" clip-rule="evenodd"/>
</svg>
<span class="sr-only">Facebook page</span>
</a>
<a href="#" class="text-black">
<svg class="w-4 h-4" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 21 16">
<path d="M16.942 1.556a16.3 16.3 0 0 0-4.126-1.3 12.04 12.04 0 0 0-.529 1.1 15.175 15.175 0 0 0-4.573 0 11.585 11.585 0 0 0-.535-1.1 16.274 16.274 0 0 0-4.129 1.3A17.392 17.392 0 0 0 .182 13.218a15.785 15.785 0 0 0 4.963 2.521c.41-.564.773-1.16 1.084-1.785a10.63 10.63 0 0 1-1.706-.83c.143-.106.283-.217.418-.33a11.664 11.664 0 0 0 10.118 0c.137.113.277.224.418.33-.544.328-1.116.606-1.71.832a12.52 12.52 0 0 0 1.084 1.785 16.46 16.46 0 0 0 5.064-2.595 17.286 17.286 0 0 0-2.973-11.59ZM6.678 10.813a1.941 1.941 0 0 1-1.8-2.045 1.93 1.93 0 0 1 1.8-2.047 1.919 1.919 0 0 1 1.8 2.047 1.93 1.93 0 0 1-1.8 2.045Zm6.644 0a1.94 1.94 0 0 1-1.8-2.045 1.93 1.93 0 0 1 1.8-2.047 1.918 1.918 0 0 1 1.8 2.047 1.93 1.93 0 0 1-1.8 2.045Z"/>
</svg>
<span class="sr-only">Discord community</span>
</a>
<a href="#" class="text-black">
<svg class="w-4 h-4" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 17">
<path fill-rule="evenodd" d="M20 1.892a8.178 8.178 0 0 1-2.355.635 4.074 4.074 0 0 0 1.8-2.235 8.344 8.344 0 0 1-2.605.98A4.13 4.13 0 0 0 13.85 0a4.068 4.068 0 0 0-4.1 4.038 4 4 0 0 0 .105.919A11.705 11.705 0 0 1 1.4.734a4.006 4.006 0 0 0 1.268 5.392 4.165 4.165 0 0 1-1.859-.5v.05A4.057 4.057 0 0 0 4.1 9.635a4.19 4.19 0 0 1-1.856.07 4.108 4.108 0 0 0 3.831 2.807A8.36 8.36 0 0 1 0 14.184 11.732 11.732 0 0 0 6.291 16 11.502 11.502 0 0 0 17.964 4.5c0-.177 0-.35-.012-.523A8.143 8.143 0 0 0 20 1.892Z" clip-rule="evenodd"/>
</svg>
<span class="sr-only">Twitter page</span>
</a>
</div>
</div>
</div>
</footer>
<!-- Script -->
<script src="lib/jquery.js"></script>
<script src="js/main.js"></script>
</body>
</html>