now-updater/now-page-template.md

107 lines
6.3 KiB
Markdown
Raw Normal View History

2025-12-28 19:37:49 +00:00
<h1>What I've been up to</h1>
<p>This page <em>should</em> update automatically with my latest activity.</p>
<div style="display: flex; flex-direction: column; gap: 0.75rem;">
<div style="background: rgba(166, 227, 161, 0.15); padding: 1rem; border: 4px solid #a6e3a1; color:white;">
<div style="text-align: left;">
<i class="fa-brands fa-lastfm"></i> I listened to this<br>
<a href="https://www.last.fm/user/lookathimthere" style="color: #a6e3a1 !important;">lastfm</a>
</div>
</div>
2025-12-28 20:51:19 +00:00
<div
style="background: rgba(250, 179, 135, 0.15); padding: 1rem; border: 4px solid #fab387; color:white; display: flex; justify-content: space-between; align-items: center;">
<div style="text-align: left;">
<i class="fa-solid fa-tv"></i> I watched this episode<br>
2025-12-28 19:37:49 +00:00
<a href="https://trakt.tv/episodes" style="color: #fab387 !important;">trakt-episode</a>
2025-12-28 17:46:16 +00:00
</div>
2025-12-28 20:51:19 +00:00
<img src="trakt-episode-image"
style="max-width: 120px; max-height: 120px; object-fit: cover; border-radius: 4px;">
</div>
2025-12-28 20:51:19 +00:00
<div
style="background: rgba(250, 179, 135, 0.15); padding: 1rem; border: 4px solid #fab387; color:white; display: flex; justify-content: space-between; align-items: center;">
<div style="text-align: left;">
<i class="fa-solid fa-film"></i> I watched this movie<br>
<a href="https://trakt.tv/movies/" style="color: #fab387 !important;">trakt-movie</a>
2025-12-28 17:46:16 +00:00
</div>
2025-12-28 20:51:19 +00:00
<img src="trakt-movie-image"
style="max-width: 120px; max-height: 120px; object-fit: cover; border-radius: 4px;">
2025-12-28 17:46:16 +00:00
</div>
2025-12-28 20:51:19 +00:00
<div
style="background: rgba(243, 139, 168, 0.15); padding: 1rem; border: 4px solid #f38ba8; color:white; display: flex; justify-content: space-between; align-items: center;">
<div style="text-align: left;">
2025-12-28 19:37:49 +00:00
<i class="fa-solid omg-icon omg-letterboxd"></i> I rated this<br>
2025-12-28 17:46:16 +00:00
<a href="https://letterboxd.com/STFUDonny" style="color: #f38ba8 !important;">letterboxd</a>
</div>
<img src="letterboxd-image" style="max-width: 120px; max-height: 120px; object-fit: cover; border-radius: 4px;">
</div>
2025-12-28 20:51:19 +00:00
<div
style="background: rgba(180, 190, 254, 0.15); padding: 1rem; border: 4px solid #b4befe; color:white; display: flex; justify-content: space-between; align-items: center;">
<div style="text-align: left;">
<i class="fa-solid fa-book"></i> I'm reading this<br>
<a href="https://hardcover.app" style="color: #b4befe !important;">hardcover</a>
</div>
<img src="hardcover-image" style="max-width: 120px; max-height: 120px; object-fit: cover; border-radius: 4px;">
</div>
2025-12-28 20:51:19 +00:00
<div
style="background: rgba(137, 180, 250, 0.15); padding: 1rem; border: 4px solid #89b4fa; color:white; display: flex; justify-content: space-between; align-items: center;">
<div style="text-align: left;">
<i class="fa-brands fa-steam"></i> I played this<br>
<a href="https://store.steampowered.com" style="color: #89b4fa !important;">steam</a>
</div>
<img src="steam-image" style="max-width: 120px; max-height: 120px; object-fit: cover; border-radius: 4px;">
</div>
2025-12-28 20:51:19 +00:00
<div
style="background: rgba(148, 226, 213, 0.15); padding: 1rem; border: 4px solid #94e2d5; color:white; display: flex; justify-content: space-between; align-items: center;">
<div style="text-align: left;">
<i class="fa-regular fa-images"></i>I shared this photo<br>
2025-12-28 17:46:16 +00:00
<a href="https://dylan.some.pics" style="color: #94e2d5 !important;">some.pics</a>
</div>
<img src="some.pics-image" style="max-width: 120px; max-height: 120px; object-fit: cover; border-radius: 4px;">
</div>
2025-12-28 20:51:19 +00:00
<div
style="background: rgba(249, 226, 175, 0.15); padding: 1rem; border: 4px solid #f9e2af; color:white; display: flex; justify-content: space-between; align-items: center;">
<div style="text-align: left;">
2025-12-28 17:46:16 +00:00
I wrote this<br>
<a href="https://dylan.weblog.lol" style="color: #f9e2af !important;">weblog</a>
</div>
<img src="weblog-image" style="max-width: 120px; max-height: 120px; object-fit: cover; border-radius: 4px;">
</div>
<div style="background: rgba(137, 220, 235, 0.15); padding: 1rem; border: 4px solid #89dceb; color:white;">
<div style="text-align: left;">
<i class="fa-solid fa-code"></i> I pushed some (bad) code<br>
<a href="https://source.tube/dylan" style="color: #89dceb !important;">source.tube</a>
</div>
2025-12-28 16:58:45 +00:00
</div>
</div>
2025-12-28 19:37:49 +00:00
<h5>{last-updated}</h5>
2025-12-28 20:51:19 +00:00
<p style="font-size:0.825em !important;">Want your own automatically updated Now page? Check out <a
href="https://source.tube/dylan/now-updater">now-updater</a>.</p>
2025-12-28 19:37:49 +00:00
<hr>
<div class="badges">
2025-12-28 20:51:19 +00:00
<a href="https://people.pledge.party"><img
src="https://res.cloudinary.com/dkubc5dik/image/upload/v1766596198/people_pledge_badge_party_pink_cream_88x31_uyqfgg.png"
alt="People Pledge 88x31 Badge"></a>
<a href="https://social.lol/@dylan"><img
src="https://res.cloudinary.com/dkubc5dik/image/upload/v1766596200/mastodon_ek8b0l.gif"
alt="Follow me on Mastodon - @dylan@social.lol 88x31 Badge"></a>
<a href="https://source.tube/dylan/now-updater"><img
src="https://res.cloudinary.com/dkubc5dik/image/upload/v1766596194/badly-hand-coded-88x31_txfsai.gif"
alt="Badly Hand-Coded and Proud 88x31 Badge"></a>
<a href="https://www.linux.org/pages/download/"><img
src="https://res.cloudinary.com/dkubc5dik/image/upload/v1766596863/gnu-linux_ktn9ec.gif"
alt="omg.lol 88x31 Badge"></a>
<a href="https://annas-archive.li"><img
src="https://res.cloudinary.com/dkubc5dik/image/upload/v1766596623/freencool_mdunpb.gif"
alt="Anna's Archive 88x31 Badge"></a>
<a href="https://privacybadger.org"><img
src="https://res.cloudinary.com/dkubc5dik/image/upload/v1766596864/internetprivacy_tdutsi.gif"
alt="Internet Privacy 88x31 Badge"></a>
<a href="https://home.omg.lol/referred-by/dylan"><img
src="https://res.cloudinary.com/dkubc5dik/image/upload/omglol-88x31_rrl1fj.svg"
alt="omg.lol 88x31 Badge"></a>
</div>
2025-12-28 20:51:19 +00:00
<h3><a href="https://dylan.omg.lol">Back to my omg.lol page!</a></h3>