add a tagline

This commit is contained in:
filifa 2025-09-03 19:35:37 -04:00
parent 0a1dca1b8c
commit dbab4ca77b
2 changed files with 5 additions and 9 deletions

View File

@ -14,12 +14,7 @@
<div id="headerimg"></div>
<div id="headermain">
<p><a id="homelink" href="/">dairydemon.net</a></p>
<nav>
<ul>
<li><a href="https://social.dairydemon.net">mastodon</a></li>
<li><a href="https://scm.dairydemon.net">git</a></li>
</ul>
</nav>
<p id="tagline">located several wrong turns off the Information Superhighway</p>
</div>
</header>
<main>
@ -27,9 +22,10 @@
<h1>Hi.</h1>
<p>Welcome to one of the most boring websites on the internet.</p>
<p>Feel free to peruse any of the <em>three</em> (3) interesting things
<p>Feel free to peruse any of the <em>four</em> (4) interesting things
on this site:</p>
<ul>
<li><a href="https://scm.dairydemon.net">my software forge</a></li>
<li><a href='mgs/mgs.html'>this Metal Gear Solid trivia game I made</a>
<li><a href='statsapi/index.html'>generated documentation for MLB's Stats API</a>
<li><a href='eulerbooks/eulerbooks.html'>Jupyter notebooks for the first 100 Project Euler problems</a>

View File

@ -32,8 +32,8 @@ footer {
text-decoration: underline;
}
#headermain nav {
font-size: x-large;
#tagline {
font-style: italic;
}
nav ul,