-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathlinks.html
68 lines (67 loc) · 2.58 KB
/
links.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
<!DOCTYPE html>
<html>
<head>
<title>Earthquake Resources</title>
<link rel="stylesheet" href="css/reset.css"/>
<link rel="stylesheet" href="css/style.css"/>
<link rel="stylesheet" href="css/links.css">
<script src=""></script>
</head>
<body>
<header>
<div>
<img src="img/logoGraph.jpg" id="links-logoGimg">
<h1>Earthquake Update</h1>
</div>
<nav class="navbar">
<a href="index.html">Home</a>
<a href="links.html">Links</a>
</nav>
</header>
<main>
<a target = "_blank" href = "https://www.ready.gov/earthquakes/">
<h2>Earthquake</h2>
<img alt="Ready.gov" src="img/ready.png"/>
<ul>
<li>How To Stay Safe When an Earthquake Threatens </li>
<li>Earthquake Information Sheet </li>
<li>Earthquake Creative Materials</li>
<li>How to Prepare for an Earthquake </li>
</ul>
</a>
<a target ="_blank" href="http://www.seattle.gov/emergency-management/hazards/earthquake/">
<h2>Emergency Management</h2>
<img alt= "Prepare your home" src = "img/logo.png"/>
<ul>
<li>Hazardous Materials Incidents </li>
<li>Snow ice and Extreme </li>
<li>Volcano Hazards including Lahars</li>
<li> Volcanic Landslides</li>
</ul>
</a>
<a target = "_blank" href= "https://earthquake.usgs.gov/learn/">
<h2>Earthquake hazards Program</h2>
<img alt="Earthquake Hazzards" src="img/USGS.png"/>
<ul>
<li>Animations for Earthquake Terms & Concepts</li>
<li> USGS Only Resources</li>
<li>USGS Store - Publications and Products</li>
<li> USGS Education Web Site</li>
</ul>
</a>
<a target="_blank" href="http://www.wolton.net/quake.html">
<h2>Earthquake 3d</h2>
<img alt="Monitoring Software" src="img/3d.gif"/>
<ul>
<li>Earthquake Monitoring Software</li>
<li>Earthquake 3D Live Feed </li>
<li>Description</li>
<li>Information</li>
</ul>
</a>
</main>
<footer>
© 2018 Wild Quakers
</footer>
</body>
</html>