forked from yapqh/walkacity
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathhelp.html
60 lines (49 loc) · 2.28 KB
/
help.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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link href="/geektest/assets/css/bootstrap.css" rel="stylesheet">
<link href="/geektest/assets/css/bootstrap-responsive.css" rel="stylesheet">
<link href="/geektest/assets/css/docs.css" rel="stylesheet">
<title>Walk-a-City by travelgeeks</title>
<style>
.navbar-inner {background:#2C3939; color:#FDF5E6; font-weight: bold; padding: 5px; line-height: 5;}
h3 {margin: 10px 0 10px 0; color:#2C3939; font-family: "Architects Daughter",Comic Sans MS, serif}
</style>
</head>
<body style="background-color:#FFE4C4">
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<ul class="nav">
<li>
<a href="http://travelgeeks.github.com/walkacity/index.html">
<img src="http://i1310.photobucket.com/albums/s647/skylarian/logo_word_v2_zps82eca441.png" width="125" height="30">
</a>
</li>
</ul>
</div>
</div>
<div class="container-fluid">
<div class="row-fluid">
<div class="span12">
<span style="color:blue;font-weight:bold;font-size:16pt">Help</span></br></br>
<p><b>Welcome to the Walk-a-City help section!</b></p>
<p>Please use the "Help" link on the top to help you navigate and explore through this app.</p>
<b>Navigation around the app</b>
<div class="well well-small">
<p>
<ol>
<li>Select the appropriate city and the country you wish to see.</li>
<li>Choose either standard route or user uploaded routes. (Standard routes are routes that are recommended by Walk-a-City whereas User uploaded routes are routes that are recommend by users)</li>
<li>Follow the map and have an awesome experience in the city!</li>
</ol>
</p>
<img src="http://www.pulsarmedia.eu/data/media/862/Autoban%20Long%20Exposure%20On%20City%20Lights.jpg" width="500" height="250">
</div>
</div>
</div>
</div>
</body>
</html>