-
Notifications
You must be signed in to change notification settings - Fork 0
/
aboutLancer.html
38 lines (32 loc) · 1.8 KB
/
aboutLancer.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
<!DOCTYPE html>
<html>
<link rel="stylesheet" type="text/css" href="styleLancer.css">
<link href="https://fonts.googleapis.com/css?family=Lato:700" rel="stylesheet" type="text/css">
<div class="topnav">
<a href="newINdex.html" class="top">Home</a>
<a href="corona.html" class="top">Coronavirus</a>
<a href="flu.html" class="top">Flu</a>
<a href="about.html" class="top">About</a>
</div>
<body>
<img src="Team.jpeg" class="imageteam">
<div class="faq">
<h1 class="question">What is Beacon?</h1>
<p class="description"> Beacon is a website to alert people of nearby natural disasters and safety areas. For example, if a natural disaster has occured near you, you can use Beacon to search for safety areas. Also, someone who would like to offer a place for safety can put in a marker on the map. We utilize crowd-sourcing methods in order to effiently convey information to the public. </p>
<h1 class="question"> Who Are We?</h1>
<p class="description"> We are a team of high students from Menlo-Atherton High School working to develop a project to alert people of nearby cases of corona and other big viruses. </p>
</div>
<div class="fb-page" data-href="https://www.facebook.com/USGeological Survey" data-tabs="timeline" data-width="340" data-height="500" data-small-header="false" data-adapt-container-width="true" data-hide-cover="true" data-show-facepile="false"></div>
</body>
</html>
<head>
<link rel="stylesheet" type="text/css" href="style.css">
<link href="https://fonts.googleapis.com/css?family=Lato:700" rel="stylesheet" type="text/css">
</head>
<div class="topnav">
<a href="index.html" class="top">Home</a>
<a href="flood.html" class="top">Flood</a>
<a href="fire.html" class="top">Fire</a>
<a href="earthquake.html" class="top">Earthquake</a>
<a href="about.html" class="top">About</a>
</div>