diff options
Diffstat (limited to 'dwalker.xyz/Pages/Index.cshtml')
| -rw-r--r-- | dwalker.xyz/Pages/Index.cshtml | 67 |
1 files changed, 64 insertions, 3 deletions
diff --git a/dwalker.xyz/Pages/Index.cshtml b/dwalker.xyz/Pages/Index.cshtml index 0283f0d..d8fce58 100644 --- a/dwalker.xyz/Pages/Index.cshtml +++ b/dwalker.xyz/Pages/Index.cshtml @@ -5,7 +5,68 @@ } <section class="hero"> - <p class="eyebrow">.NET 10 Razor Pages</p> - <h1>Blank, modern, and ready.</h1> - <p class="lede">A minimal starting point for building dwalker.xyz without demo content or extra scaffolding.</p> + <div class="hero-header"> + <img class="site-badge" src="~/images/HPR.png" alt="HPR site badge" /> + <div> + <h1>Dustin Walker's Webpage</h1> + <h3>York County, Pennsylvania</h3> + </div> + </div> + <hr /> + <p>The source for this website can be found at <a href="https://git.dwalker.xyz/sovereign-demesne.git">git.dwalker.xyz</a>. Licensed under <a href="https://git.dwalker.xyz/sovereign-demesne.git/tree/LICENSE">GPLv3</a>.</p> + <p><b>Council Members:</b> A mumble server is up in case of emergency meetings. We also have <a href="https://rss.dwalker.xyz">RSS management</a> and an <a href="https://bridge.dwalker.xyz">RSS bridge</a> to populate it.</p> + <hr /> + <div class="link-groups"> + <section class="link-group"> + <h4>Content</h4> + <hr /> + <ul> + <li><a href="https://git.dwalker.xyz">Code</a></li> + <li><a href="https://rss.dwalker.xyz">Web Feed</a></li> + <li><a href="/books/">Reading List</a></li> + <li><a href="/production/">Production</a></li> + <li><a href="/reference/">Reference</a></li> + <li><a href="/wargaming/">Wargaming</a></li> + <li><a href="https://bridge.dwalker.xyz">RSS Bridge</a></li> + <li><a href="https://budget.dwalker.xyz">Budget</a></li> + <li><a href="https://foundry.dwalker.xyz">FoundryVTT</a></li> + </ul> + </section> + <section class="link-group"> + <h4>External Links</h4> + <hr /> + <ul> + <li><a href="https://landchad.net">Build your own Website</a></li> + <li><a href="https://www.sumo.or.jp/En/">Grand Sumo</a></li> + <li><a href="https://suckless.org">Suckless Software</a></li> + <li><a href="https://wttr.in">Weather</a></li> + <li><a href="https://1mb.club">1MB Club</a></li> + <li><a href="https://simplytranslate.org">Translations</a></li> + <li><a href="https://incompetech.com/">Incompetech - Royalty-free Music</a></li> + <li><a href="https://thehomesteaderschronicle.com/">Homesteader's Chronicle</a></li> + <li><a href="https://lukesmith.xyz">Luke Smith</a></li> + </ul> + </section> + <section class="link-group"> + <hr /> + <h4>Local Goods and Services</h4> + <hr /> + <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://hiwwe-wie-driwwe.com/">Hiwwe wie Driwwe</a></li> + <li><a href="https://maplelawnfarms.com/">Maple Lawn Farms</a></li> + <li><a href="https://millerplantfarm.com">Miller Plant Farm</a></li> + <li><a href="https://christmastimeinloganville.com">Christmastime in Loganville</a></li> + <li><a href="https://www.thecomicscloset.com/">Comics Closet</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> + <li><a href="https://jeffssubs.com">Jeff's Subs</a></li> + <li><a href="https://flinchbaughsorchard.com">Flinchbaugh's Orchard and Farm Market</a></li> + <li><a href="https://theadventurersacademy.com/">Adventurer's Academy</a></li> + </ul> + </section> + </div> </section> |
