-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathabout.html
87 lines (78 loc) · 3.33 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Khwaahish</title>
<style>
body {
font-family: Arial, sans-serif;
background-color: #f2f2f2;
}
.card {
max-width: 60vw;
margin: 0 auto;
background-color: #fff;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
border-radius: 8px;
padding: 20px;
margin-top: 20px;
}
.card h2 {
color: #333;
text-align: center;
}
.card p {
color: #666;
line-height: 1.6;
}
.logo {
display: flex;
align-items: center;
justify-content: center;
margin-top: 20px;
}
.logo img {
width: 150px;
height: 100px;
}
.last{
border: 2px dotted skyblue;
width: 30vw;
}
.place{
margin-left: 30vw;
}
.dot{
color: skyblue;
font-size: 20px;
margin-right: 10px;
}
</style>
</head>
<body>
<div class="card">
<div class="last place"></div>
<div class="logo">
<img src="./assets/icon.png" alt="Khwaahish Logo">
</div>
<h2>About Khwaahish</h2>
<p>   <span class="dot">•</span>Khwaahish was formed in 2017 by Ayushi Nagar, a young social entrepreneur who brought together a group of
committed individuals aiming to make an impact on the ground by addressing a variety of societal issues. The
NGO, which is based in Kashipur, Uttarakhand, and has volunteers from all across the country, works in the
sectors of education, health, hygiene, animal welfare, and much more.</p>
<p>   <span class="dot">•</span>The blue wings in our logo represent giving wings to children’s dreams and helping them fly towards a bright
future that can help underprivileged youths which is exactly what we are doing at Khwaahish - making a
difference in the lives of people from underprivileged communities.</p>
<p>   <span class="dot">•</span>Day by day, it is enlarging its reach to include more than 500 community volunteers. The Khwaahish NGO
collaborates with the Kashipur Municipal Corporation and several organizations. We currently run our
programs, such as ‘NEEV,’ ‘SARA,’ ‘SAMPOORNA,’ and ‘AAROGYAM,’ and we also organize various types of social
upliftment activities to address other concerns regularly.</p>
<p>   <span class="dot">•</span>We would like to remind you that 40 percent of India’s population is under the age of 18, giving it the
world’s largest child population at 400 million. Khwaahish is committed to ending the massive violation of
people’s fundamental rights, particularly those of children living in India’s slums. We want to empower them
with education by applying development strategies that are adapted to the community’s requirements.</p>
<div class="last"></div>
</div>
</body>
</html>