Add social page with archived mastodon posts, move source to /site

This commit is contained in:
天クマ 2026-07-04 16:57:55 -03:00
commit 648869bf76
40 changed files with 58 additions and 2 deletions

BIN
static/images/profile.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

View file

@ -158,6 +158,10 @@ button {
padding: 0.6em;
}
img {
max-width: 100%;
}
hs {
border-bottom: thin solid white;
}
@ -242,6 +246,10 @@ footer a {
margin: 0;
}
.noDecoration, .noDecoration:hover {
text-decoration: none;
}
.noPadding {
padding: 0!important;
}
@ -695,6 +703,7 @@ article {
height: 1.4em;
margin-top: auto;
opacity: 0.6;
margin: auto;
}
#music:hover {
@ -734,6 +743,7 @@ article {
#mainHelper > aside {
max-width: 20%;
min-width: 20%;
}
#mainHelper aside {
@ -1060,6 +1070,12 @@ header div:first-child {
margin-top: .2em;
}
.mastodonPost {
background-color: rgba(0, 0, 0, 0.2);
padding: 1em;
margin-bottom: 1em;
}
/* Animations */
@keyframes ellipsis-loader {
@ -1145,6 +1161,10 @@ header div:first-child {
max-width: unset;
}
#socialAside img {
max-width: 50%;
}
#homeSquares {
flex-direction: row;
align-content: center;