summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--img/landchad.gifbin0 -> 15127 bytes
-rw-r--r--index.html9
-rw-r--r--style.css3
3 files changed, 10 insertions, 2 deletions
diff --git a/img/landchad.gif b/img/landchad.gif
new file mode 100644
index 0000000..302cd26
--- /dev/null
+++ b/img/landchad.gif
Binary files differ
diff --git a/index.html b/index.html
index a940cb0..8e82a97 100644
--- a/index.html
+++ b/index.html
@@ -10,16 +10,21 @@
</head>
<body>
<main>
- <img class="icon" src="HPR.png" alt="Heilich Pennsylfaanisch Reich" />
+ <img class="icon" src="HPR.png" alt="Heilich Pennsylfaanisch Reich" title="Heilich Pennsylfaanisch Reich"/>
- <p>This website runs under a self hosted raspberry pi 3, configured under the guidance of <a href="https://landchad.net">landchad.net</a>. Go here to learn more.
+ <p>This website runs under a self hosted raspberry pi 3, configured under the guidance of <a href="https://landchad.net">LandChad.net</a>. Go here to learn more. Currently under construction, more content will be added at a later date.
<h2>Links</h2>
<ul>
<li><a href="https://git.dwalker.xyz">self hosted git</a></li>
<li><a href="https://lukesmith.xyz">Luke Smith</a></li>
<li><a href="https://wttr.in">Weather</a></li>
+ <li>Recipes (soon™)</li>
</ul>
+
+ <footer>
+ <a href="https://landchad.net"><img src="img/landchad.gif" alt="LandChad.net" title="LandChad.net"></a>
+ </footer>
</main>
</body>
diff --git a/style.css b/style.css
index 0df3f65..76a7f47 100644
--- a/style.css
+++ b/style.css
@@ -31,3 +31,6 @@ a {
color: #6767de;
}
+footer {
+ text-align: center;
+}