-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
63 lines (52 loc) · 2.24 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
51
52
53
54
55
56
57
58
59
60
61
62
63
<!DOCTYPE html>
<html>
<head>
<!-- webpage info -->
<title>PathsOnMap in Corfu</title>
<meta name="author" content="Kapenekakis Ippokratis" />
<meta name="description" content=" The pathsonmap is an android application. It tries through gamification to motivate users to upload paths during walk." />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="shortcut icon" href="favicon.ico">
<link rel="stylesheet" href="style.css" type="text/css" />
</head>
<body>
<!-- webpage content goes here in the body -->
<div id="page">
<div id="logo">
<h1><a href="http://pathsonmap.eu/" id="logoLink">PathsOnMap</a> in Corfu</h1>
</div>
<div id="nav">
<ul>
<li><a href="#/home.html">Home</a></li>
<li><a href="CorfuMap.html" target="_blank">Map Of Corfu</a></li>
<li><a href="admin.php" target="_blank">Admin page</a></li>
</ul>
</div>
<div id="content">
<h2>Home</h2>
<p>
The PathsOnMap Corfu is an android application. It tries through gamification to motivate users to upload paths during walking.
</p>
<p>
The final aim is to create map for pedestrians in Corfu.
</p>
<p>
You can download the application from the image below until it is uploaded in Playstore. It is in alpha test.
</p>
<a href="application/MapMaker2.apk" download><img src="images/PoMdownloadImage.png" /></a>
<h2>How to install PathsOnMap Corfu</h2>
<p>
<li>Enable ''Unknown Sources'' by going to Settings > Security, then ticking the box next to Unknown sources. Don't be alarmed, unknown sources are simply locations outside of the Play Store.</li>
<li>Download the APK from the above image.</li>
<li>You may get a message warning that 'this type of file can harm your device.' Ignore it (trust us) and tap OK.</li>
<li>Open the APK (you can tap the completed download in your notifications menu), read the permissions that the PathsOnMap Corfu requests, then tap Install.</li>
</p>
</div>
<div id="footer">
<p>
Webpage made by <a href="http://users.sch.gr/ikapenek/" target="_blank">Kapenekakis Ippokratis</a>
</p>
</div>
</div>
</body>
</html>