-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
348 lines (341 loc) · 12.6 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
<!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>Tea House</title>
<script src="https://cdn.tailwindcss.com"></script>
<script
src="https://kit.fontawesome.com/55c9aa200e.js"
crossorigin="anonymous"
></script>
</head>
<body>
<!-- header section -->
<section class="container sm:flex mx-auto px-16 bg:px-36 pt-10 mb-10 pb-10">
<div class="flex items-center">
<div>
<h1 class="md:text-7xl text-5xl font-semibold mb-5">
It's good <br />tea time at The<br />
Tea House
</h1>
<p class="w-3/4 mb-5">
Tea and Botanical Solutions Supplier Give Optimum Satisfaction To
Your Taste Buds.
</p>
<button
class="bg-gradient-to-r from-yellow-500 via-red-500 to-red-700 text-white shadow-lg rounded-lg mb-5 px-5 py-2"
>
Explore More
</button>
</div>
</div>
<!-- banner image-->
<div class="relative">
<div class="z-10">
<img src="./images/banner.png" alt="" />
</div>
<div
class="shadow-lg ml-20 lg:absolute bg-white top-96 px-6 py-3 rounded-lg flex"
>
<div class="flex items-center">
<i class="fa-solid fa-star text-2xl text-amber-300"></i>
</div>
<div class="ml-2">
<h2 class="font-bold text-2xl">5.0</h2>
<p>Trust pilot Ratings</p>
</div>
</div>
</div>
</section>
<!-- featured section -->
<section>
<div class="flex justify-center">
<div class="text-center w-5/6">
<h1 class="text-5xl font-bold mb-5">Our Featured Products</h1>
<p>
There are many variations of passages of Lorem Ipsum available, but
the majority have suffered alteration in some form, by injected
humour, or randomised words which don't look even slightly
believable.
</p>
</div>
</div>
<div
class="grid grid-cols-1 lg:grid-cols-4 gap-5 mt-10 md:h-80 mx-20 px-10 mb-20"
>
<div
class="bg-gradient-to-t from-white via-slate-50 to-slate-100 text-center p-5"
>
<img class="mx-auto" src="./images/tea-1.png" alt="" />
<h1 class="text-2xl font-bold">Green Tea</h1>
<p>Creamer could be replaced by fresh milk</p>
</div>
<div
class="bg-gradient-to-t from-white via-slate-50 to-slate-100 text-center p-5"
>
<img class="mx-auto" src="./images/tea-2.png" alt="" />
<h1 class="text-2xl font-bold">Milk Tea</h1>
<p>Creamer could be replaced by fresh milk</p>
</div>
<div
class="bg-gradient-to-t from-white via-slate-50 to-slate-100 text-center p-5"
>
<img class="mx-auto" src="./images/tea-3.png" alt="" />
<h1 class="text-2xl font-bold">Black Tea</h1>
<p>Creamer could be replaced by fresh milk</p>
</div>
<div
class="bg-gradient-to-t from-white via-slate-50 to-slate-100 text-center p-5"
>
<img class="mx-auto" src="./images/tea-4.png" alt="" />
<h1 class="text-2xl font-bold">Lemon Tea</h1>
<p>Creamer could be replaced by fresh milk</p>
</div>
</div>
</section>
<!-- great tea -->
<section class="container mx-auto mb-24 px-16 lg:px-32">
<div class="grid grid-cols-1 lg:grid-cols-2">
<div class="grid grid-cols-2 grid-rows-3 gap-4 md:w-5/6">
<div
class="rounded-lg bg-gradient-to-r from-red-200 via-red-100 to-white h-38"
></div>
<div class="row-span-2 bg-red-100 rounded-lg">
<img class="mx-auto my-5" src="./images/fresh-1.png" alt="" />
</div>
<div class="rounded-lg row-span-2 bg-gradient-to-r bg-stone-200">
<img class="mx-auto my-5" src="./images/fresh-2.png" alt="" />
</div>
<div
class="rounded-lg bg-gradient-to-r from-stone-200 via-stone-100 to-white h-38"
></div>
</div>
<div>
<h1 class="text-5xl font-bold mb-5">Great Tea, Freshly Presented</h1>
<p>
The meaning of gong cha is chanese is to provide the best tea to
emperor from all possessions . It represents the highest quality and
self expectation. Establishing in 2006, Gong cha had been deeply
appreciated by its custoers because of good words of mouth and
unique customized service orginated from Taiwan.
</p>
<br />
<h3 class="text-2xl font-bold my-3">Unique Taste</h3>
<p>
A Unique and different style from other teapots gives a luxurious
and minimalist impression
</p>
<br />
<h3 class="text-2xl font-bold my-3">Premium Quality</h3>
<p>
Premium Quality that makes tea more elegant and more durable when
you use it.
</p>
</div>
</div>
</section>
<!-- meet our clients -->
<section class="flex items-center justify-center">
<div
class="grid grid-cols-1 lg:grid-cols-2 gap-4 bg-gradient-to-r from-orange-400 via-red-500 to-rose-700 lg:w-5/6 rounded-lg text-white px-16"
>
<div class="flex justify-center items-center">
<div class="w-5/6">
<h1 class="text-3xl font-bold mb-5 mt-10">
Meet Our Super Clients
</h1>
<p class="mb-5">
There are many variations of passages of Lorem Ipsum available,
but the majority have suffered alteration in some form, by
injected humour, or randomised words which don't look even
slightly believable.
</p>
<button
class="font-semibold bg-white text-orange-600 px-3 py-2 rounded-sm"
>
Show All
</button>
</div>
</div>
<div class="relative py-24">
<div class="absolute top-52 md:-left-10 w-3/4 z-10">
<div
class="relative bg-white h-72 md:h-48 rounded-lg text-black flex px-10 py-10"
>
<div class="absolute -top-5 -left-5 border-white">
<img src="./images/client.png" alt="" />
</div>
<div>
<p class="mb-5">
We are providing the best and suitable home insurance services
for the people who are interested to treatment
</p>
<h4 class="font-bold">Ilham Yuda</h4>
<small>Businessman</small>
</div>
</div>
</div>
<div class="relative left-20 md:left-32 opacity-40 w-3/4">
<div
class="relative bg-white h-72 md:h-48 rounded-lg text-black flex px-10 py-10"
>
<div class="absolute -top-5 -left-5">
<img src="./images/client.png" alt="" />
</div>
<div>
<p class="mb-5">
We are providing the best and suitable home insurance services
for the people who are interested to treatment
</p>
<h4 class="font-bold">Ilham Yuda</h4>
<small>Businessman</small>
</div>
</div>
</div>
<div class="relative left-20 md:left-32 opacity-40 w-3/4 mt-10">
<div
class="relative bg-white h-72 md:h-48 rounded-lg text-black flex px-10 py-10"
>
<div class="absolute -top-5 -left-5">
<img src="./images/client.png" alt="" />
</div>
<div>
<p class="mb-5">
We are providing the best and suitable home insurance services
for the people who are interested to treatment
</p>
<h4 class="font-bold">Ilham Yuda</h4>
<small>Businessman</small>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- News and Events -->
<section class="container mx-auto px-16 mt-10 lg:px-32 min-h-full mb-28">
<div class="flex justify-center">
<div class="text-center md:w-3/4">
<h1 class="font-semibold text-5xl mb-5">News & Events</h1>
<p class="mb-5">
There are many variations of passages of Lorem Ipsum available, but
the majority have suffered alteration in some form, by injected
humour, or randomised words which don't look even slightly
believable.
</p>
</div>
</div>
<div class="grid md:grid-cols-3 gap-4">
<div class="rounded-lg border-2">
<img class="w-5/6 mx-auto my-5" src="./images/news-1.png" alt="" />
<div class="p-8">
<small>Feb 05, 2027</small>
<h1 class="text-2xl font-semibold">
Collecting 8 points for discount
</h1>
<p>
There are many variations of passages of Lorem Ipsum available.
</p>
<h5 class="font-extrabold">Learn More</h5>
</div>
</div>
<div class="rounded-lg border-2">
<img class="w-5/6 mx-auto my-5" src="./images/news-2.png" alt="" />
<div class="p-8">
<small>Feb 05, 2027</small>
<h1 class="text-2xl font-semibold">
Collecting 8 points for discount
</h1>
<p>
There are many variations of passages of Lorem Ipsum available.
</p>
<h-5 class="font-extrabold mt-5">Learn More</h-5>
</div>
</div>
<div class="rounded-lg border-2">
<img class="w-5/6 mx-auto my-5" src="./images/news-3.png" alt="" />
<div class="p-8">
<small>Feb 05, 2027</small>
<h1 class="text-2xl font-semibold">
Collecting 8 points for discount
</h1>
<p>
There are many variations of passages of Lorem Ipsum available.
</p>
<h5 class="font-extrabold">Learn More</h5>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="bg-red-50 px-16 md:px-32 min-h-full">
<div class="grid md:grid-cols-2 gap-4">
<div class="my-14">
<div class="mb-8"><img src="./images/cup.png" alt="" /></div>
<div class="grid grid-cols-2">
<div>
<h1 class="font-bold">Quick Links</h1>
<ul>
<li>Home</li>
<li>About Us</li>
<li>Insurance</li>
<li>Privacy Policy</li>
</ul>
</div>
<div>
<h1 class="font-bold">Our Service</h1>
<ul>
<li>Life Insurance</li>
<li>Car Insurance</li>
<li>Health Insurance</li>
<li>House Insurance</li>
</ul>
</div>
</div>
</div>
<div>
<div class="flex justify-center my-14">
<h4 class="flex items-center mr-14">Ready to get started?</h4>
<button class="bg-orange-600 px-3 py-2 text-white rounded-lg">
Get Started
</button>
</div>
<div class="grid grid-cols-2">
<div>
<h1 class="font-bold">Help</h1>
<ul>
<li>FAQs</li>
<li>Contact Us</li>
</ul>
</div>
<div>
<h1 class="font-bold text-3xl mb-2">
Subscribe to our newsletter
</h1>
<div class="flex mb-3">
<input
class="bg-transparent border-b-2 border-black w-4/6 md:w-5/6"
type="email"
placeholder="Email Address"
/>
<i
class="p-3 fa-solid fa-chevron-right bg-orange-600 rounded-full text-white"
></i>
</div>
<div class="flex justify-between w-2/5 mb-3">
<i class="fa-brands fa-facebook-f"></i>
<i class="fa-brands fa-twitter"></i>
<i class="fa-brands fa-square-instagram"></i>
</div>
</div>
</div>
</div>
</div>
<p class="text-center pb-10">
©2023 mushfiqur@akhand All rights reserved.
</p>
</footer>
</body>
</html>