-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
50 lines (44 loc) · 1.97 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="width=device-width, initial-scale=1.0">
<title>ABOUT US</title>
<link rel="stylesheet" type="text/css" href="about.css">
</head>
<body>
<form>
<input type="button" value="BACK" onclick="history.back()">
</form>
<div class="container">
<div class="content">
<section>
<div class="con">
<h1>ABOUT US</h1>
<div class="par">
<p>We are an organisation with programming and resources for children & youth, elderly care and more. We have various programs concerning these causes and through these programs, we empower the people we work alongside to build powerful communities. We also conduct various fundraising events to spread awareness and gain more supporters.
Our organization collects resources and supplies them to those in need.<br>The main goal of our organisation is to inspire donations, participation, and awareness. <br>Join us on our mission towards a better future!
<br>
<br>
<br>
</section>
<footer>
<div class="footer">
<h4>Address</h4>
<p>Sahyadri College of Engineering and Management,<br>Adyar, Mangaluru, <br>Karnataka 575005
<br>
<br>
</p>
<h4>Phone</h4>
<p>+91 9633294803<br>
+91 9846534621<br>
<br>
</p>
<h4 >E-mail</h4>
<p>[email protected]<br>
[email protected]<br></p>
</div>
</footer>
</div>
</body>
</html>