-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvaccine.html
117 lines (112 loc) · 5.69 KB
/
vaccine.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
<!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="preconnect" href="https://cdnjs.cloudflare.com">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="preload" href="https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;700;900&display=swap"
as="style" onload="this.onload=null;this.rel='stylesheet'">
<noscript>
<link href="https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;700;900&display=swap" rel="stylesheet">
</noscript>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
integrity="sha384-xOolHFLEh07PJGoPkLv1IbcEPTNtaed2xpHsD9ESMhqIYd0nLMwNLD69Npy4HI+N" crossorigin="anonymous">
<link rel="stylesheet" href="/assets/css/main.css">
<link rel="stylesheet" href="/assets/css/vaccine.css">
<link rel="icon" href="/assets/logo/CoviUlt.jpg" type="image/jpg">
<title>Vaccine | CoviUlt</title>
</head>
<body>
<!-- navbar start -->
<nav class="header shadow-lg p-3 bg-white rounded">
<div class="logo"><a href="/" class="logo-link">CoviUlt</a></div>
<div class="header-links">
<a class="underline" href="/">Home</a>
<a class="underline" href="/impact.html">Impact</a>
<a class="underline" href="/vaccine.html">Vaccine</a>
<a class="underline" href="/history.html">History</a>
<a class="underline" href="/know-more.html">Know More</a>
</div>
</nav>
<nav class="mobile-menu shadow-lg p-3 bg-white rounded sticky-top w-100">
<div class="container-nav">
<div class="logo px-3"><a href="/" class="logo-link">CoviUlt</a></div>
<input type="checkbox" class="toggle">
<div class="hamburger"><span></span></div>
<div class="menu">
<ul class="menu-links">
<li><a class="underline" href="/">Home</a></li>
<li><a class="underline" href="/impact.html">Impact</a></li>
<li><a class="underline" href="/vaccine.html">Vaccine</a></li>
<li><a class="underline" href="/history.html">History</a></li>
<li><a class="underline" href="/know-more.html">Know More</a></li>
</ul>
</div>
</div>
</nav>
<!-- navbar ends -->
<video loop id="myVideo">
<source src="/assets/videos/vaccine_faq.mp4" type="video/mp4">
Your browser does not support HTML5 video.
</video>
<button class="float button" id="unmute" title="Click to unmute video" style="right:30px !important;">
<i class="fa fa-volume-up my-float"></i>
</button>
<button class="float button" id="mute" title="Click to mute video" style="right:30px !important;">
<i class="fa fa-volume-mute my-float"></i>
</button>
<section id="mainHome_vaccine" class="vaccine row gx-5 align-items-center d-flex justify-content-between">
<div class="frosted-glass p-5">
<div class="col-lg-6">
<h3>Vaccination</h3>
<p class="lg:w-2/3 mx-auto leading-relaxed text-base" id="text-description">Check your nearest
Vaccination
Center and Slot Availability</p>
<p class="lg:w-2/3 mx-auto leading-relaxed text-base" id="text-description">Note: All the data are being
fetched
from Co-WIN public API</p>
</div>
</div>
<div class="col-lg-4 col-md-6 frosted-glass p-5">
<div class="input-group mb-3">
<input type="number" id="pincode" name="pincode" class="form-control border-0 shadow-none"
placeholder="Enter ZIP code" min="100000" max="999999" required autofocus>
<div class="input-group-append">
<button class="btn btn-outline-dark" id="submit" type="button">Continue</button>
</div>
<div class="invalid-feedback" style="visibility: 0;">Please provide a valid Pincode.</div>
</div>
</div>
</section>
<div class="vaccine-data bg-white d-none" id="vaccine-data">
<div class="container table-responsive p-3">
<table class="table table-bordered text-center table-hover" id="myTable">
<thead>
<tr>
<th scope="col">Date</th>
<th scope="col">Location</th>
<th scope="col">Available Vaccine</th>
<th scope="col">Vaccine</th>
<th scope="col">Minimum Age Limit</th>
<th scope="col">Fee Type</th>
</tr>
</thead>
<tbody id="tbody">
</tbody>
</table>
</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.slim.min.js"
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-Fy6S3B9q64WdZWQUiU+q4/2Lc9npb8tCaSX9FK7E8HnRr0Jz8D6OP9dO5Vg3Q9ct"
crossorigin="anonymous"></script>
<script src="/assets/js/vaccine.js"></script>
</body>
</html>