-
Notifications
You must be signed in to change notification settings - Fork 23
/
index.html
40 lines (34 loc) · 1.45 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>cmdgeo</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link href="style/style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="wrapper">
<header>
<h1>cmdgeo</h1>
<p>Toolkit voor het maken van een CMDAan stijl tour op mobiele platforms gebaseerd op geolocatie.</p>
</header>
<nav>
<ul>
<li><em>voorbeelden</em></li>
<li><a href="example/sandbox/index.html">voorbeeld sandbox tour</a></li>
<li><a href="example/lineair/index.html">voorbeeld lineaire tour</a></li>
<li><a href="example/map/index.html">voorbeeld met Google Maps</a></li>
<!--li><a href="/example/jqm/index.html">voorbeeld met jQuery Mobile</a></li-->
<li><em>tools</em></li>
<li><a href="example/poitool.html">tool voor de registratie van POI's</a></li>
<li><a href="http://gmaps-samples-v3.googlecode.com/svn/trunk/styledmaps/wizard/index.html?utm_medium=twitter">tool voor het stylen van Google Maps</a></li>
<li><em>broncode</em></li>
<li><a href="docs/cmdgeo-0.2.html">door docco gegenereerde weergave van de cmdgeo broncode met comments</a></li>
<li><a href="https://github.com/ju5tu5/cmdgeo">cmdgeo op github</a></li>
<li><a href="https://github.com/ju5tu5/cmdgeo/zipball/master">zip bestand van github</a></li>
</ul>
</nav>
<footer><p>Copyleft 2012, all wrongs reversed.</p></footer>
</div>
</body>
</html>