diff --git a/static/assets/gifs/socials.gif b/static/assets/gifs/socials.gif new file mode 100644 index 0000000..9141e4e Binary files /dev/null and b/static/assets/gifs/socials.gif differ diff --git a/static/style.css b/static/style.css index 9663ce0..e242054 100644 --- a/static/style.css +++ b/static/style.css @@ -440,7 +440,7 @@ home-content { gap: 1rem; box { - border-radius: 0.25rem; + border-radius: 0.4rem; box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1); background-color: white; padding: 1rem; @@ -451,7 +451,39 @@ home-content { &#smallbox { flex: 0.3; + flex-direction: column; + align-items: center; + display: flex; + gap: 1rem; + + >socials-header { + color: var(--darkerer-pink); + } + + socials { + display: grid; + grid-template-columns: repeat(3, 1fr); + gap: 2rem; + } + } + + badges { + margin-top: 0.5rem; + display: flex; + flex-wrap: wrap; + gap: 1rem; + + >img { + flex: 1 1 auto; + } + + + >img:nth-last-child(-n+3) { + flex: 1 1 30%; + } + } + } } diff --git a/templates/partials/home.html b/templates/partials/home.html index 2bf0985..7d2b61c 100644 --- a/templates/partials/home.html +++ b/templates/partials/home.html @@ -31,9 +31,28 @@ PCs I used to tinker with when I was a kid. I always liked this type of aesthetic and the mix of melancholy of comfort it brings me. It feels good to bring that vibe into one of my projects. + + + + + + + + + + -

Salut

+ Socials ! + + + + + +