-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
377 lines (376 loc) · 12.9 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
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>Chai</title>
<!-- font-awesome -->
<link
rel="stylesheet"
href="./fontawesome-free-5.15.3-web/css/all.min.css"
/>
<!-- custom css -->
<link rel="stylesheet" href="./css/styles.css" />
<link rel="icon" href="./images/cha_icon.PNG">
</head>
<body>
<!-- navbar begin -->
<!--nav button-->
<span class="nav-btn" id="nav-btn">
<i class="fas fa-bars"></i>
</span>
<nav class="navbar" id="navbar">
<div class="navbar-header">
<span class="nav-close" id="nav-close">
<i class="fas fa-times"></i>
</span>
</div>
<ul class="nav-times">
<li><a href="index.html" class="nav-link">Home</a></li>
<li><a href="skills.html" class="nav-link">Skills</a></li>
<li><a href="about.html" class="nav-link">About</a></a></li>
<li><a href="products.html" class="nav-link">Products</a></li>
</ul>
</nav>
<!-- navbar end -->
<!-- header begin -->
<header class="header" id="header">
<div class="banner">
<h2>Over one hundred flavors of</h2>
<h1>
specially <br />
crafted tea
</h1>
<a href="#skill" class="btn banner-btn">explore</a>
</div>
</header>
<!-- header end -->
<div class="content-divider"></div>
<!-- skills section begin-->
<section class="skills clearfix" id="skill">
<!-- single skill begin-->
<article class="skill">
<span class="skill-icon"> <i class="fas fa-mug-hot"></i></span>
<h4 class="skill-title">made in us</h4>
<p class="skill-text">
Lorem ipsum, dolor sit amet consectetur adipisicing elit. Quasi,
adipisci?
</p>
</article>
<!-- single skill end-->
<!-- single skill begin-->
<article class="skill">
<span class="skill-icon"> <i class="fas fa-glass-cheers"></i></span>
<h4 class="skill-title">relaxation</h4>
<p class="skill-text">
Lorem ipsum, dolor sit amet consectetur adipisicing elit. Quasi,
adipisci?
</p>
</article>
<!-- single skill end-->
<!-- single skill begin-->
<article class="skill">
<span class="skill-icon"> <i class="fas fa-bomb"></i></span>
<h4 class="skill-title">energy</h4>
<p class="skill-text">
Lorem ipsum, dolor sit amet consectetur adipisicing elit. Quasi,
adipisci?
</p>
</article>
<!-- single skill end-->
<!-- single skill begin-->
<article class="skill">
<span class="skill-icon"> <i class="fas fa-mortar-pestle"></i></span>
<h4 class="skill-title">family recipe</h4>
<p class="skill-text">
Lorem ipsum, dolor sit amet consectetur adipisicing elit. Quasi,
adipisci?
</p>
</article>
<!-- single skill end-->
</section>
<!-- skills section end-->
<!-- about begin -->
<section>
<div class="section-center clearfix">
<!-- about-img begin -->
<article class="about-img">
<div class="about-picture-container">
<img
src="./images/about-bcg.jpeg"
alt="about image"
class="about-picture"
/>
</div>
</article>
<!-- about-img end -->
<!-- about info beigin-->
<article class="about-info">
<!-- section title begin-->
<div class="section-title">
<h3>about our</h3>
<h2>tea station</h2>
</div>
<!-- section title end-->
<p class="about-text">
Lorem ipsum dolor sit, amet consectetur adipisicing elit. Quae
provident sunt explicabo velit modi incidunt quos adipisci ipsam sed
itaque?
</p>
<a href="about.html" class="btn">learn more</a>
</article>
<!-- about info end-->
</div>
</section>
<!-- about end -->
<!-- products begin-->
<section class="products">
<div class="section-center clearfix">
<!-- products info begin-->
<article class="product-info">
<div class="section-title">
<h3>check out</h3>
<h2>out products</h2>
</div>
<p class="product-text">
Lorem ipsum dolor, sit amet consectetur adipisicing elit. Error ad
veniam saepe similique laboriosam, assumenda perspiciatis numquam
qui soluta. Rem.
</p>
<a href="products.html" class="btn">inventory</a>
</article>
<!-- products info end-->
<article class="product-inventory">
<!-- single product begin -->
<div class="product">
<img
src="./images/product-1.jpeg"
alt="single product"
class="product-img"
/>
<h4 class="product-title">ginger peach tea</h4>
<h4 class="product-price">10 ₹</h4>
</div>
<!-- single product end -->
<!-- single product begin -->
<div class="product">
<img
src="./images/product-2.jpeg"
alt="single product"
class="product-img"
/>
<h4 class="product-title">fruite sangria</h4>
<h4 class="product-price">30 ₹</h4>
</div>
<!-- single product end -->
<!-- single product begin -->
<div class="product">
<img
src="./images/product-3.jpeg"
alt="single product"
class="product-img"
/>
<h4 class="product-title">white tea</h4>
<h4 class="product-price">15 ₹</h4>
</div>
<!-- single product end -->
</article>
</div>
</section>
<!-- products end-->
<!-- services begin -->
<section class="services">
<!-- section title begin -->
<div class="section-title services-title">
<h3>explore</h3>
<h2>our services</h2>
</div>
<!-- section title end -->
<div class="section-center clearfix">
<!-- single card begin-->
<article class="service-card">
<div class="service-img-container">
<img
src="./images/product-1.jpeg"
class="service-img"
alt="single service"
/>
<span class="service-icon">
<i class="fas fa-mortar-pestle fa-fw"></i>
</span>
</div>
<!-- service info begin-->
<div class="service-info">
<h3>custom recipes</h3>
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Excepturi
ea vero minus, natus ex nobis corporis odit possimus sed
accusantium quas deserunt repudiandae consequuntur ab atque velit!
Repudiandae optio rem eaque expedita reiciendis magnam! Ratione
labore vel distinctio quisquam inventore officiis praesentium
vitae laudantium mollitia. Id similique placeat perspiciatis rem.
</p>
<a href="products.html" class="btn service-btn">read more</a>
</div>
<!-- service info end-->
</article>
<!-- single card end-->
<!-- single card begin-->
<article class="service-card">
<div class="service-img-container">
<img
src="./images/product-2.jpeg"
class="service-img"
alt="single service"
/>
<span class="service-icon">
<i class="fas fa-home fa-fw"></i>
</span>
</div>
<!-- service info begin-->
<div class="service-info">
<h3>home delivery</h3>
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Excepturi
ea vero minus, natus ex nobis corporis odit possimus sed
accusantium quas deserunt repudiandae consequuntur ab atque velit!
Repudiandae optio rem eaque expedita reiciendis magnam! Ratione
labore vel distinctio quisquam inventore officiis praesentium
vitae laudantium mollitia. Id similique placeat perspiciatis rem.
</p>
<a href="products.html" class="btn service-btn">read more</a>
</div>
<!-- service info end-->
</article>
<!-- single card end-->
<!-- single card begin-->
<article class="service-card">
<div class="service-img-container">
<img
src="./images/product-3.jpeg"
class="service-img"
alt="single service"
/>
<span class="service-icon">
<i class="fas fa-mug-hot fa-fw"></i>
</span>
</div>
<!-- service info begin-->
<div class="service-info">
<h3>tea aging</h3>
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Excepturi
ea vero minus, natus ex nobis corporis odit possimus sed
accusantium quas deserunt repudiandae consequuntur ab atque velit!
Repudiandae optio rem eaque expedita reiciendis magnam! Ratione
labore vel distinctio quisquam inventore officiis praesentium
vitae laudantium mollitia. Id similique placeat perspiciatis rem.
</p>
<a href="products.html" class="btn service-btn">read more</a>
</div>
<!-- service info end-->
</article>
<!-- single card end-->
</div>
</section>
<!-- contact -->
<section class="contact">
<div class="section-center clearfix">
<!-- contact info begin-->
<article class="contact-info">
<div class="contact-item">
<h4 class="contact-title">
<spane class="contact-icon">
<i class="fas fa-location-arrow"> </i>
address
</spane>
</h4>
<h4 class="contact-text">
138, Ward No. 13 Station Road Colony <br />
Block Name, District Name, PIN-457XX
</h4>
</div>
<!-- contact info end-->
<div class="contact-item">
<h4 class="contact-title">
<spane class="contact-icon">
<i class="fas fa-envelope"> </i>
email
</spane>
</h4>
<h4 class="contact-text">your_email@provider.com</h4>
</div>
<!-- contact form begin-->
<div class="contact-item">
<h4 class="contact-title">
<spane class="contact-icon">
<i class="fas fa-phone"> </i>
Phone
</spane>
</h4>
<h4 class="contact-text">+ 123 456 789</h4>
</div>
</article>
<article class="contact-form">
<h3>Contact Us</h3>
<form action="https://formspree.io/f/xpzklwll" method="post">
<div class="form-group">
<input
text="text"
placeholder="name"
class="form-control"
name="name"
/>
<input
text="email"
placeholder="email"
class="form-control"
name="email"
/>
<textarea
name="message"
placeholder="message"
rows="10"
class="form-control"
></textarea>
</div>
<!-- button -->
<button type="submit" class="submit-btn btn">submit here</button>
</form>
</article>
<!-- contact form end-->
</div>
</section>
<!-- footer -->
<footer class="footer">
<div class="section-center">
<div class="social-icons">
<!-- social icons -->
<a href="#" class="social-icon">
<i class="fab fa-facebook"></i>
</a>
<a href="#" class="social-icon">
<i class="fab fa-twitter"></i>
</a>
<a href="#" class="social-icon">
<i class="fab fa-linkedin"></i>
</a>
<a href="#" class="social-icon"> <i class="fab fa-instagram"></i> </a>
<!-- social icons -->
</div>
<h4 class="footer-text">
© <span id="date"></span>
<span class="company">Chai station</span>
all rights reserved
</h4>
<span class="footer-text">designed by </span>
<a href="https://www.linkedin.com/in/pankaj033/" class="company">pankajVyas</a>
</div>
<div>
<a class="btn submit-btn" href="#header">Back to top</a>
</div>
</footer>
<script src="app.js"></script>
</body>
</html>