-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgeothon.html
More file actions
38 lines (37 loc) · 1.15 KB
/
geothon.html
File metadata and controls
38 lines (37 loc) · 1.15 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Geothon</title>
<link href="static/css/bootstrap.min.css" rel="stylesheet">
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<style>
#container{
padding-top: 10%;
text-align: center;
}
#github{
margin-top: 5%;
width: 10%;
height: 10%;
opacity: .3;
}
</style>
</head>
<body>
<div class="row">
<div class="container" id="container">
<img src="static/img/geothon.png">
<h1>GIS CookBook (code examaples)</h1>
<a href="https://github.com/MBoustani/Geothon" target="_blank"><img src="static/img/github.png" id="github"></a>
</div>
</div>
<script src="static/js/jquery.min_1_11_1.js"></script>
<script src="static/js/bootstrap.min.js"></script>
</body>
</html>