summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.html25
-rw-r--r--style.css2
2 files changed, 19 insertions, 8 deletions
diff --git a/index.html b/index.html
index 5988bff..2ec808f 100644
--- a/index.html
+++ b/index.html
@@ -13,12 +13,12 @@
<img class="icon" src="img/HPR.png" alt="Heilich Pennsylfaanisch Reich" title="Heilich Pennsylfaanisch Reich"/>
<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>
- <p>No ads. No javascript. No griefing.</p>
-
<div class="row">
<div class="column">
<h2>Content</h2>
@@ -36,19 +36,30 @@
<li><a href="https://lukesmith.xyz">Luke Smith</a></li>
</ul>
</div>
- </div>
+ </div>
- <!--div class="row">
+ <div class="row">
<div class="column">
<h2>Downloads</h2>
- <ul>
+ <!--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>
+ </ul-->
+ <p><i>None Available</i></p>
</div>
<div class="column">
+ <h2>Local Goods & Services</h2>
+ <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>
+ <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>
+ </ul>
</div>
- </div-->
+ </div>
<footer>
<a href="https://landchad.net"><img src="img/landchad.gif" alt="LandChad.net" title="LandChad.net"></a>
diff --git a/style.css b/style.css
index 3626a3e..daa2de2 100644
--- a/style.css
+++ b/style.css
@@ -21,7 +21,7 @@ p, h1, h2, h3, h4 {
color: #dedede;
}
-h1 {
+h1, h3 {
text-align: center;
}