-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
202 lines (202 loc) · 13.3 KB
/
Copy pathindex.html
File metadata and controls
202 lines (202 loc) · 13.3 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
<!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 rel="stylesheet" href="style.css">
<script src="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4"></script>
<script src="https://kit.fontawesome.com/e54598ab59.js" crossorigin="anonymous"></script>
</head>
<body class="manrope-font">
<header class="pt-16">
<section class="max-w-6xl mx-auto px-4 flex flex-col lg:flex-row gap-4">
<div class="space-y-7">
<h1 class="text-5xl/15 lg:text-7xl/23 font-extrabold text-primary">It's good <br> tea time at The <br> Tea House</h1>
<p class="text-secondary text-lg font-medium">Tea and Botanical Solutions Supplier Give Optimum Satisfaction To Your Taste Buds.</p>
<button class="px-5 py-4 rounded-[10px] text-white font-bold text-xl bg-gradient-to-r from-[#FF8938] to-[#FF0000]">Explore More <i class="fa-solid fa-arrow-right ml-2 -rotate-45"></i></button>
</div>
<div class="relative top-14">
<img src="images/banner.png" alt="banner image" class="w-full max-w-xl">
<div class="px-6 py-4 flex items-center gap-4 shadow-[0_7px_50px_rgba(0,0,0,0.06)] bg-white rounded-[10px] absolute bottom-8 left-14 z-10">
<img src="images/Group 5.png" alt="star" class="w-12 h-12">
<h5>
<span class="font-extrabold text-3xl">5.00</span>
<span class="block text-secondary">Trust Pilot Ratings</span>
</h5>
</div>
</div>
</section>
</header>
<main class="max-w-6xl mx-auto px-4 mt-[150px]">
<section class="text-center mb-[130px]">
<h2 class="text-5xl font-bold mb-5">Our Featured Products</h2>
<p class="max-w-4xl mx-auto mb-12 text-primary">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>
<section class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-4 gap-6 justify-items-center">
<div class="bg-gradient-to-b from-[#F4F4F4] to-[rgba(244,244,244,0)] px-5 py-7 rounded-lg max-w-xs">
<img src="images/tea-1.png" alt="milk tea" class="mx-auto mb-7">
<h4 class="font-bold text-2xl mb-2">Milk Tea</h4>
<p class="text-secondary font-semibold">Creamer could be replaced by fresh milk</p>
</div>
<div class="bg-gradient-to-b from-[#F4F4F4] to-[rgba(244,244,244,0)] px-5 py-7 rounded-lg max-w-xs">
<img src="images/tea-2.png" alt="black tea" class="mx-auto mb-7">
<h4 class="font-bold text-2xl mb-2">Black Tea</h4>
<p class="text-secondary font-semibold">Creamer could be replaced by fresh milk</p>
</div>
<div class="bg-gradient-to-b from-[#F4F4F4] to-[rgba(244,244,244,0)] px-5 py-7 rounded-lg max-w-xs">
<img src="images/tea-3.png" alt="lemond tea" class="mx-auto mb-7">
<h4 class="font-bold text-2xl mb-2">Lemon Tea</h4>
<p class="text-secondary font-semibold">Creamer could be replaced by fresh milk</p>
</div>
<div class="bg-gradient-to-b from-[#F4F4F4] to-[rgba(244,244,244,0)] px-5 py-7 rounded-lg max-w-xs">
<img src="images/tea-4.png" alt="green tea" class="mx-auto mb-7">
<h4 class="font-bold text-2xl mb-2">Green Tea</h4>
<p class="text-secondary font-semibold">Creamer could be replaced by fresh milk</p>
</div>
</section>
</section>
<section class="flex flex-col justify-center items-center lg:flex-row gap-12 mb-[130px]">
<div class="lg:w-1/2 max-w-2xl grid grid-cols-2 gap-4 md:gap-7 grid-rows-3">
<div class="bg-gradient-to-r from-[#FF0000] to-[#FF8938] opacity-10 rounded-xl"></div>
<div class="bg-[rgba(230,166,35,0.1)] row-span-2 p-7 rounded-xl">
<img src="images/fresh-1.png" alt="fresh tea 1" class="mx-auto w-full">
</div>
<div class="bg-[rgba(87,118,57,0.1)] row-span-2 p-7 rounded-xl">
<img src="images/fresh-2.png" alt="fresh tea 2" class="mx-auto w-full">
</div>
<div class="bg-gradient-to-r from-[#D9D9D9] to-[#FFFFFF] rounded-xl"></div>
</div>
<article class="lg:w-1/2 max-w-2xl space-y-5">
<h3 class="text-3xl md:text-5xl font-bold text-primary">Great Tea, Freshly Presented</h3>
<p class="text-secondary">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-primary text-lg font-bold">Unique Taste</h4>
<p class="text-secondary">A Unique and different style from other teapots gives a luxurious and minimalist
impression</p>
<h4 class="text-primary text-lg font-bold">Premium Quality</h4>
<p class="text-secondary">Premium Quality that makes tea more elegant and more durable when you use it.</p>
</article>
</section>
<section
class="bg-gradient-to-l from-[#FF0000] to-[#FF8938] rounded-xl p-4 sm:px-16 sm:py-20 flex flex-col lg:flex-row items-center gap-12 mb-[130px]">
<div class="text-white lg:w-1/2">
<h3 class="text-5xl/snug font-bold">Meet Our Super <br> Clients</h3>
<p class="text-base/relaxed font-medium mt-5 mb-8">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="rounded-lg py-3 px-7 font-bold bg-white text-[#FF0000]">Show All</button>
</div>
<section class="w-full lg:w-1/2 relative flex flex-col gap-16 items-end">
<div class="bg-white rounded-lg relative p-10 pl-12 opacity-30 max-w-[376px]">
<img src="images/client.png" alt="client"
class="absolute -top-5 -left-5 border-4 border-white rounded-full">
<p class="text-secondary">We are providing the best and suitable home insurance services for the people
who are interested to treatment</p>
<h5 class="text-base text-primary font-bold mt-5 mb-1">Ilham Yuda</h5>
<p>Businessman</p>
</div>
<div class="bg-white rounded-lg relative p-10 pl-12 opacity-30 max-w-[376px]">
<img src="images/client.png" alt="client"
class="absolute -top-5 -left-5 border-4 border-white rounded-full">
<p class="text-secondary">We are providing the best and suitable home insurance services for the people
who are interested to treatment</p>
<h5 class="text-base text-primary font-bold mt-5 mb-1">Ilham Yuda</h5>
<p>Businessman</p>
</div>
<div class="bg-white rounded-lg p-10 pl-12 absolute top-[30%] left-2 sm:-left-8 max-w-[430px]">
<img src="images/client.png" alt="client"
class="absolute -top-5 -left-5 border-4 border-white rounded-full">
<p class="text-secondary">We are providing the best and suitable home insurance services for the people
who are interested to treatment</p>
<h5 class="text-base text-primary font-bold mt-5 mb-1">Ilham Yuda</h5>
<p>Businessman</p>
</div>
</section>
</section>
<section class="mb-32 text-center">
<h2 class="text-5xl font-bold">News & Events</h2>
<p class="max-w-4xl mx-auto mt-6 mb-12 text-secondary">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>
<section class="flex justify-center gap-6 flex-wrap md:flex-nowrap">
<div class="max-w-xs p-5 text-left rounded-xl border border-[#D2D2D2]">
<img src="images/news-1.png" alt="news">
<p class="text-gray-500 mt-5 mb-1">Feb 05, 2027</p>
<h4 class="text-[1.25rem] font-bold">Collecting 8 points for discount</h4>
<p class="text-gray-500 my-2">There are many variations of passages of Lorem Ipsum available.</p>
<h5 class="font-bold">Learn More</h5>
</div>
<div class="max-w-xs p-5 text-left rounded-xl border border-[#D2D2D2]">
<img src="images/news-2.png" alt="news">
<p class="text-gray-500 mt-5 mb-1">Feb 05, 2027</p>
<h4 class="text-[1.25rem] font-bold">Collecting 8 points for discount</h4>
<p class="text-gray-500 my-2">There are many variations of passages of Lorem Ipsum available.</p>
<h5 class="font-bold">Learn More</h5>
</div>
<div class="max-w-xs p-5 text-left rounded-xl border border-[#D2D2D2]">
<img src="images/news-3.png" alt="news">
<p class="text-gray-500 mt-5 mb-1">Feb 05, 2027</p>
<h4 class="text-[1.25rem] font-bold">Collecting 8 points for discount</h4>
<p class="text-gray-500 my-2">There are many variations of passages of Lorem Ipsum available.</p>
<h5 class="font-bold">Learn More</h5>
</div>
</section>
</section>
</main>
<footer class="bg-gradient-to-l from-[rgba(255,0,0,0.1)] to-[rgba(255,137,56,0.1)]">
<section class="max-w-7xl mx-auto px-4 xl:px-1 py-32">
<div class="sm:flex justify-between mb-24">
<img src="images/cup.png" alt="cup image">
<div class="mt-8 sm:mt-auto">
<h3 class="text-xl inline-block mr-10 mb-5 sm:mb-auto">Ready to get started?</h3>
<button class="text-xl font-bold bg-gradient-to-r from-[#FF0000] to-[#FF8938] rounded-[10px] px-6 py-3 text-white w-fit "> Get Started </button>
</div>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-5">
<div>
<h4 class="text-xl font-semibold mb-5">Quick Links</h4>
<ul class="space-y-4">
<li><a href="#" class="text-[#494949]">Home</a></li>
<li><a href="#" class="text-[#494949]">About us</a></li>
<li><a href="#" class="text-[#494949]">Insurance</a></li>
<li><a href="#" class="text-[#494949]">Privacy Policy</a></li>
</ul>
</div>
<div>
<h4 class="text-xl font-semibold mb-5">Our Service</h4>
<ul class="space-y-4">
<li><a href="#" class="text-[#494949]">Life Insurance</a></li>
<li><a href="#" class="text-[#494949]">Car Insurance</a></li>
<li><a href="#" class="text-[#494949]">Health Insurance</a></li>
<li><a href="#" class="text-[#494949]">House Insurance</a></li>
</ul>
</div>
<div>
<h4 class="text-xl font-semibold mb-5">Help</h4>
<ul class="space-y-4">
<li><a href="#" class="text-[#494949]">FAQs</a></li>
<li><a href="#" class="text-[#494949]">Contact us</a></li>
</ul>
</div>
<div>
<h3 class="text-2xl/10 font-semibold mb-10">Subscribe to our <br> newsletter</h3>
<input type="email" placeholder="Email Address" class="border-b pb-3 w-4/5">
<div class="bg-gradient-to-r from-[#FF0000] to-[#FF8938] p-3 text-white rounded-full w-8 h-8 inline-flex justify-center items-center">
<i class="fa-solid fa-angle-right"></i>
</div>
<div class="mt-13 space-x-6">
<a href="#"> <i class="fa-brands fa-facebook-f text-xl"></i> </a>
<a href="#"> <i class="fa-brands fa-twitter text-xl"></i> </a>
<a href="#"> <i class="fa-brands fa-instagram text-xl"></i> </a>
</div>
</div>
</div>
<p class="mt-15 text-gray-600 text-center">© 2027 UIDesign.to - All rights reserved.</p>
</section>
</footer>
</body>
</html>