Skip to content

Commit 319d9f0

Browse files
code refactoring init
1 parent b7d5b03 commit 319d9f0

File tree

9 files changed

+587
-125
lines changed

9 files changed

+587
-125
lines changed

README.md

Lines changed: 0 additions & 53 deletions
This file was deleted.

new.html

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
5+
<title>habitat mobile tracker</title>
6+
<meta name="description" content="A cross-device tracking application for high altitude ballooning with habitat" />
7+
<meta name="author" content="Rossen Georgiev" />
8+
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/>
9+
<meta name="apple-mobile-web-app-title" content="Mobile Tracker">
10+
<meta name="apple-mobile-web-app-capable" content="yes" />
11+
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
12+
<link rel="apple-touch-icon" sizes="144x144" href="img/apple-touch-icon.png" />
13+
<link rel="shortcut icon" href="favicon.ico" />
14+
</head>
15+
<body>
16+
17+
<div id="map" style="height:400px"></div>
18+
<!--
19+
<script src="http://maps.google.com/maps/api/js?v=3.10&sensor=false&key=AIzaSyCOqkcNey4CCyG4X0X5qxHAhCgD8g5DwXg" type="text/javascript"></script>
20+
<script type="text/javascript" language="javascript" src="js/mobile.js"></script>
21+
<script type="text/javascript" language="javascript" src="js/jquery-1.8.3-min.js"></script>
22+
-->
23+
<script type="text/javascript" language="javascript" src="src/couch.js"></script>
24+
</body>
25+
</html>

resources/concept-app-portrait.png

-101 KB
Binary file not shown.

resources/concept-app-tablet.png

-3.62 MB
Binary file not shown.

resources/iphone-blackscreen.png

-57.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)