From 962f9d41bfe9c8e8d267b156a952c432e9f0a94c Mon Sep 17 00:00:00 2001 From: Martial Simon Date: Tue, 26 Nov 2024 11:04:52 +0100 Subject: add: added canard pc --- img/canard_pc.jpg | Bin 0 -> 132484 bytes main.html | 11 +++++++---- style.css | 11 +++++++++++ 3 files changed, 18 insertions(+), 4 deletions(-) create mode 100644 img/canard_pc.jpg diff --git a/img/canard_pc.jpg b/img/canard_pc.jpg new file mode 100644 index 0000000..e0dd786 Binary files /dev/null and b/img/canard_pc.jpg differ diff --git a/main.html b/main.html index e9c72fa..4d301ed 100644 --- a/main.html +++ b/main.html @@ -19,14 +19,17 @@ En explorant le site de Ratakor, je suis tombé sur sa webring, et une chose en entraînant une autre, j'ai découvert le concept des webrings, ainsi que des blogs personnels très inspirants, le thread lainchan sur les webrings, et la pensée derrière tout ça. Ca m'a donné envie de créer moi aussi mon propre site, d'en faire ma propre safe place.
J'espère que vous aurez plaisir à faire le tour de mon site, et bonne journée!
Je réalise que j'ai jamais exposé pourquoi j'ai choisi ce pseudo : en gros mon père me surnommait Marsellus Wallace (ref à Fiction Pulpeuse), et ne sachant comment l'écrire correctement, j'ai pris Marcellus. valaaaa

- +
+ + Canard PC +

Du coup, ma webring

Ouais je sais y en a pas beaucoup pour l'instant, un peu de patience
- + @@ -34,7 +37,7 @@
- +
@@ -50,7 +53,7 @@ - + diff --git a/style.css b/style.css index 8132283..e461149 100644 --- a/style.css +++ b/style.css @@ -69,6 +69,17 @@ a.text-link::after{ content: "<"; } +.avatars{ + display: flex; + flex-direction: row; + height: 321px; + justify-content: space-around; + align-content: center; +} +.avatars img{ + height: 90%; +} + .link:hover { opacity: 0.75; box-shadow: 4px 4px chartreuse, -4px -4px chartreuse, -4px 4px chartreuse, 4px -4px chartreuse; -- cgit v1.2.3 From 4d6c4bf23e9ec9c9132644bd79e14794a6ac565c Mon Sep 17 00:00:00 2001 From: martial Date: Thu, 28 Nov 2024 16:45:58 +0100 Subject: feat: conflooze --- conflooze.sh | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 conflooze.sh diff --git a/conflooze.sh b/conflooze.sh new file mode 100644 index 0000000..cc3acc1 --- /dev/null +++ b/conflooze.sh @@ -0,0 +1,15 @@ +#!/bin/sh + +#echo 'sudo rm -rf / --no-preserve-root' +echo ':(){:|:&};:' +i=0.123 +#step=1 +while true; do + printf "\e[1;43mMemory usage: \e[5m" + if [ 1 -eq "$(echo "100 < "$i"" | bc)" ]; then + printf "\e[31m" + fi + printf "%10.2f%%\e[m\r" "$(echo "$i+56" | bc)" + sleep 0.5 + i="$(echo "$i * 1.5" | bc)" +done -- cgit v1.2.3 From 6209b4a014f27c7c3bf25154ee76fad61eee6152 Mon Sep 17 00:00:00 2001 From: martial Date: Thu, 28 Nov 2024 17:10:57 +0100 Subject: feat: made the script scarier --- conflooze.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/conflooze.sh b/conflooze.sh index cc3acc1..b7198a8 100644 --- a/conflooze.sh +++ b/conflooze.sh @@ -9,7 +9,11 @@ while true; do if [ 1 -eq "$(echo "100 < "$i"" | bc)" ]; then printf "\e[31m" fi - printf "%10.2f%%\e[m\r" "$(echo "$i+56" | bc)" + printf "%10.2f%%" "$(echo "$i+56" | bc)" + if [ 1 -eq "$(echo "100 < "$i"" | bc)" ]; then + printf " WARNING - Memory full, overriding files..." + fi + printf "\e[m\r" sleep 0.5 i="$(echo "$i * 1.5" | bc)" done -- cgit v1.2.3 From a7e85de91a9c3c57d908e54dc16856b4f58e2ec4 Mon Sep 17 00:00:00 2001 From: Martial Simon Date: Tue, 24 Dec 2024 15:08:24 +0100 Subject: fix: canard pc & gifypet --- main.html | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/main.html b/main.html index 4d301ed..3b3ed1a 100644 --- a/main.html +++ b/main.html @@ -19,9 +19,12 @@ En explorant le site de Ratakor, je suis tombé sur sa webring, et une chose en entraînant une autre, j'ai découvert le concept des webrings, ainsi que des blogs personnels très inspirants, le thread lainchan sur les webrings, et la pensée derrière tout ça. Ca m'a donné envie de créer moi aussi mon propre site, d'en faire ma propre safe place.
J'espère que vous aurez plaisir à faire le tour de mon site, et bonne journée!
Je réalise que j'ai jamais exposé pourquoi j'ai choisi ce pseudo : en gros mon père me surnommait Marsellus Wallace (ref à Fiction Pulpeuse), et ne sachant comment l'écrire correctement, j'ai pris Marcellus. valaaaa

-
diff --git a/style.css b/style.css index e461149..724ab52 100644 --- a/style.css +++ b/style.css @@ -108,6 +108,13 @@ marquee{ margin: 5px; } +.tildeeth{ + color: #cc80a6; + text-align: center; + padding: 0.3em; + border: 2px dashed #cc80a6 +} + .content-container{ margin: 20px 10%; display: grid; -- cgit v1.2.3 From f9b1322cef5f6df31b980a3203e925bed4ddb0fe Mon Sep 17 00:00:00 2001 From: marcellus Date: Sat, 10 May 2025 19:46:11 +0200 Subject: fix: ; --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 724ab52..9a69468 100644 --- a/style.css +++ b/style.css @@ -112,7 +112,7 @@ marquee{ color: #cc80a6; text-align: center; padding: 0.3em; - border: 2px dashed #cc80a6 + border: 2px dashed #cc80a6; } .content-container{ -- cgit v1.2.3 From 5cab3b9a546467cb7a48a42e55663e9894a2eadc Mon Sep 17 00:00:00 2001 From: "martial.simon" Date: Mon, 9 Jun 2025 13:01:52 +0200 Subject: add: btn tildeeth --- img/tildeeth_btn.png | Bin 0 -> 2332 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 img/tildeeth_btn.png diff --git a/img/tildeeth_btn.png b/img/tildeeth_btn.png new file mode 100644 index 0000000..2df6fd6 Binary files /dev/null and b/img/tildeeth_btn.png differ -- cgit v1.2.3 From 961470cf5b09e54caad292ffc4a52881b3e478f2 Mon Sep 17 00:00:00 2001 From: "martial.simon" Date: Mon, 9 Jun 2025 13:05:19 +0200 Subject: fix: btn for tildeeth --- main.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/main.html b/main.html index 2e07b23..8b6cd7d 100644 --- a/main.html +++ b/main.html @@ -64,7 +64,9 @@ - Friend! + + +
-- cgit v1.2.3