add content to footer

This commit is contained in:
Daniel Alejandro Gallegos 2024-04-17 19:05:35 -04:00
parent 0b5ce8b9bc
commit 04b075f42f
Signed by: taco
SSH key fingerprint: SHA256:YgoAbZ3x1d1kTGKEmT8elbjEvK/mn0hc4ATFgWhykR0
4 changed files with 27 additions and 11 deletions

View file

@ -19,3 +19,4 @@ the wedsite of
* 🔮 code alchemist. * 🔮 code alchemist.
* ⭐ digital storyteller. * ⭐ digital storyteller.
* 💚 mestizo monster. * 💚 mestizo monster.

View file

@ -8,6 +8,7 @@ body {
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;
max-width: 768px; max-width: 768px;
padding: 0.5rem;
} }
h1, h2, h3, h4, h5, h6, nav { h1, h2, h3, h4, h5, h6, nav {
@ -15,6 +16,10 @@ h1, h2, h3, h4, h5, h6, nav {
font-weight: 700; font-weight: 700;
} }
h1 {
text-align: center;
}
nav { nav {
ul { ul {
display: flex; display: flex;
@ -25,10 +30,10 @@ nav {
} }
li { li {
font-size: 1.3rem; font-size: 1.3rem;
margin: auto 3rem auto 3rem;
flex-direction: column; flex-direction: column;
list-style-type: none; list-style-type: none;
border-bottom: 1px solid #a6dc68; border-bottom: 1px solid #a6dc68;
padding: 1rem;
} }
} }
@ -52,7 +57,6 @@ figure {
} }
footer { footer {
border-top: 1px solid #222;
margin-top: 1rem; margin-top: 1rem;
text-align: center; text-align: center;
} }
@ -62,9 +66,19 @@ a {
text-decoration: none; text-decoration: none;
} }
h1 {
a {
color: #87a73d;
}
}
code { code {
} }
main {
padding: 1rem;
}
@media (prefers-color-scheme: light) { @media (prefers-color-scheme: light) {
body { body {
background: #eee; background: #eee;
@ -73,10 +87,8 @@ code {
a { a {
color: #63843e; color: #63843e;
} }
h1 { footer {
a { border-top: 1px solid #222;
color: #87a73d;
}
} }
} }
@ -85,9 +97,10 @@ code {
background: #291712; background: #291712;
color: #eee; color: #eee;
} }
h1 { header {
a { border-bottom: 1px solid #eee;
color: #87a73d;
} }
footer {
border-top: 1px solid #eee;
} }
} }

View file

@ -1 +1,3 @@
<p><a rel="me" href="https://tilde.zone/@taco">mastodon</a> / <a href="https://github.com/takouhai">github</a> / <a href="https://gitlab.com/takouhai">gitlab</a> / <a href="https://www.linkedin.com/in/daniel-gallegos/">linkedin</a> / <a href="https://keyoxide.org/dde52d5b73e9bcb3da5af230f762860f6b1c66b7">keyoxide</a></p>
<p><a rel="noreferrer noopener" href="https://mestizo.monster" target="_blank">mestizo.monster</a> © current year by <a rel="noreferrer noopener" href="https://mestizo.monster/about" target="_blank">taco</a> is licensed under <a rel="noreferrer noopener" href="http://creativecommons.org/licenses/by-nc/4.0/?ref=chooser-v1" target="_blank">CC BY-NC 4.0</a>.</p> <p><a rel="noreferrer noopener" href="https://mestizo.monster" target="_blank">mestizo.monster</a> © current year by <a rel="noreferrer noopener" href="https://mestizo.monster/about" target="_blank">taco</a> is licensed under <a rel="noreferrer noopener" href="http://creativecommons.org/licenses/by-nc/4.0/?ref=chooser-v1" target="_blank">CC BY-NC 4.0</a>.</p>
<p>this website is <a href="https://git.tacowolf.net/TacoWolf/mestizo.monster" target="_blank">open source</a>.</p>

View file

@ -1,5 +1,5 @@
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{{ if .IsHome }}home - {{ site.Title }}{{ else }}{{ printf "%s - %s" .Title site.Title }}{{ end }}</title> <title>{{ if .IsHome }}home - {{ site.Title }}{{ else }}{{ printf "%s - %s" .Title site.Title }}{{ end }}</title>
{{ partialCached "head/css.html" . }} {{ partialCached "head/css.html" . }}
{{ partialCached "head/js.html" . }} {{ partialCached "head/js.html" . }}