-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
214 lines (208 loc) · 7.05 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
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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
<!DOCTYPE html>
<html>
<head>
<title>#Donate Blood</title>
<link rel="stylesheet" type="text/css" href="Static/masterstyle.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Open+Sans&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Marck+Script&family=Open+Sans&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<style type="text/css">
/* width */
::-webkit-scrollbar {
width: 10px;
}
/* Track */
::-webkit-scrollbar-track {
background: #f1f1f1;
}
/* Handle */
::-webkit-scrollbar-thumb {
background: #d98cd9;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: #ff3399;
}
</style>
</head>
<body>
<div class="header">
<nav>
<ul>
<li><a href="master.html" style="color:#8c1aff">Home</a></li>
<li><a href="FAQ.html" style="color:#8c1aff" target="_blank">FAQ</a></li>
<li><a href="blogs.html" style="color:#8c1aff" target="_blank">Videos/Blogs</a></li>
<li><a href="about.html" target="_blank" style="color:#8c1aff">About</a></li>
<li><a href="contact.html" target="_blank" style="color:#8c1aff">Contact</a></li>
<li style="float:left;font-size:25px;color:#ff3333;">#Donate Blood</li>
</ul>
</nav>
</div>
<div style="height:100px"></div>
<div class="hh_1">
<div id="hexagon_1"></div>
</div>
<br><br>
<div class="hh">
<div id="hexagon"></div>
</div>
<div class="hh_2">
<div id="hexagon_2"></div>
</div>
<div class="hh_3">
<div id="hexagon_3">
</div>
</div>
<div class="hh_4">
<div id="hexagon_4"></div>
</div>
<div class="hh_5">
<div id="hexagon_5"></div>
</div>
<div class="hh_6">
<div id="hexagon_6"></div>
</div>
<div class="hh_7">
<div id="hexagon_7"></div>
</div>
<div class="main-topic">
<center>Meet Our Team</center>
<span class="sub-topic">We just believe that it’s good to be blessed.<br><center>It’s better to be a blessing.</center></span>
</div>
<div class="hh_8">
<div id="hexagon_1"></div>
</div>
<div class="hh_9">
<div id="hexagon"></div>
</div>
<div class="hh_10">
<div id="hexagon_2"></div>
</div>
<div class="hh_11">
<div id="hexagon_3"></div>
</div>
<div class="hh_12">
<div id="hexagon_4"></div>
</div>
<div class="hh_13">
<div id="hexagon_6"></div>
</div>
<div class="hh_14">
<div id="hexagon_5"></div>
</div>
<div class="hh_15">
<div id="hexagon_2"></div>
</div>
<div class="hh_16">
<div id="hexagon_6"></div>
</div>
<div class="hh_17">
<div id="hexagon_8"></div>
</div>
<div class="hh_18">
<div id="hexagon_5"></div>
</div>
<div class="hh_19">
<div id="hexagon_7"></div>
</div>
<div class="hh_20">
<div id="hexagon_8"></div>
</div>
<div class="team">
<center><h2>OUR TEAM</h2></center>
<br>
<hr width="40%" align="center" height="50px">
<br>
<h3><center>CORE MEMBERS</center></h3>
<br>
<div class="rp">
<div class="cp" id="vice_pres" onclick="update(this.id)">
<img src="Images/people_7.jpg" width="200px" height="200px" class="img">
</div>
<div class="cp" id="pres" onclick="update(this.id)">
<img src="Images/people_8.jpg" width="200px" height="200px" class="img">
</div>
<div class="cp" id="manager" onclick="update(this.id)">
<img src="Images/people_11.jpg" width="200px" height="200px" class="img">
</div>
</div>
<div class="content-container">
<div class="content" id="1">
<center>
<h2>Sonali Verma</h2>
<h3>Vice President</h3>
<p>She is a software engineer. She started this initiative of helping people. She has been promoting blood donation since the age of 18. She saved many lives!!</p>
<!-- <br> -->
<i style="font-size:24px" class="fa fa-facebook-square"></i>
<i style="font-size:24px" class="fa fa-linkedin-square"></i>
<i style="font-size:24px" class="fa"></i>
</center>
</div>
<div class="content" id="2">
<center>
<h2>Tanvi Gupta</h2>
<h3>President</h3>
<p>She is a social activist working day and night to save people's lives by finding blood donor. She is awarded with the <strong>SOCIAL WORKER OF THE YEAR 2019</strong> award.She herself has done more than 200 blood donations and saved many lives.</p>
<i style="font-size:24px" class="fa fa-facebook-square"></i>
<i style="font-size:24px" class="fa fa-linkedin-square"></i>
<i style="font-size:24px" class="fa"></i>
</center>
</div>
<div class="content" id="3">
<center>
<h2>Abhinav Agarwal</h2>
<h3>Camp Manager</h3>
<p>He coordinates the blood donation camps and awareness programs for schools and university.He has also donated blood for more than 100 times.Savior for many!!</p>
<i style="font-size:24px" class="fa fa-facebook-square"></i>
<i style="font-size:24px" class="fa fa-linkedin-square"></i>
<i style="font-size:24px" class="fa"></i>
</center>
</div>
</div>
<div class="sub-content">
<p class="sub-p">We started this organisation five years back , to help people find donors and a platform where people can volunteer to donate blood. We have been conducting various awareness programs for universities and schools. We regularly conduct blood donation camps in different cities so that we can reach to each and everyone. Till now we have saved 4500 lives by donated blood !! Isn't that great ! Just one small step can help you save a precious life.</p>
</div>
<div class="ff-container">
<div class="footer">
<div class="row-6">
<div class="column">
<center><h2><b>About Us</b></h2></center>
<br>
<div class="foot-para">
<p>#Donate Blood <br>
A non profit organisation which works for promoting blood donation.We also conduct various blood donation camps and awareness programs.We are associated with many blood cancer NGO's to provide blood to those who are in need.</p>
</div>
</div>
<div class="column">
<center><h2><b>Quick Links</b></h2></center>
<div class="foot-para quick">
<ul>
<a href="master.html" target=_blank><li style="color:white;">Home</li></a>
<a href="about.html" target=_blank><li style="color:white;">About</li></a>
<a href="blogs.html" target=_blank><li style="color:white;">Blog</li></a>
<a href="FAQ.html" target=_blank><li style="color:white;">FAQ</li></a>
<a href="contact.html" target=_blank><li style="color:white;">Contact</li></a>
</ul>
</div>
</div>
<div class="column">
<center><h2><b>Contact</b></h2></center>
<div class="foot-para con">
<ul>
<li><i class="fa fa-map-marker" aria-hidden="true"></i>5th Floor, A-118,
Sector-136, Noida, Uttar Pradesh</li>
<li><i class="fa fa-envelope" aria-hidden="true"></i>[email protected]</li>
<li><i class="fa fa-phone" aria-hidden="true"></i> +91 1234567890</li>
</ul>
</div>
</div>
</div>
<hr width="90%">
<center><h5><i class="fa fa-copyright" aria-hidden="true"></i>COPYRIGHT 2021 #DONATE BLOOD ALL RIGHTS RESERVED</h5></center>
</div>
</div>
<script src="JS\master_1.js"></script>
</body>
</html>