From 4c6f3aa6ae34f50a0bd2147a40e400d2594e26b5 Mon Sep 17 00:00:00 2001 From: Agahnim Date: Fri, 20 Mar 2026 17:00:29 +0100 Subject: [PATCH] home: wip paragraph, need to remove classNames from old website --- static/style.css | 26 ++++++++++++++++++++++++++ templates/partials/home.html | 33 ++++++++++++++++++++++++++++++++- 2 files changed, 58 insertions(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index 943855c..533cfd9 100644 --- a/static/style.css +++ b/static/style.css @@ -350,6 +350,32 @@ home-content { flex-wrap: wrap; justify-content: center; align-items: center; + + welcome { + margin-bottom: 3rem; + text-align: center; + } + + boxes { + display: flex; + width: 30%; + gap: 1rem; + + box { + border-radius: 0.25rem; + 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: 4rem; + + &#bigbox { + flex: 1; + } + + &#smallbox { + flex: 0.3; + } + } + } } /* 404 */ diff --git a/templates/partials/home.html b/templates/partials/home.html index f3a328a..455dba7 100644 --- a/templates/partials/home.html +++ b/templates/partials/home.html @@ -1,6 +1,37 @@ A welcome text in pink -

test

+

Welcome to my little corner of the Web!

+ + + Thank you for visiting my website ! + For now it's still a work in progress but I'm sure you will see + changes if you come back from time to time :) +

+ My name is Agahnim + she/her + , + I'm a developer and music producer from France ! +

+ I created this website not just to improve my + web development + skills, but also because it's fun + to + build a project like this. It's a small, personal space on the internet, away from the social climate, which is + getting worse and worse +

+ This website is inspired by the vaporwave + aesthetic and + the old + 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

+
+
\ No newline at end of file