summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2020-09-27 13:53:02 +0300
committerYuval Adam <_@yuv.al>2020-09-27 13:53:02 +0300
commitd42c0aae5c03042c924b44a410f4da6b4b9bf8db (patch)
treef8a7fd9bd1cc4036a8d220fd4026fce206ef5cf1
parent50747d53a47a8e87780c8ccfb1caf885b6f50c7e (diff)
Update templates
-rw-r--r--iss/templates/base.html3
-rw-r--r--iss/templates/index.html4
2 files changed, 5 insertions, 2 deletions
diff --git a/iss/templates/base.html b/iss/templates/base.html
index 2a2e44c..96388dd 100644
--- a/iss/templates/base.html
+++ b/iss/templates/base.html
@@ -14,6 +14,9 @@
<div class="pa4 mw7 center">
{% block content %}
{% endblock %}
+
+ <hr class="mt5 dark-gray">
+ <p>Created by <a href="https://yuv.al/" class="link light-blue dim">Yuval Adam</a>, source code available at <a href="https://github.com/yuvadm/iss.guru" class="link light-blue dim">Github</a>.</p>
</div>
</body>
</html>
diff --git a/iss/templates/index.html b/iss/templates/index.html
index 07894a6..31892ef 100644
--- a/iss/templates/index.html
+++ b/iss/templates/index.html
@@ -1,6 +1,6 @@
{% extends "base.html" %}
{% block content %}
-<h1 class="f1">ISS.guru</h1>
-<p class="light-red">Hello this is text <span class="b">in bold</span></p>
+<h1 class="f1">ISS Pass Predictions</h1>
+<p class="light-red">Upcoming passes of the <a href="https://en.wikipedia.org/wiki/International_Space_Station" class="link red dim">International Space Station</a> at your location over the next 10 days.</p>
{% endblock %}