-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
52 lines (48 loc) · 2.08 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
50
51
52
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About</title>
<link rel="stylesheet" href="about.css">
</head>
<body>
<div class="container">
<header>
<img height="118px" src="logo.PNG" alt="logo for RKU">
</header>
<hr>
<nav>
<a href="main_page.html">HOME</a>
<a href="About.html">ABOUT</a>
<a href="services.html">SERVICES</a>
<a href="Contacts.html">CONTACT</a>
<a href="Payment.html">CROUD FUNDING</a>
</nav>
<hr>
<main>
<h3>Social Problems</h3>
<p>Mental Health Problems like stress or depression caused due to the current situation, Lack of proper cremation
services to the dead bodies, Extreme load on covid health workers, Everyone rushing to the hospital even if the
treatment can be done at home, not enough support to patients, Lack of helpers and care takers for the Govt.
Hospital Doctors.And we are here to help those people.
</p>
<img height="136px" src="images/sommpot.webp" alt="">
</main>
<hr>
<section>
<h3>Our Aim</h3>
<p>We plan to provide basic mental health support by Counselling and teaching some Yogic processes. We will train
willing people to help the staff at hospitals and vaccination centers, to take up queries, calls, arranging
stuff, and other menial jobs. Also, some facilities for cremations of bodies can be done, We can also create
awareness for people to take care of the distressing situations at covid affected homes.And also we wish to
spread our branches all over the country. </p>
<hr>
</section>
<footer>
<p>IIT Mandi, Kamand, Himachal Pradesh</p>
</footer>
</div>
</body>
</html>