-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
197 lines (190 loc) · 11 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
<!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">
<title>Penguin Fashion</title>
<!-- tailwind css link -->
<script src="https://cdn.tailwindcss.com"></script>
<script>
tailwind.config = {
theme: {
extend: {
colors: {
clifford: '#da373d',
price: '#fabe4c',
}
}
}
}
</script>
</head>
<body>
<header class=" pb-10 pt-5">
<section class=" container bg-amber-100 mx-auto sm:flex justify-center items-center px-2 p-20">
<div class="space-y-3 p-20">
<h1 class="text-5xl uppercase font-bold">
<span class="text-yellow-400">Be the Penguins</span><br>
<span>Of Winter</span>
</h1>
<p>Lorem ipsum dolor, sit amet consectetur adipisicing elit. Laborum aspernatur itaque, aperiam optio
voluptate repudiandae.</p>
<button class="text-white uppercase bg-lime-500 px-7 py-4 font-semibold rounded-xl"><svg
xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 inline" fill="none" viewBox="0 0 24 24"
stroke="currentColor" stroke-width="2">
<path stroke-linecap="round" stroke-linejoin="round"
d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z" />
</svg>buy now</button>
</div>
<div class="pt-4 sm:pt-0 p-20">
<img class="w-1/2 sm:w-full" src="images/model.png" alt="">
</div>
</section>
</header>
<main class="container mx-auto mt-5">
<!-- women jacket -->
<section>
<h2 class="text-5xl mb-5 font-bold">Women jacket</h2>
<div class=" container grid md:grid-cols-2 lg:grid-cols-3 gap-7 ">
<div class="p-4 shadow-lg rounded-xl">
<div class="p-5 bg-slate-200">
<img src="images/jacket-1.png" alt="">
</div>
<h3 class="text-3xl font-semibold">Yello Coat Jacket</h3>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Nam, aliquam!</p>
<div class="flex justify-between">
<h2 class="text-5xl text-price font-bold">$234</h2>
<button class="text-white uppercase bg-lime-500 px-7 py-4 font-semibold rounded-xl"><svg
xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 inline" fill="none"
viewBox="0 0 24 24" stroke="currentColor" stroke-width="2">
<path stroke-linecap="round" stroke-linejoin="round"
d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z" />
</svg>buy now</button>
</div>
</div>
<div class="p-4 shadow-lg rounded-xl">
<div class="p-5 bg-slate-200">
<img src="images/jacket-2.png" alt="">
</div>
<h3 class="text-3xl font-semibold">Yello Coat Jacket</h3>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Nam, aliquam!</p>
<div class="flex justify-between">
<h2 class="text-5xl text-price font-bold">$234</h2>
<button class="text-white uppercase bg-lime-500 px-7 py-4 font-semibold rounded-xl"><svg
xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 inline" fill="none"
viewBox="0 0 24 24" stroke="currentColor" stroke-width="2">
<path stroke-linecap="round" stroke-linejoin="round"
d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z" />
</svg>buy now</button>
</div>
</div>
<div class="p-4 shadow-lg rounded-xl">
<div class="p-5 bg-slate-200">
<img src="images/jacket-3.png" alt="">
</div>
<h3 class="text-3xl font-semibold">Yello Coat Jacket</h3>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Nam, aliquam!</p>
<div class="flex justify-between">
<h2 class="text-5xl text-price font-bold">$234</h2>
<button class="text-white uppercase bg-lime-500 px-7 py-4 font-semibold rounded-xl"><svg
xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 inline" fill="none"
viewBox="0 0 24 24" stroke="currentColor" stroke-width="2">
<path stroke-linecap="round" stroke-linejoin="round"
d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z" />
</svg>buy now</button>
</div>
</div>
</div>
</section>
<!-- men jacket -->
<section>
<h2 class="text-5xl mt-5 mb-5 font-bold">Men jacket</h2>
<div class="container grid md:grid-cols-2 lg:grid-cols-3 gap-7">
<div class="p-4 shadow-lg rounded-xl">
<div class="p-5 bg-slate-200">
<img src="images/jacket-4.png" alt="">
</div>
<h3 class="text-3xl font-semibold">Yello Coat Jacket</h3>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Nam, aliquam!</p>
<div class="flex justify-between">
<h2 class="text-5xl text-price font-bold">$234</h2>
<button class="text-white uppercase bg-lime-500 px-7 py-4 font-semibold rounded-xl"><svg
xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 inline" fill="none"
viewBox="0 0 24 24" stroke="currentColor" stroke-width="2">
<path stroke-linecap="round" stroke-linejoin="round"
d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z" />
</svg>buy now</button>
</div>
</div>
<div class="p-4 shadow-lg rounded-xl">
<div class="p-5 bg-slate-200">
<img src="images/jacket-5.png" alt="">
</div>
<h3 class="text-3xl font-semibold">Yello Coat Jacket</h3>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Nam, aliquam!</p>
<div class="flex justify-between">
<h2 class="text-5xl text-price font-bold">$234</h2>
<button class="text-white uppercase bg-lime-500 px-7 py-4 font-semibold rounded-xl"><svg
xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 inline" fill="none"
viewBox="0 0 24 24" stroke="currentColor" stroke-width="2">
<path stroke-linecap="round" stroke-linejoin="round"
d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z" />
</svg>buy now</button>
</div>
</div>
<div class="p-4 shadow-lg rounded-xl">
<div class="p-5 bg-slate-200">
<img src="images/jacket-6.png" alt="">
</div>
<h3 class="text-3xl font-semibold">Yello Coat Jacket</h3>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Nam, aliquam!</p>
<div class="flex justify-between">
<h2 class="text-5xl text-price font-bold">$234</h2>
<button class="text-white uppercase bg-lime-500 px-7 py-4 font-semibold rounded-xl"><svg
xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 inline" fill="none"
viewBox="0 0 24 24" stroke="currentColor" stroke-width="2">
<path stroke-linecap="round" stroke-linejoin="round"
d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z" />
</svg>buy now</button>
</div>
</div>
</div>
</section>
<section class="mt-10">
<div class="grid grid-cols-2 gap-7">
<div class="shadow-lg rounded gap-10 flex justify-center items-center">
<img class="w-20 h-20" src="images/house.png" alt="">
<div>
<h4 class="text-2xl">Find the Perfect Fit</h4>
<p>Everybody is different, which is why we
offer styles for every body.</p>
</div>
</div>
<div class="row-span-3 shadow-xl">
<img src="images/shopping.png" alt="">
</div>
<div class="shadow-lg rounded gap-10 flex justify-center items-center">
<img class="w-20 h-20" src="images/box.png" alt="">
<div>
<h4 class="text-2xl">Free Exchanges</h4>
<p>One of the many reasons you can shop
with peace of mind.</p>
</div>
</div>
<div class="shadow-lg rounded gap-10 flex justify-center items-center">
<img class="w-20 h-20" src="images/question.png" alt="">
<div>
<h4 class="text-2xl">Contact Our Seller</h4>
<p>They are here to help you. That's quite
literally what we pay them for.</p>
</div>
</div>
</div>
</section>
</main>
<footer class="flex justify-center mt-10">
<p>buy from us.</p>
</footer>
</body>
</html>