add gavi button, fediverse button, a few misc buttons, don't hotlink images to their sites, remove old unused assets

This commit is contained in:
Ruben 2024-07-07 23:16:27 -05:00
commit 1d74c265ca
No known key found for this signature in database
GPG key ID: AE181294E97E4802
30 changed files with 87 additions and 2126 deletions

View file

@ -360,7 +360,7 @@ about me section/terminal
}
#sneexy > section {
img {
#pfp {
width: 256px;
height: 256px;
@ -370,6 +370,27 @@ about me section/terminal
margin-bottom: 1em;
}
#lastfm {
background-color: color-mix(in srgb, var(--red) 25%, transparent);
display: inline-flex;
align-items: center;
padding: .6em;
border-radius: 1em;
a {
color: var(--red);
}
img {
padding-top: .9em;
max-width: auto;
}
summary img {
padding-top: unset;
vertical-align: middle;
width: 26px;
height: 26px;
}
}
h1 {
margin-bottom: 1px;
}
@ -830,6 +851,13 @@ modify widths and spacing depending on the size of the display
margin-bottom: 0.7em;
padding: 10px 16px;
}
#sneexy > section {
#lastfm {
img {
max-width: 20em;
}
}
}
.socials-contacts-list {
grid-template-columns: repeat(1, 1fr);
}