removed mastodon post section from now-page-template
This commit is contained in:
parent
2fbf9e809b
commit
7ded8d55c6
1 changed files with 3 additions and 14 deletions
|
|
@ -2,13 +2,10 @@
|
|||
<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; display: flex; justify-content: space-between; align-items: center;">
|
||||
<div style="text-align: left;">
|
||||
<div style="background: rgba(166, 227, 161, 0.15); padding: 1rem; border: 4px solid #a6e3a1; color:white;">
|
||||
<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>
|
||||
<img src="lastfm-image" style="max-width: 120px; max-height: 120px; object-fit: cover; border-radius: 4px;">
|
||||
</div>
|
||||
<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>
|
||||
|
|
@ -44,14 +41,6 @@
|
|||
</div>
|
||||
<img src="steam-image" style="max-width: 120px; max-height: 120px; object-fit: cover; border-radius: 4px;">
|
||||
</div>
|
||||
<div style="background: rgba(203, 166, 247, 0.15); padding: 1rem; border: 4px solid #cba6f7; color:white; display: flex; justify-content: space-between; align-items: center;">
|
||||
<div style="text-align: left;">
|
||||
<i class="fa-brands fa-mastodon"></i> I tooted this<br>
|
||||
<a href="https://social.lol/@dylan" style="color: #cba6f7 !important;">mastodon</a>
|
||||
</div>
|
||||
<img src="mastodon-image" style="max-width: 120px; max-height: 120px; object-fit: cover; border-radius: 4px;">
|
||||
<video src="mastodon-video" style="max-width: 120px; max-height: 120px; object-fit: cover; border-radius: 4px;" loop muted controls></video>
|
||||
</div>
|
||||
<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 shared this photo<br>
|
||||
|
|
|
|||
Loading…
Reference in a new issue