-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
189 lines (125 loc) · 6.95 KB
/
about.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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Accessible Melbourne</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<!-- Here we are using vanilla bootstrap replaced with the BootSwatch Readable theme, and the Paypal accessibility plugin -->
<link href="ui/bootstrap/css/bootstrap.css" rel="stylesheet">
<link href="ui/bootstrap/css/bootstrap-responsive.css" rel="stylesheet">
<link href="ui/bootstrap/css/bootstrap-accessibility.css" rel="stylesheet">
<!-- Include Leaflet.js Stylesheet -->
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.css" />
<!--Include Leaflet.js -->
<script src="http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.js"></script>
<style>
body {
padding-top: 60px; /* 60px to make the container go all the way to the bottom of the topbar */
}
</style>
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="ui/bootstrap/js/html5shiv.js"></script>
<![endif]-->
<!-- Fav and touch icons -->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="ui/bootstrapico/apple-touch-icon-144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="ui/bootstrapico/apple-touch-icon-114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="ui/bootstrapico/apple-touch-icon-72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="ui/bootstrapico/apple-touch-icon-57-precomposed.png">
<link rel="shortcut icon" href="ui/bootstrapico/favicon.png">
</head>
<body>
<div class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<a href="/index.html" class="navbar-brand">Accessible Melbourne</a>
<button class="navbar-toggle" type="button" data-toggle="collapse" data-target="#navbar-main">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="navbar-collapse collapse" id="navbar-main">
<ul class="nav navbar-nav">
<li>
<a href="/about.html">About</a>
</li>
<li>
<a href="/team.html">Team</a>
</li>
<li>
<a href="/todo.html">Todo list</a>
</li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><a href="http://govhack.org">GovHack Home</a></li>
<li><a href="https://data.melbourne.vic.gov.au/">City of Melbourne Open Data Platform</a></li>
</ul>
</div>
</div>
</div>
<div class="container">
<h1>About Accessible Melbourne</h1>
<p class="lead">
Many members of our community have accessibility needs. In face, Australian Bureau of Statistics estimate that around 18.5% of the population have some form of physical or cognitive disability. Disabilities can come in many forms such as visual or hearing impairment, difficulty with mobility or cognitive challenges.
</p>
<p>Accessible Melbourne aims to provide a website where those with accessibility requirements can check locations for accessibility information:</p>
<ul>
<li>buildings</li>
<li>public transport stops and journeys</li>
<li>toilets</li>
</ul>
<p>Initially presenting just the information provided by the City of Melbourne, we would encourage all local and state governments to open accessibility data for integration.</p>
<p>Ultimately the goal is to provide a site and/or app that covers:</p>
<ul>
<li>all capital cities and regional centres, national parks</li>
<li>all disabilities: from hearing loops in theatres to tactile signage/environmental braille, mental health spaces or sign interpreters at events</li>
<li>Transport: Are there Maxi taxi specific ranks? Where are the low floored buses stopping? Which stations have toilets accessible to people with disabilities?</li>
</ul>
<p>Other data sets we have identified are; </p>
<ul>
<li>Footpath data in Melbourne and Ballarat.</li>
<li>The NSW Government offers National Park with Wheelchair Accessible Facilities</li>
</ul>
<h2>User documentation</h2>
<p>Our website is accessed via a W3K AA standards-compliant landing page. Here the user can select what criteria they wish to view on the map. </p>
<h3>On The Start Page</h3>
<p>The landing page should automatically detect your location. If it does not, you can enter your location in the text box. You can also enter your preferred location in this field (if it is different to your current location). Please select which options you'd like to use from the XX list by checking the box to the left of the option. Once you've selected the option ot options you want, please click the XX button to see your results on a map.</p>
<h3>On The Map Page</h3>
<p>How accessible a location is will be indicated by what colour it displays. Red locations have low or no accessibility. </p>
<p>Yellow locations have okay accessibility. </p>
<p>Green locations have good accessibility. </p>
<p>Locations displayed in grey have not yet been rated. </p>
<p>If you know how accessible a grey location is, please consider adding a rating yourself. This helps out the entire user community!</p>
<p>Clicking on a location will bring up more information for that location.</p>
</div> <!-- /container -->
<footer>
<div class="navbar navbar-default">
<div class="container">
<div class="navbar-header">
<a href="http://creativecommons.org/licenses/by-sa/3.0/au" class="navbar-brand">Proudly licensed under Creative Commons 3.0 Attribution Share-Alike CC-BY-SA</a>
</div>
<div class="navbar-collapse collapse" id="navbar-footer">
<ul class="nav navbar-nav">
</ul>
<ul class="nav navbar-nav navbar-right">
<li>
<a href="https://twitter.com/search?q=%23govhack">#govhack on the Twitters</a>
</li>
</ul>
</div>
</div>
</div>
</footer>
<!-- Le javascript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="ui/bootstrap/js/jquery.js"></script>
<script src="ui/bootstrap/js/bootstrap.js"></script>
<!-- Include Leaflet.js overlays -->
<script src="overlays.js"></script>
<!-- overlays have to be included after the DIV element is declared -->
</body>
</html>