-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
203 lines (138 loc) · 6.47 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Home</title>
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="/fontawesome-free-5.15.1-web/css/all.css">
</head>
<body>
<header class="header" id="Header">
<div class="links" id="LINKS">
<i class="fas fa-times"></i>
<ul>
<li><a href="/index.html">home</a> </li>
<li><a href="/skill.html">skill</a> </li>
<li><a href="/about.html">about</a> </li>
<li><a href="/product.html">products</a> </li>
</ul>
</div>
<div class="title-div"> <i class="fas fa-bars"></i>
<h2 class="over_one">over one hundred flavors of</h2>
<h1>specially <br>crafted tea</h1> <a href="#">Explore</a>
</div>
</header>
<div class="banner"> </div>
<!--*****-->
<!--Skills-->
<!--******-->
<section class="skill-section">
<div class="content">
<spane><i class="fas fa-mug-hot"></i></spane>
<h2> Made In US </h2>
<p> Lorem ipsum dolor sit amet, consectetur adipisicing elit. Perferendis, rerum? </p>
</div>
<div class="content">
<spane><i class="fas fa-glass-cheers"></i></spane>
<h2> Relaxation </h2>
<p> Lorem ipsum dolor sit amet, consectetur adipisicing elit. Perferendis, rerum? </p>
</div>
<div class="content">
<spane> <i class="fas fa-bomb"></i> </spane>
<h2> Energy </h2>
<p> Lorem ipsum dolor sit amet, consectetur adipisicing elit. Perferendis, rerum? </p>
</div>
<div class="content">
<spane> <i class="fas fa-mortar-pestle"></i> </spane>
<h2> Family Recipe </h2>
<p> Lorem ipsum dolor sit amet, consectetur adipisicing elit. Perferendis, rerum? </p>
</div>
</section>
<!--*****-->
<!--About-->
<!--******-->
<section class="about_section">
<section class="about-content">
<div class="about_image">
<div>
<img src="/images/about-bcg.jpeg" alt="" class="AB_img">
</div>
</div>
<div class="about-info">
<h3 class="about">about our</h3>
<h1 class="tea_station">Tea station</h1>
<p class="Tea_para">Lorem ipsum dolor sit amet consectetur adipisicing elit. Quasi repellendus reprehenderit iure, vero nobis dolore!</p>
<p class="Tea_para">Lorem ipsum dolor sit amet consectetur adipisicing elit. Quasi repellendus reprehenderit iure, vero nobis dolore!</p>
<span> <a href="#" class="Learn_more_link">Learn More</a></span>
</div>
</section>
</section>
<!--*****-->
<!--Product section-->
<!--******-->
<section class="products-section">
<div class="product_content">
<div class="div1 info one">
<h3 class="Text Check_out"> Check out</h3>
<h2 class="our_product">Our Products</h2>
<p class="Product_para Text">Lorem ipsum dolor sit amet consectetur adipisicing elit. Quasi quidem, repellat praesentium esse ducimus odit alias nulla laborum doloremque voluptatum, a cum magnam iure accusamus. </p>
<span> <a href="" class="Inventory">inventory</a> </span>
</div>
<div class="div1 two">
<img class="p_image" src="/images/product-1.jpeg" alt="">
<h4 class="name Text">Ginger Peach Tea</h4>
<h4 class="Text price"> $6.96</h4>
</div>
<div class="div1 three">
<img class="p_image" src="/images/product-2.jpeg" alt="">
<h4 class="name Text"> Fruit Sangria</h4>
<h4 class="Text price">$6.96</h4>
</div>
<div class="div1 four">
<img class="p_image" src="images/product-3.jpeg" alt="">
<h4 class="name Text"> White tea</h4>
<h4 class="Text price">$6.96</h4>
</div>
</div>
</section>
<section class="s_section">
<div>
<h3 class="Text Check_out">Explore</h3>
<h2 class="our_product">Our Services</h2>
</div>
</section>
<section class="service_section">
<div class="service_content">
<div class="first_service DIV">
<div>
<img src="/images/product-1.jpeg" alt="">
</div>
<span class="icon_1"> <i class="fas fa-mortar-pestle"> </i></span>
<h2 class="custom">Custom Recipes</h2>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Ratione labore sed deserunt, blanditiis error doloremque.</p>
<a href="#">read more</a>
</div>
<div class="second_service DIV">
<div>
<img src="/images/product-2.jpeg" alt="">
</div>
<span class="icon_2"> <i class="fas fa-home"></i></i></span>
<h2 class="custom">Home Delivery</h2>
<p class="Service_para">Lorem ipsum dolor sit amet consectetur adipisicing elit. Ratione labore sed deserunt, blanditiis error doloremque.</p>
<a href="#">read more</a>
</div>
<div class="third_service DIV">
<div>
<img src="/images/product-3.jpeg" alt="">
</div>
<span class="icon_3">
<i class="fas fa-mug-hot"></i>
</span>
<h2 class="custom">Tea Aging</h2>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Ratione labore sed deserunt, blanditiis error doloremque.</p>
<a href="#">read more</a>
</div>
</div>
<script src="./css/javasc.js"></script>
</body></html>