-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
72 lines (67 loc) · 3.73 KB
/
index.html
File metadata and controls
72 lines (67 loc) · 3.73 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
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<meta property="og:title" content="Utah Lake Research Collaborative - Stream Sampling Map">
<meta property="og:description"
content="A website documenting sampling sites of tributaries to Utah Lake. This project is tracking the health of Utah Lake and the surrounding environment.">
<meta property="og:image" content="https://utahlakecollab.github.io/stream-sampling/img/map.png">
<meta property="og:url" content="https://utahlakecollab.github.io/stream-sampling/">
<meta name="twitter:card" content="summary_large_image">
<title>Utah Lake Research Collaborative - Stream Sampling</title>
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel="stylesheet" href="https://unpkg.com/bootstrap-table@1.15.2/dist/bootstrap-table.min.css"><link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css"
integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="css/style.css">
</head>
<body>
<div id="main">
<header>
<h1><a rel="author" href="https://github.com/utahlakecollab/">Utah Lake Research Collaborative</a> — Stream Sampling <span><a href="map">Map View</a></span></h1>
</header>
<table
id="table"
class="table table-striped table-bordered table-hover table-sm"
width="100%">
<thead class="table-dark">
<tr>
<th scope="col">Site ID</th>
<th scope="col">Site Name</th>
<th scope="col">Lat/Lon</th>
<th scope="col">Region</th>
<th scope="col">Reach</th>
<th scope="col">Site Type</th>
<th scope="col">Access Notes (March)</th>
<th scope="col">Access Notes (July)</th>
<th scope="col">Access Notes (October)</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
</div>
<footer>
<h1><a rel="author" href="https://github.com/utahlakecollab/">Utah Lake Research Collaborative</a> — Stream
Sampling <span><a href="map">Map View</a></span></h1>
</footer>
<!-- Optional JavaScript -->
<script src='https://cdnjs.cloudflare.com/ajax/libs/tabletop.js/1.5.1/tabletop.min.js'></script>
<script src="js/table.js"></script>
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.3.1.min.js"
integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.6/umd/popper.min.js"
integrity="sha384-wHAiFfRlMFy6i5SRaxvfOCifBUQy1xHdJ/yoi7FRNXMRBu5WHdZYu1hA6ZOblgut" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/js/bootstrap.min.js"
integrity="sha384-B0UglyR+jN6CkvvICOB2joaf5I4l3gm9GU6Hc1og6Ls7i6U/mkkaduKaBhlAXv9k" crossorigin="anonymous"></script>
</body>
</html>