summaryrefslogtreecommitdiff
path: root/templates/landing_page.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/landing_page.html')
-rw-r--r--templates/landing_page.html17
1 files changed, 9 insertions, 8 deletions
diff --git a/templates/landing_page.html b/templates/landing_page.html
index a3b7397..0137cd6 100644
--- a/templates/landing_page.html
+++ b/templates/landing_page.html
@@ -17,23 +17,24 @@
</div>
</div>
{% endif %}
- <div class="content">
+ <div class="textcontent">
<p>
NVM ist ein inoffizieller Abfahrtsmonitor für Nahverkehr in Deutschland
und Umgebung. Diese Seite ist ein kostenfreies, privat betriebenes
Projekt ohne Verfügbarkeitsgarantie. Alle Angaben ohne Gewähr.
</p>
</div>
- <div class="content">
+ <div class="textcontent">
<form action="/find/stop">
- <label for="name">Haltestelle:</label>
- <input id="name" name="name" required type="text">
- <button class="btn waves-effect waves-light btn-flat" type="submit" name="action" value="departures">
- Suchen
- </button>
+ <div><input id="name" name="name" required type="text" placeholder="Haltestelle eingeben"></div>
+ <div>
+ <button type="submit" name="action" value="departures">
+ Abfahrtsmonitor
+ </button>
+ </div>
</form>
</div>
- <div class="content">
+ <div class="textcontent">
<div class="geolocation">
<button id="geolocationsearch">Haltestellen in der Umgebung suchen</button>
</div>