Landing page is designed now.

This commit is contained in:
Zed A. Shaw 2025-09-14 13:33:33 -04:00
parent e1df377eea
commit a2f9660d81
8 changed files with 98 additions and 36 deletions

View file

@ -38,16 +38,22 @@
{{embed}}
</main>
<footer>
<footer class="!p-4 !pb-20">
<div class="flex-1">
<img class="size-12 shrink-0" src="/logo.png" />
<div>
<p>Blah blah about me.</p>
<p>I'm the author of many programming education books, a
semi-professional oil painter, and new game developer.</p>
</div>
</div>
<div class="flex-1">
<h3 class="text-3xl">Other Projects</h3>
<p>Some other links to stuff.</p>
<ul>
<li><a href="https://learncodethehardway.com/">Learn Code the Hard Way</a></li>
<li><a href="https://lcthw.dev/go/">Go Web Dev</a></li>
<li><a href="https://lcthw.dev/learn-code-the-hard-way/">Code Projects for Beginners</a></li>
<li><a href="https://zedshaw.com/blog/">Personal Essays</a></li>
</ul>
</div>
</footer>
</body>