-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
255 lines (242 loc) · 14.9 KB
/
index.html
File metadata and controls
255 lines (242 loc) · 14.9 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Penguin-Fashion with Tailwind</title>
<link rel="shortcut icon" href="images/penguin-logo-removebg-preview.png" type="image/x-icon">
<!------tailwind link--->
<script src="https://cdn.tailwindcss.com"></script>
<script>
tailwind.config = {
theme: {
extend: {
colors: {
clifford: '#da373d',
}
}
}
}
</script>
</head>
<body>
<!------header start from here----->
<header class="mb-16">
<!------------navbar start from here --------->
<div class="container mx-auto bg-yellow-50">
<div class="flex items-center justify-between">
<div class="ps-36">
<img src="images/penguin logo.png" alt="My Logo">
</div>
<div class="navbar-menu pe-28 font-bold space-x-11">
<a href="#">Home</a>
<a href="#">Product</a>
<a href="#">About us</a>
<a href="#">Contact us</a>
<a href="#"><i class="fa fa-cog"></i></a>
</div>
</div>
</div>
<section class=" container mx-auto sm:flex items-center justify-around bg-yellow-50 pt-4 pb-32">
<div class="space-y-4 ps-6">
<h2 class="text-3xl sm:text-7xl font-bold"><span class=" text-amber-300">Be the Penguins</span>
<br>
of Winter
</h2>
<p class="w-1/2 sm:w-full">Lorem, ipsum dolor sit amet consectetur adipisicing.</p>
<button class="bg-lime-600 text-white px-8 py-4 rounded-lg"><svg xmlns="http://www.w3.org/2000/svg"
fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-6 h-6 inline">
<path stroke-linecap="round" stroke-linejoin="round"
d="M2.25 3h1.386c.51 0 .955.343 1.087.835l.383 1.437M7.5 14.25a3 3 0 0 0-3 3h15.75m-12.75-3h11.218c1.121-2.3 2.1-4.684 2.924-7.138a60.114 60.114 0 0 0-16.536-1.84M7.5 14.25 5.106 5.272M6 20.25a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0Zm12.75 0a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0Z" />
</svg>
BUY NOW</button>
</div>
<div>
<img class="w-1/2 pt-2 sm:w-full" src="images/model.png" alt="" srcset="">
</div>
</section>
</header>
<!------header End from here----->
<main class="container mx-auto">
<!-----woman jacket section start from here----->
<section class="pt-5 pb-12">
<h2 class="text-4xl font-bold text-center sm:text-left">WOMAN JACKET</h2>
<div>
<div class="grid lg:grid-cols-3 gap-7 mt-10">
<!-----jacket-1---->
<div class="shadow-2xl p-5 rounded-lg">
<div class="bg-stone-200 rounded-lg p-5 ">
<img src="images/jacket-1.png" alt="" srcset="">
</div>
<div class="mt-4">
<h2 class="text-2xl font-semibold">Yellow Coat Jacket </h2>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>
<div class="flex items-center justify-between pt-3 ">
<h2 class="text-4xl text-yellow-400 font-bold ">$234</h2>
<button class="bg-lime-600 text-white px-8 py-4 rounded-lg"><svg
xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"
stroke-width="1.5" stroke="currentColor" class="w-6 h-6 inline">
<path stroke-linecap="round" stroke-linejoin="round"
d="M2.25 3h1.386c.51 0 .955.343 1.087.835l.383 1.437M7.5 14.25a3 3 0 0 0-3 3h15.75m-12.75-3h11.218c1.121-2.3 2.1-4.684 2.924-7.138a60.114 60.114 0 0 0-16.536-1.84M7.5 14.25 5.106 5.272M6 20.25a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0Zm12.75 0a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0Z" />
</svg>
BUY NOW</button>
</div>
</div>
</div>
<!-----jacket-2---->
<div class="shadow-2xl p-5 rounded-lg">
<div class="bg-stone-200 rounded-lg p-5 ">
<img src="images/jacket-2.png" alt="" srcset="">
</div>
<div class="mt-4">
<h2 class="text-2xl font-semibold">Ladies Jacket </h2>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>
<div class="flex items-center justify-between pt-3 ">
<h2 class="text-4xl text-yellow-400 font-bold ">$234</h2>
<button class="bg-lime-600 text-white px-8 py-4 rounded-lg"><svg
xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"
stroke-width="1.5" stroke="currentColor" class="w-6 h-6 inline">
<path stroke-linecap="round" stroke-linejoin="round"
d="M2.25 3h1.386c.51 0 .955.343 1.087.835l.383 1.437M7.5 14.25a3 3 0 0 0-3 3h15.75m-12.75-3h11.218c1.121-2.3 2.1-4.684 2.924-7.138a60.114 60.114 0 0 0-16.536-1.84M7.5 14.25 5.106 5.272M6 20.25a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0Zm12.75 0a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0Z" />
</svg>
BUY NOW</button>
</div>
</div>
</div>
<!-----jacket-3---->
<div class="shadow-2xl p-5 rounded-lg">
<div class="bg-stone-200 rounded-lg p-5 ">
<img src="images/jacket-3.png" alt="" srcset="">
</div>
<div class="mt-4">
<h2 class="text-2xl font-semibold">Woman Leather Jacket </h2>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>
<div class="flex items-center justify-between pt-3 ">
<h2 class="text-4xl text-yellow-400 font-bold ">$234</h2>
<button class="bg-lime-600 text-white px-8 py-4 rounded-lg"><svg
xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"
stroke-width="1.5" stroke="currentColor" class="w-6 h-6 inline">
<path stroke-linecap="round" stroke-linejoin="round"
d="M2.25 3h1.386c.51 0 .955.343 1.087.835l.383 1.437M7.5 14.25a3 3 0 0 0-3 3h15.75m-12.75-3h11.218c1.121-2.3 2.1-4.684 2.924-7.138a60.114 60.114 0 0 0-16.536-1.84M7.5 14.25 5.106 5.272M6 20.25a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0Zm12.75 0a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0Z" />
</svg>
BUY NOW</button>
</div>
</div>
</div>
</div>
</div>
</section>
<!-----woman jacket section End from here----->
<!-----Man jacket section End from here----->
<section class="pt-5 pb-12">
<h2 class="text-4xl font-bold text-center sm:text-left">MAN JACKET</h2>
<div>
<div class="grid lg:grid-cols-3 gap-7 mt-10">
<!-----jacket-1---->
<div class="shadow-2xl p-5 rounded-lg">
<div class="bg-stone-200 rounded-lg p-5 ">
<img src="images/jacket-4.png" alt="" srcset="">
</div>
<div class="mt-4">
<h2 class="text-2xl font-semibold">Yellow Coat Jacket </h2>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>
<div class="flex items-center justify-between pt-3 ">
<h2 class="text-4xl text-yellow-400 font-bold ">$234</h2>
<button class="bg-lime-600 text-white px-8 py-4 rounded-lg"><svg
xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"
stroke-width="1.5" stroke="currentColor" class="w-6 h-6 inline">
<path stroke-linecap="round" stroke-linejoin="round"
d="M2.25 3h1.386c.51 0 .955.343 1.087.835l.383 1.437M7.5 14.25a3 3 0 0 0-3 3h15.75m-12.75-3h11.218c1.121-2.3 2.1-4.684 2.924-7.138a60.114 60.114 0 0 0-16.536-1.84M7.5 14.25 5.106 5.272M6 20.25a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0Zm12.75 0a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0Z" />
</svg>
BUY NOW</button>
</div>
</div>
</div>
<!-----jacket-2---->
<div class="shadow-2xl p-5 rounded-lg">
<div class="bg-stone-200 rounded-lg p-5 ">
<img src="images/jacket-5.png" alt="" srcset="">
</div>
<div class="mt-4">
<h2 class="text-2xl font-semibold">Ladies Jacket </h2>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>
<div class="flex items-center justify-between pt-3 ">
<h2 class="text-4xl text-yellow-400 font-bold ">$234</h2>
<button class="bg-lime-600 text-white px-8 py-4 rounded-lg"><svg
xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"
stroke-width="1.5" stroke="currentColor" class="w-6 h-6 inline">
<path stroke-linecap="round" stroke-linejoin="round"
d="M2.25 3h1.386c.51 0 .955.343 1.087.835l.383 1.437M7.5 14.25a3 3 0 0 0-3 3h15.75m-12.75-3h11.218c1.121-2.3 2.1-4.684 2.924-7.138a60.114 60.114 0 0 0-16.536-1.84M7.5 14.25 5.106 5.272M6 20.25a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0Zm12.75 0a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0Z" />
</svg>
BUY NOW</button>
</div>
</div>
</div>
<!-----jacket-3---->
<div class="shadow-2xl p-5 rounded-lg">
<div class="bg-stone-200 rounded-lg p-5 ">
<img src="images/jacket-6.png" alt="" srcset="">
</div>
<div class="mt-4">
<h2 class="text-2xl font-semibold">Woman Leather Jacket </h2>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>
<div class="flex items-center justify-between pt-3 ">
<h2 class="text-4xl text-yellow-400 font-bold ">$234</h2>
<button class="bg-lime-600 text-white px-8 py-4 rounded-lg"><svg
xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"
stroke-width="1.5" stroke="currentColor" class="w-6 h-6 inline">
<path stroke-linecap="round" stroke-linejoin="round"
d="M2.25 3h1.386c.51 0 .955.343 1.087.835l.383 1.437M7.5 14.25a3 3 0 0 0-3 3h15.75m-12.75-3h11.218c1.121-2.3 2.1-4.684 2.924-7.138a60.114 60.114 0 0 0-16.536-1.84M7.5 14.25 5.106 5.272M6 20.25a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0Zm12.75 0a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0Z" />
</svg>
BUY NOW</button>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="pt-10 pb-24 ">
<div class="grid sm:grid-cols-2 gap-x-20 gap-y-4 flex items-center justify-center">
<!---first one---->
<div class="mt-3 h-36 py-5 shadow-xl order-2 sm:order-1 flex items-center justify-around rounded-xl">
<img src="images/image 12.png" alt="" srcset="" width="78" height="82">
<div class="space-y-3">
<h2 class="text-2xl font-bold">Find the Perfect Fit</h2>
<p>Everybody is different, which is why we <br>
offer styles for every body.</p>
</div>
</div>
<!---first one---->
<!---Second one---->
<div class="mt-3 row-span-3 sm:order-2 ">
<img src="images/shopping.png" alt="" srcset="">
</div>
<!---Second one---->
<!---Third one---->
<div class="mt-3 h-36 py-5 shadow-xl flex items-center justify-around rounded-xl sm:order-3">
<img src="images/image 13.png" alt="" srcset="" width="78" height="82">
<div class="space-y-3">
<h2 class="text-2xl font-bold">Free Exchanges</h2>
<p>One of the many reasons you can shop <br>
with peace of mind.</p>
</div>
</div>
<!---Third one---->
<!---Fourth one---->
<div class="mt-3 h-36 py-5 shadow-xl flex items-center justify-around rounded-xl sm:order-4">
<img src="images/image 12.png" alt="" srcset="" width="78" height="82">
<div class="space-y-3">
<h2 class="text-2xl font-bold">Contact Our Seller</h2>
<p>They are here to help you. That's quite <br>
literally what we pay them for.</p>
</div>
</div>
<!---Fourth one---->
</div>
</section>
</main>
<footer class="pb-16">
<h2 class="text-center font-bold">Sarowar Jahan Malek</h2>
</footer>
</body>
</html>