-
Notifications
You must be signed in to change notification settings - Fork 0
/
info.html
32 lines (31 loc) · 1.26 KB
/
info.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>GEOGloWS Forecast Game</title>
<script src="/static/js/main.js"></script>
<link rel="stylesheet" href="/static/css/main.css">
</head>
<body>
<div class="body-container">
<div class="navbar">
<header>
<nav>
<ul>
<li><a href="index.html">Rules</a></li>
<li><a href="round1.html">Play Round 1</a></li>
<li><a href="round2.html">Play Round 2</a> </li>
<li><a href="round3.html">Supervised Play Round 1</a></li>
<li><a href="round4.html">Supervised Play Round 2</a> </li>
<li><a href="info.html">Info</a> </li>
</ul>
</nav>
</header></div>
<h1>Info</h1>
<p>If you are interested in learning more about how these tools are being implemented in other countries, click Learn More to visit our stories page.</p>
<button onclick = window.location.href="https://stories.geoglows.org"><strong>Learn More</strong></button>
<p>If you would like to use the GEOGloWS ECMWF Streamflow Hydroviewer that provides the hydrographs used in this game, click the button below to go to the Hydroviewer.</p>
<button onclick = window.location.href="https://tethys.byu.edu/apps/geoglows-hydroviewer/"><strong>Hydroviewer</strong></button>
</div>
</body>
</html>