only german for now. add footer. reposition last updated info.
This commit is contained in:
parent
0639aeae6f
commit
d9a21b53be
5 changed files with 45 additions and 16 deletions
18
about.html
18
about.html
|
@ -6,33 +6,35 @@
|
|||
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
||||
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||||
<link href="style.css" rel="stylesheet">
|
||||
<title>A11y Elevator List</title>
|
||||
<title>Barrierefreie Aufzugs-Liste | Was ist das?</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>A11y Elevator List</h1>
|
||||
<h1>Barrierefreie Aufzugs-Liste</h1>
|
||||
<nav>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="index.html">
|
||||
Elevator List
|
||||
Aufzugs-Liste
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="about.html">
|
||||
What is this?
|
||||
Was ist das?
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<main>
|
||||
<section>
|
||||
<h2>What is this site?</h2>
|
||||
<h2>Worum geht's hier?</h2>
|
||||
<p>
|
||||
This site provides an (at least more) accessible version of the HVV Website for (not) working elevators:<br>
|
||||
<a href="https://www.hvv.de/de/aufzuege">HVV Website</a>
|
||||
Diese Seite ermöglicht einen barrierefreien Zugang zu den Aufzugs informationen im HVV.
|
||||
Der HVV selbst zeigt diese Informationen nur auf einer (vor allem ohne Ortskenntnis) schwer zu navigierenden Karte an:
|
||||
<a href="https://www.hvv.de/de/aufzuege">HVV Webseite zu Aufzügen</a>
|
||||
</p>
|
||||
<p>
|
||||
The Source code of this page is available under: <a href="https://git.kritzl.dev/kritzl/hvvstuhl.de" target="_blank">git.kritzl.dev</a>
|
||||
Dieses Projekt wurde unter AGPL-3 entwickelt und ist hier zu finden:
|
||||
<a href="https://git.kritzl.dev/kritzl/hvvstuhl.de" target="_blank">git.kritzl.dev</a>
|
||||
</p>
|
||||
</section>
|
||||
</main>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue