From 44f5ca09550fcb5de9c4411e61cbe8d02cb021b1 Mon Sep 17 00:00:00 2001 From: Martial Simon Date: Wed, 28 Jun 2023 13:24:56 +0200 Subject: feat: true centered body contents, played with pseudo classes for the return buttons --- en/aboutme.html | 2 +- en/index.html | 2 +- en/it.html | 2 +- en/music.html | 2 +- index.html | 2 +- info.html | 11 ++++++++--- moa.html | 2 +- musique.html | 4 ++-- style.css | 16 +++++++++------- 9 files changed, 25 insertions(+), 18 deletions(-) diff --git a/en/aboutme.html b/en/aboutme.html index 8e41634..34c2384 100644 --- a/en/aboutme.html +++ b/en/aboutme.html @@ -12,6 +12,6 @@ I hope you enjoy taking a look at my website, have a good day ! Return - <<<Return<<< + Return diff --git a/en/index.html b/en/index.html index 2a58aeb..508503b 100644 --- a/en/index.html +++ b/en/index.html @@ -5,7 +5,7 @@ - +

Marcellus

🇫🇷 diff --git a/en/it.html b/en/it.html index c44cae4..2e8f97f 100644 --- a/en/it.html +++ b/en/it.html @@ -13,6 +13,6 @@

My setup(s)

- <<<Return<<< + Return diff --git a/en/music.html b/en/music.html index acfff5d..229f13c 100644 --- a/en/music.html +++ b/en/music.html @@ -46,6 +46,6 @@ I have done a few productions, but the one I've worked the most on is a second semester project OST.
You can find most of my productions on >SoundCloud<

- <<<Return<<< + Return diff --git a/index.html b/index.html index ed10178..3c0de04 100644 --- a/index.html +++ b/index.html @@ -5,7 +5,7 @@ - +

Marcellus

🤮🇬🇧 - <<<Retour<<< + Retour diff --git a/musique.html b/musique.html index 5ed59e8..0239374 100644 --- a/musique.html +++ b/musique.html @@ -10,7 +10,7 @@

Formation

J'ai commencé les cours de guitare et de formation musicale vers l'âge de 7 ans, et j'ai un assez bon niveau de solfège. J'ai aussi appris la basse pendant quelques années. J'ai suivi 2 ans de cours de MAO, et je suis très à l'aise avec Ableton Live.


-

Matos

+

Matos

Instruments

@@ -46,6 +46,6 @@ J'ai quelques productions à mon actif, mais celle sur laquelle j'ai le plus travaillé est la BO du projet de groupe du 2è semestre. La plupart des mes productions sont trouvables sur >SoundCloud<

- <<<Retour<<< + Retour diff --git a/style.css b/style.css index 2a6800f..a35c74a 100644 --- a/style.css +++ b/style.css @@ -1,10 +1,17 @@ body{ + display: flex; + flex-direction: column; + justify-content: center; background: url(img/wp.gif) no-repeat fixed; background-size:cover; text-align:center; font-family:Cousine; } +body.index{ + height: 97vh; +} + .frame{ margin-top=10px; margin-bottom=10px; @@ -107,13 +114,8 @@ a{ animation-timing-function: linear; } -@keyframes unopacitize{ - from{ - opacity: 1; - } - to{ - opacity: 0.6; - } +.footer::before, .footer::after{ + content: "<<<"; } @keyframes spin{ -- cgit v1.2.3