-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathoil.html
343 lines (338 loc) · 19.8 KB
/
oil.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Natural Extracted Edible Oil Product </title>
<link rel="icon" href="organic-store-images/basil-leaf.png">
<!-- Link CSS -->
<link rel="stylesheet" href="style.css" />
<!-- Link Tailwind CSS -->
<script src="https://cdn.tailwindcss.com"></script>
</head>
<body>
<!-- Navbar Design -->
<header class="text-gray-600 body-font">
<div
class="container mx-auto flex flex-wrap p-5 flex-col md:flex-row items-center"
>
<a
class="flex title-font font-medium items-center text-gray-900 mb-4 md:mb-0"
>
</svg>
<span class="ml-3 text-xl"><img src="organic-store-images/organic-store-logo5.svg" class="cursor-pointer"></span>
</a>
<nav
class="md:ml-auto md:mr-auto flex flex-wrap items-center text-base justify-center"
>
<a href="index.html" class="mr-10 text-lime-600 font-semibold cursor-pointer hover:text-lime-500 text-lg">Home</a>
<a href="#products" class="mr-10 text-lime-600 font-semibold cursor-pointer hover:text-lime-500 text-lg">Products</a>
<a href="#reviews" class="mr-10 text-lime-600 font-semibold cursor-pointer hover:text-lime-500 text-lg">Reviews</a>
<a href="#pricing" class="mr-10 text-lime-600 font-semibold cursor-pointer hover:text-lime-500 text-lg">Pricing</a>
<a href="#contact" class="mr-10 text-lime-600 font-semibold cursor-pointer hover:text-lime-500 text-lg">Contact</a>
</nav>
<button
class="inline-flex items-center bg-lime-700 border-0 py-2 px-8 focus:outline-none hover:bg-lime-600 rounded text-base mt-4 md:mt-0 text-white text-12xl"
>
Enroll Now
<svg
fill="none"
stroke="currentColor"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
class="w-4 h-4 ml-1"
viewBox="0 0 24 24"
>
<path d="M5 12h14M12 5l7 7-7 7"></path>
</svg>
</button>
</div>
</header>
<!-- Product Section -->
<section class="text-gray-600 body-font overflow-hidden">
<div class="container px-5 py-24 mx-auto">
<div class="lg:w-4/5 mx-auto flex flex-wrap">
<img alt="ecommerce" class="lg:w-1/2 w-full lg:h-auto h-64 object-cover object-center rounded" src="organic-store-images/edible-oil.jpg">
<div class="lg:w-1/2 w-full lg:pl-10 lg:py-6 mt-6 lg:mt-0">
<h2 class="text-sm title-font text-gray-500 tracking-widest">BRAND NAME</h2>
<h1 class="text-gray-900 text-3xl title-font font-medium mb-1">Assorted Coffee</h1>
<div class="flex mb-4">
<span class="flex items-center">
<svg fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="w-4 h-4 text-lime-900" viewBox="0 0 24 24">
<path d="M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z"></path>
</svg>
<svg fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="w-4 h-4 text-lime-900" viewBox="0 0 24 24">
<path d="M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z"></path>
</svg>
<svg fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="w-4 h-4 text-lime-900" viewBox="0 0 24 24">
<path d="M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z"></path>
</svg>
<svg fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="w-4 h-4 text-lime-900" viewBox="0 0 24 24">
<path d="M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z"></path>
</svg>
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="w-4 h-4 text-lime-900" viewBox="0 0 24 24">
<path d="M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z"></path>
</svg>
<span class="text-gray-600 ml-3">4 Reviews</span>
</span>
<span class="flex ml-3 pl-3 py-2 border-l-2 border-gray-200 space-x-2s">
<a class="text-lime-900">
<svg fill="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="w-5 h-5" viewBox="0 0 24 24">
<path d="M18 2h-3a5 5 0 00-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 011-1h3z"></path>
</svg>
</a>
<a class="text-lime-900">
<svg fill="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="w-5 h-5" viewBox="0 0 24 24">
<path d="M23 3a10.9 10.9 0 01-3.14 1.53 4.48 4.48 0 00-7.86 3v1A10.66 10.66 0 013 4s-4 9 5 13a11.64 11.64 0 01-7 2c9 5 20 0 20-11.5a4.5 4.5 0 00-.08-.83A7.72 7.72 0 0023 3z"></path>
</svg>
</a>
<a class="text-lime-900">
<svg fill="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="w-5 h-5" viewBox="0 0 24 24">
<path d="M21 11.5a8.38 8.38 0 01-.9 3.8 8.5 8.5 0 01-7.6 4.7 8.38 8.38 0 01-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 01-.9-3.8 8.5 8.5 0 014.7-7.6 8.38 8.38 0 013.8-.9h.5a8.48 8.48 0 018 8v.5z"></path>
</svg>
</a>
</span>
</div>
<p class="leading-relaxed">Fam locavore kickstarter distillery. Mixtape chillwave tumeric sriracha taximy chia microdosing tilde DIY. XOXO fam indxgo juiceramps cornhole raw denim forage brooklyn. Everyday carry +1 seitan poutine tumeric. Gastropub blue bottle austin listicle pour-over, neutra jean shorts keytar banjo tattooed umami cardigan.</p>
<div class="flex mt-6 items-center pb-5 border-b-2 border-gray-100 mb-5">
<div class="flex">
<span class="mr-3">Color</span>
<button class="border-2 border-gray-300 rounded-full w-6 h-6 focus:outline-none"></button>
<button class="border-2 border-gray-300 ml-1 bg-gray-700 rounded-full w-6 h-6 focus:outline-none"></button>
<button class="border-2 border-gray-300 ml-1 bg-lime-500 rounded-full w-6 h-6 focus:outline-none"></button>
</div>
<div class="flex ml-6 items-center">
<span class="mr-3">Size</span>
<div class="relative">
<select class="rounded border appearance-none border-gray-300 py-2 focus:outline-none focus:ring-2 focus:ring-indigo-200 focus:border-indigo-500 text-base pl-3 pr-10">
<option>SM</option>
<option>M</option>
<option>L</option>
<option>XL</option>
</select>
<span class="absolute right-0 top-0 h-full w-10 text-center text-gray-600 pointer-events-none flex items-center justify-center">
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="w-4 h-4" viewBox="0 0 24 24">
<path d="M6 9l6 6 6-6"></path>
</svg>
</span>
</div>
</div>
</div>
<div class="flex">
<span class="title-font font-medium text-2xl text-gray-900">$58.00</span>
<button class="flex ml-auto text-white bg-lime-600 border-0 py-2 px-6 focus:outline-none hover:bg-lime-500 rounded">Button</button>
<button class="rounded-full w-10 h-10 bg-gray-200 p-0 border-0 inline-flex items-center justify-center text-gray-500 ml-4">
<svg fill="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="w-5 h-5" viewBox="0 0 24 24">
<path d="M20.84 4.61a5.5 5.5 0 00-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 00-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 000-7.78z"></path>
</svg>
</button>
</div>
</div>
</div>
</div>
</section>
<!-- Ecommerce Section -->
<section class="text-gray-600 body-font">
<div class="container px-5 py-24 mx-auto ">
<h1 class="title-font sm:text-5xl text-16xl mb-12 ml-16 font-bold text-gray-900 text-center mt-4">Trending Products
</h1>
<a href="#"><img src="organic-store-images/logo-leaf-new.png" class="scale-125 mb-20 margin"></a>
<div class="flex flex-wrap -m-4">
<div class="lg:w-1/4 md:w-1/2 p-4 w-full">
<a href="product.html" class="block relative h-48 rounded overflow-hidden">
<img alt="ecommerce" class="object-cover object-center w-full h-full block cursor-pointer" src="organic-store-images/coffee-asorted.jpg">
</a>
<div class="mt-4">
<h3 class="text-gray-500 text-2xs tracking-widest title-font mb-1">Groceries</h3>
<h2 class="text-gray-900 title-font text-lg font-medium">Assorted Coffee</h2>
<p class="mt-1">$16.00</p>
</div>
</div>
<div class="lg:w-1/4 md:w-1/2 p-4 w-full">
<a href="oil.html" class="block relative h-48 rounded overflow-hidden">
<img alt="ecommerce" class=" object-center w-full h-full block" src="organic-store-images/edible-oil.jpg">
</a>
<div class="mt-4">
<h3 class="text-gray-500 text-2xs tracking-widest title-font mb-1">Groceries</h3>
<h2 class="text-gray-900 title-font text-lg font-medium">Natural Extracted Edible Oil</h2>
<p class="mt-1">$21.15</p>
</div>
</div>
<div class="lg:w-1/4 md:w-1/2 p-4 w-full">
<a class="block relative h-48 rounded overflow-hidden">
<img alt="ecommerce" class="object-center w-full h-full block" src="organic-store-images/sanitizer.jpg">
</a>
<div class="mt-4">
<h3 class="text-gray-500 text-2xs tracking-widest title-font mb-1">Groceries</h3>
<h2 class="text-gray-900 title-font text-lg font-medium">Hand Sanitizer</h2>
<p class="mt-1">$12.00</p>
</div>
</div>
<div class="lg:w-1/4 md:w-1/2 p-4 w-full">
<a class="block relative h-48 rounded overflow-hidden">
<img alt="ecommerce" class=" object-center w-full h-full block" src="organic-store-images/orage-juice-kariz.jpg">
</a>
<div class="mt-4">
<h3 class="text-gray-500 text-2xs tracking-widest title-font mb-1">Groceries</h3>
<h2 class="text-gray-900 title-font text-lg font-medium">Fresh Orange Juice</h2>
<p class="mt-1">$18.40</p>
</div>
</div>
<div class="lg:w-1/4 md:w-1/2 p-4 w-full">
<a class="block relative h-48 rounded overflow-hidden">
<img alt="ecommerce" class="object-center w-full h-full block" src="organic-store-images/red-chillies.jpg">
</a>
<div class="mt-4">
<h3 class="text-gray-500 text-2xs tracking-widest title-font mb-1">Groceries</h3>
<h2 class="text-gray-900 title-font text-lg font-medium">Handpicked Red Chillies</h2>
<p class="mt-1">$16.00</p>
</div>
</div>
<div class="lg:w-1/4 md:w-1/2 p-4 w-full">
<a class="block relative h-48 rounded overflow-hidden">
<img alt="ecommerce" class=" object-center w-full h-full block" src="organic-store-images/orage-juice-kariz.jpg">
</a>
<div class="mt-4">
<h3 class="text-gray-500 text-2xs tracking-widest title-font mb-1">Groceries</h3>
<h2 class="text-gray-900 title-font text-lg font-medium">Fresh Orange Juice</h2>
<p class="mt-1">$21.15</p>
</div>
</div>
<div class="lg:w-1/4 md:w-1/2 p-4 w-full">
<a class="block relative h-48 rounded overflow-hidden">
<img alt="ecommerce" class="object-center w-full h-full block" src="organic-store-images/sanitizer.jpg">
</a>
<div class="mt-4">
<h3 class="text-gray-500 text-2xs tracking-widest title-font mb-1">Groceries</h3>
<h2 class="text-gray-900 title-font text-lg font-medium">Hand Sanitizer</h2>
<p class="mt-1">$12.00</p>
</div>
</div>
<div class="lg:w-1/4 md:w-1/2 p-4 w-full">
<a class="block relative h-48 rounded overflow-hidden">
<img alt="ecommerce" class="object-cover object-center w-full h-full block" src="organic-store-images/coffee-asorted.jpg">
</a>
<div class="mt-4">
<h3 class="text-gray-500 text-2xs tracking-widest title-font mb-1">Groceries</h3>
<h2 class="text-gray-900 title-font text-lg font-medium">Assorted Coffee</h2>
<p class="mt-1">$18.40</p>
</div>
</div>
</div>
</div>
</section>
<!-- Footer Section -->
<footer class="text-gray-600 body-font bg-black">
<div class="container px-5 py-24 mx-auto flex md:items-center lg:items-start md:flex-row md:flex-nowrap flex-wrap flex-col">
<div class="w-64 flex-shrink-0 md:mx-0 mx-auto text-center md:text-left md:mt-0 mt-10">
<a class="flex title-font font-medium items-center md:justify-start justify-center text-gray-900">
<span class="mb-2 text-xl"><img src="organic-store-images/organic-store-white-logo.png" alt="logo"></span>
</a>
<p class="mt-2 text-sm text-gray-200">Air plant banjo lyft occupy retro adaptogen indego</p>
</div>
<div class="flex-grow flex flex-wrap md:pr-20 -mb-10 md:text-left text-center order-first">
<div class="lg:w-1/4 md:w-1/2 w-full px-4">
<h2 class="title-font font-medium text-lime-600 tracking-widest text-lg mb-3">Links</h2>
<nav class="list-none mb-10">
<li>
<a class="text-white">Home</a>
</li>
<li>
<a class="text-white">About</a>
</li>
<li>
<a class="text-white">Services</a>
</li>
<li>
<a class="text-white">Contact</a>
</li>
</nav>
</div>
<div class="lg:w-1/4 md:w-1/2 w-full px-4">
<h2 class="title-font font-medium text-lime-600 tracking-widest text-lg mb-3">Section</h2>
<nav class="list-none mb-10">
<li>
<a class="hover:text-lime-600 text-white">Our Teams</a>
</li>
<li>
<a class="hover:text-lime-600 text-white">Reviews</a>
</li>
<li>
<a class="hover:text-lime-600 text-white">Products</a>
</li>
<li>
<a class="hover:text-lime-600 text-white">Pricing</a>
</li>
</nav>
</div>
<div class="lg:w-1/4 md:w-1/2 w-full px-4">
<h2 class="title-font font-medium text-lime-600 tracking-widest text-lg mb-3">Groceries</h2>
<nav class="list-none mb-10">
<li>
<a class="hover:text-lime-600 text-white">Natural Extracted Edible Oil</a>
</li>
<li>
<a class="hover:text-lime-600 text-white">Hand Sanitizer</a>
</li>
<li>
<a class="hover:text-lime-600 text-white">Fresh Orange Juice</a>
</li>
<li>
<a class="hover:text-lime-600 text-white">Assorted Coffee</a>
</li>
</nav>
</div>
<div class="lg:w-1/4 md:w-1/2 w-full px-12">
<h2 class="title-font font-medium tracking-widest text-lg mb-3 text-lime-600">Social Links</h2>
<nav class="list-none mb-10">
<li>
<a class="hover:text-lime-600 text-white">Instagram</a>
</li>
<li>
<a class="hover:text-lime-600 text-white">Linkedin</a>
</li>
<li>
<a class="hover:text-lime-600 text-white">Facebook</a>
</li>
<li>
<a class="hover:text-lime-600 text-white">Twitter</a>
</li>
</nav>
</div>
</div>
</div>
<div class="bg-lime-500">
<div class="container mx-auto py-4 px-5 flex flex-wrap flex-col sm:flex-row">
<p class="text-white text-lg text-center sm:text-left font-bold">© 2023 Organic Store
<a href="https://twitter.com/knyttneve" rel="noopener noreferrer" class="text-gray-600 ml-1" target="_blank">@ms.webdeveloper</a>
</p>
<span class="inline-flex sm:ml-auto sm:mt-0 mt-2 justify-center sm:justify-start">
<a class="text-white font-bold pt-2 scale-125 pl-4">
<svg fill="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="w-5 h-5" viewBox="0 0 24 24">
<path d="M18 2h-3a5 5 0 00-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 011-1h3z"></path>
</svg>
</a>
<a class="ml-3 text-white font-bold pt-2 scale-125 pl-4">
<svg fill="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="w-5 h-5" viewBox="0 0 24 24">
<path d="M23 3a10.9 10.9 0 01-3.14 1.53 4.48 4.48 0 00-7.86 3v1A10.66 10.66 0 013 4s-4 9 5 13a11.64 11.64 0 01-7 2c9 5 20 0 20-11.5a4.5 4.5 0 00-.08-.83A7.72 7.72 0 0023 3z"></path>
</svg>
</a>
<a class="ml-3 text-white font-bold pt-2 scale-125 pl-4">
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="w-5 h-5" viewBox="0 0 24 24">
<rect width="20" height="20" x="2" y="2" rx="5" ry="5"></rect>
<path d="M16 11.37A4 4 0 1112.63 8 4 4 0 0116 11.37zm1.5-4.87h.01"></path>
</svg>
</a>
<a class="ml-3 text-white font-bold pt-2 scale-125 pl-4">
<svg fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="0" class="w-5 h-5" viewBox="0 0 24 24">
<path stroke="none" d="M16 8a6 6 0 016 6v7h-4v-7a2 2 0 00-2-2 2 2 0 00-2 2v7h-4v-7a6 6 0 016-6zM2 9h4v12H2z"></path>
<circle cx="4" cy="4" r="2" stroke="none"></circle>
</svg>
</a>
</span>
</div>
</div>
</footer>
</body>
</html>