-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathframework.html
More file actions
31 lines (31 loc) · 1.79 KB
/
framework.html
File metadata and controls
31 lines (31 loc) · 1.79 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Prediction in Computing</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
</head>
<body class="bg-black text-white">
<div class="p-5 container-fluid bg-warning text-black text-center fs-1">Prediction in Computing</div>
<div class="container mt-5">
<div class="row d-flex justify-content-center">
<div class="col-sm-4">
<h2>Disaster Prevention/Mitigation</h2>
<p>Prediction in computing allows accurate warning for natural disasters such as tsunamis and volcanic eruptions. This means that people have more time to prepare for these disasters decreasing the lives lost and damages to property. An example of a volcano erupting can be found <a href="https://www.youtube.com/watch?v=L4qDgsyFw7M" target="_blank">here</a> and an example of a tsunami can be found <a href="https://www.youtube.com/watch?v=oWzdgBNfhQU" target="_blank">here</a>.</p>
</div>
<div class="col-sm-4">
<h2>Real life examples</h2>
<ul class="">
<li>Prediction of Rate of Infection of Covid-19</li>
<li>North American Wildfire Season</li>
<li>Atlantic Hurricane Season</li>
<li>Haiti Earthquake</li>
</ul>
</div>
</div>
</div>
<p class="text-center mt-5">Click <a href="index.html">here</a> to view different styling.</p>
</body>
</html>