summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDustin Walker <dustin.walker@email.wsu.edu>2022-10-16 19:58:43 -0400
committerDustin Walker <dustin.walker@email.wsu.edu>2022-10-16 19:58:43 -0400
commiteee6ac3620cd3d64168a28cf57820873a1bc6ac7 (patch)
tree5546024f41c738f1cc23db2b44af52fd7599c485
parentd3b59d588260bdff5c50b6470a2e3f3bf310d8c4 (diff)
index.html re-layout
-rw-r--r--index.html36
-rw-r--r--style.css6
2 files changed, 24 insertions, 18 deletions
diff --git a/index.html b/index.html
index 4831c9d..867ae57 100644
--- a/index.html
+++ b/index.html
@@ -10,18 +10,22 @@
</head>
<body>
<main>
- <img class="icon" src="img/HPR.png" alt="Heilich Pennsylfaanisch Reich" title="Heilich Pennsylfaanisch Reich" width="300" height="287"/>
- <h1>Dustin Walker's Webpage</h1>
-
- <h3>York County, Pennsylvania</h3>
-
- <p>This website runs under a self hosted raspberry pi 3, configured under the guidance of <a href="https://landchad.net">LandChad.net</a>. You too can be an internet landlord, so go there to learn more.</p>
-
- <p>The source for this website can be found at <a href="https://git.dwalker.xyz/?p=sovereign-demesne.git">git.dwalker.xyz</a>. Licensed under GPLv3.</p>
+ <div class="row">a
+ <div class="column">
+ <img class="icon" src="img/HPR.png" alt="Heilich Pennsylfaanisch Reich" title="Heilich Pennsylfaanisch Reich" width="300" height="287"/>
+ </div>
+ <div class="column">
+ <h1>Dustin Walker's Webpage</h1>
+ <h3>York County, Pennsylvania</h3>
+ <p>This website runs under a self hosted raspberry pi 3, configured under the guidance of <a href="https://landchad.net">LandChad.net</a>. You too can be an internet landlord, so go there to learn more.</p>
+ <p>The source for this website can be found at <a href="https://git.dwalker.xyz/?p=sovereign-demesne.git">git.dwalker.xyz</a>. Licensed under GPLv3.</p>
+ </div>
+ </div>
<div class="row">
<div class="column">
<h2>Content</h2>
+ <hr/>
<ul>
<li><a href="https://git.dwalker.xyz">Code</a></li>
<li><a href="recipes.html">Recipes</a></li>
@@ -30,6 +34,7 @@
</div>
<div class="column">
<h2>Links</h2>
+ <hr/>
<ul>
<li><a href="https://suckless.org">Suckless Software</a></li>
<li><a href="https://wttr.in">Weather</a></li>
@@ -39,21 +44,18 @@
</div>
<div class="row">
- <div class="column">
- <h2>Downloads</h2>
- <!--ul>
- <li><a href="helen/helen_win_x64.7z" download>Helen Windows x64</a></li>
- <li><a href="helen/helen_lin_x64.7z" download>Helen Linux x64</a></li>
- </ul-->
- <p><i>None Available</i></p>
- </div>
- <div class="column">
<h2>Local Goods & Services</h2>
+ <hr/>
+ <div class="column">
<ul>
<li><a href="https://brownsorchards.com">Brown's Orchard</a></li>
<li><a href="https://godfreymeats.com">Godfrey Brothers Meats</a></li>
<li><a href="https://millerplantfarm.com">Miller Plant Farm</a></li>
<li><a href="https://perrydellfarm.com">Perrydell Dairy Farm</a></li>
+ </ul>
+ </div>
+ <div class="column">
+ <ul>
<li><a href="https://roburritos.com">Roburritos</a></li>
<li><a href="http://shaworchards.com">Shaw Orchards</a></li>
<li><a href="https://sonnewald.org">Sonnewald Natural Goods</a></li>
diff --git a/style.css b/style.css
index daa2de2..f6d4cdc 100644
--- a/style.css
+++ b/style.css
@@ -21,10 +21,14 @@ p, h1, h2, h3, h4 {
color: #dedede;
}
-h1, h3 {
+h1, h2, h3 {
text-align: center;
}
+hr {
+ border-top: 1px dotted #dedede;
+}
+
li {
color: #dedede;
text-align: left;