-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
34 lines (33 loc) · 1.65 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link href="https://fonts.googleapis.com/css2?family=Dancing+Script:wght@600&display=swap" rel="stylesheet">
<title>We Care Foundation</title>
<link rel="stylesheet" href="aboutstyle.css">
</head>
<body>
<div class="wrapper">
<nav class="navbar">
<img class="logo" src="logo1.jpg" href="index.html">
<ul>
<li><a href="index.html">HOME</a></li>
<li><a href="donate.html">DONATE</a></li>
<li><a class="active" href="about.html">ABOUT</a></li>
<li><a href="contact.html">CONTACT</a></li>
</ul>
</nav>
</div>
<div class="container">
<div class="text">
<br>
<h1>ABOUT US</h1>
<br><br>
<p>
We Care Foundation helps to provide educational opportunities to disadvantaged children. These children are mostly either homeless, orphaned, abandoned, runaways, or belong to extremely poor families. Many of them have lost precious years of their childhood, working as child labour. At We Care Foundation, they are not only providing education, but also nurtured in a loving and caring environment, conducive for their holistic growth. We Care Foundation aims to reach out to the civil society – youth, individuals, institutions to come forward. We can all come together and contribute to We Care Foundation in whatever way we can – by making a donation, by spreading the word, by volunteering, or through corporate associations. We believes that every action counts!
</p>
</div>
<div class="img">
</div>
</body>
</html>