forked from junsuwhy/template-MapMockUp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
50 lines (42 loc) · 1.53 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>把回收拿給阿公阿嬤</title>
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/dataurl.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css">
<script src="https://code.jquery.com/jquery-1.10.2.min.js"></script>
<script src="js/d3.v3.js"></script>
<script src="js/bootstrap.js"></script>
<script src="js/script.js"></script>
<script data-pace-options='{ "elements": {"selectors": ["iframe"]} }' src="js/pace.min.js"></script>
</head>
<body>
<div id="wrapper">
<div id="map">
<!--<img src="imgs/map.jpg">--><iframe id='ifmap' class="progress" src="https://www.google.com/fusiontables/embedviz?q=select+col2+from+1BILYy9TOfCajakAc0_mVuM4KiN8EdroQxzahA-g&viz=MAP&h=false&lat=23.66519554836995&lng=121.2888611368409&t=1&z=7&l=col2&y=2&tmplt=2&hml=ONE_COL_LAT_LNG" frameborder="0"></iframe>
</div>
<div class="logo"><img src="imgs/ama-logo.png" width="70px"></div>
<div id="right-pane">
<div class="right-icon">
<i class="fa fa-3x fa-question-circle" aria-hidden="true"></i>
</div>
<div class="right-icon">
<i class="fa fa-3x fa-search" aria-hidden="true"></i>
</div>
<div class="right-icon">
<i class="fa fa-3x fa-pencil-square-o" aria-hidden="true"></i>
</div>
<div class="right-bottom-icon">
<img src="imgs/dyaf-logo.png" >
</div>
<script>
$(function(){
})
</script>
</div>
</div>
</body>
</html>