move source link from header to footer

This commit is contained in:
ari melody 2025-06-16 22:41:54 +01:00
parent 69e2e22e47
commit f7b3faf8e8
Signed by: ari
GPG key ID: CF99829C92678188
3 changed files with 8 additions and 7 deletions

View file

@ -25,7 +25,6 @@ nav {
flex-grow: 1; flex-grow: 1;
display: flex; display: flex;
gap: .5em; gap: .5em;
cursor: pointer;
} }
img#header-icon { img#header-icon {
@ -36,19 +35,19 @@ img#header-icon {
} }
#header-text { #header-text {
width: 11em;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
justify-content: center; justify-content: center;
flex-grow: 1;
} }
#header-text h1 { #header-text h1 {
width: fit-content;
margin: 0; margin: 0;
font-size: 1em; font-size: 1em;
} }
#header-text h2 { #header-text h2 {
width: fit-content;
height: 1.2em; height: 1.2em;
line-height: 1.2em; line-height: 1.2em;
margin: 0; margin: 0;

View file

@ -2,7 +2,12 @@
<footer> <footer>
<div id="footer"> <div id="footer">
<small><em>*made with <span aria-label="love"></span> by ari, 2025*</em></small> <small>
<em>
*made with <span aria-label="love"></span> by ari, 2025*
<a href="https://git.arimelody.me/ari/arimelody.me" target="_blank">source</a>
</em>
</small>
</div> </div>
</footer> </footer>

View file

@ -23,9 +23,6 @@
<li> <li>
<a href="/music" preload="mouseover">music</a> <a href="/music" preload="mouseover">music</a>
</li> </li>
<li>
<a href="https://git.arimelody.me/ari/arimelody.me" target="_blank">source</a>
</li>
<li> <li>
<!-- coming later! --> <!-- coming later! -->
<span title="coming later!">blog</span> <span title="coming later!">blog</span>