-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlinks.html
98 lines (82 loc) · 3.46 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="icon" href="images/logo.ico" type="img/calfire">
<link rel="shortcut icon" href="images/logo.ico" type="img/calfire">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="Dane Low">
<title>Agency & Educational Links</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/modern-business.css" rel="stylesheet">
<script src="/js/navigation.js"></script>
</head>
<body onload="populateNavigation()">
<!-- Navigation -->
<nav id="navigation_bar" class="navbar fixed-top navbar-expand-lg navbar-dark bg-dark fixed-top">
</nav>
<!-- Page Content -->
<div class="container">
<!-- Page Heading/Breadcrumbs -->
<h1 class="mt-4 mb-3">Other
<small>Links</small>
</h1>
<ol class="breadcrumb">
<li class="breadcrumb-item">
<a href="index.html">Home</a>
</li>
<li class="breadcrumb-item active">Agency & Educational Links</li>
</ol>
<div class="row">
<div class="col">
<h4>Local</h4>
<a href="">City of Arroyo Grande</a>
<br><a href="">City of Atascadero</a>
<br><a href="">City of Grover Beach</a>
<br><a href="">City of Pismo Beach</a>
<br><a href="">Pismo Beach Fire Department</a>
<br><a href="">City of San Luis Obispo</a>
<br><a href="">Los Osos Community Services District (LOCSD)</a>
<br><a href="">South Bay Fire Department, Los Osos (CAL FIRE/ SLO County Fire Station #15)</a>
<h4>State</h4>
<a href="">California State Home Page</a>
<br><a href="">California Department of Forestry and Fire Protection (CAL FIRE)</a>
<br><a href="">California Highway Patrol (CHP)</a>
<br><a href="">Fire and Resource Assessment Program (FRAP)</a>
<br><a href="">California State Fire Safe Council</a>
<br><a href="">California Emergency Management Agency</a>
<h4>Informational/ Educational</h4>
<a href="">Pitch Canker</a>
<br><a href="">Smokey Bear</a>
<br><a href="">Sudden Oak Death</a>
</div>
<div class="col">
<h4>County</h4>
<a href="">Office of Emergency Services (OES)</a>
<br><a href="">San Luis Obispo County Community Fire Safe Council</a>
<br><a href="">County Government</a>
<br><a href="">Sheriff's Office</a>
<br><a href="">Board of Supervisors</a>
<h4>Federal</h4>
<a href="">Burea of Land Management (BLM)</a>
<br><a href="">Bureau of Land Management in California (BLM)</a>
<br><a href="">USFS Los Padres National Forest</a>
</div>
</div>
</div>
<!-- /.container -->
<!-- Footer -->
<footer class="py-5 bg-dark">
<div class="container">
<p class="m-0 text-center text-white">Copyright © CAL FIRE/ San Luis Obispo County Fire Department 2017</p>
</div>
<!-- /.container -->
</footer>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
</body>
</html>