-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
666 lines (647 loc) · 21 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" href="/images/favicon.ico" type="image/x-icon" />
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link
href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
rel="stylesheet"
/>
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-eOJMYsd53ii+scO/bJGFsiCZc+5NDVN2yr8+0RDqr0Ql0h+rP48ckxlpbzKgwra6"
crossorigin="anonymous"
/>
<link rel="stylesheet" href="style.css" />
<title>COVINFOBD</title>
</head>
<body>
<!-- nav -->
<nav
class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top pt-3 pb-3"
>
<div class="container">
<a class="navbar-brand logo" href="#"
><img src="images/covinfo-logo.png" alt="logoName"
/></a>
<button
class="navbar-toggler"
type="button"
data-bs-toggle="collapse"
data-bs-target="#navbarNavAltMarkup"
aria-controls="navbarNavAltMarkup"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNavAltMarkup">
<div class="navbar-nav ms-auto">
<a
class="nav-link text-white pt-2 pb-2"
href="https://movementpass.police.gov.bd/"
target="_blank"
>
<span class="nav-item-margin-1">Movement Pass</span>
</a>
<a class="nav-link text-white pt-2 pb-2" href="about-us.html">
<span class="nav-item-margin-2">About Us</span>
</a>
<a class="nav-link" href="#"></a>
</div>
</div>
</div>
</nav>
<!-- section -->
<section>
<div class="container pt-5">
<div class="row mt-5">
<div class="col py-3 card-width">
<div class="card text-center redColor shadow">
<div class="card-body">
<h3
class="
card-title
color-red
survival-rate-font-style
poppins-semibold
"
>
185
<!-- Death -->
</h3>
<p class="card-text poppins-semibold" style="font-size: 1.2rem">
Death in last 24hrs
</p>
</div>
</div>
</div>
<div class="col py-3 card-width">
<div class="card text-center blueColor shadow">
<div class="card-body">
<h3
class="
card-title
color-blue
survival-rate-font-style
poppins-semibold
"
>
8772
<!-- Infected -->
</h3>
<p class="card-text poppins-semibold" style="font-size: 1.2rem">
Infected in last 24hrs
</p>
</div>
</div>
</div>
<div class="col py-3 card-width">
<div class="card text-center greenColor shadow">
<div class="card-body">
<h3
class="
card-title
color-green
survival-rate-font-style
poppins-semibold
"
>
5755
<!-- Recovered -->
</h3>
<p class="card-text poppins-semibold" style="font-size: 1.2rem">
Recovered in last 24hrs
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- dropdown -->
<section>
<div class="container mt-4 mb-3 scl">
<div class="btn-group covid-button p-2">
<button
class="btn button-color dropdown-toggle btn-font pt-2 pb-2 mx-1"
type="button"
data-bs-toggle="dropdown"
aria-expanded="false"
>
Covid Related Facebook Groups
</button>
<ul class="dropdown-menu">
<li>
<a
class="dropdown-item"
target="_blank"
href="https://www.facebook.com/groups/PlasmaBankofBangladesh/"
>
Plasma Bank of Bangladesh
</a>
</li>
<li>
<a
class="dropdown-item"
target="_blank"
href="https://www.facebook.com/groups/505408746806858/"
>
COVID-19 LIVE UPDATE
</a>
</li>
</ul>
</div>
<div class="btn-group blood-button p-2">
<button
class="btn button-color dropdown-toggle btn-font pt-2 pb-2 mx-1"
type="button"
data-bs-toggle="dropdown"
aria-expanded="false"
>
Emergency Medical Support
</button>
<ul class="dropdown-menu">
<li>
<a
class="dropdown-item"
target="_blank"
href="https://drive.google.com/file/d/1T6HkCVKOJ9lVNS9U_JKYh1t2l3OeOyux/view?usp=sharing"
>
Hospital & ICU Contact Details
</a>
</li>
<li>
<a
class="dropdown-item"
target="_blank"
href="https://corona.gov.bd/oxygen-services-info"
>
Medical Oxygen Cylinder
</a>
</li>
<li>
<a
class="dropdown-item"
target="_blank"
href="https://corona.gov.bd/ambulance-services-info"
>
Ambulance Service
</a>
</li>
<li>
<a
class="dropdown-item"
target="_blank"
href="https://corona.gov.bd/pharmecy-services-info"
>
Pharmacy
</a>
</li>
</ul>
</div>
<div class="btn-group blood-bank-button p-2">
<button
class="btn button-color dropdown-toggle btn-font pt-2 pb-2 mx-1"
type="button"
data-bs-toggle="dropdown"
aria-expanded="false"
style="padding-left: 50px; padding-right: 50px"
>
Blood Banks
</button>
<ul class="dropdown-menu">
<li>
<a
class="dropdown-item"
target="_blank"
href="https://bdrcs.org/donate-blood/"
>
Bangladesh Red Crescent Society
</a>
</li>
<li>
<a
class="dropdown-item"
target="_blank"
href="https://dmp.gov.bd/police-blood-bank/"
>
DMP Blood Bank
</a>
</li>
<li>
<a
class="dropdown-item"
target="_blank"
href="http://blood.quantummethod.org.bd/en"
>
Quantum Foundation Blood Bank
</a>
</li>
<li>
<a
class="dropdown-item"
target="_blank"
href="https://www.ibnsinatrust.com/Blood_Bank.php"
>
Ibn Sina Hospital Blood Bank
</a>
</li>
<li>
<a
class="dropdown-item"
target="_blank"
href="https://www.evercarebd.com/blood-bank/"
>
Evercare Blood Bank
</a>
</li>
<li>
<a
class="dropdown-item"
target="_blank"
href="https://www.bdspecializedhospital.com/department/bshl-blood-bank"
>
Bangladesh Specialized Hospital Ltd.
</a>
</li>
<li>
<a
class="dropdown-item"
target="_blank"
href="https://www.uhlbd.com/services/blood-bank"
>
United Hospital Limited.
</a>
</li>
<li>
<a
class="dropdown-item"
target="_blank"
href="https://www.facebook.com/groups/255314818868314/"
>Plasma Bank Of Covid Survivors</a
>
</li>
<li>
<a
class="dropdown-item"
target="_blank"
href="https://www.facebook.com/groups/BloodFighters/"
>Blood Fighters</a
>
</li>
<li>
<a
class="dropdown-item"
target="_blank"
href="https://www.facebook.com/groups/blood.donation.national.family/"
>Blood Donation National Family</a
>
</li>
<li>
<a
class="dropdown-item"
target="_blank"
href="https://www.facebook.com/groups/ctg.blood.bank/"
>Chittagong Blood Bank</a
>
</li>
</ul>
</div>
<div class="btn-group traffic-button p-2">
<button
class="btn button-color dropdown-toggle btn-font pt-2 pb-2 mx-1"
type="button"
data-bs-toggle="dropdown"
aria-expanded="false"
style="padding-left: 40px; padding-right: 40px"
>
Traffic Update (Dhaka)
</button>
<ul class="dropdown-menu">
<li>
<a
class="dropdown-item"
target="_blank"
href="https://www.facebook.com/groups/TrafficAlert.BD/"
>
Traffic Alert
</a>
</li>
<li>
<a
class="dropdown-item"
target="_blank"
href="https://goo.gl/maps/zjyPAuUHfWWY6G989"
>
Google Maps
</a>
</li>
</ul>
</div>
</div>
</section>
<!-- cards -->
<section>
<div class="container mt-3 px-2">
<div class="row card-row my-4">
<div class="col mb-4 card-column-1">
<div
class="card card-body h-100 shadow card-round-border card-size"
>
<div class="card-photo d-flex justify-content-center card-img">
<img
src="images/Cross/bus_c.png"
class="card-img-top card-photo-percent-size"
alt="..."
/>
</div>
<div class="card-body">
<h5 class="fonts card-title text-center mb-2">
Public Transport
</h5>
<p class="text-center">
<small>✘ Not allowed</small><br />
<small>✘ Ride sharing not allowed</small><br />
<small>✔ Private transport allowed</small><br />
<small>✱ Movement pass required</small>
</p>
</div>
</div>
</div>
<div class="col mb-4 card-column-2">
<div
class="card card-body h-100 shadow card-round-border card-size"
>
<div class="card-photo d-flex justify-content-center card-img">
<img
src="images/Tick/bazar_g.png"
class="card-img-top card-photo-percent-size"
alt="..."
/>
</div>
<div class="card-body">
<h5 class="fonts card-title text-center mb-2">
Bazar/ Grocery
</h5>
<p class="text-center">
<small>✔ Open bazars allowed</small><br />
<small>✔ Local shops allowed</small><br />
<small>✱ Time Frame: 9am-3pm</small>
</p>
</div>
</div>
</div>
<div class="col mb-4 card-column-3">
<div
class="card card-body h-100 shadow card-round-border card-size"
>
<div class="card-photo d-flex justify-content-center card-img">
<img
src="images/Cross/hangout_c.png"
class="card-img-top card-photo-percent-size"
alt="..."
/>
</div>
<div class="card-body">
<h5 class="fonts card-title text-center mb-2">
Public Hangout
</h5>
<p class="text-center">
<small>✘ Not allowed</small><br />
<small>✱ Recommended Distance: 6ft</small><br />
<small>✱ Only emergency movement allowed</small>
</p>
</div>
</div>
</div>
<div class="col mb-4 card-column-4">
<div
class="card card-body h-100 shadow card-round-border card-size"
>
<div class="card-photo d-flex justify-content-center card-img">
<img
src="images/Limited/bank_l.png"
class="card-img-top card-photo-percent-size"
alt="..."
/>
</div>
<div class="card-body">
<h5 class="fonts card-title text-center mb-2">Bank</h5>
<p class="text-center">
<small>✱ Limited services available</small><br />
<small>✱ Time Frame: 10am-1pm</small><br />
<small>✱ Follow government guidelines</small>
</p>
</div>
</div>
</div>
<!-- <div class="row my-4"> -->
<div class="col mb-4 card-column-5">
<div
class="card card-body h-100 shadow card-round-border card-size"
>
<div class="card-photo d-flex justify-content-center card-img">
<img
src="images/Tick/medicine_g.png"
class="card-img-top card-photo-percent-size"
alt="..."
/>
</div>
<div class="card-body">
<h5 class="fonts card-title text-center mb-2">Pharmacy</h5>
<p class="text-center">
<small>✔ No restriction at dispensaries</small><br />
<small>✔ Allowed 24x7</small><br />
<small>✔ Home Deliveries allowed</small>
</p>
</div>
</div>
</div>
<div class="col mb-4 card-column-6">
<div
class="card card-body h-100 shadow card-round-border card-size"
>
<div class="card-photo d-flex justify-content-center card-img">
<img
src="images/Tick/shopping_g.png"
class="card-img-top card-photo-percent-size"
alt="..."
/>
</div>
<div class="card-body">
<h5 class="fonts card-title text-center mb-2">
Shopping Mall/ Market
</h5>
<p class="text-center">
<small>✔ Allowed</small><br />
<small>✔ Online shopping allowed</small><br />
<small>✱ Time Frame: 10am-9pm</small>
</p>
</div>
</div>
</div>
<div class="col mb-4 card-column-7">
<div
class="card card-body h-100 shadow card-round-border card-size-7"
>
<div
class="
card-photo card-photo-expand-width
d-flex
justify-content-center
card-img
"
>
<img
src="images/Tick/hotel_g.png"
class="
card-img-top card-photo-percent-size card-photo-shrink-size
"
alt="..."
/>
</div>
<div class="card-body">
<h5 class="fonts card-title text-center mb-2">Restaurant</h5>
<p class="text-center">
<small>✔ Dine-in allowed</small><br />
<small>✔ Take-out allowed</small><br />
<small>✔ Online deliveries allowed</small><br />
<small>✱ Time Frame: 12pm to 10pm</small>
</p>
</div>
</div>
</div>
<div class="col mb-4 card-column-8">
<div
class="card card-body h-100 shadow card-round-border card-size-7"
>
<div
class="
card-photo card-photo-expand-width
d-flex
justify-content-center
card-img
"
>
<img
src="images/Cross/govt_c.png"
class="
card-img-top card-photo-percent-size card-photo-shrink-size
"
alt="..."
/>
</div>
<div class="card-body">
<h5 class="fonts card-title text-center mb-2">
Government Services
</h5>
<p class="text-center">
<small>✘ Government organizations are unavailable</small
><br />
<small>✱ For emergency government services, dial 999</small>
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<footer>
<!-- Microsoft Azure -->
<div
id="footer"
class="
d-sm-block d-md-flex d-lg-flex d-xl-flex d-xxl-flex
justify-content-center
align-content-center
mt-5
mb-2
"
>
<div>
<p class="ms-1 me-1 zero-margin">Powered by</p>
</div>
<div class="justify-content-center">
<img
class="ms-1 me-1"
src="images/Azure.png"
style="height: 20px"
alt=""
/>
</div>
</div>
<!-- MSLA BUP -->
<div
id="footer"
class="
d-sm-block d-md-flex d-lg-flex d-xl-flex d-xxl-flex
justify-content-center
align-content-center
mb-4
"
>
<div>
<p class="zero-margin">Initiative by</p>
</div>
<a
href="https://www.facebook.com/mlsabup"
style="text-decoration: none; color: inherit"
target="_blank"
>
<div class="d-flex justify-content-center align-content-center">
<div>
<img
class="me-1 ms-1"
src="images/mlsa-icon.ico"
style="height: 20px"
alt=""
/>
</div>
<div>
<p class="mlsa-text zero-margin">
Microsoft Learn Student Ambassadors BUP
</p>
</div>
</div>
</a>
</div>
<!-- References -->
<div class="footer-background">
<div
class="
d-flex
pt-2
justify-content-md-start
container
justify-content-center
"
>
<p>References:</p>
<a target="_blank" href="https://corona.gov.bd/"
> Corona.gov.bd <span class="sb">|</span></a
>
<a
target="_blank"
href="https://corona.gov.bd/storage/press-releases/April2021/wLVavbb8RArZxCko5Dve.pdf"
> Press Release</a
>
</div>
</div>
</footer>
<script
src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"
integrity="sha384-SR1sx49pcuLnqZUnnPwx6FCym0wLsk5JZuNx2bPPENzswTNFaQU1RDvt3wT4gWFG"
crossorigin="anonymous"
></script>
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js"
integrity="sha384-j0CNLUeiqtyaRmlzUHCPZ+Gy5fQu0dQ6eZ/xAww941Ai1SxSY+0EQqNXNE6DZiVc"
crossorigin="anonymous"
></script>
</body>
</html>