Mercurial > web
changeset 91:caf449c570be
html: update main page, fix typo on code page
author | Paper <paper@paper.us.eu.org> |
---|---|
date | Wed, 19 Jun 2024 04:05:42 -0400 |
parents | 2150100076df |
children | a143c3991472 |
files | _data/navigation-external.yml code/index.html index.html |
diffstat | 3 files changed, 14 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/_data/navigation-external.yml Tue Jun 18 04:11:58 2024 -0400 +++ b/_data/navigation-external.yml Wed Jun 19 04:05:42 2024 -0400 @@ -1,3 +1,5 @@ +- name: lastfm + link: https://www.last.fm/user/slipofpaper - name: vids link: https://www.youtube.com/channel/UC8yLNvg6ktP7X_dupByIc-w - name: tunes
--- a/code/index.html Tue Jun 18 04:11:58 2024 -0400 +++ b/code/index.html Wed Jun 19 04:05:42 2024 -0400 @@ -9,7 +9,7 @@ </div> <hr class="project-separator"> <span class="drop-shadow-text"> - An work-in-progress anime tracker and clone of <a class="prettylink" href="https://taiga.moe/">Taiga</a> that I've been working on since around July of 2023. There's still loads to be done, most notably the library and support for MyAnimeList and Kitsu. Minori also encompasses libanimone, a library for cross-platform media player detection. + A work-in-progress cross-platform anime tracker and clone of <a class="prettylink" href="https://taiga.moe/">Taiga</a> that I've been working on since around July of 2023. There's still loads to be done, most notably the library and support for MyAnimeList and Kitsu. Minori also encompasses libanimone, a library for cross-platform media player detection. </span> <br><br> <span class="drop-shadow-text project-title">Downloads:</span>
--- a/index.html Tue Jun 18 04:11:58 2024 -0400 +++ b/index.html Wed Jun 19 04:05:42 2024 -0400 @@ -15,14 +15,14 @@ <br> <div class="content drop-shadow-box"> - <h2 class="drop-shadow-text">welcome to my website!</h2> - <span class="drop-shadow-text"> - there's not really much to see here for now. In the meantime, you can check out the links at the top right to see some stuff I've made. - </span> + <h2 class="drop-shadow-text">things you don't care about</h2> + <ul class="index-socials-list"> + <li class="drop-shadow-text">location: USA</li> + <li class="drop-shadow-text">favorite genres: dreampop, experimental electronic, lots of indie...</li> + <li class="drop-shadow-text">steak or chicken?: chicken 100%</li> + </ul> - <br><br> - - <h2 class="drop-shadow-text">socials</h2> + <h2 class="drop-shadow-text">socials / contact</h2> <ul class="index-socials-list"> <li class="drop-shadow-text"> E-mail (<a class="prettylink" href="mailto:paper@paper.us.eu.org">paper@paper.us.eu.org</a>); please send me <a class="prettylink" href="https://useplaintext.email/">plain text email</a> if possible. @@ -34,14 +34,18 @@ Discord (@slipofpaper) </li> </ul> + <br> + <ul class="index-socials-list"> <li class="drop-shadow-text"> Fediverse (<a target="_blank" class="prettylink" href="https://miniwa.moe/users/paper">@paper@miniwa.moe</a>) </li> </ul> + <br> + <div class="plugs-list"> {% for plug in site.data.plugs %} <a href="{{ plug.href }}" class="navbar-item-active"><img class="plugs-list-item drop-shadow-box" src="{{ plug.url }}" alt="{{ plug.alt }}"></a>