-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
208 lines (191 loc) · 8.86 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
<!-- main/index HTML file that contains the contents of the whole website and links to the other pages such as graphs and map-->
<!DOCTYPE html>
<html>
<head>
<title>COVIDify</title>
<link rel="stylesheet" type="text/css" href="style1.css">
<link rel="stylesheet" type="text/css" href="scrollbar.css">
<!--<link rel="stylesheet" type="text/css" href="trial.css">-->
<script src="https://kit.fontawesome.com/5f49a5e6a5.js" crossorigin="anonymous"></script>
<link rel="icon" type="image/png" href="smol_logo.png">
<script src="https://kit.fontawesome.com/5f49a5e6a5.js" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/Chart.min.js"></script>
</head>
<body>
<div class="navbar">
<div class = "logo">
<a href="#home"><img src="logo(7).png" alt="logo of COVIDify"></a>
</div>
<ul class="nav">
<li><a href="#home">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="map.html" target = "_blank" >Map</a></li>
<li><a href="tables.html" target = "_blank" >Table</a></li>
<!-- <li><a href="graphs.html" target = "_blank" >Graphs1</a></li> -->
<li><a href="#graph">Graphs</a></li>
<li><a href="#precautions">Precautions</a></li>
<li><a href="#tech">Tech</a></li>
<li><a href="#contact">About us</a></li>
</ul>
</div>
<section class="banner-area" id="home">
</section>
<div class="bg-text">
<h1>Welcome to COVIDify!</h1>
<h2 style="font-size:30px">Real & Relevant. A clutter-free, handy tool to equip you with Covid-19 facts & figures.</h2>
</div>
<section class="about-area" id="about">
<div class="text-part">
<h1>
About COVIDify</h1>
<h2>
COVIDify is a COVID-19 Dashboard.</h2>
<p>Our main aim is to educate the common man who isn't "tech-savvy" per se, with regards to the evolving Covid situation in a fun, easy and interactive way.
A user will be able to choose from following visuals - graphs, map and tables.
You might be wondering about the reason behind keeping multiple methods of ingesting information?<br> Well, it is because every human prefers to intake information differently and we respect and understand that.</p>
</div>
</section>
<section class="graph-area" id="graph">
<div class="stats">
<div class="latest-report">
<div class="country">
<div class="name">Loading...</div>
<div class="change-country">change</div>
<div class="search-country hide">
<div class="search-box">
<input
type="text"
id="search-input"
placeholder="Search Country..."
/>
<img class="close" src=".close.svg" alt="" />
</div>
<div class="country-list"></div>
</div>
</div>
<div class="total-cases">
<div class="title">Total Cases</div>
<div class="value">0</div>
<div class="new-value">+0</div>
</div>
<div class="recovered">
<div class="title">Recovered</div>
<div class="value">0</div>
<div class="new-value">+0</div>
</div>
<div class="deaths">
<div class="title">Deaths</div>
<div class="value">0</div>
<div class="new-value">+0</div>
</div>
</div>
<div class="chart">
<canvas id="axes_line_chart"></canvas>
</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/Chart.min.js"></script>
<script
language="JavaScript"
src="http://www.geoplugin.net/javascript.gp"
type="text/javascript"
></script>
<script src="countries.js"></script>
<script src="graphingData.js"></script>
</section>
<section class="port-area" id="precautions">
<div class="text-part">
<h1>
Precautions One Needs To Take</h1>
<ol>
<li>Wear masks either surgical or cloth based.</li>
<li>Maintain social distancing.</li>
<li>Hand hygiene i.e. Clean your hands often. Use soap and water, or an alcohol-based hand rub/sanitizer.</li>
<li>Avoid visiting crowded places.</li>
<li>Remain aware of what you touch.</li>
<li>Refrain from touching your eyes, nose or mouth while out in public to reduce the chances of transfering bacteria from your hands</li>
<li>Cover your nose and mouth with your bent elbow or a tissue when you cough or sneeze.</li>
<li>Stay home if you feel unwell.</li>
<li>If you have a fever, cough and difficulty breathing, seek medical attention.</li>
</ol>
</div>
</section>
<section class="service-area" id="tech">
<div class="text-part">
<h1>
Tech Behind This</h1>
<p>Scripting languages used development of the website :</p><br><br>
<div class="languagelogo">
<a href="https://html.com/" target="_blank"><img src="htmllogo(2).png"></a>
</div>
<div class="languagelogo">
<a href="https://www.w3schools.com/css/" target="_blank"><img src="csslogo(2).png"></a>
</div>
<div class="languagelogo">
<a href="https://www.w3schools.com/js/default.asp" target="_blank"><img src="jslogo.png"></a>
</div>
</div>
</section>
<section class="contact-area" id="contact">
<div class="text-part">
<h1>About The Creators</h1>
<div>
<div class="card-wrapper">
<div class="card">
<!--<img src="https://i.pinimg.com/originals/ce/14/43/ce14432e0cdbea113877e6ef42aa4095.jpg" alt="card bg" class="card-img">-->
<img src="Bennett-University-smol-logo.png" alt="card bg" class="card-img">
<img src="Anmolpic.jpeg" alt="profile img" class="profile-img">
<h1>Anmol Arora</h1>
<p class="job-title">Designer & Front-end Web Developer</p>
<p class="about">
Hi! I am Anmol (CSE@Bennett). My favourite tv series are Suits and Silicon Valley. Finance fascinates me. I also like to interact with people from diverse areas / backgrounds. This gives me the opportunity to see the world from their perspective. Interestingly, this acts for me as a trigger for creative thoughts and solutions and also fires my imagination.
</p>
&subject=Hi!%
&body=Team%20COVIDify," target="_top"
class="btn">Contact</a>
<ul class="social-media">
<li><a href="https://github.com/ANMOLCODES" target="_blank"><i class="fab fa-github-square"></i></a></li>
<li><a href="https://twitter.com/lordofthesimps" target="_blank"><i class="fab fa-twitter-square"></i></a></li>
<li><a href="https://www.instagram.com/anmoltookthese/?hl=en" target="_blank"><i class="fab fa-instagram-square"></i></a></li>
<li><a href="https://www.linkedin.com/in/anmolarora1/" target="_blank"><i class="fab fa-linkedin"></i></a></li>
</ul>
</div>
<div class="card">
<img src="Bennett-University-smol-logo.png" alt="card bg" class="card-img">
<img src="Rohitpic.jpg" alt="profile img" class="profile-img">
<h1>Rohit Singh Rathore</h1>
<p class="job-title">Back-end Developer</p>
<p class="about">
Hi! I am Rohit (CSE@Bennett). My favourite tv series are Hannah Montana and The Powerpuff Girls. Anmol fascinates me. I don't like to interact with people. I am an introvert that keeps kaam se kaam and that helps me remain calm. I like to code and sleep. I'm a problem solver, things that engage my brain and force me into thinking are really intriguing to me.
</p>
&subject=Hi!%
&body=Team%20COVIDify," target="_top"
class="btn">Contact</a>
<ul class="social-media">
<li><a href="https://github.com/rohit0110" target="_blank"><i class="fab fa-github-square"></i></a></li>
<li><a href="#"><i class="fab fa-twitter-square"></i></a></li>
<li><a href="https://www.instagram.com/rohit._.rathore/?hl=en" target="_blank"><i class="fab fa-instagram-square"></i></a></li>
<li><a href="https://www.linkedin.com/in/rohit-singh-rathore-837a24190/" target="_blank"><i class="fab fa-linkedin"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</section>
<div class="right-bar">
<div class="icons">
<a href="https://www.youtube.com/channel/UC6G3_OTh4k3YPE1iGaI3RRA/" target="_blank" class="icon-btn"><i class="fab fa-youtube"></i></a>
<a href="https://www.instagram.com/anmoltookthese/?hl=en" target="_blank" class="icon-btn"><i class="fab fa-instagram"></i></a>
<a href="https://twitter.com/covidify" target="_blank" class="icon-btn"><i class="fab fa-twitter"></i></a>
<a href="https://www.facebook.com/zuck" target="_blank" class="icon-btn"><i class="fab fa-facebook"></i></a>
<a href="mailto:[email protected]?Subject=Hi!" target="_top" class="icon-btn"><i class="fas fa-envelope"></i></a>
</div>
</div>
<footer>
<p>
Created with <i class="fa fa-heart"></i> by<a target="_blank" href="https://github.com/ANMOLCODES">Team COVIDify</a>
</p>
</footer>
</body>
</html>