forked from glitch-user/students.iiitr.ac.in
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnss.html
120 lines (99 loc) · 4.05 KB
/
nss.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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
---
title: NSS
layout: default
---
<style>
.club-title {
background-color: #1D1D27;
padding-top: 100px;
}
.club-heading {
color: white;
text-align: center;
margin-left: 5%;
margin-right: 5%;
}
.heading-image {
display: block;
margin-left: auto;
margin-right: auto;
width: 35%;
}
.para-1 {
color: white;
text-align: center;
}
.fa-instagram,
.fa-envelope,
.fa-linkedin {
color: white;
}
@media only screen and (max-width: 900px) {
.heading-image {
width: 50%;
}
}
</style>
<section class="club-title">
<!-- Logo and title -->
<div class="container">
<img src="assets/images/logo/club/nss-inverted.png" alt="NSS" class="heading-image">
<div class="club-heading">
<br>
<h2><b>NATIONAL SERVICE SCHEME</b></h2>
<h6>Established in 2019</h6>
</div>
</div>
<br><br><br>
<div class="container">
<div class="club-heading">
<h2><b>About</b></h2>
</div>
<p class="para-1">National Service Scheme is a social service program sponsored by the Indian Government that
sprang from the belief of the Mahatma that the difference between what we do and what we are capable of
doing would solve most of our problems. IIIT Raichur has had its unit of NSS since 2019, the founding year
of the institute.</p>
<br><br><br>
<div class="club-heading">
<h2><b>What we do?</b></h2>
</div>
<p class="para-1">NSS at IIIT Raichur is aimed at providing each student with a significant context in which
he/she can reach a deeper understanding of social reality in India today. NSS encourages the meaning of the
life through service in today's changing world. The volunteers of this organisation have the motto “Not me,
but you”. This is the showcase for the belief in selflessness and is reflected in their work to ensure
everyone one in need gets help making true the words that we rise by uplifting others. The activities taken
up by the volunteers from IIIT Raichur include Vidyadaan, Cloth Donation, Blood donation camps and orphanage
visits.</p>
</div>
<br><br><br>
<div class="club-heading">
<h2><b>Coordinator</b></h2>
<h6>The leaders who make all this possible</h6>
</div>
<div class="container">
<div class="row justify-content-center" style="padding-bottom: 10px;">
<div class="col-lg-4 col-12">
<div class="council-cards">
<img src="./assets/images/clubcords21/manasa.jpeg" style="width: 70%; margin: 7% 15% 5% 15%;">
<div class="council-cards-content text-center">
<h4 style="font-weight: 500; color: white;">
SWAMIREDDY MANASA <br>
</h4>
<a href="mailto:[email protected]" target="_blank"
class="fa fa-envelope council-cards-link"> </a>
<a href="https://www.linkedin.com/in/manasa-swamireddy-a9a891204/" target="_blank"
class="fa fa-linkedin council-cards-link"> </a>
<a href="https://www.instagram.com/manasa_swamireddy/" target="_blank"
class="fa fa-instagram council-cards-link"> </a>
<a href="tel:9490375566" target="_blank" class="fa fa-phone council-cards-link"> </a>
</div>
</div>
</div>
</div>
</div>
<br><br>
<div class="club-heading">
<h2><b>Reach us</b></h2>
<a href="mailto:[email protected]" target="_blank" class="fa fa-envelope council-cards-link"> </a>
</div>
</section>