-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
263 lines (258 loc) · 9.64 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
<!DOCTYPE html>
<html lang="en" class="scroll-smooth">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>The Shoe Company</title>
<link rel="stylesheet" href="output.css" />
<!-- Link to the stylesheet -->
</head>
<body class="m-0 bg-black text-white">
<header
class="section-container flex items-center justify-between fixed w-full left-[50%] -translate-x-[50%] bg-black/70 backdrop-blur-sm z-10"
>
<a href="#">
<img class="w-16 md:w-32" src="./images/logo.png" alt="Logo" />
<!-- Company logo -->
<p class="text-[7px] md:text-sm -mt-4 md:-mt-8">The Shoe Company</p>
<!-- Company name -->
</a>
<nav class="hidden md:block space-x-6 lg:space-x-8 lg:text-2xl">
<!-- Navigation menu -->
<a class="font-bold" href="#">Home</a>
<a class="font-bold" href="#how-it-works">How It Works?</a>
<a class="font-bold" href="#about">About</a>
<a class="font-bold" href="#testimonials">Testimonials</a>
<a class="font-bold" href="#contact">Contact Us</a>
</nav>
<button class="text-5xl md:hidden">≡</button>
<!-- Hamburger menu for mobile -->
</header>
<main>
<!-- Hero section -->
<section
class="bg-[url('./images/hero-background.png')] bg-cover md:bg-contain bg-no-repeat bg-right pt-36 section-container"
id="hero"
>
<div
class="flex flex-col md:flex-row md:items-center justify-between max-w-7xl mx-auto"
>
<h1
class="text-4xl md:text-7xl font-bold leading-[48px] md:leading-[84px]"
>
THE <br />
SHOE <br />
COMPANY
</h1>
<div>
<img
class="max-w-xl w-full"
src="./images/hero-image.png"
alt="hero-image"
/>
<!-- Hero image -->
</div>
</div>
</section>
<!-- How it Works section -->
<section class="section-container mt-12 pt-28" id="how-it-works">
<h2
class="text-2xl md:text-3xl font-bold text-center max-w-72 sm:max-w-96 md:max-w-md mx-auto"
>
Have they finally made the perfect workout shoe?
</h2>
<div
class="max-w-md md:max-w-xl mx-auto pt-56 xl:pt-0 xl:mt-12 relative"
>
<img
class="max-w-2xl w-full rotate-6 xl:rotate-0"
src="./images/how-it-works.png"
alt="how-it-works"
/>
<!-- Details about shoe features -->
<div
class="max-w-[180px] md:max-w-[240px] xl:max-w-xs absolute top-16 md:top-20 xl:-top-12 -left-16 md:-left-24 xl:-left-72"
>
<h3 class="text-xl md:text-2xl font-bold">THE HEEL</h3>
<p class="text-xs md:text-lg">
The heel is well-built, has appropriate elevation and is not too
rigid.
</p>
<img
class="w-32 right-12 md:right-24 rotate-45 xl:rotate-0 xl:right-8 mt-4 xl:mt-8 absolute"
src="./images/arrow-1.png"
alt="arrow-1"
/>
</div>
<div
class="max-w-[180px] md:max-w-[240px] xl:max-w-xs absolute top-36 md:top-24 -right-6 xl:top-24 xl:-right-64"
>
<h3 class="text-xl md:text-2xl font-bold">THE FRONT</h3>
<p class="text-xs md:text-lg">
The front is comfortable and adjusts well to the shape of your
foot.
</p>
<img
class="max-w-32 rotate-[125deg] xl:rotate-0 -left-0 xl:-left-24 top-24 md:top-36 xl:-top-12 absolute"
src="./images/arrow-2.png"
alt="arrow-2"
/>
</div>
<div
class="max-w-[180px] md:max-w-[240px] xl:max-w-xs absolute -bottom-0 md:-bottom-16 xl:-bottom-12 -left-0 md:left-24 xl:left-0"
>
<h3 class="text-xl md:text-2xl font-bold">TRACTION</h3>
<p class="text-xs md:text-lg">
The shoe has good traction and doesn't slip easily.
</p>
<img
class="w-32 right-0 -top-24 md:right-12 absolute"
src="./images/arrow-3.png"
alt="arrow-3"
/>
</div>
</div>
</section>
<!-- About Us section -->
<section
id="about"
class="section-container my-32 pt-28 flex flex-col md:flex-row md:gap-14"
>
<h2 class="text-3xl md:hidden text-center my-6 font-bold">About Us!</h2>
<div
class="bg-[url('./images/about-us-background.png')] bg-no-repeat md:w-full self-center"
>
<img src="./images/about-shoe-company.png" alt="about-shoe-company" />
<!-- About us image -->
</div>
<div class="space-y-8 max-w-xl md:w-full">
<h2 class="text-6xl hidden md:block font-bold">About Us!</h2>
<p class="text-sm md:text-lg">
For each one of those shoe sweethearts out there, THE SHOE COMPANY
offers the one-stop goal to pick the correct match of footwear.
</p>
<p>
Gone are the days when you needed to go from store to store to
locate the correct style and size for yourself.
</p>
<p>
At THE SHOE COMPANY, you can locate a vast accumulation of dashing
footwear in all sizes and styles, all inside a couple of snaps.
</p>
<p>
Simple right? Not just we are here to spare your time, we are
putting forth you the most dazzling footwear alternatives from all
the first-rate brands like DAVINCHI, PRINCESS, and SIGNATURE. At
‘Company Name’, we offer men, ladies, and child’s shoes perfect for
any and each event.
</p>
</div>
</section>
<!-- Testimonials section -->
<section
id="testimonials"
class="pt-16 section-container bg-[url('./images/testimonial-section-background.png')]"
>
<h2
class="text-center max-w-sm md:max-w-3xl mx-auto my-12 py-8 text-3xl md:text-5xl font-bold"
>
What People are saying about THE SHOE COMPANY?
</h2>
<div
class="text-center flex md:flex-row flex-col items-center md:items-stretch justify-between gap-8 mt-8 max-w-7xl mx-auto"
>
<div class="w-60">
<img
class="w-full mb-4"
src="./images/testimonial-1.png"
alt="testimonial-1"
/>
<p>
“Looking for shoes that are built just for you? THE SHOE COMPANY
is the way to go. Love the design and build quality.”
</p>
</div>
<div class="w-60">
<img
class="w-full mb-4"
src="./images/testimonial-2.png"
alt="testimonial-2"
/>
<p>
“I love the shoes, the quality, and everything. They are worth the
investment!”
</p>
</div>
<div class="w-60">
<img
class="w-full mb-4"
src="./images/testimonial-3.png"
alt="testimonial-3"
/>
<p>
“They make the best and forever lasting shoes. Superb fit and
comfort is literally the next level. Much recommended!”
</p>
</div>
</div>
</section>
<!-- Contact Us section -->
<section
id="contact"
class="section-container mt-12 pt-28 flex flex-col gap-8 md:flex-row justify-between items-center"
>
<div class="flex flex-col gap-6">
<h2 class="font-bold text-6xl">Contact Us</h2>
<p>
THE SHOE COMPANY, <br />
Dallas, Texas, USA <br />
+1 5590 1120 9910
</p>
<p class="flex gap-4">
<a href="https://www.facebook.com"
><img src="./images/facebook.svg" alt="facebook"
/></a>
<a href="https://www.instagram.com"
><img src="./images/instagram.svg" alt="instagram"
/></a>
<a href="https://www.twitch.com"
><img src="./images/twitch.svg" alt="twitch"
/></a>
<a href="https://www.youtube.com"
><img src="./images/youtube.svg" alt="youtube"
/></a>
</p>
</div>
<div>
<iframe
class="max-w-sm md:max-w-2xl"
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d429182.2974523884!2d-97.35543247934889!3d32.81911740082181!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x864c19f77b45974b%3A0xb9ec9ba4f647678f!2sDallas%2C%20TX%2C%20USA!5e0!3m2!1sen!2sin!4v1727950416794!5m2!1sen!2sin"
width="600"
height="450"
style="border: 0"
allowfullscreen=""
loading="lazy"
referrerpolicy="no-referrer-when-downgrade"
></iframe>
<!-- Google Maps embed -->
</div>
</section>
</main>
<!-- Footer section -->
<footer class="section-container mt-32 pt-24">
<div class="flex items-center justify-center gap-4">
<a href="#">
<img class="w-16" src="./images/logo.png" alt="Logo" />
<!-- Logo in footer -->
<p class="text-[7px] -mt-4">The Shoe Company</p>
</a>
<p class="text-lg">
Made with ❤️ by
<a href="https://www.github.com/krishnapal-rajput"
>Krishnapal Rajput</a
>.
</p>
</div>
</footer>
</body>
</html>