diff options
author | Dustin Walker <dustin.walker@email.wsu.edu> | 2021-12-09 01:04:21 -0500 |
---|---|---|
committer | Dustin Walker <dustin.walker@email.wsu.edu> | 2021-12-09 01:04:21 -0500 |
commit | 70e1fcf595c2bd350672e31803d4b0336366291b (patch) | |
tree | e923fb279ba9fa1eef3389b615e46332be0c2c27 | |
parent | 21a07f3a77d82b2d8981b042d43c88c205d67091 (diff) |
gif banner link, and filling out
-rw-r--r-- | img/landchad.gif | bin | 0 -> 15127 bytes | |||
-rw-r--r-- | index.html | 9 | ||||
-rw-r--r-- | style.css | 3 |
3 files changed, 10 insertions, 2 deletions
diff --git a/img/landchad.gif b/img/landchad.gif Binary files differnew file mode 100644 index 0000000..302cd26 --- /dev/null +++ b/img/landchad.gif @@ -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> @@ -31,3 +31,6 @@ a { color: #6767de; } +footer { + text-align: center; +} |