From edf5df6c16a85c2381bde9cc805ae834bd408b2e Mon Sep 17 00:00:00 2001 From: Nono Date: Thu, 11 Dec 2025 17:15:00 +0100 Subject: [PATCH 1/3] =?UTF-8?q?Suppressions=20de=20l'image=20en=20arri?= =?UTF-8?q?=C3=A8re=20plan=20pour=20un=20d=C3=A9grad=C3=A9,=20et=20ajout?= =?UTF-8?q?=20d'un=20effet=20sur=20les=20stickets?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/base.css | 12 +++++++----- css/drag.css | 22 ++++++++++++++++++++++ 2 files changed, 29 insertions(+), 5 deletions(-) diff --git a/css/base.css b/css/base.css index d3886d5..bd4db14 100644 --- a/css/base.css +++ b/css/base.css @@ -24,16 +24,18 @@ a { } main { - background-color: #413f43; - background-image: url(../assets/background.jpg); - background-repeat: no-repeat; - background-size: cover; + /* background-color: #413f43;*/ + background: #058C9E; + background: radial-gradient(at left top, #058C9E, #BC5180); + /* background-repeat: no-repeat; + background-size: cover; */ } -main h1, main h2 { +main h1, main h2, main h3 { font-family: Banquise; color: white; + z-index: 2; } main h1 { diff --git a/css/drag.css b/css/drag.css index 6e97cd7..b3b3804 100644 --- a/css/drag.css +++ b/css/drag.css @@ -17,6 +17,28 @@ main img.draggable { filter: drop-shadow(5px 3px 2px #000000b7); } +.draggable:hover { + /* Start the shake animation and make the animation last for 0.5 seconds */ + animation: shake 3s; + + /* When the animation is finished, start again */ + animation-iteration-count: infinite; +} + +@keyframes shake { + 0% { transform: translate(1px, 1px) rotate(0deg); } + 10% { transform: translate(-1px, -2px) rotate(-1deg); } + 20% { transform: translate(-2px, 0px) rotate(1deg); } + 30% { transform: translate(2px, 2px) rotate(0deg); } + 40% { transform: translate(1px, -1px) rotate(1deg); } + 50% { transform: translate(-1px, 2px) rotate(-1deg); } + 60% { transform: translate(-3px, 1px) rotate(0deg); } + 70% { transform: translate(2px, 1px) rotate(-1deg); } + 80% { transform: translate(-1px, -1px) rotate(1deg); } + 90% { transform: translate(1px, 2px) rotate(0deg); } + 100% { transform: translate(1px, -2px) rotate(-1deg); } +} + span.draggable { display: inline-block; /* text-shadow: 1px 1px black, 0px 1px black, -1px 0px black, -1px -1px black; */ From 58e5f10fde5b05e0c557cc4147bb1ccd5d59c492 Mon Sep 17 00:00:00 2001 From: Nono Date: Thu, 11 Dec 2025 17:47:25 +0100 Subject: [PATCH 2/3] =?UTF-8?q?Mise=20=C3=A0=20jour=20du=20poster?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- poster.html | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/poster.html b/poster.html index 7b7b1f1..5fc27d1 100644 --- a/poster.html +++ b/poster.html @@ -13,11 +13,21 @@ + + + +
@@ -31,9 +41,20 @@

Camp Interhack + 2 au 5 Juillet 2026

+

+ à l'Antenne + 15 route de Saint Dolay 44530 Sévérac +

+ +

+ camp.interhacker.space +

+ +
From 999a375f9805b3e3936849ec7f28c183cdde2e6a Mon Sep 17 00:00:00 2001 From: Nono Date: Thu, 11 Dec 2025 17:47:25 +0100 Subject: [PATCH 3/3] =?UTF-8?q?Mise=20=C3=A0=20jour=20du=20poster?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- poster.html | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/poster.html b/poster.html index 7b7b1f1..5fc27d1 100644 --- a/poster.html +++ b/poster.html @@ -13,11 +13,21 @@ + + + +
@@ -31,9 +41,20 @@

Camp Interhack + 2 au 5 Juillet 2026

+

+ à l'Antenne + 15 route de Saint Dolay 44530 Sévérac +

+ +

+ camp.interhacker.space +

+ +