-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
162 lines (152 loc) · 8.93 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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Fonts and icons -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.3/css/all.css"
integrity="sha384-SZXxX4whJ79/gErwcOYf+zWLeJdY/qpuqC4cAa9rOGUstPomtqpuNWT9wdPEn2fk" crossorigin="anonymous">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Trochut&family=Vollkorn:wght@500&display=swap"
rel="stylesheet">
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-+0n0xVW2eSR5OomGNYDnhzAbDsOXxcvSN1TPprVMTNDbiYZCxYbOOl7+AMvyTG2x" crossorigin="anonymous">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css"
integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<link rel="stylesheet" href="styles.css">
<title>Nathan Jeon</title>
</head>
<body>
<div class="section1 container-fluid py-5">
<h1 class="mt-5 text-center headerTitle">Immunization Status in South Korea</h1>
<div class="row justify-content-center">
<div class="col-md-6 align-self-center">
<div class="resultShow pt-5 pb-5 mb-0">
<h2 class="totalImmunization text-center">Immunization Status</h2>
<h4 class="atThisPoint ml-5 mt-5">At this point,</h4>
<h1 class="immunizedNumber">5%</h1>
<div class="progress progress-striped mx-auto">
<span class="percentageBar"></span>
</div>
<h4 class="ofPopulation text-end mr-5 mt-5">of population has been <br>fully immunized.</h4>
<h1 class="text-center">- - - - - - -</h1>
<h2 class="herdImmunity text-center">Herd Immunity in Korea</h2>
<h4 class="atThisPoint2 ml-5 mt-5">At this point, we are</h4>
<h1 class="herdImmunityNumber">5%</h1>
<div class="progress progress-striped mx-auto">
<span class="herdImmunityPercentageBar"></span>
</div>
<h4 class="ofHerdImmunity text-end mr-5 mt-5">to the herd immunity.</h4>
</div>
</div>
<div class="col-md-6 align-self-top">
<div class="window pt-5 pb-5 pr-lg-4 pl-lg-4">
<h2 class="header">Current Vaccination Rate in Republic of Korea</h2>
<h4 class="headerDate">text</h4>
<div class="row justify-content-center row-no-gutters">
<div class="col-sm-6 col-lg-4 text-center text-lg-right">
<form class="dateForm" onsubmit="event.preventDefault();formOnSubmit(event)">
<input class="dateInput" id="queryDate" name=queryDate type="date" value=""><Br>
<button class="btn btn-outline-light btn-lg" id="submitButton" type="submit">Query
<strong>>></strong></button>
</form>
</div>
<div class="results col-sm-6 col-lg-8 text-right">
<h3 class="result_1 newlyVaccinated">Current Status</h3>
<h5 class="currentDate"></h5>
<div class="row">
<div class="col-7 col-sm-6 col-md-12 col-lg-7">
<h5 class="result_1 totalEm">Total</h5>
</div>
<div class="col">
<h5 class="numberFont1 todayTotal"></h5>
</div>
</div>
<div class="row">
<div class="col-7 col-sm-6 col-md-12 col-lg-7">
<p class="result_1 firstDose">First Dose</p>
</div>
<div class="col">
<p class="numberFont1 todayFirst"></p>
</div>
</div>
<div class="row">
<div class="col-7 col-sm-6 col-md-12 col-lg-7">
<p class="result_1 firstDose">Fully Vaccinated</p>
</div>
<div class="col">
<p class="numberFont1 todaySecond"></p>
</div>
</div>
<h1 class="divide">-----</h1>
<h3 class="result_1 accumulatedPerformance">Accumulated Performance</h3>
<h5 class="accumulateDate"></h5>
<div class="row align-items-center justify-content-center">
<div class="col-7 col-sm-6 col-md-12 col-lg-7">
<h5 class="result_1 fullyVaccinated">Fully vaccinated</h5>
</div>
<div class="col align-items-center">
<h5 class="numberFont1 accumulatedSecondShot"></h5>
</div>
</div>
<div class="row">
<div class="col-7 col-sm-6 col-md-12 col-lg-7">
<h5 class="result_1 fullyVaccinated">First Dose</h5>
</div>
<div class="col">
<h5 class="numberFont1 accumulatedFirstShot"></h5>
</div>
</div>
</div>
<p class="information">* Data is being updated everyday at 9.35am, Korea time</p>
</div>
</div>
</div>
</div>
</div>
<div class="section2 container-fluid">
<div class="row justify-content-around">
<div class="col-lg-6 text-center">
<i class="fas fa-users"></i>
<h5 class="herdImmunity mb-2">What is herd immunity?</h5>
<p class="whiteLetters">Herd immunity can be achieved when large population is immune to certain
disease.</p>
</div>
<div class="col-lg-6 text-center">
<i class="fas fa-user-shield"></i>
<h5 class="herdImmunity mb-2">How to achieve?</h5>
<p class="mb-5 whiteLetters">Many scientists anticipate the herd immunity will be achieved when 70 % of
population is immune to COVID-19.</p>
</div>
</div>
</div>
<div class="bottomEnd text-center">
<a href="https://github.com/ByeonghoonJeon"><i class="fab fa-github mt-3"></i></a>
<a href="https://www.linkedin.com/in/nathan-jeon-4765a4207/"><i class="fab fa-linkedin-in"></i></a><br>
<p class="mb-0" style="color: white;">© Copyright 2021 Nathan Jeon (Byeonghoon Jeon)</p>
</div>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
crossorigin="anonymous"></script>
<script src="https://unpkg.com/axios/dist/axios.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js"
integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js"
integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/js/bootstrap.bundle.min.js"
integrity="sha384-gtEjrD/SeCtmISkJkNUaaKMoLD0//ElJ19smozuHV6z3Iehds+3Ulb9Bn9Plx0x4"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.9.2/dist/umd/popper.min.js"
integrity="sha384-IQsoLXl5PILFhosVNubq5LC7Qb9DXgDA9i+tQ8Zj3iwWAwPtgFTxbJ8NT4GN1R8p"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/js/bootstrap.min.js"
integrity="sha384-Atwg2Pkwv9vp0ygtn1JAojH0nYbwNJLPhwyoVbhoPwBhjQPR5VtM2+xf0Uwh9KtT"
crossorigin="anonymous"></script>
<script src="scripts\main.js"></script>
</body>
</html>