-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
262 lines (220 loc) · 12.1 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>DisastersAI</title>
<link rel="icon" href="./static/assets/img/disasterAI-icon.png" type="image/png">
<link rel="apple-touch-icon" href="./static/assets/img/disasterAI-icon.png" type="image/png">
<meta content="" name="description">
<meta content="" name="keywords">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="./static/assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="./static/assets/vendor/icofont/icofont.min.css" rel="stylesheet">
<link href="./static/assets/vendor/aos/aos.css" rel="stylesheet">
<link href="./static/assets/vendor/line-awesome/css/line-awesome.min.css" rel="stylesheet">
<link href="./static/assets/vendor/owl.carousel/assets/owl.carousel.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css" integrity="sha512-HK5fgLBL+xu6dm/Ii3z4xhlSUyZgTT9tuc/hSrtw6uzJOvgRr2a9jyxxT1ely+B+xFAmJKVSTbpM/CuL7qxO8w==" crossorigin="anonymous" />
<!-- Template Main CSS File -->
<link href="./static/assets/css/style.css?v=7" rel="stylesheet">
<!-- =======================================================
* Template Name: SoftLand - v2.2.0
* Template URL: https://bootstrapmade.com/softland-bootstrap-app-landing-page-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
======================================================== -->
</head>
<body>
<!-- ======= Mobile Menu ======= -->
<div class="site-mobile-menu site-navbar-target">
<div class="site-mobile-menu-header">
<div class="site-mobile-menu-close mt-3">
<span class="icofont-close js-menu-toggle"></span>
</div>
</div>
<div class="site-mobile-menu-body"></div>
</div>
<!-- ======= Header ======= -->
<header class="site-navbar js-sticky-header site-navbar-target" role="banner">
<div class="container">
<div class="row align-items-center">
<img href="./static/assets/img/disasterAI-icon.png" type="image/icon type">
<div class="col-6 col-lg-2">
<h1 class="mb-0 site-logo"><a href="/" class="mb-0">DisastersAI</a></h1>
</div>
<div class="col-12 col-md-10 d-none d-lg-block">
<nav class="site-navigation position-relative text-right" role="navigation">
<ul class="site-menu main-menu js-clone-nav mr-auto d-none d-lg-block">
<li class="active"><a href="/" class="nav-link">Home</a></li>
<li><a href="/fires" class="nav-link">Fires</a></li>
<li><a href="/hurricanes" class="nav-link">Hurricanes</a></li>
<li><a href="/earthquakes" class="nav-link">Earthquakes</a></li>
</ul>
</nav>
</div>
<div class="col-6 d-inline-block d-lg-none ml-md-0 py-3" style="position: relative; top: 3px;">
<a href="#" class="burger site-menu-toggle js-menu-toggle" data-toggle="collapse" data-target="#main-navbar">
<span></span>
</a>
</div>
</div>
</div>
</header>
<!-- ======= Hero Section ======= -->
<section class="hero-section" id="hero">
<div class="wave">
<svg width="100%" height="355px" viewBox="0 0 1920 355" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Apple-TV" transform="translate(0.000000, -402.000000)" fill="#FFFFFF">
<path d="M0,439.134243 C175.04074,464.89273 327.944386,477.771974 458.710937,477.771974 C654.860765,477.771974 870.645295,442.632362 1205.9828,410.192501 C1429.54114,388.565926 1667.54687,411.092417 1920,477.771974 L1920,757 L1017.15166,757 L0,757 L0,439.134243 Z" id="Path"></path>
</g>
</g>
</svg>
</div>
<div class="container">
<div class="row align-items-center">
<div class="col-12 hero-text-image">
<div class="row">
<div class="col-lg-7 text-center text-lg-left">
<h1 data-aos="fade-right">DisastersAI</h1>
<p class="mb-5" data-aos="fade-right" data-aos-delay="100">Revolutionizing Catastrophe Prediction with Machine Learning</p>
<p data-aos="fade-right" data-aos-delay="200" data-aos-offset="-500"><a href="#" class="btn btn-outline-white get-started">Get started</a></p>
</div>
<div class="col-lg-5 iphone-wrap">
<img src="./static/assets/img/wildfire.png" alt="Image" class="phone-1" data-aos="fade-right">
<img src="./static/assets/img/hurricane.png" alt="Image" class="phone-2" data-aos="fade-right" data-aos-delay="200">
</div>
</div>
</div>
</div>
</div>
</section><!-- End Hero -->
<main id="main">
<section class="section">
<div class="row justify-content-center text-center mb-5">
<div class="col-md-5" data-aos="fade-up">
<h2 class="section-heading">Our Project</h2>
</div>
</div>
<div class="container col-md-8">
<div class="row align-items-center">
<div class="col-md-6 mr-auto">
<h2 class="mb-4">Our Mission</h2>
<p class="mb-4">The goal of this project is to revolutionize current catastrophe prediction techniques with machine learning. This web app provides functionality for wildfires, hurricanes, and earthquakes. A variety of machine learning models are used ranging from linear regression to random forest to convolutional neural networks. </p>
<p><a href="#" class="btn btn-primary get-started-2">Get Started</a></p>
</div>
<div class="" data-aos="fade-left">
<img src="./static/assets/img/mission.jpeg" style="width: 400px; height: auto; border-radius: 15px" alt="Image" class="phone-1">
</div>
</div>
</div>
</section>
<!-- Inspiration -->
<div class="row justify-content-center text-center mb-5">
<div class="col-md-5" data-aos="fade-up">
<h2 class="section-heading">Our Inspiration</h2>
</div>
</div>
<p class="mb-4" style="margin-left: 20%; width: 60%;">This past summer, wildfires spread through thousands of acres across Northern California, leaving people with no other choice than to evacuate. Additionally, several years back in 2017, a devastating Category 4 hurricane swept through Texas and many other states, destroying thousands of homes and facilities. It is crucial for these disasters to be predicted on a short notice with great accuracy, and current methods for predicting catastrophes are either too slow or ineffective. Seeing the detrimental effects of these natural disasters and lack of potential from current methods, our team decided to create DisastersAI: a machine learning web app that utilizes a variety of state-of-the-art models to revolutionize the Catastrophe Prediction field. With our scalable web app made in Flask, our models can provide key insight into natural disasters within seconds, which is substantially faster than current methods. Not only can our web app help facilitate decision-making on an even playing field amongst natural disaster experts, but it can also help citizens on a day-to-day basis be aware of surrounding environmental risks.</p>
<!-- ======= Functions part ======= -->
<section class="section" id="start">
<div class="container">
<div class="row justify-content-center text-center mb-5">
<div class="col-md-5" data-aos="fade-up">
<h2 class="section-heading">Catastrophes</h2>
</div>
</div>
<div class="row">
<div class="col-md-4" data-aos="fade-up" data-aos-delay="">
<div class="feature-1 text-center">
<a href="/fires" target="_blank"><div class="wrap-icon icon-1">
<i class="icon fas fa-fire"></i>
</div></a>
<h3 class="mb-3">Wildfires</h3>
<div class="text-left">
<p><i class="fas fa-check-double"></i> Using LR to determine wildfire putout time</p></li>
<p><i class="fas fa-check-double"></i> Using CNNs to detect wildfire smoke</p></li>
</div>
</div>
</div>
<div class="col-md-4" data-aos="fade-up" data-aos-delay="100">
<div class="feature-1 text-center">
<a href="/hurricanes" target="_blank"><div class="wrap-icon icon-1">
<i class="icon fas fa-water"></i>
</div></a>
<h3 class="mb-3">Hurricanes</h3>
<div class="text-left">
<p><i class="fas fa-check-double"></i> Using CNNs to predict hurricane damange</p>
</div>
</div>
</div>
<div class="col-md-4" data-aos="fade-up" data-aos-delay="200">
<div class="feature-1 text-center">
<a href="/earthquakes" target="_blank"><div class="wrap-icon icon-1">
<i class="icon fas fa-globe-americas"></i>
</div></a>
<h3 class="mb-3">Earthquakes</h3>
<div class="text-left">
<p><i class="fas fa-check-double"></i> Using LR for earthquake magnitude prediction</p>
<p><i class="fas fa-check-double"></i> Using RF to predict tsunami aftermath</p>
</div>
</div>
</div>
</div>
</div>
</section>
</main><!-- End #main -->
<!-- ======= Footer ======= -->
<footer class="footer" role="contentinfo">
<div class="container">
<div class="row">
<div class="col-md-4 mb-4 mb-md-0">
<h3>DisastersAI</h3>
<p>Revolutionizing Catastrophe Prediction with Machine Learning</p>
<!-- <p class="social">
<a href="#"><span class="icofont-twitter"></span></a>
<a href="#"><span class="icofont-facebook"></span></a>
<a href="#"><span class="icofont-dribbble"></span></a>
<a href="#"><span class="icofont-behance"></span></a>
</p> -->
</div>
<div class="col-md-7 ml-auto">
<div class="row site-section pt-0">
<div class="col-md-4 mb-4 mb-md-0">
</div>
<div class="col-md-4 mb-4 mb-md-0">
</div>
<div class="col-md-4 mb-4 mb-md-0">
<h3>Navigation</h3>
<ul class="list-unstyled">
<li><a href="/">Home</a></li>
<li><a href="/fires">Fires</a></li>
<li><a href="/hurricanes">Hurricanes</a></li>
<li><a href="/earthquakes">Earthquakes</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="row justify-content-center text-center">
<div class="col-md-7">
<p class="copyright">© Copyright DisastersAI. All Rights Reserved</p>
</div>
</div>
</div>
</footer>
<a href="#" class="back-to-top"><i class="icofont-simple-up"></i></a>
<!-- Vendor JS Files -->
<script src="./static/assets/vendor/jquery/jquery.min.js"></script>
<script src="./static/assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="./static/assets/vendor/jquery.easing/jquery.easing.min.js"></script>
<script src="./static/assets/vendor/php-email-form/validate.js"></script>
<script src="./static/assets/vendor/aos/aos.js"></script>
<script src="./static/assets/vendor/owl.carousel/owl.carousel.min.js"></script>
<script src="./static/assets/vendor/jquery-sticky/jquery.sticky.js"></script>
<!-- Template Main JS File -->
<script src="./static/assets/js/main.js?v=2"></script>
</body>
</html>