forked from dhairyagothi/100_days_100_web_project
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
355 lines (304 loc) · 13.7 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- font awesome file link -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
<!-- custom css file link -->
<link rel="stylesheet" href="style.css">
<title>Complete Responsive | Plant Tree | Website Design & tutorial</title>
</head>
<body>
<header class="header">
<!-- logo name -->
<a href="#" class="logo"><i class="fas fa-tree"></i>TREE.</a>
<!-- navbar icons -->
<div class="fas fa-bars"></div>
<!-- navbar link -->
<nav class="navbar">
<ul>
<li><a href="#home">home</a></li>
<li><a href="#about">about us</a></li>
<li><a href="#servics">plant tree</a></li>
<li><a href="#team">our team</a></li>
<li><a href="#contact">contact us</a></li>
<li><a href="#faq">FAQ</a></li>
</ul>
</nav>
</header>
<!-- home section start -->
<section id="home" class="home">
<!-- home heading & text -->
<h1 class="banner">Plant Tree To Save The World </h1>
<h2 class="slogan">Use Your vision. to solve a world from pollution</h2>
<!-- home btn -->
<a href="#"><button>get started</button></a>
</section>
<!-- home section end -->
<!-- about section start -->
<section id="about" class="about">
<h1 class="heading">About us</h1>
<div class="row">
<!-- about heading & text -->
<div class="content">
<h2>Plant trees to save the world</h2>
<p>We believe that planting trees is one of the most effective ways to combat climate change, reduce pollution, and create a sustainable future for our planet. Trees absorb carbon dioxide, provide oxygen, and offer a habitat for countless species. Join us in our mission to make the world greener and healthier.</p>
<a href="#"> <button class="btn">read more</button></a>
</div>
<!-- about images -->
<div class="images">
<img src="./images/about.png" alt="About Tree Planting">
</div>
</div>
</section>
<!-- about section end -->
<section id="servics" class="service">
<!-- heading -->
<h1 class="heading">Plant Trees</h1>
<div class="row">
<!-- service images -->
<div class="images">
<img src="./images/plant-1.png" alt="Environmentally Friendly Planting">
</div>
<!-- service heading & text -->
<div class="content">
<h2>Environment-Friendly Planting</h2>
<p>Planting trees that are native to your region can help restore ecosystems and improve the soil quality. These plants are adapted to the local climate, making them low-maintenance and more effective at surviving and growing.</p>
<a href="#"> <button class="btn">read more</button></a>
</div>
</div>
<div class="row">
<!-- service heading & text -->
<div class="content">
<h2>Clean Earth with Trees</h2>
<p>Trees play a vital role in filtering pollutants from the air, reducing noise, and stabilizing the climate. By planting trees, you contribute to a healthier environment and create a more peaceful and serene living space.</p>
<a href="#"> <button class="btn">read more</button></a>
</div>
<!-- service images -->
<div class="images">
<img src="./images/plant-2.png" alt="Clean Earth with Trees">
</div>
</div>
<div class="row">
<!-- service images -->
<div class="images">
<img src="./images/plant-3.png" alt="Good Health through Trees">
</div>
<!-- service heading & text -->
<div class="content">
<h2>Create Good Health with Trees</h2>
<p>Trees have numerous health benefits, such as reducing stress, improving air quality, and lowering blood pressure. By integrating more green spaces into your daily life, you can enhance your well-being and feel closer to nature.</p>
<a href="#"> <button class="btn">read more</button></a>
</div>
</div>
</section>
<!-- service section end -->
<!-- team card section start -->
<section id="team" class="team">
<!-- team heading -->
<h1 class="heading">our team</h1>
<div class="row">
<!-- card start -->
<div class="card">
<!-- card images -->
<div class="images">
<img src="./images/img-1.jpg" alt="">
</div>
<!-- card info -->
<div class="info">
<h2>person name</h2>
<p>professional forester</p>
<!-- card icons -->
<div class="icons">
<a href="#" class="fab fa-facebook-f"></a>
<a href="#" class="fab fa-twitter"></a>
<a href="#" class="fab fa-instagram"></a>
</div>
</div>
</div>
<!-- card end -->
<!-- card start -->
<div class="card">
<!-- card images -->
<div class="images">
<img src="./images/img-2.jpg" alt="">
</div>
<!-- card info -->
<div class="info">
<h2>person name</h2>
<p>professional forester</p>
<!-- card icons -->
<div class="icons">
<a href="#" class="fab fa-facebook-f"></a>
<a href="#" class="fab fa-twitter"></a>
<a href="#" class="fab fa-instagram"></a>
</div>
</div>
</div>
<!-- card end -->
<!-- card start -->
<div class="card">
<!-- card images -->
<div class="images">
<img src="./images/img-3.jpg" alt="">
</div>
<!-- card info -->
<div class="info">
<h2>person name</h2>
<p>professional forester</p>
<!-- card icons -->
<div class="icons">
<a href="#" class="fab fa-facebook-f"></a>
<a href="#" class="fab fa-twitter"></a>
<a href="#" class="fab fa-instagram"></a>
</div>
</div>
</div>
<!-- card end -->
<!-- card start -->
<div class="card">
<!-- card images -->
<div class="images">
<img src="./images/img-4.jpg" alt="">
</div>
<!-- card info -->
<div class="info">
<h2>person name</h2>
<p>professional forester</p>
<!-- card icons -->
<div class="icons">
<a href="#" class="fab fa-facebook-f"></a>
<a href="#" class="fab fa-twitter"></a>
<a href="#" class="fab fa-instagram"></a>
</div>
</div>
</div>
<!-- card end -->
</div>
</section>
<!-- team card section end -->
<!-- form section start -->
<section id="contact" class="contact">
<!-- form heading -->
<h1 class="heading">contact us</h1>
<div class="row">
<!-- form images -->
<div class="images">
<img src="./images/contact.jpg" alt="">
</div>
<!-- form -->
<div class="form-container">
<form action="">
<!-- form name -->
<div class="inputbox">
<input type="text" placeholder="first Name" name="" id="">
<input type="text" placeholder="last Name" name="" id="">
</div>
<!-- form email & text area -->
<input type="email" placeholder="enter your email" name="" id="">
<textarea name="" placeholder="message" id="" cols="30" rows="10"></textarea>
<!-- buttom -->
<input type="submit" value="send">
</form>
</div>
</div>
</section>
<!-- form section end -->
<!-- faq section start -->
<section id="faq" class="faq">
<!-- faq heading -->
<h1 class="heading">FAQ</h1>
<div class="row">
<!-- faq images -->
<div class="images">
<img src="./images/faq.png" alt="">
</div>
<div class="subject-container">
<!-- faq start -->
<div class="subject">
<!-- faq question -->
<div class="subject-header">
<span>+</span>
<h2>What is the purpose of planting trees?</h2>
</div>
<!-- faq answer -->
<div class="subject-body">
<p>The primary purpose of planting trees is to combat pollution, enhance biodiversity, and restore the ecological balance. Trees absorb carbon dioxide, provide shade, and improve air quality.</p>
</div>
</div>
<!-- faq end -->
<!-- faq start -->
<div class="subject">
<!-- faq question -->
<div class="subject-header">
<span>+</span>
<h2>How can planting trees help in health?</h2>
</div>
<!-- faq answer -->
<div class="subject-body">
<p>Planting trees can improve mental health by reducing stress and enhancing mood. Trees release oxygen, purify the air, and provide a serene environment, which contributes to better physical and mental well-being.</p>
</div>
</div>
<!-- faq end -->
<!-- faq start -->
<div class="subject">
<!-- faq question -->
<div class="subject-header">
<span>+</span>
<h2>Where can trees be planted effectively?</h2>
</div>
<!-- faq answer -->
<div class="subject-body">
<p>Effective tree planting locations include urban areas for air purification, deforested areas for ecosystem restoration, and agricultural lands to prevent soil erosion. It's essential to assess soil type, water availability, and climate conditions before planting.</p>
</div>
</div>
<!-- faq end -->
<!-- faq start -->
<div class="subject">
<!-- faq question -->
<div class="subject-header">
<span>+</span>
<h2>How can one contribute to tree plantation?</h2>
</div>
<!-- faq answer -->
<div class="subject-body">
<p>Individuals can contribute to tree plantation by volunteering with environmental organizations, supporting tree-planting initiatives, and creating awareness about the benefits of trees. Small acts like planting a tree at home or donating to tree-planting projects make a big difference.</p>
</div>
</div>
<!-- faq end -->
<!-- faq start -->
<div class="subject">
<!-- faq question -->
<div class="subject-header">
<span>+</span>
<h2>What types of trees are best for planting?</h2>
</div>
<!-- faq answer -->
<div class="subject-body">
<p>The best types of trees for planting depend on the local climate, soil type, and purpose (such as shade, fruit, or wood). Native species are often the most resilient and beneficial to the local ecosystem. Consulting with local nurseries or environmental experts can help determine the most suitable tree species for an area.</p>
</div>
</div>
<!-- faq end -->
</div>
</div>
</section>
<!-- faq section end -->
<!-- footer section start -->
<section class="footer">
<!-- footer heading -->
<h1>created by | wbsite Master | all right reserved</h1>
<!-- footer icons -->
<div class="icons">
<a href="#" class="fab fa-facebook-f"></a>
<a href="#" class="fab fa-twitter"></a>
<a href="#" class="fab fa-instagram"></a>
</div>
</section>
<!-- footer section end -->
<!-- jquery file link -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
<!-- custom js file link -->
<script src="script.js"></script>
</body>
</html>