-
Notifications
You must be signed in to change notification settings - Fork 4
/
phyloGeoTastic.html
53 lines (40 loc) · 1.11 KB
/
phyloGeoTastic.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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!DOCTYPE html>
<html>
<head>
<title>PhyloGeoTastic!</title>
<link rel="stylesheet" type="text/css" href="bootstrap.css"></link>
<link rel="stylesheet" type="text/css" href="phylotastic.css"></link>
<script src="phylotastic.js"></script>
</head>
<body>
<div class="header row">
<div class="logo offset2 span4">
<h1>Phylo<b>Geo</b>tastic</h1>
</div>
</div>
<div class="container">
<div class="row">
<div class="species panel span2"></div>
<div class="sources panel span2"></div>
<div class="map-wrap panel span8">
<div id="map" class="map"></div>
</div>
</div>
<div class="row">
<div class="go-button-wrap panel offset4 span4"></div>
</div>
<div class="row">
<div class="info panel offset1 span10"></div>
</div>
</div>
<div id="speciesWaiting" class="modal hide fade" aria-hidden="true">
<div class="modal-header">
<h3>Contacting <span class="speciesWaitingSource"></span></h3>
</div>
<div class="modal-body">
<p>Communicating with <span class="speciesWaitingSource"></span> to find geo-located species.</p>
<p>This may take a while...</p>
</div>
</div>
</body>
</html>