add a tagline
This commit is contained in:
parent
0a1dca1b8c
commit
dbab4ca77b
10
index.html
10
index.html
|
@ -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>
|
||||
|
|
|
@ -32,8 +32,8 @@ footer {
|
|||
text-decoration: underline;
|
||||
}
|
||||
|
||||
#headermain nav {
|
||||
font-size: x-large;
|
||||
#tagline {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
nav ul,
|
||||
|
|
Loading…
Reference in New Issue