-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
72 lines (66 loc) · 3.8 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="HandheldFriendly" content="true">
<meta name="title" content="ମୋ ଟିକା 💉">
<meta name="description" content="Vaccine Availability for Khorda District, Odisha">
<meta name="author" content="Saswat Samal">
<meta name="keywords" content="Saswat Samal, vaccine, vaccination, Tracker, cowin, india, covid19">
<meta property="og:image" content="https://raw.githubusercontent.com/saswatsamal/MoTika/master/assets/img/icon.png" />
<link rel="shortcut icon" href="./assets/icons/icon.svg" type="image/x-icon">
<title>ମୋ ଟିକା 💉</title>
<link rel="stylesheet" href="./css/style.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css">
<!-- fontawesome CDN -->
<link rel="stylesheet" href="//use.fontawesome.com/releases/v5.1.0/css/all.css" />
</head>
<body>
<div class="limiter">
<div class="container-table100">
<div class="wrap-table100">
<img src="./assets/img/icon.png" width="100"> <img src="./assets/img/logo.png">
<h3 style="padding-top: 1rem;"> ଖୋର୍ଦ୍ଧା ଜିଲ୍ଲାରେ ଉପଲବ୍ଧ ଟିକା କେନ୍ଦ୍ର|</h3>
<h5>Vaccine Center Available at Khorda District</h5>
<button class="btn btn-primary"><a href="./disclaimer.html" style="text-decoration: none; color: aliceblue;">Disclaimer</a></button>
<button class="btn btn-success" ><a href="https://selfregistration.cowin.gov.in/" style="text-decoration: none; color: aliceblue;">Book Now</a></button>
<button class="btn btn-warning dash-btn ><a href="https://odishacovid19dashboard.netlify.app/" style="text-decoration: none; color: aliceblue;">Odisha COVID19 Dashboard</a></button>
<input type="text" class="form-control my-4 search-input" id="myInput" onkeyup="filterData()" placeholder="Search for PIN" title="Type in a Pin">
<div class="table100" id="table100">
<table>
<thead class="table100-head">
<th class="column1">Name</th>
<th class="column2">Address</th>
<th class="column2">PIN</th>
<th class="column3">Age</th>
<th class="column4">Date</th>
<th class="column5">Slots</th>
<th class="column6">Vaccine Type</th>
</thead>
<tbody id="data-table"></tbody>
</table>
</div>
<h6 id = "pin">Pin Not Found</h6>
</div>
</div>
</div>
<!-- Footer -->
<div class="footer">
<p class="py-1">ସାସ୍ୱତ ସାମଲଙ୍କ ଦ୍ୱାରା ନିର୍ମିତ <i class="far fa-heart" style="color: black; font-size: 20px;"></i> Made by <a href="https://github.com/saswatsamal" style="color: aliceblue;">Saswat Samal</a></p>
</div>
<!-- AJAX Script -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<!-- Main Script -->
<script src="./js/script.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-GM2C8PN0QW"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-GM2C8PN0QW');
</script>
</body>
</html>