commit ff2b0ad6c3c2eb8d33abbd108639c5e6d294075e (patch)
parent df85445414ff968c708700aa29bc0237ce0205df
Author: Alex Karle <alex@karle.co>
Date: Mon, 15 Jun 2020 21:09:57 -0400
nav: Add link to euchre.live
Might as well tell people about it! :) Been many hours of work, after
all.
Diffstat:
3 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/index.html b/index.html
@@ -13,6 +13,7 @@
<div id="nav">
<a href="index.html">[Home]</a>
<a href="thoughts.html"> Thoughts </a>
+ <a href="http://euchre.live"> Euchre </a>
</div>
<h1 class="path">/home/akarle</h1>
diff --git a/style.css b/style.css
@@ -25,6 +25,7 @@ body {
#nav > a {
color: dimgray;
text-decoration: none;
+ padding: 1em;
}
h1.path {
diff --git a/thoughts.html b/thoughts.html
@@ -11,8 +11,9 @@
<!-- Put content in centered column -->
<div id="content">
<div id="nav">
- <a href="index.html">Home</a>
+ <a href="index.html"> Home </a>
<a href="thoughts.html">[Thoughts]</a>
+ <a href="http://euchre.live"> Euchre </a>
</div>
<h1 class="path">/home/akarle</h1>