-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
58 lines (47 loc) · 3.02 KB
/
about.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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<meta name="description" content="Get Insights from Us About Covid-19">
<meta name="author" content="NIBRAZ KHAN">
<link rel="stylesheet" href="Style.css">
<title>INSIGHT-About</title>
</head>
<body>
<header>
<div class="container">
<div id="branding">
<img class="im" src="https://mediad.publicbroadcasting.net/p/shared/npr/201608/488380206.png" alt="">
</div>
<nav>
<ul>
<li ><a href="index.html">Home</a></li>
<li class="current"><a href="about.html">About</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="resources.html">Resources</a></li>
</ul>
</nav>
</div>
</header>
<section class="main">
<div class="container">
<article id="main-col">
<h1 class="page-title">About Us</h1>
<p>We present data in such a manner that even a non technical person can understand what is happening. This understanding will impact largely as now the population can take necessary measures to fight COVID19. We have considered multi-temporal features from statistics and presented them in simple graphs and charts. Though this, the people of a particular region can understand the spread of the disease and how the economy is being impacted. This will lead them to self awareness.</p>
<p class="dark">As a citizen of a third world country, most of the time we don't get the right data or resources to understand our situations and make a safe prediction. To provide general people with understandable insights and to give them the opportunity to take necessary measures was the reason to choose this initiative.The website we made is just a protoype and we plan to upgrade and add more data and visualisation to it.We used simple html and css to code the prototype of the website. For data analysis and visualisation we used python libraries such as numpy, pandas, matplotlib etc. Github and Kaggle was used to host the codes. The Discord workspace was pretty useful for team collaboration and organisation.
</p>
</article>
<aside id="sidebar">
<div class="dark">
<h3>The team</h3>
<p>We tried to make a simple well-defined user-friendly online platform which was accessible to everyone with an internet connection regardless of what device they use. Thus providing them with the opportunity to make the best out of it. For that, we incorporated socio-economic data, performed some data analysis and them visualised from the most unadorned user's perspective.We also plan to take our combined collaborative approach in building our project further in the near future.</p>
</div>
</aside>
</div>
</section>
<footer>
<p>Contact us at <a href="#">info@insightcovid19.co</a></p>
</footer>
</body>
</html>