-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
264 lines (237 loc) · 11 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
<!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">
<!-- <link rel="icon" href="./favicon/favicon-96x96.png"> -->
<link rel="icon" href="./favicon/tea-icon.png">
<link rel="stylesheet" href="./css/style.css">
<link rel="stylesheet" href="./fontawesome-free-5.15.3-web/css/all.css">
<title>Tea Station || Home</title>
</head>
<body>
<!-- navbar -->
<!-- nav-icon -->
<span class="nav-btn" id="nav-btn">
<i class="fas fa-bars"></i>
</span>
<!-- end of nav-icon -->
<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-items">
<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></li>
<li><a href="product.html" class="nav-link">products</a></li>
</ul>
</nav>
<!-- end of navbar -->
<!-- header -->
<header class="header">
<div class="banner">
<h3 class="sub-title">Over one hundred flavors of tea</h3>
<h1 class="title">specially crafted tea</h1>
<a href="skills.html" class="banner-btn btn">explore</a>
</div>
</header>
<!-- end of header -->
<!-- content divider -->
<div class="content-divider"></div>
<!-- end of content divider -->
<!-- skills section -->
<section class="skills clearfix">
<article class="skill">
<i class="fas fa-mug-hot skill-icon"></i>
<h3 class="skill-title">Made in US</h3>
<p class="skill-text">Lorem ipsum dolor sit amet consectetur adipisicing elit. Doloribus, quaerat!</p>
</article>
<article class="skill">
<i class="fas fa-glass-cheers skill-icon"></i>
<h3 class="skill-title">relaxation</h3>
<p class="skill-text">Lorem ipsum dolor sit amet consectetur adipisicing elit. Doloribus, quaerat!</p>
</article>
<article class="skill">
<i class="fas fa-bomb skill-icon"></i>
<h3 class="skill-title">energy</h3>
<p class="skill-text">Lorem ipsum dolor sit amet consectetur adipisicing elit. Doloribus, quaerat!</p>
</article>
<article class="skill">
<i class="fas fa-mortar-pestle skill-icon"></i>
<h3 class="skill-title">family recipe</h3>
<p class="skill-text">Lorem ipsum dolor sit amet consectetur adipisicing elit. Doloribus, quaerat!</p>
</article>
</section>
<!-- End of Skills Section -->
<!-- about section -->
<section class="clearfix">
<div class="about-container">
<article class="about-img-container">
<div class="about-border-bg">
<img src="./images/about-bcg.jpeg" alt="error loading image" class="about-img">
</div>
</article>
<article class="about-text-container">
<h3 class="about-subtitle">about our</h3>
<h2 class="about-title">tea station</h2>
<p class="about-para">Lorem ipsum dolor sit amet consectetur adipisicing elit. Possimus numquam rem eos vel consequuntur obcaecati?</p>
<p class="about-para">Lorem ipsum dolor sit amet consectetur adipisicing elit. Possimus numquam rem eos vel consequuntur obcaecati?</p>
<a href="about.html" class="about-btn btn">Learn More</a>
</article>
</div>
</section>
<!-- end of about section -->
<!-- Products -->
<section class="product clearfix">
<div class="about-container parent-product">
<article class="product-info">
<h3 class="product-subtitle">check out</h3>
<h2 class="product-title">our products</h2>
<p class="product-text">Lorem ipsum dolor sit amet consectetur adipisicing elit. Quod, quae vitae! Natus sed fugiat id laudantium nemo, asperiores corporis amet!</p>
<a href="product.html" class="product-btn btn">inventory</a>
</article>
<article class="product-main-container">
<div class="prod">
<figure class="image-container">
<img src="./images/product-1.jpeg" alt="" class="product-img">
</figure>
<h3 class="prod-title">product title</h3>
<h3 class="product-price">$6.99</h3>
</div>
<div class="prod">
<figure class="image-container">
<img src="./images/product-2.jpeg" alt="" class="product-img">
</figure>
<h3 class="prod-title">product title</h3>
<h3 class="product-price">$6.99</h3>
</div>
<div class="prod">
<figure class="image-container">
<img src="./images/product-3.jpeg" alt="" class="product-img">
</figure>
<h3 class="prod-title">product title</h3>
<h3 class="product-price">$6.99</h3>
</div>
</article>
</div>
</section>
<!-- end of Products Section -->
<!-- services -->
<section class="clearfix services">
<div class="service-container about-container">
<article class="service-text-container">
<h2 class="service-subtitle">explore</h2>
<h3 class="service-title">our services</h3>
</article>
<article class="service-details">
<div class="recipe">
<div class="parent">
<div class="recipe-img-container">
<figure>
<img src="./images/product-1.jpeg" alt="" class="recipe-img">
</figure>
</div>
<span class="service-icon-container">
<i class="fas fa-mortar-pestle service-icon"></i>
</span>
<div class="recipe-text-container">
<h4>Custom Recipes Service</h4>
<a href="#" class="service-btn">read more</a>
</div>
</div>
</div>
<div class="recipe">
<div class="recipe-img-container">
<figure>
<img src="./images/product-2.jpeg" alt="" class="recipe-img">
</figure>
</div>
<span class="service-icon-container">
<i class="fas fa-bomb service-icon"></i>
</span>
<div class="recipe-text-container">
<h4>home delievery service</h4>
<a href="#" class="service-btn">read more</a>
</div>
</div>
<div class="recipe">
<div class="recipe-img-container">
<figure>
<img src="./images/product-2.jpeg" alt="" class="recipe-img">
</figure>
</div>
<span class="service-icon-container">
<i class="fas fa-mug-hot service-icon"></i>
</span>
<div class="recipe-text-container">
<h4>tea aging Service</h4>
<a href="#" class="service-btn">read more</a>
</div>
</div>
</article>
</div>
</section>
<!-- end of services section -->
<!-- forms -->
<section class="clearfix">
<div class="form-address-container about-container">
<article class="address-info">
<div class="info">
<span class="navigation-icon">
<i class="fas fa-location-arrow add-icon"></i>
<h3 class="contact-subtitle">address</h3>
</span>
<h3 class="contact-title">PRIDE CITY, PUNE 412105, MAHARASTRA </h3>
</div>
<div class="info">
<span class="navigation-icon">
<i class="fas fa-envelope add-icon"></i>
<h3 class="contact-subtitle">email</h3>
</span>
<h3 class="contact-title">[email protected]</h3>
</div>
<div class="info">
<span class="navigation-icon">
<i class="fas fa-location-arrow add-icon"></i>
<h3 class="contact-subtitle">telephone</h3>
</span>
<h3 class="contact-title">+91 9045743168</h3>
</div>
</article>
<article class="form-info">
<div class="form-container">
<form action="https://formspree.io/f/xleawoeo" method="POST" class="form-parent">
<input type="text" name="name" placeholder="NAME" class="name-col">
<input type="email" name="email-address" placeholder="EMAIL" class="mail-col">
<textarea name="message" placeholder="MESSAGE" class="area-col" rows="5"></textarea>
<button type="submit" class="form-btn btn">Send</button>
</form>
</div>
</article>
</div>
</section>
<!-- end of forms section -->
<!-- footer -->
<footer class="clearfix footer">
<div class="about-container footer-container">
<div class="scoial-icons">
<a href="#" target="_blank"><i class="fab fa-telegram-plane enquiry-icon"></i></a>
<a href="#" target="_blank"><i class="fab fa-twitter enquiry-icon"></i></a>
<a href="mailto: [email protected]?subject=Tea station enquiry" target="_blank"><i class="far fa-envelope enquiry-icon"></i></a>
<a href="https://www.linkedin.com/in/chirag-agrawal-306811205" target="_blank"><i class="fab fa-linkedin enquiry-icon"></i></a>
<a href="" target="_blank"></a>
</div>
<article class="end">
©2021
<span class="footer-text">tea station</span>.
<span>all rights reserved</span>
</article>
</div>
</footer>
<!-- end of footer -->
<!-- script -->
<script src="app.js"></script>
</body>
</html>