summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2021-08-21 10:40:53 +0200
committerDaniel Friesel <derf@finalrewind.org>2021-08-21 10:40:53 +0200
commit6f1069470dac198edd3606d9e592312baaccd131 (patch)
treedd585fcb00f9dff327c470367b0b8d72b4c1c2f5 /templates
parente8437a7c362796ed81b3f6fe8a025349cf391871 (diff)
nicer CSS for landing page
Diffstat (limited to 'templates')
-rw-r--r--templates/about.html18
-rw-r--r--templates/footer.html2
-rw-r--r--templates/landing_page.html17
3 files changed, 20 insertions, 17 deletions
diff --git a/templates/about.html b/templates/about.html
index f6f9b26..954ea19 100644
--- a/templates/about.html
+++ b/templates/about.html
@@ -9,14 +9,16 @@
{% include 'navbar.html' %}
<div class="container">
- <p>
- NVM ist ein inoffizieller Abfahrtsmonitor für Nahverkehr in Deutschland
- und Umgebung.
- © 2021 <a href="https://finalrewind.org/me">Daniel Friesel</a>
- / <a href="https://twitter.com/derfnull">@derfnull</a>.
- Der <a href="https://github.com/derf/nvm">Quelltext</a> steht unter
- der GNU AGPL v3 als Open Source zur Verfügung.
- </p>
+ <div class="textcontent">
+ <p>
+ NVM ist ein inoffizieller Abfahrtsmonitor für Nahverkehr in Deutschland
+ und Umgebung.
+ © 2021 <a href="https://finalrewind.org/me">Daniel Friesel</a>
+ / <a href="https://twitter.com/derfnull">@derfnull</a>.
+ Der <a href="https://github.com/derf/nvm">Quelltext</a> steht unter
+ der GNU AGPL v3 als Open Source zur Verfügung.
+ </p>
+ </div>
</div>
{% include 'footer.html' %}
diff --git a/templates/footer.html b/templates/footer.html
index 671007e..dccec53 100644
--- a/templates/footer.html
+++ b/templates/footer.html
@@ -1,5 +1,5 @@
<div class="container">
-<div class="about">
+<div class="about textcontent">
<a href="/meta/about">Über NVM</a>
·
<a href="/meta/privacy">Datenschutz</a>
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>