-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathContri1.php
38 lines (34 loc) · 1.43 KB
/
Contri1.php
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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="Include/CSS/Header.css">
<link rel="stylesheet" href="Include/CSS/Contri1.css">
<link rel='stylesheet' href='https://cdn-uicons.flaticon.com/uicons-regular-rounded/css/uicons-regular-rounded.css'>
<link rel="stylesheet" href="Include/CSS/footer.css">
</head>
<body>
<?php include 'Include/PHP/Header.php' ?>
<section class="hero">
<div class="container">
<div class="hero-contant-left">
<h2>TEMPLES</h2>
</div>
</div>
</section>
<section>
<div class="tree-plant">
<h2 class="headline">OUR EFFORTS</h2>
<p>Trees help us reduce respiratory problems, and many other health-related issues.
You begin to feel fresh, cool and nice.
This shows that trees are not only physically useful for us but also mentally essential.
Among the projects we have started are temple related projects.
We planted na,Sandalawood,nuga and medicinal plants there to create a suitable environment for temples.
Due to a temple related project, a large number of members are willing to contribute to it.
We carried out these projects with that group. We also cultivate for customers who provided financial assistance for
those projects but were unable to attend.</p>
</div>
</section>
<br><br><br>
<?php include 'Include/PHP/Footer.php' ?>
</body>
</html>