home to your local SPACEGIRL 💫 arimelody.space
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

move source link from header to footer

ari melody f7b3faf8 69e2e22e

+8 -7
+2 -3
public/style/header.css
··· 25 25 flex-grow: 1; 26 26 display: flex; 27 27 gap: .5em; 28 - cursor: pointer; 29 28 } 30 29 31 30 img#header-icon { ··· 36 35 } 37 36 38 37 #header-text { 39 - width: 11em; 40 38 display: flex; 41 39 flex-direction: column; 42 40 justify-content: center; 43 - flex-grow: 1; 44 41 } 45 42 46 43 #header-text h1 { 44 + width: fit-content; 47 45 margin: 0; 48 46 font-size: 1em; 49 47 } 50 48 51 49 #header-text h2 { 50 + width: fit-content; 52 51 height: 1.2em; 53 52 line-height: 1.2em; 54 53 margin: 0;
+6 -1
views/footer.html
··· 2 2 3 3 <footer> 4 4 <div id="footer"> 5 - <small><em>*made with <span aria-label="love">♥</span> by ari, 2025*</em></small> 5 + <small> 6 + <em> 7 + *made with <span aria-label="love">♥</span> by ari, 2025* 8 + <a href="https://git.arimelody.me/ari/arimelody.me" target="_blank">source</a> 9 + </em> 10 + </small> 6 11 </div> 7 12 </footer> 8 13
-3
views/header.html
··· 24 24 <a href="/music" preload="mouseover">music</a> 25 25 </li> 26 26 <li> 27 - <a href="https://git.arimelody.me/ari/arimelody.me" target="_blank">source</a> 28 - </li> 29 - <li> 30 27 <!-- coming later! --> 31 28 <span title="coming later!">blog</span> 32 29 </li>