-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
43 lines (38 loc) · 1.86 KB
/
about.html
File metadata and controls
43 lines (38 loc) · 1.86 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="about.css">
</head>
<body>
<nav class=navbar>
<img class="unity" src="https://img77.uenicdn.com/image/upload/v1567497102/business/b38b3751-8d2d-4292-9478-ab8fd0a396b3/IMG-20170306-224931jpg.jpg" alt="Human Team Foundation logo">
<br>
<a href="home.html" class="nav-items">Home</a>
<a href="programs.html" class="nav-items">Programs And Events</a>
<a href="http://localhost/TP/donate.php" class="nav-items">Donate</a>
<a href="http://localhost/TP/register.php" class="nav-items">Register</a>
</nav>
<h1>Human Team Foundation</h1>
<br>
<br>
<div>
<h2>About</h2>
<p>This is an organisation which shares as much happiness as Possible to specially challenged children or the children who are struggling alone in this world!</p>
<p>Founded on 10 October 2015</p>
</div>
<div>
<h2>Our Mission</h2>
<p> We focus on making the maximum positive effort for our community. Our members and volunteers provide the momentum that helps us affect change.
<br> " A world where every child counts; a world of children living in dignity." </p>
</div>
<div>
<h2>Our History</h2>
<p>
Beginning from our engagement with a small group of college student helping one who is struggling alone in this world, our effort has always been to address deprivation and marginalization of communities and children. Over the years, health and child protection emerged as the major domains of our interventions, with a special focus on vulnerable children and their families.
</p>
</div>
</body>
</html>