-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgeopad.html
30 lines (29 loc) · 1003 Bytes
/
geopad.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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Geopad Placeholder Page</title>
<link rel="stylesheet" href="vendor/clear-sans-webfont/css/clear-sans.css" type="text/css"/>
<link rel="stylesheet" href="vendor/font-awesome/css/font-awesome.min.css" type="text/css"/>
<link rel="stylesheet" href="main.css" type="text/css"/>
</head>
<body>
<div class="container">
<div class="well">
<div class="center-block">
<div class="center-block hf-logo hf-dark logo-large">
<img src="assets/images/logo_150.png"/>
</div>
</div>
<div class="text-center">
<h3>HFOS Geopad</h3>
<p>
Geopad will be a free platform to collaboratively work with geo data. Stay tuned!
<p>
<a href="https://twitter.com/hackerfleet">Follow us on <i class="fa fa-twitter" title="Twitter"></i></a>
</p>
</div>
</div>
</div>
</body>
</html>