-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
31 lines (25 loc) · 1.07 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<!-- Load style.css -->
<link rel="stylesheet" href="style.css">
<!--Montserrat-->
<link href='https://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet'>
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico"/>
<title>Aqua Viva</title>
</head>
<body>
<h1 id="title"><b>AQUA VIVA</b></h1>
<h2>machine learning for groundwater level estimation</h2>
<div id="button-container">
<a href="map.html"><button id="button1"><b>SEE MAP</b></button></a>
</div>
<a href="https://drivendata.co/blog/pale-blue-dot-winners" target="_blank"><p id="bestoverall"><em>Best Overall, NASA Pale Blue Dot Challenge</em></Best></p></a>
<a href="https://github.com/franfurey/aquaViva" target="_blank">
<img src="visualization/public/github-mark-white.png" alt="GitHub" id="github">
</a>
<div id="info-div">
<i class="fa fa-info-circle" aria-hidden="true" data-tooltip="made with ❤️ by team viva aqua | adam + francisco + malena + jay"></i>
</div>
</body>
</html>