-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
244 lines (200 loc) · 13 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Rowdy Rooster's Project 2</title>
<meta content="" name="description">
<meta content="" name="keywords">
<!-- Favicons -->
<link href="FLASK/static/img/roosters.png" rel="icon">
<link href="FLASK/static/img/roosters.png" rel="apple-touch-icon">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Roboto:300,300i,400,400i,500,500i,600,600i,700,700i|Montserrat :300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="FLASK/static/vendor/aos/aos.css" rel="stylesheet">
<link href="FLASK/static/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="FLASK/static/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="FLASK/static/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="FLASK/static/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="FLASK/static/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="FLASK/static/css/style.css" rel="stylesheet">
<script src="https://cdn.plot.ly/plotly-latest.min.js"></script>
</head>
<body>
<!-- ======= Header ======= -->
<header id="header" class="fixed-top ">
<div class="container d-flex align-items-center justify-content-between">
<h1 class="logo"><a href="index.html">Rowdy Roosters</a></h1>
<!-- Uncomment below if you prefer to use an image logo -->
<!-- <a href="index.html" class="logo"><img src="FLASK/static/img/roosters.png" alt="" class="img-fluid"></a> -->
<nav id="navbar" class="navbar">
<ul>
<li><a class="nav-link scrollto active" href="#">Home</a></li>
<li><a class="nav-link scrollto" href="#about">Overview</a></li>
<li><a class="nav-link scrollto" href="#services">Analysis</a></li>
<li class="dropdown"><a href="#"><span>Pages</span> <i class="bi bi-chevron-down"></i></a>
<ul>
<li><a href="FLASK/templates/popupquiz.html">Factfulness Quiz</a></li>
<li><a href="FLASK/templates/primary_school.html">Primary School Completion</a></li>
<li><a href="FLASK/templates/poverty_rate.html">Poverty Rates</a></li>
<li><a href="FLASK/templates/birth_rate.html">Birth Rates</a></li>
</ul>
</li>
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
</nav><!-- .navbar -->
</div>
</header><!-- End Header -->
<!-- ======= Hero Section ======= -->
<section id="hero" class="d-flex align-items-center">
<div class="container-fluid" data-aos="fade-up">
<div class="row justify-content-center">
<div class="col-xl-5 col-lg-6 pt-3 pt-lg-0 order-2 order-lg-1 d-flex flex-column justify-content-center">
<h1>How Well Are We Aware Of The World?</h1>
<h2>Exploring and visualizing data related to key world views</h2>
<div><a href="#about" class="btn-get-started scrollto">Tell Me More</a></div>
</div>
<div class="col-xl-4 col-lg-6 order-1 order-lg-2 hero-img" data-aos="zoom-in" data-aos-delay="150">
<img src="FLASK/static/img/hero-img.png" class="img-fluid animated" alt="">
</div>
</div>
</div>
</section><!-- End Hero -->
<main id="main">
<!-- ======= About Section ======= -->
<section id="about" class="about">
<div class="container">
<div class="row">
<div class="col-lg-6 order-1 order-lg-2" data-aos="zoom-in" data-aos-delay="150">
<img src="FLASK/static/img/about.jpg" class="img-fluid" alt="">
</div>
<div class="col-lg-6 pt-4 pt-lg-0 order-2 order-lg-1 content" data-aos="fade-right">
<h3>Overview</h3>
<p class="fst-italic">
Dr. Hans Rosling explains in his book "Factfulness" that the majority of people perceive the world as more hopeless and negative than it really is.
<br><br>We have picked the top 3 questions that have the most wrong answer rate to support the answer based on the data visualization as follows:</br>
<p><img src="FLASK/static/img/Overview.jpg" class="img-fluid" alt=""></p>
<ul>
<li><i class="bi bi-check-circle"></i> Research shows that the world is actually getting better, and showing a positive trend overall year-by-year.</li>
<li><i class="bi bi-check-circle"></i> This is in direct contrast to how even the top educated members of society view the overall trajectory of the world.</li>
<li><i class="bi bi-check-circle"></i> Understanding the true progress of humans and having the correct view of the progress of the world is important in government decisions regarding foreign aid.</li>
</ul>
<a href="#services" class="read-more">The Analysis<i class="bi bi-long-arrow-right"></i></a>
</div>
</div>
</div>
</div>
</section><!-- End About Section -->
<!-- ======= Counts Section ======= -->
<section id="counts" class="counts">
<div class="container">
<div class="row counters">
<div class="col-lg-4 col-6 text-center">
<span data-purecounter-start="0" data-purecounter-end="165" data-purecounter-duration="1" class="purecounter"></span>
<p>Total Countries</p>
</div>
<div class="col-lg-4 col-6 text-center">
<span data-purecounter-start="0" data-purecounter-end="27" data-purecounter-duration="1" class="purecounter"></span>
<p>Low-income Countries</p>
</div>
<div class="col-lg-4 col-6 text-center">
<span data-purecounter-start="0" data-purecounter-end="50" data-purecounter-duration="1" class="purecounter"></span>
<p>Years of Data</p>
</div>
</div>
</div>
</section><!-- End Counts Section -->
<!-- ======= Services Section ======= -->
<section id="services" class="services section-bg">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>Analysis</h2>
</div>
<div class="row gy-4">
<div class="col-lg-4 col-md-6 d-flex align-items-stretch" data-aos="zoom-in" data-aos-delay="100">
<div class="icon-box iconbox-blue">
<div class="icon">
<svg width="100" height="100" viewBox="0 0 600 600" xmlns="http://www.w3.org/2000/svg">
<path stroke="none" stroke-width="0" fill="#f5f5f5" d="M300,521.0016835830174C376.1290562159157,517.8887921683347,466.0731472004068,529.7835943286574,510.70327084640275,468.03025145048787C554.3714126377745,407.6079735673963,508.03601936045806,328.9844924480964,491.2728898941984,256.3432110539036C474.5976632858925,184.082847569629,479.9380746630129,96.60480741107993,416.23090153303,58.64404602377083C348.86323505073057,18.502131276798302,261.93793281208167,40.57373210992963,193.5410806939664,78.93577620505333C130.42746243093433,114.334589627462,98.30271207620316,179.96522072025542,76.75703585869454,249.04625023123273C51.97151888228291,328.5150500222984,13.704378332031375,421.85034740162234,66.52175969318436,486.19268352777647C119.04800174914682,550.1803526380478,217.28368757567262,524.383925680826,300,521.0016835830174"></path>
</svg>
<i class="bx bxl-dribbble"></i>
</div>
<h4><a href="FLASK/templates/primary_school.html">World Primary School Completion Rate</a></h4>
<p>Q1. In all low-income countries across the world today, how many girls finish primary school?</p>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch" data-aos="zoom-in" data-aos-delay="200">
<div class="icon-box iconbox-orange ">
<div class="icon">
<svg width="100" height="100" viewBox="0 0 600 600" xmlns="http://www.w3.org/2000/svg">
<path stroke="none" stroke-width="0" fill="#f5f5f5" d="M300,582.0697525312426C382.5290701553225,586.8405444964366,449.9789794690241,525.3245884688669,502.5850820975895,461.55621195738473C556.606425686781,396.0723002908107,615.8543463187945,314.28637112970534,586.6730223649479,234.56875336149918C558.9533121215079,158.8439757836574,454.9685369536778,164.00468322053177,381.49747125262974,130.76875717737553C312.15926192815925,99.40240125094834,248.97055460311594,18.661163978235184,179.8680185752513,50.54337015887873C110.5421016452524,82.52863877960104,119.82277516462835,180.83849132639028,109.12597500060166,256.43424936330496C100.08760227029461,320.3096726198365,92.17705696193138,384.0621239912766,124.79988738764834,439.7174275375508C164.83382741302287,508.01625554203684,220.96474134820875,577.5009287672846,300,582.0697525312426"></path>
</svg>
<i class="bx bx-file"></i>
</div>
<h4><a href="FLASK/templates/poverty_rate.html">World Poverty Rate</a></h4>
<p>Q3. In the last 20 years, the proportion of the world population living in extreme poverty has...</p>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch" data-aos="zoom-in" data-aos-delay="300">
<div class="icon-box iconbox-pink">
<div class="icon">
<svg width="100" height="100" viewBox="0 0 600 600" xmlns="http://www.w3.org/2000/svg">
<path stroke="none" stroke-width="0" fill="#f5f5f5" d="M300,541.5067337569781C382.14930387511276,545.0595476570109,479.8736841581634,548.3450877840088,526.4010558755058,480.5488172755941C571.5218469581645,414.80211281144784,517.5187510058486,332.0715597781072,496.52539010469104,255.14436215662573C477.37192572678356,184.95920475031193,473.57363656557914,105.61284051026155,413.0603344069578,65.22779650032875C343.27470386102294,18.654635553484475,251.2091493199835,5.337323636656869,175.0934190732945,40.62881213300186C97.87086631185822,76.43348514350839,51.98124368387456,156.15599469081315,36.44837278890362,239.84606092416172C21.716077023791087,319.22268207091537,43.775223500013084,401.1760424656574,96.891909868211,461.97329694683043C147.22146801428983,519.5804099606455,223.5754009179313,538.201503339737,300,541.5067337569781"></path>
</svg>
<i class="bx bx-tachometer"></i>
</div>
<h4><a href="FLASK/templates/birth_rate.html">Children Population Forecast (by 2100)</a></h4>
<p>Q5. There are 2 billion children in the world today, aged 0 to 15 years old. How many children will there be in the year 2100, according to the United Nations?</p>
</div>
</div>
</div>
</div>
</section><!-- End Services Section -->
</main><!-- End #main -->
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="footer-top">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6 footer-contact">
<h3>Rowdy Roosters</h3>
</div>
<div class="col-lg-2 col-md-6 footer-links">
<h4>Useful Links</h4>
<ul>
<li><i class="bx bx-chevron-right"></i> <a href="#">Home</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#about">Overview</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#services">Analysis</a></li>
</ul>
</div>
<div class="col-lg-3 col-md-6 footer-links">
<h4>Pages</h4>
<ul>
<li><i class="bx bx-chevron-right"></i> <a href="FLASK/templates/popupquiz.html">Factfulness Quiz</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="FLASK/templates/primary_school.html">Primary School Completion</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="FLASK/templates/poverty_rate.html">Poverty Rates</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="FLASK/templates/birth_rate.html">Birth Rates</a></li>
</ul>
</div>
</div>
</div>
</div>
</footer><!-- End Footer -->
<a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a>
<div id="preloader"></div>
<!-- Vendor JS Files -->
<script src="primary_data.js"></script>
<script src="primary_plots_ej.js"></script>
<script src="FLASK/static/vendor/aos/aos.js"></script>
<script src="FLASK/static/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="FLASK/static/vendor/glightbox/js/glightbox.min.js"></script>
<script src="FLASK/static/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="FLASK/static/vendor/php-email-form/validate.js"></script>
<script src="FLASK/static/vendor/purecounter/purecounter.js"></script>
<script src="FLASK/static/vendor/swiper/swiper-bundle.min.js"></script>
<!-- Template Main JS File -->
<script src="FLASK/static/js/main.js"></script>
</body>
</html>