Adding lastfm and other bits

This commit is contained in:
Dan Baker 2024-02-13 11:04:53 +00:00
parent 0e4e0318cc
commit f0902b072f
10 changed files with 313 additions and 90 deletions

View file

@ -17,4 +17,32 @@ article a[href^="https://"]:not(article .social-icons a, .paginav a, .buy-me-a-c
background-position: 0 100%;
background-size: 100% 2px;
background-repeat: repeat-x;
}
.row {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
width: 100%;
gap: 14px;
}
.col {
display: flex;
flex-direction: column;
flex-basis: 100%;
flex: 1;
}
.photo {
flex: 25%;
img {
border-radius: var(--radius);
}
}
.intro-text {
flex: 75%;
}

BIN
assets/images/me.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 70 KiB