-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
421 lines (421 loc) · 15.2 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
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="style.css" />
<link rel="stylesheet" href="input.css" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"
integrity="sha512-iecdLmaskl7CVkqkXNQ/ZH/XLlvWZOJyj7Yy7tcenmpD1ypASozpmT/E0iPtmFIB46ZmdtAc9eNBvH0H/ZpiBw=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
<script
type="module"
src="https://unpkg.com/ionicons@7.1.0/dist/ionicons/ionicons.esm.js"
></script>
<script
nomodule
src="https://unpkg.com/ionicons@7.1.0/dist/ionicons/ionicons.js"
></script>
<title>Project0</title>
</head>
<body>
<navbar
class="flex justify-between items-center w-full font-bold py-5 px-5 bg-gray-600"
>
<div class="logo">
<img src="images/logo.png.webp" alt="logo" />
</div>
<div
class="menu md:static md:min-h-fit min-h-[45vh] absolute md:w-auto w-full bg-transparent left-0 top-[-100%] flex items-center px-5"
>
<ul
class="flex md:flex-row flex-col m-auto items-center gap-[4.5vw] text-xl"
>
<li class="hover:cursor-pointer hover:text-gray-400">Home</li>
<li class="hover:cursor-pointer hover:text-gray-400">About Us</li>
<li class="hover:cursor-pointer hover:text-gray-400">Classes</li>
<li class="hover:cursor-pointer hover:text-gray-400">Services</li>
<li
class="hover:cursor-pointer hover:bg-orange-600 hover:text-white md:hidden block border-2 border-orange-600 text-orange-600 font-semibold text-xl px-5 py-2"
>
Sign up
</li>
</ul>
</div>
<div class="flex gap-4 items-center">
<button
class="border-2 border-orange-600 text-white font-semibold text-xl px-5 py-2 hover:bg-orange-600 md:block hidden"
>
sign up
</button>
<ion-icon
name="menu"
class="text-5xl md:hidden cursor-pointer text-white"
onclick="onToggle(this)"
></ion-icon>
</div>
</navbar>
<div
class="w-full min-h-screen bg-no-repeat bg-cover border-2 border-black"
style="background-image: url(images/MainBackground.jpg)"
>
<main class="my-96 mx-10">
<div class="font-bold">
<h2 class="tracking-[0.40em] my-5 text-xl text-white">
SHAPE YOUR BODY
</h2>
<h3 class="text-5xl leading-[1.25em] text-white sm:break-normal break-all ">
BE STRONG <span class="text-orange-600">TRAINING</span> HARD
</h3>
</div>
<button
class="border-2 border-orange-600 text-white font-semibold text-xl mt-5 px-8 py-5 hover:bg-orange-600"
>
GET INFO
</button>
</main>
</div>
<div class="div-2 font-bold text-center border-2 border-black bg-black">
<div>
<h5 class="text-orange-600 mb-2 text-2xl tracking-[0.35rem]">
WHY CHOSE US?
</h5>
<h2 class="text-4xl text-white">PUSH YOUR LIMITS FORWARD</h2>
</div>
<div
class="my-10 mx-auto grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-4 gap-5 w-[92%]"
>
<div>
<div class="icon m-auto">
<img
src="images/treadmill.png"
alt="icons"
class="m-auto"
style="
filter: invert(48%) sepia(35%) saturate(1550%)
hue-rotate(334deg) brightness(101%) contrast(88%);
"
/>
</div>
<div class="info my-5 text-white">
Lorem, ipsum dolor sit amet consectetur adipisicing elit. Totam
dicta dignissimos labore?
</div>
</div>
<div>
<div class="icon m-auto">
<img
src="images/plan.png"
alt="icons"
class="m-auto"
style="
filter: invert(48%) sepia(35%) saturate(1550%)
hue-rotate(334deg) brightness(101%) contrast(88%);
"
/>
</div>
<div class="info my-5 text-white">
Lorem, ipsum dolor sit amet consectetur adipisicing elit. Totam
dicta dignissimos labore?
</div>
</div>
<div>
<div class="icon m-auto">
<img
src="images/dumbell.png"
alt="icons"
class="m-auto"
style="
filter: invert(48%) sepia(35%) saturate(1550%)
hue-rotate(334deg) brightness(101%) contrast(88%);
"
/>
</div>
<div class="info my-5 text-white">
Lorem, ipsum dolor sit amet consectetur adipisicing elit. Totam
dicta dignissimos labore?
</div>
</div>
<div>
<div class="icon m-auto">
<img
src="images/heart-rate-monitor.png"
alt="icons"
class="m-auto"
style="
filter: invert(48%) sepia(35%) saturate(1550%)
hue-rotate(334deg) brightness(101%) contrast(88%);
"
/>
</div>
<div class="info my-5 text-white">
Lorem, ipsum dolor sit amet consectetur adipisicing elit. Totam
dicta dignissimos labore?
</div>
</div>
</div>
</div>
<div class="text-white bg-[#151515] font-bold">
<div class="text-center mb-10">
<h5 class="text-orange-600 mb-2 text-2xl tracking-[0.35rem]">
OUR CLASSES
</h5>
<h2 class="text-4xl">WHAT WE CAN OFFER</h2>
</div>
<div>
<div
class="w-[90%] one grid grid-cols-1 sm:grid-cols-2 md:grid-cols-2 lg:grid-cols-4 my-5 m-auto"
>
<div
class="min-w-[40%] m-auto flex flex-col text-left my-3 md:mx-4 lg:mx-4 sm:mx-4"
>
<div class="image">
<img src="images/Weightlifting.webp" alt="WEIGHTLIFTING" />
</div>
<div class="name">
<h5 class="text-orange-600 text-sm tracking-[0.25em]">
STRENGTH
</h5>
<h2 class="text-xl">WEIGHTLIFTING</h2>
</div>
</div>
<div
class="min-w-[40%] m-auto flex flex-col text-left my-3 md:mx-4 lg:mx-4 sm:mx-4"
>
<div class="image">
<img src="images/Indoor.webp" alt="CYCLING" />
</div>
<div class="name">
<h5 class="text-orange-600 text-sm tracking-[0.25em]">CARDIO</h5>
<h2 class="text-xl">INDOOR CYCLING</h2>
</div>
</div>
<div
class="min-w-[40%] m-auto flex flex-col text-left my-3 md:mx-4 lg:mx-4 sm:mx-4"
>
<div class="image">
<img src="images/KETTLEBELL.webp" alt="KETTLEBELL" />
</div>
<div class="name">
<h5 class="text-orange-600 text-sm tracking-[0.25em]">
STRENGTH
</h5>
<h2 class="text-xl">KETTLEBELL POWER</h2>
</div>
</div>
<div
class="min-w-[40%] m-auto flex flex-col text-left my-3 md:mx-4 lg:mx-4 sm:mx-4"
>
<div class="image">
<img src="images/KETTLEBELL.webp" alt="KETTLEBELL" />
</div>
<div class="name">
<h5 class="text-orange-600 text-sm tracking-[0.25em]">
STRENGTH
</h5>
<h2 class="text-xl">KETTLEBELL POWER</h2>
</div>
</div>
</div>
<div class="two grid md:grid-cols-1 lg:grid-cols-2 w-fit m-auto">
<div class="mx-5">
<div class="image">
<img src="images/cycling.webp" alt="CYCLING" />
</div>
<div class="name mb-5 mt-2">
<h5 class="text-orange-600 text-sm tracking-[0.25em]">CARDIO</h5>
<h2 class="text-xl">INDOOR CYCLING</h2>
</div>
</div>
<div class="mx-5">
<div class="image">
<img src="images/boxing.webp" alt="BOXING" />
</div>
<div class="name mb-5 mt-2">
<h5 class="text-orange-600 text-sm tracking-[0.25em]">
TRAINING
</h5>
<h2 class="text-xl">BOXING</h2>
</div>
</div>
</div>
</div>
</div>
<div
class="w-full h-[50vh] bg-no-repeat bg-cover bg-center flex"
style="background-image: url(images/PushUps.webp)"
>
<div class="text-center m-auto flex gap-3 flex-col items-center">
<h2 class="font-bold text-4xl text-white sm:break-normal break-all">
REGISTRATION NOW TO GET MORE DEALS
</h2>
<h5 class="font-bold text-xl text-orange-600">
WHERE HEALTH, BEAUTY AND FITNESS MEET.
</h5>
<button
class="border-2 border-orange-600 text-white font-semibold text-xl p-4 hover:bg-orange-600 w-[200px]"
>
APPOINTMENT
</button>
</div>
</div>
<div class="bg-[#151515] text-white">
<div class="head-content text-center mb-5">
<h6 class="text-orange-600 mb-2 text-xl font-bold">OUR PLANS</h6>
<h2 class="font-bold text-white text-4xl">CHOOSE YOUR PRICING PLAN</h2>
</div>
<div
class="flex flex-col justify-between gap-5 lg:flex-row min-w-[50%] max-w-[90%] m-auto"
>
<div
id="one"
class="child group hover:text-black hover:bg-white transition-all delay-200 border-2 border-white flex flex-col gap-3 text-center max-w-[500px] w-[90%] m-auto"
>
<h4 class="font-bold text-2xl">Class drop-in</h4>
<h1 class="font-bold text-orange-600 text-5xl">$ 39.0</h1>
<p class="font-semibold">SINGLE CLASS</p>
<ul class="font-semibold">
<li>Free riding</li>
<li>Unlimited equipments</li>
<li>Personal trainer</li>
<li>Weight losing classes</li>
<li>Month to Month</li>
<li>No time restriction</li>
</ul>
<button
class="effect1 group-hover:bg-orange-600 transition-all delay-200 text-white font-semibold bg-[#333333] p-3"
>
ENROLL NOW
</button>
</div>
<div
id="two"
class="child group hover:text-black hover:bg-white transition-all delay-200 border-2 border-white flex flex-col gap-3 text-center max-w-[500px] w-[90%] m-auto"
>
<h4 class="font-bold text-2xl">12 Month unlimited</h4>
<h1 class="font-bold text-orange-600 text-5xl">$ 99.0</h1>
<p class="font-semibold">SINGLE CLASS</p>
<ul class="font-semibold">
<li>Free riding</li>
<li>Unlimited equipments</li>
<li>Personal trainer</li>
<li>Weight losing classes</li>
<li>Month to Month</li>
<li>No time restriction</li>
</ul>
<button
class="effect2 group-hover:bg-orange-600 text-white transition-all delay-200 font-semibold bg-[#333333] p-3"
>
ENROLL NOW
</button>
</div>
<div
id="three"
class="child group hover:text-black hover:bg-white transition-all delay-200 border-2 border-white flex flex-col gap-3 text-center max-w-[500px] w-[90%] m-auto"
>
<h4 class="font-bold text-2xl">6 Month unlimited</h4>
<h1 class="font-bold text-orange-600 text-5xl">$ 59.0</h1>
<p class="font-semibold">SINGLE CLASS</p>
<ul class="font-semibold">
<li>Free riding</li>
<li>Unlimited equipments</li>
<li>Personal trainer</li>
<li>Weight losing classes</li>
<li>Month to Month</li>
<li>No time restriction</li>
</ul>
<button
class="effect3 group-hover:bg-orange-600 transition-all delay-200 text-white font-semibold bg-[#333333] p-3"
>
ENROLL NOW
</button>
</div>
</div>
</div>
<footer class="bg-black text-white border-2 border-black">
<div
class="flex flex-col lg:flex-row text-center lg:min-w-[1000px] max-w-[75%] m-auto lg:items-center justify-between gap-8 mt-10"
>
<div class="flex flex-row gap-4 hover:cursor-pointer items-center">
<div class="bg-orange-600 p-7 rounded-[50%]">
<i class="fa-sharp fa-solid fa-location-dot fa-2xl"></i>
</div>
<div class="flex-1">
<p>333 Middle Winchendon Rd, Rindge, NH 03461</p>
</div>
</div>
<div class="flex flex-row gap-4 hover:cursor-pointer items-center">
<div class="bg-orange-600 p-7 rounded-[50%]">
<i class="fa-solid fa-mobile-screen fa-2xl"></i>
</div>
<div class="flex-1">
<p>125-711-811<br />125-668-886</p>
</div>
</div>
<div class="flex flex-row gap-4 hover:cursor-pointer items-center">
<div class="bg-orange-600 p-7 rounded-[50%]">
<i class="fa-sharp fa-solid fa-envelope fa-2xl"></i>
</div>
<div class="flex-1 break-all">
<p class="">Support.gymcenter@gmail.com</p>
</div>
</div>
</div>
<div
class="grid xl:grid-cols-4 md:grid-cols-2 grid-cols-1 xl:w-[70%] md:w-[80%] max-w-[90%] m-auto justify-between gap-4 mt-10"
>
<div class="md:w-[65%] w-[100%]">
<img src="images/logo.png.webp" alt="logo" class="mb-5" />
<p class="text-left text-gray-500">
Lorem ipsum, dolor sit amet consectetur adipisicing elit. Voluptatem
recusandae libero itaque optio doloribus atque sapiente saepe
facilis harum quam?
</p>
</div>
<div class="leading-7">
<h2 class="text-xl">Useful links</h2>
<ul>
<li>About</li>
<li>Blog</li>
<li>Classes</li>
<li>Contact</li>
</ul>
</div>
<div class="leading-7">
<h2 class="text-xl">Support</h2>
<ul>
<li>Login</li>
<li>MyAcount</li>
<li>Subscribe</li>
<li>Contact</li>
</ul>
</div>
<div class="leading-7">
<h2 class="text-xl">Tips & Guides</h2>
<ul>
<li>Physical fitness may help prevent depression, anxiety</li>
<li class="text-gray-400">3 min read 20 Comment</li>
</ul>
<ul>
<li>Fitness: The best exercise to lose belly fat and tone up...</li>
<li class="text-gray-400">3 min read 20 Comment</li>
</ul>
</div>
</div>
</footer>
<div
class="bg-black font-semibold text-center text-white p-5 border-2 border-gray-700"
>
<p>
Copyright ©2023 All rights reserved | This template is made with
<i class="fa-solid fa-heart" style="color: #f10909"></i> by albert
</p>
</div>
</body>
<script src="script.js"></script>
</html>