-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
348 lines (329 loc) · 26.3 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=0", shrink-to-fit=no" />
<meta http-equiv="x-ua-compatible" content="ie=edge" />
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="mobile-web-app-capable" content="yes">
<title> Home </title>
<link rel="apple-touch-icon" sizes="128x128" href="res/graphics/icon192.png">
<link rel="icon" sizes="192x192" href="res/graphics/icon128.png">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script src="https://code.jquery.com/ui/1.9.2/jquery-ui.js"></script>
<link href="https://fonts.googleapis.com/css?family=Material+Icons+Outlined" rel="stylesheet">
<link rel="stylesheet" href="css/mdb.min.css">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/myapp.css">
<link id="themeSheet" rel="stylesheet" href="">
<script type = "text/javascript">function loadStyle(){ if (localStorage.getItem("theme") !== null) document.getElementById("themeSheet").href = localStorage.getItem("theme") } window.onload = loadStyle();</script>
</head>
<body>
<header class="home tab__header vertical__container">
<div class="search-bar__container vertical__container">
<div class="box search-bar__box">
<div id="search-logo" class="horizontal__container">
<img src="res/graphics/icon128.png" />
<p> COVInfo </p>
</div>
<div id="search-container" class="horizontal__container" onclick="location.href='search.html'">
<div class=" horizontal__container">
<span class="grey__color material-icons-outlined">search</span>
<p class="grey__color"> Search for information... </p>
</div>
<a href="settings.html"><span class="grey__color material-icons-outlined">settings</span></a>
</div>
</div>
</div>
<div class="search-bar__filler search-bar__container vertical__container">
<div class="box search-bar__box horizontal__container">
<div class=" horizontal__container">
<span class="grey__color material-icons-outlined">search</span>
<p class="grey__color"> Search for information... </p>
</div>
<a href="settings.html"><span class="grey__color material-icons-outlined">settings</span></a>
</div>
</div>
<div id="profile-header" class="home__header">
<div class="horizontal__container">
<div class="vertical__container">
<p id="profile-location" class="small__text grey__color"> Glasgow City, Scotland </p>
<h1 id="profile-name" class="title__text"> Your Name </h1>
</div>
<a href="profiledetails.html" class="vertical__container"><span class="accent__color material-icons-outlined">arrow_forward</span></a>
</div>
<div class="vertical__container">
<img id="profile-pic" class="profile-picture__image" src="res/graphics/default-profile.png" alt="Profile picture">
<div id="symptoms-btn" class="button small__button next__button"> No Symptoms </div>
</div>
</div>
<div id="stats-header" class="home__header">
<div id="local-stats">
<div class="horizontal__container">
<div class="vertical__container">
<p id="stats-location" class="small__text grey__color"> Glasgow City, Scotland </p>
<h1 id="stats-alert-level" class="title__text"> Stage <span id="local-alert-level">0</span> </h1>
</div>
<a href="https://www.gov.scot/publications/coronavirus-covid-19-stay-at-home-guidance/" target="_blank"><span class="accent__color material-icons-outlined">arrow_forward</span></a>
</div>
<div class="vertical__container">
<div class="d-flex flex-row flex-nowrap overflow-auto" style="width:100%;">
<div class="box vertical__container">
<p class="small__text grey__color"> New cases </p>
<h2 class="dynamic__text small-title__text horizontal__container" id="user-defined-location-new-cases"> 0000 </h2>
<p class="small__text accent__color stats-date"> 00 Jan </p>
</div>
<div class="box vertical__container">
<p class="small__text grey__color"> New deaths </p>
<h2 class="dynamic__text small-title__text horizontal__container" id="user-defined-location-new-deaths"> 0000 </h2>
<p class="small__text accent__color stats-date"> 00 Jan </p>
</div>
<div class="box vertical__container">
<p class="small__text grey__color"> Total cases </p>
<h2 class="dynamic__text small-title__text horizontal__container" id="user-defined-total-cases"> 0000 </h2>
<p class="small__text accent__color stats-date"> 00 Jan </p>
</div>
<div class="box vertical__container">
<p class="small__text grey__color"> Total deaths </p>
<h2 class="dynamic__text small-title__text horizontal__container" id="user-defined-total-deaths"> 0000 </h2>
<p class="small__text accent__color stats-date"> 00 Jan </p>
</div>
</div>
</div>
</div>
</div>
<div id="tabs-header" class="horizontal__container">
<button id="nationwide-tab" class="accent__color small__text horizontal__container selected-tab"><span class="material-icons-outlined">near_me</span> <p> Nationwide </p></button>
<button id="worldwide-tab" class="accent__color small__text horizontal__container"><span class="material-icons-outlined">public</span> <p> Worldwide </p></button>
</div>
</header>
<main>
<div id="profile-main" class="home__main">
<a href="symptomsform.html">
<div class="box horizontal__container">
<p>Take a moment to check whether you have symptoms</p>
<span class="accent__color material-icons-outlined form-control-left">arrow_forward</span>
</div>
</a>
<div class="vertical__container">
<h1 class="small-title__text"> Stay informed </h1>
<div class="d-flex flex-row flex-nowrap overflow-auto" style="width:100%;">
<div class="box vertical__container" onClick="window.open('https://www.who.int/health-topics/coronavirus#tab=tab_1','_blank')">
<div>
<p class="small__text grey__color"> World Health Organization </p>
<h2 class="small-title__text"> What is coronavirus? </h2>
</div>
<p class="small__text accent__color"> Basics </p>
<img class="box-image" src="res/graphics/virus.png" />
</div>
<div class="box vertical__container" onClick="window.open('https://www.gov.uk/government/publications/face-coverings-when-to-wear-one-and-how-to-make-your-own/face-coverings-when-to-wear-one-and-how-to-make-your-own','_blank')">
<div>
<p class="small__text grey__color">GOV.UK</p>
<h2 class="small-title__text">Face coverings</h2>
</div>
<p class="small__text accent__color"> Basics </p>
<img class="box-image" src="res/graphics/mask.png" />
</div>
<div class="box vertical__container" onClick="window.open('https://www.gov.uk/guidance/national-lockdown-stay-at-home','_blank')">
<div>
<p class="small__text grey__color">GOV.UK</p>
<h2 class="small-title__text">Lockdown rules</h2>
</div>
<p class="small__text accent__color"> Basics </p>
<img class="box-image" src="res/graphics/house.png" />
</div>
</div>
</div>
<div class="vertical__container">
<h1 class="small-title__text"> Prevention </h1>
<div class="d-flex flex-row flex-nowrap overflow-auto" style="width:100%;">
<div class="box vertical__container" onClick="window.open('https://www.nhs.uk/conditions/coronavirus-covid-19/coronavirus-vaccination/coronavirus-vaccine/','_blank')">
<div>
<p class="small__text grey__color"> NHS </p>
<h2 class="small-title__text">Coronavirus vaccine </h2>
</div>
<p class="small__text accent__color"> Vaccine </p>
<img class="box-image" src="res/graphics/syringe.png" />
</div>
<div class="box vertical__container" onClick="window.open('https://www.nhs.uk/conditions/coronavirus-covid-19/self-isolation-and-treatment/','_blank')">
<div>
<p class="small__text grey__color">NHS</p>
<h2 class="small-title__text">Self-isolating</h2>
</div>
<p class="small__text accent__color"> Basics </p>
<img class="box-image" src="res/graphics/house.png" />
</div>
<div class="box vertical__container" onClick="window.open('https://www.nhs.uk/conditions/coronavirus-covid-19/coronavirus-vaccination/book-coronavirus-vaccination/','_blank')">
<div>
<p class="small__text grey__color">NHS</p>
<h2 class="small-title__text">Booking a vaccine</h2>
</div>
<p class="small__text accent__color"> Vaccine </p>
<img class="box-image" src="res/graphics/syringe.png" />
</div>
</div>
</div>
</div>
<div id="stats-main" class="home__main">
<div id="nationwide-stats" class="vertical__container">
<div class="horizontal__container">
<div class="box vertical__container">
<p class="small__text grey__color"> New cases </p>
<h2 class="dynamic__text small-title__text horizontal__container" id="national-new-cases"> 0000 </h2>
<p class="small__text accent__color stats-date"> 00 Jan </p>
</div>
<div class="box vertical__container">
<p class="small__text grey__color"> New deaths </p>
<h2 class="dynamic__text small-title__text horizontal__container" id="national-new-deaths"> 0000 </h2>
<p class="small__text accent__color stats-date"> 00 Jan </p>
</div>
</div>
<div class="horizontal__container">
<div class="box vertical__container">
<p class="small__text grey__color"> First-dose vaccinations </p>
<h2 class="dynamic__text small-title__text horizontal__container" id="first-dose-vaccinated"> 0000 </h2>
<p class="small__text accent__color stats-date"> 00 Jan </p>
</div>
<div class="box vertical__container">
<p class="small__text grey__color"> Total cases </p>
<h2 class="dynamic__text small-title__text horizontal__container" id="fourth-box-data"> 0000 </h2>
<p class="small__text accent__color stats-date"> 00 Jan </p>
</div>
</div>
</div>
<div id="worldwide-stats" class="vertical__container">
<div class="horizontal__container">
<div class="box vertical__container">
<p class="small__text grey__color"> New cases </p>
<h2 class="dynamic__text small-title__text horizontal__container" id="global-new-cases"> 1111 </h2>
<p class="small__text accent__color stats-date"> 00 Jan </p>
</div>
<div class="box vertical__container">
<p class="small__text grey__color"> New deaths </p>
<h2 class="dynamic__text small-title__text horizontal__container" id="global-new-deaths"> 1111 </h2>
<p class="small__text accent__color stats-date"> 00 Jan </p>
</div>
</div>
<div class="horizontal__container">
<div class="box vertical__container">
<p class="small__text grey__color"> Total cases </p>
<h2 class="dynamic__text small-title__text horizontal__container" id="global-total-cases"> 1111 </h2>
<p class="small__text accent__color stats-date"> 00 Jan </p>
</div>
<div class="box vertical__container">
<p class="small__text grey__color"> Total Deaths </p>
<h2 class="dynamic__text small-title__text horizontal__container" id="global-total-deaths"> 1111 </h2>
<p class="small__text accent__color stats-date"> 00 Jan </p>
</div>
</div>
</div>
</div>
<div id="news-main" class="home__main">
<div id="nationwide-news">
<div class="box horizontal__container" onClick="window.open('https://www.bbc.co.uk/news/health-56352138','_blank')">
<div class="vertical__container">
<p class="small__text accent__color"> BBC News</p>
<div>
<h2 class="small-title__text"> UK Biobank scans aim to reveal health legacy </h2>
<p class="small__text grey__color"> A major study by biomedical database UK Biobank will examine the long-term impacts of coronavirus. </p>
</div>
</div>
<img src="https://ichef.bbci.co.uk/news/976/cpsprodpb/134EA/production/_117528097_whatsubject.jpg" />
</div>
<div class="box horizontal__container" onClick="window.open('https://www.bbc.co.uk/news/world-europe-56364290','_blank')">
<div class="vertical__container">
<p class="small__text accent__color"> BBC News</p>
<div>
<h2 class="small-title__text">France eases travel for UK and six other countries</h2>
<p class="small__text grey__color">France is to ease restrictions on travel to and from seven countries outside the EU, including the UK.</p>
</div>
</div>
<img src="https://ichef.bbci.co.uk/news/976/cpsprodpb/2F83/production/_117536121_mediaitem117536119.jpg" />
</div>
<div class="box horizontal__container" onClick="window.open('https://www.thetimes.co.uk/article/antibody-drug-cuts-covid-hospital-admissions-and-deaths-by-85-pnxdr7dmn','_blank')">
<div class="vertical__container">
<p class="small__text accent__color"> The Times</p>
<div>
<h2 class="small-title__text">Antibody drug cuts Covid ‘hospital admissions and deaths by 85%.</h2>
<p class="small__text grey__color">A new drug has reduced Covid-19 hospital admissions and deaths among high-risk patients by 85 per cent,
the British pharmaceutical company GlaxoSmithKline (GSK) said this morning.</p>
</div>
</div>
<img src="https://www.thetimes.co.uk/imageserver/image/%2Fmethode%2Ftimes%2Fprod%2Fweb%2Fbin%2F9a82ec54-825a-11eb-b718-da0821f7ec01.jpg?crop=3079%2C1732%2C0%2C160&resize=1180" />
</div>
<div class="box horizontal__container" onClick="window.open('https://www.bbc.co.uk/news/health-56364339','_blank')">
<div class="vertical__container">
<p class="small__text accent__color"> BBC News</p>
<div>
<h2 class="small-title__text">Homeless people to be prioritised</h2>
<p class="small__text grey__color">Health Secretary Matt Hancock said the strategy would save more lives among those most at risk in society. </p>
</div>
</div>
<img src="https://ichef.bbci.co.uk/news/976/cpsprodpb/624B/production/_117536152_gettyimages-640936128.jpg" />
</div>
</div>
<div id="worldwide-news">
<div class="box horizontal__container" onClick="window.open('https://www.independent.co.uk/news/world/americas/us-politics/oklahoma-covid-restrictions-latest-coronavirus-b1815961.html','_blank')">
<div class="vertical__container">
<p class="small__text accent__color"> The Independent</p>
<div>
<h2 class="small-title__text"> Oklahoma latest state to drop all Covid-19 restrictions </h2>
<p class="small__text grey__color"> Oklahoma has become the latest state to announce it will be lifting all coronavirus restrictions on events and removing its statewide mask mandate. </p>
</div>
</div>
<img src="https://static.independent.co.uk/2021/03/11/11/PRI186039248.jpg?width=230&auto=webp&quality=75" />
</div>
<div class="box horizontal__container" onClick="window.open('https://www.nytimes.com/2021/03/12/us/politics/covid-19-vaccine-global-shortage.html','_blank')">
<div class="vertical__container">
<p class="small__text accent__color"> The New York Times</p>
<div>
<h2 class="small-title__text"> Biden Takes First Tentative Steps to Address Global Vaccine Shortage </h2>
<p class="small__text grey__color"> Under pressure to play catch-up on “vaccine diplomacy,” President Biden says he will help finance vaccine manufacturing capacity but is still resisting exports of doses. </p>
</div>
</div>
<img src="https://static01.nyt.com/images/2021/03/12/us/politics/12dc-virus-biden-1/merlin_184505133_0029c368-5006-4b01-be6e-abad3ab6e210-superJumbo.jpg?quality=90&auto=webp" />
</div>
<div class="box horizontal__container" onClick="window.open('https://www.medicalnewstoday.com/articles/global-impact-of-the-covid-19-pandemic-1-year-on','_blank')">
<div class="vertical__container">
<p class="small__text accent__color"> Medical News Today</p>
<div>
<h2 class="small-title__text"> Global impact of the COVID-19 pandemic: 1 year on </h2>
<p class="small__text grey__color"> How has the pandemic impacted our lives these past 12 months? Medical News Today assess the situation. </p>
</div>
</div>
<img src="data:image/jpeg;base64,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">
</div>
<div class="box horizontal__container" onClick="window.open('https://news.sky.com/story/covid-19-chinas-vaccine-favouritism-risks-damaging-global-fight-against-pandemic-says-expert-12243343\', blank')">
<div class="vertical__container">
<p class="small__text accent__color"> Sky News</p>
<div>
<h2 class="small-title__text"> China's 'vaccine favouritism' risks damaging global fight against pandemic, says expert </h2>
<p class="small__text grey__color"> Critics have accused the nation of cherry-picking countries to donate jabs to in a bid to win political influence. </p>
</div>
</div>
<img src="https://e3.365dm.com/21/03/1600x900/skynews-china-vaccine-coronavirus_5301691.jpg?20210312070741" />
</div>
</div>
</div>
</main>
<div style="height: 5vmax"></div>
<nav class="horizontal__container">
<a id="profile-link" class="accent__color vertical__container">
<span class="regular__text material-icons-outlined">perm_identity</span>
<p class="regular__text">For you</p>
</a>
<a id="stats-link" class="vertical__container grey__color">
<span class="regular__text material-icons-outlined">analytics</span>
</a>
<a id="news-link" class="vertical__container grey__color">
<span class="regular__text material-icons-outlined">feed</span>
</a>
</nav>
<!-- for simple javascript without MVC use myapp.js -->
<script src="model.js"></script>
<script src="view.js"></script>
<script src="controller.js"></script>
<script src="src/app.js"></script>
<script src="src/loadAnimation.js"></script>
</body>
</html>