-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
843 lines (596 loc) · 42.5 KB
/
index.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
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
<!DOCTYPE html>
<html >
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
<link rel="shortcut icon" href="assets/images/favicon-32x32.png" type="image/x-icon">
<meta name="description" content="">
<title>Home</title>
<link rel="stylesheet" href="assets/web/assets/mobirise-icons2/mobirise2.css">
<link rel="stylesheet" href="assets/font-awesome/css/font-awesome.css">
<link rel="stylesheet" href="assets/web/assets/mobirise-icons/mobirise-icons.css">
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap-grid.min.css">
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap-reboot.min.css">
<link rel="stylesheet" href="assets/facebook-plugin/style.css">
<link rel="stylesheet" href="assets/tether/tether.min.css">
<link rel="stylesheet" href="assets/animatecss/animate.min.css">
<link rel="stylesheet" href="assets/dropdown/css/style.css">
<link rel="stylesheet" href="assets/socicon/css/styles.css">
<link rel="stylesheet" href="assets/theme/css/style.css">
<link rel="stylesheet" href="assets/gallery/style.css">
<link rel="preload" as="style" href="assets/mobirise/css/mbr-additional.css"><link rel="stylesheet" href="assets/mobirise/css/mbr-additional.css" type="text/css">
<meta name="theme-color" content="#00ba57">
<link rel="manifest" href="manifest.json">
<script src="sw-connect.js"></script>
<meta name="apple-mobile-web-app-capable" content="yes">
<link rel="apple-touch-startup-image" media="(device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)" href="assets/images/apple-launch-640x1136.png">
<link rel="apple-touch-startup-image" media="(device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)" href="assets/images/apple-launch-750x1334.png">
<link rel="apple-touch-startup-image" media="(device-width: 414px) and (device-height: 736px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)" href="assets/images/apple-launch-1242x2208.png">
<link rel="apple-touch-startup-image" media="(device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)" href="assets/images/apple-launch-1125x2436.png">
<link rel="apple-touch-startup-image" media="(device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)" href="assets/images/apple-launch-1536x2048.png">
<link rel="apple-touch-startup-image" media="(device-width: 834px) and (device-height: 1112px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)" href="assets/images/apple-launch-1668x2224.png">
<link rel="apple-touch-startup-image" media="(device-width: 1024px) and (device-height: 1366px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)" href="assets/images/apple-launch-2048x2732.png">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<meta name="apple-mobile-web-app-title" content="">
<link rel="apple-touch-icon" href="apple-touch-icon.png"></head>
<body>
<!-- Analytics -->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-87749601-24"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-87749601-24');
</script>
<!-- /Analytics -->
<section class="menu cid-rVNuhtmxFr" once="menu" id="menu2-1d">
<nav class="navbar navbar-expand beta-menu navbar-dropdown align-items-center navbar-fixed-top navbar-toggleable-sm bg-color transparent">
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<div class="hamburger">
<span></span>
<span></span>
<span></span>
<span></span>
</div>
</button>
<div class="menu-logo">
<div class="navbar-brand">
<span class="navbar-logo">
<a href="#top">
<img src="assets/images/logo-client-bylc-302x80.png" alt="" title="" style="height: 3.8rem;">
</a>
</span>
</div>
</div>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav nav-dropdown" data-app-modern-menu="true"><li class="nav-item">
<a class="nav-link link text-white display-4" href="#">
HOME</a>
</li>
<li class="nav-item">
<a class="nav-link link text-white display-4" href="index.html#extFeatures31-1w">
BYLC'S RESPONSE</a>
</li><li class="nav-item"><a class="nav-link link text-white display-4" href="index.html#services1-19">
FUNDRAISING</a></li></ul>
<div class="navbar-buttons mbr-section-btn"><a class="btn btn-sm btn-success display-4" href="https://bylc.org/resiliencesummit2020" target="_blank"><span class="mbri-globe mbr-iconfont mbr-iconfont-btn"></span>Youth Resilience Summit 2020</a></div>
</div>
</nav>
</section>
<section class="header6 cid-rVLrSMhZIR mbr-fullscreen mbr-parallax-background" id="header6-1">
<div class="mbr-overlay" style="opacity: 0.5; background-color: rgb(35, 35, 35);">
</div>
<div class="container">
<div class="row justify-content-md-center">
<div class="mbr-white col-md-10">
<p class="mbr-text align-center pb-3 mbr-fonts-style display-2">Improving the human condition <strong>through resources, determination, and innovation</strong><br></p>
</div>
</div>
</div>
<div class="mbr-arrow hidden-sm-down" aria-hidden="true">
<a href="#next">
<i class="mbri-down mbr-iconfont"></i>
</a>
</div>
</section>
<section class="header3 cid-rVQJz4HEG9" id="header3-1o">
<div class="container">
<div class="media-container-row">
<div class="mbr-figure" style="width: 45%;">
<img src="assets/images/1200px-sars-cov-2-without-background-590x592.png" alt="" title="">
</div>
<div class="media-content">
<div class="mbr-section-text mbr-white pb-3 ">
<p class="mbr-text mbr-fonts-style display-7">Coronavirus has changed life in Bangladesh as we know it. As of April 13, we have a total of 803 reported cases and 39 deaths from COVID-19.* Like many countries around the world, we have been in lockdown for the past several weeks. Experts predict that the economic impact of COVID-19 in our country will be greater than the health impact as we do not have the fiscal space for prolonged lockdowns.
<br>
<br>BYLC understands the enormity of the challenges our country faces today. We have compiled a set of resources and data that will help spread useful information on COVID-19 and its impact on our lives. In our endeavors to stay resilient and be of service, we have also provided informative tools that can help others navigate this crisis.
<strong> </strong><br><br>* (For updated information, visit<em> <strong><a href="https://corona.gov.bd/" target="_blank">https://corona.gov.bd/</a></strong>) </em><br></p>
</div>
</div>
</div>
</div>
</section>
<section class="extVideo cid-rVRU7D6Cr9 mbr-parallax-background" id="extVideo1-2u">
<div class="mbr-overlay" style="opacity: 0.5; background-color: rgb(255, 255, 255);">
</div>
<div class="back"></div>
<div class="container align-center">
<div class="col-md-12 col-lg-12 text">
<h2 class="mbr-section-title align-center mbr-semibold pb-4 mbr-fonts-style display-2">Message from <br><strong>Ejaj Ahmad, Founder and President, BYLC</strong></h2>
</div>
<div class="row justify-content-center">
<div class="mbr-white box col-md-12 col-12 col-lg-10">
<div class="mbr-media show-modal align-center py-2" data-modal=".modalWindow">
<div class="icon-wrap">
<span class="mbr-iconfont mobi-mbri-play mobi-mbri"></span>
</div>
</div>
</div>
</div>
</div>
<div>
<div class="modalWindow" style="display: none;">
<div class="modalWindow-container">
<div class="modalWindow-video-container">
<div class="modalWindow-video">
<iframe width="100%" height="100%" frameborder="0" allowfullscreen="1" data-src="https://youtu.be/Hl8s3PvmOfc"></iframe>
</div>
<a class="close" role="button" data-dismiss="modal">
<span aria-hidden="true" class="mbri-close mbr-iconfont closeModal"></span>
<span class="sr-only">Close</span>
</a>
</div>
</div>
</div>
</div>
</section>
<section class="extFeatures cid-rVQU8k3QXE" id="extFeatures31-1w">
<div class="container-fluid">
<h2 class="mbr-section-title align-left mbr-fonts-style display-2"><strong>What has been BYLC’s response?
</strong></h2>
<h3 class="mbr-section-subtitle display-5 align-center mbr-fonts-style mbr-light pb-5 pt-3">BYLC is working in four areas to address the crisis:
</h3>
<div class="row justify-content-center align-items-start">
<div class="card px-3 py-4 col-12 col-md-6 col-lg-4">
<div class="card-wrapper flip-card">
<div class="card-img">
<img src="assets/images/feature-image-response-to-economic-crisis-1080x1080.png" alt="" title="">
</div>
<div class="card-box">
<p class="mbr-card-text mbr-fonts-style align-center display-7">○ To address the immediate economic crisis, BYLC, in collaboration with UK aid and Manusher Jonno Foundation, is supporting 2,000 families with food for 10 days.
<br>○ It is difficult for a small organization like BYLC to make a big enough dent to combat the enormity of the challenge at hand. We are therefore working with SAJIDA Foundation, Manusher Jonno Foundation, and Mission Save Bangladesh to provide relief to underprivileged communities suffering from the economic impacts of the crisis.
<br>○ BYLC staff will contribute one day’s salary to alleviate the struggles of daily wage earners during COVID-19. <br></p>
</div>
</div>
</div>
<div class="card px-3 py-4 col-12 col-md-6 col-lg-4">
<div class="card-wrapper flip-card">
<div class="card-img">
<img src="assets/images/feature-image-mental-health-support-1080x1080.png" alt="" title="">
</div>
<div class="card-box">
<p class="mbr-card-text mbr-fonts-style align-center display-7">
○ To support the mental health of our alumni during these trying times, we have launched a BYLC Youth Hotline where trained graduates are present to listen to them and guide them through their emotions.<br>○ We have published communication resources as well as blogs and articles on mental health to support the youth and help them navigate through these challenging times.
<br>○ BYLC staff are constantly reaching out to our campus ambassadors and volunteers in an effort to stay connected, and support them with any kind of mental health support or guidance. <br></p>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="extFeatures cid-rVWl1yVg4Q" id="extFeatures31-3q">
<div class="container-fluid">
<div class="row justify-content-center align-items-start pt-5">
<div class="card px-3 py-4 col-12 col-md-6 col-lg-4">
<div class="card-wrapper flip-card">
<div class="card-img">
<img src="assets/images/feature-image-raising-awareness-1080x1080.png" alt="" title="">
</div>
<div class="card-box">
<p class="mbr-card-text mbr-fonts-style align-center display-7">○ We are running multiple campaigns encouraging people to stay at home and maintain social distancing and personal hygiene to address the immediate need to ‘flatten the curve.’ <br>○ We have engaged over 100 BYLC campus ambassadors from institutes all over the country to spread awareness on the crisis through social media and emails.
<br>○ Our alumni is practicing leadership in this time of crisis by engaging in various activities, ranging from spreading awareness to helping disadvantaged populations with food and other daily necessities. <br></p>
</div>
</div>
</div>
<div class="card px-3 py-4 col-12 col-md-6 col-lg-4">
<div class="card-wrapper flip-card">
<div class="card-img">
<img src="assets/images/feature-image-leadership-education-1-1080x1080.png" alt="" title="">
</div>
<div class="card-box">
<p class="mbr-card-text mbr-fonts-style align-center display-7">
○ From April 16-18, we will be conducting the South Asia Youth Resilience Summit with global experts to guide the youth in learning how to adapt to the changing times.
<br>○ Through three weekly live sessions that are completely free and can be accessed by anyone, we are creating more opportunities for youth to continue their learning online.
<br>○ BYLCx, our online learning platform, is currently offering 14 free online courses to teach important life skills to youth. In the first week of April, we launched CareerX, our first month-long certificate online course on professional development and leadership. We are also conducting our signature leadership courses, BBLT and BBLT Junior, online.<br></p>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="cid-rVRBXj7TcY" id="image2-2g">
<figure class="mbr-figure">
<div class="image-block" style="width: 100%;">
<img src="assets/images/cover-with-speakers-3-1920x1080.png" alt="" title="">
</div>
</figure>
</section>
<section class="mbr-section content8 cid-rVSVyOIlpX" id="content8-3g">
<div class="container">
<div class="media-container-row title">
<div class="col-12 col-md-8">
<div class="mbr-section-btn align-center"><a class="btn btn-success display-4" href="https://bylc.org/resiliencesummit2020/" target="_blank"><span class="mbri-globe mbr-iconfont mbr-iconfont-btn"></span>Visit summit webpage</a></div>
</div>
</div>
</div>
</section>
<section class="features18 popup-btn-cards cid-rVQPdKXOsl" id="features18-1t">
<div class="container">
<h2 class="mbr-section-title pb-3 align-center mbr-fonts-style display-2"><strong>Stay home, save the world</strong></h2>
<div class="media-container-row pt-5 ">
<div class="card p-3 col-12 col-md-6">
<div class="card-wrapper ">
<div class="card-img">
<div class="mbr-overlay"></div>
<div class="mbr-section-btn text-center"><a href="assets/files/DOs.pdf" class="btn btn-primary display-4" target="_blank">Learn More</a></div>
<img src="assets/images/feature-image-dos-1-1046x1046.png" alt="" title="">
</div>
</div>
</div>
<div class="card p-3 col-12 col-md-6">
<div class="card-wrapper">
<div class="card-img">
<div class="mbr-overlay"></div>
<div class="mbr-section-btn text-center"><a href="assets/files/DONts.pdf" class="btn btn-primary display-4" target="_blank">Learn More</a></div>
<img src="assets/images/feature-image-donts-1-1046x1046.png" alt="" title="">
</div>
</div>
</div>
</div>
</div>
</section>
<section class="mbr-section content8 cid-rVWevf6l5Q" id="content8-3m">
<div class="container">
<div class="media-container-row title">
<div class="col-12 col-md-8">
<div class="mbr-section-btn align-center"><a class="btn btn-primary display-4" href="assets/files/Awareness-static.pdf" target="_blank"><span class="mbri-star mbr-iconfont mbr-iconfont-btn"></span>See More Awareness Resources</a></div>
</div>
</div>
</div>
</section>
<section class="mbr-gallery mbr-slider-carousel cid-rVR2m3rh3m" id="gallery1-21">
<div>
<div><!-- Filter --><!-- Gallery --><div class="mbr-gallery-row"><div class="mbr-gallery-layout-default"><div><div><div class="mbr-gallery-item mbr-gallery-item--p1 video-slide" data-video-url="https://youtu.be/c_9Q0JeOLv4" data-tags="Awesome"><div href="#lb-gallery1-21" data-slide-to="0" data-toggle="modal"><div></div><img alt="" src="assets/images/mobirise2020311-143512020-3-6-18-55-46.jpg"><span class="icon-video"></span><span class="mbr-gallery-title mbr-fonts-style display-7">করোনা প্রতিরোধে আমাদের দায়িত্ব কি কি?</span></div></div><div class="mbr-gallery-item mbr-gallery-item--p1 video-slide" data-video-url="https://youtu.be/JVVqBysl5jY" data-tags="Responsive"><div href="#lb-gallery1-21" data-slide-to="1" data-toggle="modal"><div></div><img alt="" src="assets/images/mobirise2020311-143512020-3-6-18-55-57.jpg"><span class="icon-video"></span><span class="mbr-gallery-title mbr-fonts-style display-7">Safety measures against COVID-19 in public places <br></span></div></div><div class="mbr-gallery-item mbr-gallery-item--p1 video-slide" data-video-url="https://youtu.be/9wTCJ3_k6nA" data-tags="Creative"><div href="#lb-gallery1-21" data-slide-to="2" data-toggle="modal"><div></div><img alt="" src="assets/images/mobirise2020311-143512020-3-6-18-56-9.jpg"><span class="icon-video"></span><span class="mbr-gallery-title mbr-fonts-style display-7">করোনাভাইরাস নিয়ে কিছু সাধারণ জিজ্ঞাসা <br></span></div></div><div class="mbr-gallery-item mbr-gallery-item--p1 video-slide" data-video-url="https://youtu.be/kVFfhwxVPGw" data-tags="Animated"><div href="#lb-gallery1-21" data-slide-to="3" data-toggle="modal"><div></div><img alt="" src="assets/images/mobirise2020311-143512020-3-6-18-56-20.jpg"><span class="icon-video"></span><span class="mbr-gallery-title mbr-fonts-style display-7">5 ways to maintain a healthy lifestyle</span></div></div></div></div><div class="clearfix"></div></div></div><!-- Lightbox --><div data-app-prevent-settings="" class="mbr-slider modal fade carousel slide" tabindex="-1" data-keyboard="true" data-interval="false" id="lb-gallery1-21"><div class="modal-dialog"><div class="modal-content"><div class="modal-body"><div class="carousel-inner"><div class="carousel-item active video-container"><img src="assets/images/background1.jpg" alt="" title=""></div><div class="carousel-item video-container"><img src="assets/images/background2.jpg" alt="" title=""></div><div class="carousel-item video-container"><img src="assets/images/background3.jpg" alt="" title=""></div><div class="carousel-item video-container"><img src="assets/images/background4.jpg" alt="" title=""></div></div><a class="carousel-control carousel-control-prev" role="button" data-slide="prev" href="#lb-gallery1-21"><span class="mbri-left mbr-iconfont" aria-hidden="true"></span><span class="sr-only">Previous</span></a><a class="carousel-control carousel-control-next" role="button" data-slide="next" href="#lb-gallery1-21"><span class="mbri-right mbr-iconfont" aria-hidden="true"></span><span class="sr-only">Next</span></a><a class="close" href="#" role="button" data-dismiss="modal"><span class="sr-only">Close</span></a></div></div></div></div></div>
</div>
</section>
<section class="extFeatures popup-btn-cards cid-rVUxz114AU mbr-parallax-background" id="extFeatures63-3i">
<div class="mbr-overlay" style="opacity: 0.7; background-color: rgb(255, 255, 255);">
</div>
<div class="container">
<h2 class="align-center mbr-fonts-style mbr-section-title display-2"><strong>Being future-ready in a post-pandemic world</strong></h2>
<div class="row main justify-content-center">
<div class="col-lg-6 p-4">
<div class="image-element card-wrapper">
<img src="assets/images/feature-image-bylc-stories-1044x1044.png" alt="" title="">
<div class="mbr-overlay card-overlay"></div>
<div class="wrapper">
<div class="collapsed-content">
<div class="mbr-section-btn"><a class="btn btn-md btn-primary display-4" href="https://blog.bylc.org/" target="_blank">Learn More</a></div>
</div>
</div>
</div>
</div>
<div class="col-lg-6 p-4">
<div class="image-element card-wrapper">
<img src="assets/images/feature-image-bylcx-1044x1044.png" alt="" title="">
<div class="mbr-overlay card-overlay"></div>
<div class="wrapper">
<div class="collapsed-content">
<div class="mbr-section-btn"><a class="btn btn-md btn-primary display-4" href="https://x.bylc.org/" target="_blank">Learn More</a></div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="extContent cid-rVRdPNu8RQ" id="extContent17-28">
<div class="container-fluid">
<div class="row justify-content-center">
<div class="col-12 col-md-10 col-lg-10 col-xl-7 title-wrap">
</div>
</div>
<div class="row justify-content-center">
<div class="card-wrapper col-md-10 col-lg-10 col-xl-7">
<div class="image-wrap align-left">
<img src="assets/images/grief-2-1920x1280-1920x1280.png" alt="" title="">
</div>
<div class="content-section">
<h3 class="mbr-fonts-style mbr-text display-7">ডেবিড ক্যাস্লার মানসিক বিষণ্ণতা বিষয়ে বর্তমান পৃথিবীর অন্যতম সেরা একজন এক্সপার্ট। তিনি তার বই “অন গ্রিফ এন্ড গ্রিভিংঃ ফাইন্ডিং দ্যা মিনিং অফ গ্রিফ থ্রু দ্যা ফাইভ স্টেজ অফ লস” এ বিষণ্ণতা কি, কিভাবে বিষন্নতা নিয়ে আমাদের চিন্তা করা উচিত এবং কি করলে আমরা বিষণ্ণতা থেকে বের হয়ে আসতে পারবো সে বিষয়ে আলোচনা করেছেন। সম্প্রতি তার একটি সাক্ষাৎকার গ্রহণ করেছে হার্ভার্ড বিজনেস রিভিউ। নিচে সাক্ষাৎকারটির চুম্বকাংশ কিঞ্চিৎ পরিমার্জিত করে তুলে ধরেছেন বিওয়াইএলসির বিবিএলটি প্রোগ্রামের চতুর্থ ব্যাচের শিক্ষার্থী, মার্কেটিং ও কমিউনিকেশন টিমের ডেপুটি ম্যানেজার আহমেদ সাব্বির। </h3>
<div class="mbr-section-btn align-left"><a href="https://blog.bylc.org/2020/04/04/%e0%a6%86%e0%a6%aa%e0%a6%a8%e0%a6%bf-%e0%a6%ac%e0%a6%bf%e0%a6%b7%e0%a6%a3%e0%a7%8d%e0%a6%a3%e0%a6%a4%e0%a6%be%e0%a6%af%e0%a6%bc-%e0%a6%ad%e0%a7%81%e0%a6%97%e0%a6%9b%e0%a7%87%e0%a6%a8-%e0%a6%a8/" class="btn btn-primary display-4" target="_blank">
Continue Reading</a></div>
</div>
</div>
</div>
<div class="row justify-content-center">
</div>
<div class="row justify-content-center">
</div>
<div class="row justify-content-center">
</div>
</div>
</section>
<section class="header3 cid-rVRkACEXDM mbr-parallax-background" id="header3-2b">
<div class="container">
<div class="media-container-row">
<div class="mbr-figure" style="width: 100%;">
<img src="assets/images/hotline-logo-1014x570.png" alt="" title="">
</div>
<div class="media-content">
<h1 class="mbr-section-title mbr-white pb-3 mbr-fonts-style display-1"><strong>BYLC YOUTH HOTLINE</strong></h1>
<h3 class="mbr-section-subtitle align-left mbr-white mbr-light pb-3 mbr-fonts-style display-5"><strong>+88 019 3332 3384
</strong><div><strong>+88 019 3332 3285
</strong></div><div><strong>+88 019 3332 3386</strong></div></h3>
<div class="mbr-section-text mbr-white pb-3 ">
<p class="mbr-text mbr-fonts-style display-7">*8:30 am - 5:30 pm | Sunday to Thursday</p>
</div>
</div>
</div>
</div>
</section>
<section class="extShop featuresLink cid-rVRlWDF0Zg" id="extShop2-2c">
<div class="container-fluid px-5">
<h4 class="main-title pb-5 align-left mbr-regular mbr-fonts-style display-2"><strong>Quarantine yourself, not your learning</strong></h4>
<div class="row justify-content-center">
<div class="card p-3 col-12 col-md-6 col-lg-3">
<div class="card-wrapper">
<div class="card-img"><img src="assets/images/cyq-logo-854x854.png" alt="" title="">
</div>
<div class="card-box align-left">
<h4 class="card-title mbr-fonts-style display-5">LIVE VIDEOS</h4>
<h5 class="card-link mbr-fonts-style display-5"><a href="https://www.facebook.com/youthleadershipcenter/live_videos/" target="_blank" class="text-secondary">VIEW</a></h5>
</div>
</div>
</div>
<div class="card p-3 col-12 col-md-6 col-lg-3">
<div class="card-wrapper">
<div class="card-img">
<img src="assets/images/startup-talks-logo-854x854.png" alt="" title="">
</div>
<div class="card-box align-left">
<h4 class="card-title mbr-fonts-style display-5">LIVE VIDEOS</h4>
<h5 class="card-link mbr-fonts-style display-5"><a href="https://www.facebook.com/bylcventures/live_videos/" class="text-secondary" target="_blank">VIEW</a></h5>
</div>
</div>
</div>
<div class="card p-3 col-12 col-md-6 col-lg-3">
<div class="card-wrapper">
<div class="card-img">
<img src="assets/images/cc-logo-854x854.png" alt="" title="">
</div>
<div class="card-box align-left">
<h4 class="card-title mbr-fonts-style display-5">LIVE VIDEOS</h4>
<h5 class="card-link mbr-fonts-style display-5"><a href="https://www.facebook.com/bylcopd/live_videos/" class="text-secondary" target="_blank">VIEW</a></h5>
</div>
</div>
</div>
<div class="card p-3 col-12 col-md-6 col-lg-3">
<div class="card-wrapper">
<div class="card-img">
<img src="assets/images/story-copy-24x-854x854.png" alt="" title="">
</div>
<div class="card-box align-left">
<h4 class="card-title mbr-fonts-style display-5">LIVE VIDEOS</h4>
<h5 class="card-link mbr-fonts-style display-5"><a href="https://www.facebook.com/youthleadershipcenter/live_videos/" class="text-secondary" target="_blank">VIEW</a></h5>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="extHeader cid-rVUEfHfsT6 mbr-parallax-background" id="extHeader33-3l">
<div class="mbr-overlay" style="opacity: 1; background-color: rgb(15, 118, 153);">
</div>
<div class="container-fluid">
<div class="row justify-content-center">
<div class="image-element col-xl-6">
<div class="img-wrap" style="height: 100%; width: 100%;">
<img src="assets/images/1-2-1080x1080.png" alt="" title="">
</div>
</div>
<div class="text-element col-xl-6">
<div class="title pb-4">
<span class="mbr-fonts-style mbr-white mbr-section-title display-2"><strong>For anyone who is self quarantining, a minute can feel like an hour.<br></strong> <br></span>
<span class="brown mbr-fonts-style display-2">To avoid falling into an abyss of nothingness, brighten up your week with some quick invigorating hacks</span>
</div>
<div class="mbr-section-btn"><a class="btn btn-lg btn-white-outline display-4" href="assets/files/Self-quarantinehacks.pdf" target="_blank"><span class="mbri-idea mbr-iconfont mbr-iconfont-btn"></span>Learn More</a></div>
</div>
</div>
</div>
</section>
<section class="services1 cid-rVNoKdGEAh mbr-parallax-background" id="services1-19">
<!---->
<!---->
<!--Overlay-->
<!--Container-->
<div class="container">
<div class="row justify-content-center">
<!--Titles-->
<div class="title pb-5 col-12">
<h2 class="align-left pb-3 mbr-fonts-style display-1"><strong>Fundraising </strong></h2>
<h3 class="mbr-section-subtitle mbr-light mbr-fonts-style display-7"><strong>BYLC has collaborated with SAJIDA Foundation and Mission Save Bangladesh to provide relief to underprivileged communities suffering from the economic impacts of the COVID-19 crisis. <br>Join us in creating an equal society for all and donate today. </strong></h3>
</div>
<!--Card-1-->
<div class="card col-12 col-md-6 p-3">
<div class="card-wrapper">
<div class="card-img">
<img src="assets/images/sf-logo-1076x1076.png" alt="" title="">
</div>
<div class="card-box">
<!--Btn-->
<div class="mbr-section-btn align-center"><a href="http://www.sajidafoundation.org/donate-now/" class="btn btn-primary display-4" target="_blank">
Donate to SAJIDA Foundation</a></div>
</div>
</div>
</div>
<!--Card-2-->
<div class="card col-12 col-md-6 p-3 last-child">
<div class="card-wrapper">
<div class="card-img">
<img src="assets/images/msb-logo-1076x1076.png" alt="" title="">
</div>
<div class="card-box">
<!--Btn-->
<div class="mbr-section-btn align-center"><a href="https://www.sheba.xyz/missionsavebangladesh/" class="btn btn-primary display-4" target="_blank">
Donate to Mission Save Bangladesh</a></div>
</div>
</div>
</div>
<!--Card-3-->
<!--Card-4-->
</div>
</div>
</section>
<section class="extFeatures cid-rVRXQ2kHYk mbr-parallax-background" id="extFeatures55-2z">
<div class="container">
<div class="row justify-content-center">
<div class="col-md-12">
<h2 class="mbr-section-title pb-2 mbr-bold mbr-fonts-style align-left display-2">Press releases</h2>
</div>
</div>
<div class="row row-content justify-content-center">
<div class="card p-3 col-12 col-md-6 col-lg-4">
<div class="card-wrapper">
<div class="card-img">
<img src="assets/images/unnamed-1-506x506.png" title="" alt="">
<div class="image-btn mbr-section-btn"><a href="https://en.prothomalo.com/youth/employment/covid-19-bylc-encourages-its-employees-to-work-from-home?fbclid=IwAR1Vbxn0hjgRWr7RUBzE1hj30SIwbPEjLh2F_ugGdfYv112lXonpjPS4Ct8" class="btn btn-primary btn-md display-4" target="_blank">Read More</a></div>
</div>
<div class="card-box">
<h4 class="card-title mbr-fonts-style mbr-bold display-7">COVID-19: BYLC encourages its employees to work from home</h4>
</div>
</div>
</div>
<div class="card p-3 col-12 col-md-6 col-lg-4">
<div class="card-wrapper">
<div class="card-img">
<img src="assets/images/logo-2-506x506.png" title="" alt="">
<div class="image-btn mbr-section-btn"><a href="https://unb.com.bd/category/Bangladesh/coronavirus-bylc-staff-to-donate-one-days-salary/47948" class="btn btn-primary btn-md display-4" target="_blank">Read More</a></div>
</div>
<div class="card-box">
<h4 class="card-title mbr-fonts-style mbr-bold display-7">
<div>Coronavirus: BYLC staff to donate one day’s salary</div>
</h4>
</div>
</div>
</div>
<div class="card p-3 col-12 col-md-6 col-lg-4">
<div class="card-wrapper">
<div class="card-img">
<img src="assets/images/logo-3-506x506.png" title="" alt="">
<div class="image-btn mbr-section-btn"><a href="https://www.thedailystar.net/city/news/bylc-rangs-motors-come-forward-fight-coronavirus-1886473" class="btn btn-primary btn-md display-4" target="_blank">Read More</a></div>
</div>
<div class="card-box">
<h4 class="card-title mbr-fonts-style mbr-bold display-7">BYLC, Rangs Motors come forward to fight coronavirus</h4>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="extClients cid-rVRwGolxMP mbr-parallax-background" id="extClients1-2e">
<div class="container mb-5">
<div class="media-container-row">
<div class="col-12 align-center">
<h2 class="mbr-section-title pb-3 mbr-fonts-style mbr-bold display-2">
Our Partners</h2>
</div>
</div>
</div>
<div class="container">
<div class="row align-center justify-content-center">
<div class="p-3 col-12 col-md-6 col-lg-4">
<div class="client-wrapper">
<div class="wrap-img">
<a href="http://www.manusherjonno.org/" target="_blank"><img src="assets/images/mjf-logo-480x480.png" class="img-responsive clients-img" alt="" title=""></a>
</div>
<div class="card-box">
</div>
</div>
</div>
<div class="p-3 col-12 col-md-6 col-lg-4">
<div class="client-wrapper">
<div class="wrap-img">
<a href="https://www.ukaiddirect.org/" target="_blank"><img src="assets/images/ukaid-logo-480x480.png" class="img-responsive clients-img" alt="" title=""></a>
</div>
<div class="card-box">
</div>
</div>
</div>
</div>
</div>
</section>
<section once="footers" class="cid-rVNpz3YVeE" id="footer7-1a">
<div class="container">
<div class="media-container-row align-center mbr-white">
<div class="row row-links">
<ul class="foot-menu">
<li class="foot-menu-item mbr-fonts-style display-7"><a href="https://bylc.org/" target="_blank">BYLC</a></li><li class="foot-menu-item mbr-fonts-style display-7"><a href="https://blog.bylc.org/" target="_blank">BLOG</a></li><li class="foot-menu-item mbr-fonts-style display-7"><a href="https://x.bylc.org/" target="_blank">BYLCX</a></li><li class="foot-menu-item mbr-fonts-style display-7"><a href="https://opd.bylc.org/" target="_blank">OPD</a></li><li class="foot-menu-item mbr-fonts-style display-7"><a href="http://www.123formbuilder.com/form-5383018/" target="_blank">SUMMIT</a></li><li class="foot-menu-item mbr-fonts-style display-7"><a href="https://ventures.bylc.org/" target="_blank">VENTURES</a></li></ul>
</div>
<div class="row social-row">
<div class="social-list align-right pb-2">
<div class="soc-item">
<a href="https://twitter.com/bylctweets" target="_blank">
<span class="mbr-iconfont mbr-iconfont-social socicon-twitter socicon" style="color: rgb(0, 186, 87); fill: rgb(0, 186, 87);"></span>
</a>
</div><div class="soc-item">
<a href="https://www.facebook.com/youthleadershipcenter" target="_blank">
<span class="mbr-iconfont mbr-iconfont-social socicon-facebook socicon" style="color: rgb(0, 186, 87); fill: rgb(0, 186, 87);"></span>
</a>
</div><div class="soc-item">
<a href="https://www.youtube.com/user/bylcmedia" target="_blank">
<span class="mbr-iconfont mbr-iconfont-social socicon-youtube socicon" style="color: rgb(0, 186, 87); fill: rgb(0, 186, 87);"></span>
</a>
</div><div class="soc-item">
<a href="https://www.linkedin.com/company/bangladesh-youth-leadership-center-bylc-" target="_blank">
<span class="mbr-iconfont mbr-iconfont-social fa-linkedin-square fa" style="color: rgb(0, 186, 87); fill: rgb(0, 186, 87);"></span>
</a>
</div></div>
</div>
<div class="row row-copirayt">
<p class="mbr-text mb-0 mbr-fonts-style mbr-white align-center display-7">
© Copyright 2020 BYLC - All Rights Reserved
</p>
</div>
</div>
</div>
</section>
<script src="assets/web/assets/jquery/jquery.min.js"></script>
<script src="assets/popper/popper.min.js"></script>
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
<script src="https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.5"></script>
<script src="https://apis.google.com/js/plusone.js"></script>
<script src="assets/facebook-plugin/facebook-script.js"></script>
<script src="assets/features-link/script.js"></script>
<script src="assets/smoothscroll/smooth-scroll.js"></script>
<script src="assets/viewportchecker/jquery.viewportchecker.js"></script>
<script src="assets/playervimeo/vimeo_player.js"></script>
<script src="assets/mbr-popup-btns/mbr-popup-btns.js"></script>
<script src="assets/masonry/masonry.pkgd.min.js"></script>
<script src="assets/imagesloaded/imagesloaded.pkgd.min.js"></script>
<script src="assets/bootstrapcarouselswipe/bootstrap-carousel-swipe.js"></script>
<script src="assets/parallax/jarallax.min.js"></script>
<script src="assets/vimeoplayer/jquery.mb.vimeo_player.js"></script>
<script src="assets/tether/tether.min.js"></script>
<script src="assets/dropdown/js/nav-dropdown.js"></script>
<script src="assets/dropdown/js/navbar-dropdown.js"></script>
<script src="assets/touchswipe/jquery.touch-swipe.min.js"></script>
<script src="assets/theme/js/script.js"></script>
<script src="assets/slidervideo/script.js"></script>
<script src="assets/gallery/player.min.js"></script>
<script src="assets/gallery/script.js"></script>
<div id="scrollToTop" class="scrollToTop mbr-arrow-up"><a style="text-align: center;"><i class="mbr-arrow-up-icon mbr-arrow-up-icon-cm cm-icon cm-icon-smallarrow-up"></i></a></div>
<input name="animation" type="hidden">
</body>
</html>