-
Notifications
You must be signed in to change notification settings - Fork 6
/
sponsor.html
447 lines (401 loc) · 20 KB
/
sponsor.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
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description"
content="BloodConnect - India’s largest youth run initiative in the field of blood donation. We target to make India blood sufficient by 2030!" />
<link rel="stylesheet" href="./css/bootstrap.min.css">
<link rel="stylesheet" href="./css/style.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="./css/slick/slick.css" />
<link rel="stylesheet" type="text/css" href="./css/slick/slick-theme.css" />
<script src="https://checkout.razorpay.com/v1/checkout.js"></script>
<title>Sponsor Us | BloodConnect</title>
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@bloodconnectorg">
<meta name="twitter:creator" content="@bloodconnectorg">
<meta name="twitter:title" content="bloodConnect">
<meta name="twitter:description"
content="BloodConnect - India’s largest youth run initiative in the field of blood donation. We target to make India blood sufficient by 2030!">
<meta name="twitter:image" content="https://www.bloodconnect.org/img/bc_heart.png">
<!-- Facebook -->
<meta property="og:url" content="https://www.bloodconnect.org/">
<meta property="og:title" content="BloodConnect">
<meta property="og:description"
content="BloodConnect - India’s largest youth run initiative in the field of blood donation. We target to make India blood sufficient by 2030!">
<meta property="og:type" content="website">
<meta property="og:image" content="https://www.bloodconnect.org/img/bc_heart.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<link rel="shortcut icon" href="./img/favicon.png" type="image/x-icon">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-18198647-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-18198647-1');
</script>
<!-- facebook pixel -->
<!-- Facebook Pixel Code -->
<script>
!function (f, b, e, v, n, t, s) {
if (f.fbq) return; n = f.fbq = function () {
n.callMethod ?
n.callMethod.apply(n, arguments) : n.queue.push(arguments)
};
if (!f._fbq) f._fbq = n; n.push = n; n.loaded = !0; n.version = '2.0';
n.queue = []; t = b.createElement(e); t.async = !0;
t.src = v; s = b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t, s)
}(window, document, 'script',
'https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '483666385759479');
fbq('track', 'PageView');
</script>
<noscript>
<img height="1" width="1" src="https://www.facebook.com/tr?id=483666385759479&ev=PageView
&noscript=1" />
</noscript>
<!-- End Facebook Pixel Code -->
<style>
.play {
top: calc(50% - 70px) !important;
left: calc(50% - 35px) !important
}
iframe {
height: 100% !important;
}
.top-container {
height: calc(100vh - 54px);
}
</style>
</head>
<body>
<!-- Navbar start here -->
<!-- Just an image -->
<!-- Navbar -->
<nav class="fixed z-6 d-flex justify-content-end hide-lg" id="mobile-nav">
<button class="menu show-md color-white h-max bg-none" id="mobile-nav-toggler" onclick="toggleMobileNav()"><i
class="fa fa-bars f-20"></i></button>
<ul class="mobile-nav hide bg-white" id="mobile-nav-list">
<li class="bg-main ">
<a class="nav-link color-white fw-4 " href="./organize-a-camp.html">ORGANIZE A CAMP</a>
</li>
<li class="bg-main">
<a href="./organize-an-awareness-session.html" class="nav-link color-white fw-4">SPREAD AWARENESS</a>
</li>
<li class="bg-main ">
<a class="nav-link color-white fw-4 " href="./sponsor.html">SUPPORT US</a>
</li>
<li class="bg-main ">
<a class="nav-link color-white fw-4 " href="./join-us-selection.html">JOIN US</a>
</li>
<li class="bg-main ">
<a class="nav-link color-white fw-4 " href="./blog.html">BLOG</a>
</li>
<li class="bg-white">
<a href="./about-us.html" class="color-dark f-14 fw-4 nav-link">ABOUT US</a>
</li>
<li class="bg-white">
<a href="./our-team.html" class="color-dark f-14 fw-4 nav-link">OUR TEAM</a>
</li>
<li class="bg-white">
<a href="./contact-us.html" class="color-dark f-14 fw-4 nav-link">CONTACT US</a>
</li>
</ul>
</nav>
<nav class="navbar justify-content-center-sm justify-content-between pb-0 sticky-sm z-5 bg-none " id="navbar">
<div class="d-flex flex-row align-items-center justify-content-end">
<a class="navbar-brand" href="./index.html">
<img src="./img/homepage/Logo.png" height="35" alt="BloodConnect Logo">
</a>
<ul class="navbar-nav flex-row align-items-end hide-md" style="border-bottom: none !important;">
<li class="px-3">
<a href="./about-us.html" class="color-white b-white f-14 ">ABOUT US</a>
</li>
<li class="px-3">
<a href="./organize-a-camp.html" class="color-white b-white f-14 ">ORGANIZE A CAMP</a>
</li>
<li class="px-3">
<a href="./organize-an-awareness-session.html" class="color-white b-white f-14">SPREAD AWARENESS</a>
</li>
<li class="px-3">
<a href="./join-us-selection.html" class="color-white b-white f-14 ">JOIN US</a>
</li>
<li class="px-3">
<a href="./blog.html" class="color-white b-white f-14 ">BLOG</a>
</li>
</ul>
</div>
<div class="d-flex flex-row align-items-center hide-md">
<a href="./contact-us.html" class="f-14 color-white mr-3 uppercase">Contact Us</a>
<a href="./sponsor.html" class="f-14 sponsor-link-button color-dark fw-6 px-3 py-2 uppercase">Support us</a>
</div>
</nav>
<nav
class="navbar flex-column-sm align-items-start justify-content-between pb-0 sticky-navbar z-5 bg-white pb-2 hide"
id="navbar-sticky">
<div class="d-flex flex-row align-items-center justify-content-end">
<a class="navbar-brand" href="./index.html">
<img src="./img/logo.png" height="35" alt="BloodConnect Logo">
</a>
<ul class="navbar-nav flex-row hide-md align-items-end" style="border-bottom: none !important;">
<li class="px-3">
<a href="./about-us.html" class="color-dark b-dark f-14 ">ABOUT US</a>
</li>
<li class="px-3">
<a href="./organize-a-camp.html" class="color-dark b-dark f-14 ">ORGANIZE A CAMP</a>
</li>
<li class="px-3">
<a href="./organize-an-awareness-session.html" class="color-dark b-dark f-14">SPREAD AWARENESS</a>
</li>
<li class="px-3">
<a href="./join-us-selection.html" class="color-dark b-dark f-14 ">JOIN US</a>
</li>
<li class="px-3">
<a href="./blog.html" class="color-dark b-dark f-14 ">BLOG</a>
</li>
</ul>
</div>
<div class="d-flex flex-row align-items-center hide-md">
<a href="./sponsor.html"
class="f-14 sponsor-link-button color-dark fw-6 px-3 py-2 uppercase bg-main color-white">Support us</a>
</div>
</nav>
<div class="container-fluid top-container pl-0 pr-0 content z-0 relative d-flex flex-row align-items-center">
<div class="d-flex flex-column container h-80 h-100-sm justify-content-center z-5 px-0-sm">
<h1 class="display-4 color-white text-center-sm px-2 mb-1 ">You can make a difference</h1>
<p class="color-white w-50-lg px-2 text-center-sm">
BloodConnect is a completely non-profit organisation. To keep our services running 24x7, we need your support.
With every ₹ 50 donation, we save one life!
</p>
<div class="d-flex mt-2 px-2">
<button class="shadow btn-main bg-main mx-auto-sm mb-4"><a class="color-white" target="_blank"
href="./donation.html">Donate Now <i class="fa fa-heart"></i></a></button>
</div>
</div>
<div class="main-slider h-100" id="homepageSlider"
style="background-image:url('./img/sponsor-us/SponsorUs-Banner.jpg');background-size: cover;background-position: bottom;">
</div>
</div>
<!-- Your Donation Enables Us -->
<div class=" m-0 px-2 pt-5 pb-5 h-100-min container-fluid bg-main-light">
<div class="container">
<div class="row justify-content-between">
<div class="col-lg-6 ">
<h4 class="f-40 color-dark text-left pt-5">Each rupee we recieve, helps us to</h4>
<div class="d-flex flex-column h-max">
<div class="col-12 d-flex flex-row">
<div class="mr-2">
<img width="20px" src="./svg/tick.svg" alt="">
</div>
<p class="color-dark-light">
Arrange a cab for a donor who has to go to AIIMS to save someone in desperate need
</p>
</div>
<div class="col-12 d-flex flex-row">
<div class="mr-2">
<img width="20px" src="./svg/tick.svg" alt="">
</div>
<p class="color-dark-light">
Motivate an 18 year old to donate blood for the first time on his / her birthday via a street play
</p>
</div>
<div class="col-12 d-flex flex-row">
<div class="mr-2">
<img width="20px" src="./svg/tick.svg" alt="">
</div>
<p class="color-dark-light">
Convert a one time donor to a regular life saver by bringing happiness to his face with a small goodie
post donation
</p>
</div>
<div class="col-12 d-flex flex-row">
<div class="mr-2">
<img width="20px" src="./svg/tick.svg" alt="">
</div>
<p class="color-dark-light">
Recruit the best volunteers from colleges like SRCC, IIT Delhi to work for this cause and make an impact
</p>
</div>
<div class="col-12 d-flex flex-row">
<div class="mr-2">
<img width="20px" src="./svg/tick.svg" alt="">
</div>
<p class="color-dark-light">
Mentor the team by having self made entrepreneurs and people from corporates like Reliance, TCS, Bain &
Co, Shell join us </p>
</div>
<div class="col-12 d-flex flex-row">
<div class="mr-2">
<img width="20px" src="./svg/tick.svg" alt="">
</div>
<p class="color-dark-light">
Build a movement amongst the youth to donate blood and save lives
</p>
</div>
<div class="col-12 d-flex flex-row">
<div class="mr-2">
<img width="20px" src="./svg/tick.svg" alt="">
</div>
<p class="color-dark-light">
Save lives. Everything we do: starts and ends with it- we work to save lives
</p>
</div>
</div>
</div>
<div class="col-lg-6 d-flex flex-column justify-content-center align-items-center">
<div class="hide d-flex justify-content-center align-items-center" id="youtubeVideoDiv">
<div class="iframeContainer d-flex flex-column">
<button class="iframeClose" onclick="closeVideo()"><i class="f-18 fa fa-times"></i></button>
<iframe id="youtubeFrame" width="560" height="315" frameborder="0" allowfullscreen></iframe>
</iframe>
</div>
</div>
<img src="./img/sponsor-us/video.jpg" id="video-img" class="wd-inherit" style="max-height: 500px;" alt="">
<p class="color-dark f-14">A campaign to promote Blood Donation supported by JWT</p>
<button class="play bg-none" id="play" onclick="playVideo()"><i class="color-white fa fa-play"></i></button>
</div>
</div>
</div>
</div>
<!-- How can you donate -->
<div class=" d-flex flex-column align-items-center bg-main-dark pt-4">
<h4 class="f-40 mt-5 color-white text-center">How can you donate ?</h4>
<p class="color-white text-center w-75-lg px-2">All contributions made to BloodConnect are eligible for tax
deduction as per the 80G section of the Income Tax Act, 1961.</p>
</p>
<div class="row justify-content-center">
<div class="work-card text-center bg-white shadow pt-4 px-4 pb-5 col-lg-5 col-md-6 col-sm-10 mx-4 mb-5">
<h5 class="color-dark mt-2 f-18 text-center">
Online Payment
</h5>
<p class="color-dark-light mx-auto mt-1 pr-1">
We collaborate with colleges, corporates, RWAs to organize
innovative and engaging blood donation camps end to end.
</p>
<button class="btn-main fw-6 mx-auto-sm color-main bg-main "><a class="color-white" target="_blank"
href="./donation.html">Donate Online <i class="fa fa-heart"></i></a></button>
</div>
<div class="work-card text-center bg-white shadow pt-4 px-4 pb-5 col-lg-5 col-md-6 col-sm-10 mx-4 mb-5">
<h5 class="color-dark mt-2 f-18 text-center">Cheque Deposit</h5>
<p class="color-dark-light mx-auto mt-1 pr-1">
Cheques can be made in the name of: ‘BloodConnect Foundation’ and sent
to: H-19 Lajpat Nagar-2, New Delhi - 110024.<br>
<ul class="secondary-nav pl-0">
<li class="color-dark-light text-left border-bottom">Account Number: 001494600000388</li>
<li class="color-dark-light text-left border-bottom">IFSC: YESB0000014</li>
</ul>
Please drop us a line on <a class="color-dark bold"
href="mailto:finance@bloodconnect.org">finance@bloodconnect.org</a> with the screenshot of the cheque for
issuing the receipt.
</p>
<br />
<button class="btn-main bg-main mx-auto">
<a class="card-link color-white" href="./contact-us.html">Contact Us</a>
</button>
</div>
</div>
</div>
<!-- Footer -->
<div class="container-fluid pt-5">
<div class="container d-flex flex-column ">
<hr class="color-dark w-100">
<div class="d-flex justify-content-between align-items-center flex-column-sm">
<a href="./index.html">
<img src="./img/logo.png" alt="">
</a>
<ul class="footer-list mb-0 d-flex justify-content-start align-items-center pr-4 col-lg-4 col-sm-12">
<li class="footer-item bg-white ">
<a href="https://facebook.com/BloodConnect" target="_blank" class="footer-link color-main"><i
class="fa fa-facebook-f"></i></a>
</li>
<li class="footer-item bg-white ">
<a href="https://instagram.com/bloodconnectorg?igshid=umn7a6sbwt7h" target="_blank"
class="footer-link color-main"><i class="fa fa-instagram"></i></a>
</li>
<li class="footer-item bg-white ">
<a href="https://twitter.com/bloodconnectorg" target="_blank" class="footer-link color-main"><i
class="fa fa-twitter"></i></a>
</li>
<li class="footer-item bg-white ">
<a href="https://www.youtube.com/channel/UCtU8tOeU1IvLZTUHxHuL2LQ" target="_blank"
class="footer-link color-main"><i class="fa fa-youtube"></i></a>
</li>
<li class="footer-item bg-white ">
<a href="https://www.linkedin.com/company/bloodconnect-india" target="_blank"
class="footer-link color-main"><i class="fa fa-linkedin"></i></a>
</li>
</ul>
</div>
<hr class="color-dark w-100">
<div class="row">
<div class="col-lg-4 col-sm-12">
<p class="color-dark bold mb-2">NAVIGATION</p>
<ul class="footer-list pl-0">
<li class=" mr-4 compact"><a class="color-dark f-14" href="./index.html">Home</a></li>
<li class=" mr-4 compact"><a class="color-dark f-14" href="./about-us.html">About us</a></li>
<li class=" mr-4 compact"><a class="color-dark f-14" href="./our-team.html">Our team</a></li>
<li class=" mr-4 compact"><a class="color-dark f-14" href="./sponsor.html">Donate now</a></li>
<li class=" mr-4 compact"><a class="color-dark f-14" href="./join-us-selection.html">Join us</a></li>
<li class=" mr-4 compact"><a class="color-dark f-14" href="./contact-us.html">Contact us</a></li>
</ul>
</div>
<div class="col-lg-4 col-sm-12">
<p class="color-dark bold mb-2">ORGANIZE A CAMP</p>
<ul class="footer-list pl-0">
<li class=" mr-4 compact"><a class="color-dark f-14" href="./organize-a-camp.html#city_region=Delhi"
onclick="organizeCamp('Delhi')">Organize a camp in Delhi-NCR</a></li>
<li class=" mr-4 compact"><a class="color-dark f-14" href="./organize-a-camp.html#city_region=Kanpur"
onclick="organizeCamp('Kanpur')">Organize a camp in Kanpur</a></li>
<li class=" mr-4 compact"><a class="color-dark f-14" href="./organize-a-camp.html#city_region=Agra"
onclick="organizeCamp('Agra')">Organize a camp in Agra</a></li>
<li class=" mr-4 compact"><a class="color-dark f-14" href="./organize-a-camp.html#city_region=Lucknow"
onclick="organizeCamp('Lucknow')">Organize a camp in Lucknow</a></li>
<li class=" mr-4 compact"><a class="color-dark f-14" href="./organize-a-camp.html#city_region=Bhubaneswar"
onclick="organizeCamp('Bhubaneswar')">Organize a camp in Bhubaneswar</a></li>
<li class=" mr-4 compact"><a class="color-dark f-14" href="./organize-a-camp.html#city_region=Jaipur"
onclick="organizeCamp('Jaipur')">Organize a camp in Jaipur</a></li>
</ul>
</div>
</div>
<div class="d-flex justify-content-between mt-3">
<p class="color-dark f-14">Copyright © BloodConnect Foundation 2020</p>
<ul class="footer-list">
<li class=" left mx-3"><a class="color-dark f-12" href="./privacy.html">Privacy</a></li>
<li class=" left ml-3"><a class="color-dark f-12" href="./toc.html">Terms and Condition</a></li>
</ul>
</div>
</div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js"
integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo"
crossorigin="anonymous"></script>
<script src="./js/bootstrap.min.js"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.min.js"></script>
<script src="js/main_v1.js?v=1"> </script>
<script src="./js/sponsor_v3.js"></script>
<script>
playVideo = () => {
$("#youtubeVideoDiv").addClass('show-flex')
$("#youtubeVideoDIv").removeClass('hide')
document.getElementById("youtubeFrame").src = "https://www.youtube.com/embed/Ji-IQiF_2HE?rel=0&modestbranding=1&autohide=1&showinfo=0&autoplay=1"
}
closeVideo = () => {
$("#youtubeVideoDiv").addClass('hide')
$("#youtubeVideoDiv").removeClass('show-flex')
document.getElementById("youtubeFrame").src = ""
}
$('body').keydown(function (e) {
if (e.keyCode == 27) {
// put your code here if any (that will run after Esc pressed).
closeVideo()
}
});
</script>
</body>