-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
232 lines (227 loc) · 11.8 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Tea House</title>
<link href="https://cdn.jsdelivr.net/npm/daisyui@3.7.3/dist/full.css" rel="stylesheet" type="text/css" />
<script src="https://cdn.tailwindcss.com"></script>
<link href="https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;800&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css"
integrity="sha512-z3gLpd7yknf1YoNbCzqRKc4qyor8gaKU1qmn+CShxbuBusANI9QpRohGBreCFkKxLhei6S9CQXFEbbKuqLg0DA=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<script>
tailwind.config = {
theme: {
extend: {
colors: {
clifford: '#da373d',
}
}
}
}
</script>
<style>
.font-manrope {
font-family: 'Manrope';
}
</style>
</head>
<body class="font-manrope px-3">
<header class="container mx-auto">
<div class="my-20">
<div class="flex justify-between items-center flex-col lg:flex-row-reverse ">
<div>
<img src="/images/banner.png" class="" />
<div class="flex items-center gap-3 drop-shadow-lg bg-white p-5 w-60 rounded-lg -mt-20">
<i class="fa-solid fa-star text-4xl text-amber-400"></i>
<div>
<h3 class="text-3xl">5.00</h3>
<p>Trust Pilot Ratings</p>
</div>
</div>
</div>
<div>
<h1 class="text-3xl md:text-5xl lg:text-7xl font-extrabold">
It's good<br>
tea time at The<br>
Tea House</h1>
<p class="py-6">Tea and Botanical Solutions Supplier Give Optimum Satisfaction To Your Taste Buds
</p>
<button class="btn btn-primary">ExploreMore</button>
</div>
</div>
</div>
</header>
<main class="container mx-auto">
<section class=" my-24">
<div class="text-center mt-24">
<h2 class="text-5xl font-extrabold mb-5">Our Featured Products</h2>
<p class="max-w-3xl mx-auto mb-10">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>
<!-- future tea card container -->
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-5 ">
<div class="card p-8 bg-gradient-to-r from-[#F4F4F4] to-[#F4F4F4] shadow-2xl">
<figure><img src="/images/tea-1.png" /></figure>
<div class="card-body text-center">
<h2 class="text-2xl font-bold">Milk Tea</h2>
<p>If a dog chews shoes whose shoes does he choose?</p>
</div>
</div>
<div class="card p-8 bg-gradient-to-r from-[#F4F4F4] to-[#F4F4F4] shadow-2xl">
<figure><img src="/images/tea-2.png" /></figure>
<div class="card-body text-center">
<h2 class="text-2xl font-bold">Black Tea</h2>
<p>If a dog chews shoes whose shoes does he choose?</p>
</div>
</div>
<div class="card p-8 bg-gradient-to-r from-[#F4F4F4] to-[#F4F4F4] shadow-2xl">
<figure><img src="/images/tea-3.png" /></figure>
<div class="card-body text-center">
<h2 class="text-2xl font-bold">Lemon Tea</h2>
<p>If a dog chews shoes whose shoes does he choose?</p>
</div>
</div>
<div class="card p-8 bg-gradient-to-r from-[#F4F4F4] to-[#F4F4F4] shadow-2xl">
<figure><img src="/images/tea-4.png" /></figure>
<div class="card-body text-center">
<h2 class="text-2xl font-bold">Green Tea</h2>
<p>If a dog chews shoes whose shoes does he choose?</p>
</div>
</div>
</div>
</section>
<!-- great tea fresh tea section -->
<section class="my-24 flex flex-col lg:flex-row gap-12">
<div class="grid grid-cols-1 md:grid-cols-2 gap-7 flex-1">
<div class="rounded-xl h-36 bg-gradient-to-r from-[#F00] to-[#FF8938] opacity-10"></div>
<div class="row-span-2 bg-[#E6A6231A] rounded-xl px-16 py-12 flex justify-center"><img
src="./images/fresh-1.png" alt=""></div>
<!-- <div class="row-span-2 bg-[#E6A6231A] rounded-xl px-16 py-12 flex justify-center"><img src="./images/fresh-2.png" alt=""></div> -->
<div class="row-span-2 bg-[#574C391A] rounded-xl px-16 py-12 flex justify-center"><img
src="./images/fresh-2.png" alt=""></div>
<!-- <div class="rounded-xl h-36 bg-gradient-to-r from-[#F00] to-[#FF8938] opacity-10"></div> -->
<div class="rounded-xl h-36 bg-gradient-to-r from-[#D9D9D9] to-[#FFFFFF] opacity-50"></div>
</div>
<div class="space-y-5 flex-1">
<h3 class="text-5xl font-extrabold">Great Tea, Freshly<br> Presented</h3>
<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>
<h4 class="text-xl font-extrabold">Unique Taste</h4>
<p>A Unique and different style from other teapots gives a luxurious and minimalist impression</p>
<h4 class="text-xl font-extrabold">Premium Quality</h4>
<p>Premium Quality that makes tea more elegant and more durable when you use it.</p>
</div>
</section>
<!-- super clint section -->
<section
class=" my-24 rounded-xl bg-gradient-to-l from-[#f00] to-[#FF8938] px-16 py-24 flex flex-col lg:flex-row gap-12">
<div class="flex items-center pr-20">
<div class="space-y-3 text-white">
<h2 class="text-5xl font-extrabold">Meet Our Super <br>Clients</h2>
<p class="">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="btn ">Show All</button>
</div>
</div>
<!-- customer review container-->
<div class="relative">
<!-- next review -->
<div class="opacity-40 z-10 mb-16 relative p-10 rounded-lg bg-[#FFF] space-y-3">
<img class="absolute -top-5 -left-5 border-4 border-white rounded-full bg-white"
src="./images/client.png" alt="">
<p class="">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>
<p class="font-medium">Businessman</p>
<div class="flex justify-end">
<img class="" src="./images/circles.png" alt="">
</div>
</div>
<!-- current review -->
<div class="absolute z-20 top-40 lg:w-[430px] -ml-10 lg:-ml-20 p-10 rounded-lg bg-[#FFF] space-y-3">
<img class="absolute -top-5 -left-5 border-4 border-white rounded-full bg-white"
src="./images/client.png" alt="">
<p class="">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>
<p class="font-medium">Businessman</p>
<div class="flex justify-end">
<img class="" src="./images/circles.png" alt="">
</div>
</div>
<!-- previus review -->
<div class="opacity-40 z-10 relative p-10 rounded-lg bg-[#FFF] space-y-3">
<img class="absolute -top-5 -left-5 border-4 border-white rounded-full bg-white"
src="./images/client.png" alt="">
<p class="">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>
<p class="font-medium">Businessman</p>
<div class="flex justify-end">
<img class="" src="./images/circles.png" alt="">
</div>
</div>
</div>
</section>
</main>
<footer class="px-40 py-10 bg-base-200 text-base-content">
<div class="flex justify-between mb-20 my-">
<img src="./images/cup.png" alt="">
<div class="flex items-center gap-10">
<p>Ready to get strted?</p>
<button class="btn btn-primary">Get Started</button>
</div>
</div>
<div class="footer mx-auto ">
<nav>
<header class="footer-title">Services</header>
<a class="link link-hover">Branding</a>
<a class="link link-hover">Design</a>
<a class="link link-hover">Marketing</a>
<a class="link link-hover">Advertisement</a>
</nav>
<nav>
<header class="footer-title">Company</header>
<a class="link link-hover">About us</a>
<a class="link link-hover">Contact</a>
<a class="link link-hover">Jobs</a>
<a class="link link-hover">Press kit</a>
</nav>
<nav>
<header class="footer-title">Legal</header>
<a class="link link-hover">Terms of use</a>
<a class="link link-hover">Privacy policy</a>
<a class="link link-hover">Cookie policy</a>
</nav>
<form>
<header class="footer-title">Newsletter</header>
<fieldset class="form-control w-80">
<label class="label">
<span class="label-text">Enter your email address</span>
</label>
<div class="relative">
<input type="text" placeholder="username@site.com" class="input input-bordered w-full pr-16" />
<button class="btn btn-primary absolute top-0 right-0 rounded-l-none">Subscribe</button>
</div>
</fieldset>
</form>
</div>
<div class="text-center mt-10">
<p>Copyright © 2023 - All right reserved by ACME Industries Ltd</p>
</div>
</footer>
<!-- <footer class="footer footer-center p-4 bg-base-300 text-base-content"> -->
</body>
</html>