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="headerimg"></div>
|
||||||
<div id="headermain">
|
<div id="headermain">
|
||||||
<p><a id="homelink" href="/">dairydemon.net</a></p>
|
<p><a id="homelink" href="/">dairydemon.net</a></p>
|
||||||
<nav>
|
<p id="tagline">located several wrong turns off the Information Superhighway</p>
|
||||||
<ul>
|
|
||||||
<li><a href="https://social.dairydemon.net">mastodon</a></li>
|
|
||||||
<li><a href="https://scm.dairydemon.net">git</a></li>
|
|
||||||
</ul>
|
|
||||||
</nav>
|
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
<main>
|
<main>
|
||||||
|
@ -27,9 +22,10 @@
|
||||||
<h1>Hi.</h1>
|
<h1>Hi.</h1>
|
||||||
<p>Welcome to one of the most boring websites on the internet.</p>
|
<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>
|
on this site:</p>
|
||||||
<ul>
|
<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='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='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>
|
<li><a href='eulerbooks/eulerbooks.html'>Jupyter notebooks for the first 100 Project Euler problems</a>
|
||||||
|
|
|
@ -32,8 +32,8 @@ footer {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
#headermain nav {
|
#tagline {
|
||||||
font-size: x-large;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
|
|
||||||
nav ul,
|
nav ul,
|
||||||
|
|
Loading…
Reference in New Issue