From d585b9f7de5ec51d9ff1eebf80497f97fa4ada07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?foug=C3=A8re?= Date: Sat, 24 Jan 2026 15:14:42 +0100 Subject: [PATCH] Ajout de la page contact --- contact.html | 64 +++++++++++++++++++++++++++++++++++++++++++++ css/base.css | 2 +- css/contact.css | 15 +++++++++++ guide.template.html | 1 + index.html | 1 + poster.html | 6 +++-- 6 files changed, 86 insertions(+), 3 deletions(-) create mode 100644 contact.html create mode 100644 css/contact.css diff --git a/contact.html b/contact.html new file mode 100644 index 0000000..e297ac3 --- /dev/null +++ b/contact.html @@ -0,0 +1,64 @@ + + + + + + + + + + + + Camp Interhack 2026 – Contact + + + + + +
+ + + + +

+ camp +
+ interhack + contact +

+

+

+
+
+

Mail :

+ orga@camp.interhacker.space +
+
+

Matrix :

+ #interhack:matrix.interhacker.space +
+
+
+ + + + \ No newline at end of file diff --git a/css/base.css b/css/base.css index 7cc787e..6097b96 100644 --- a/css/base.css +++ b/css/base.css @@ -33,7 +33,7 @@ img { } a { - color: black; + color: var(--accent-yellow); text-decoration: none; } diff --git a/css/contact.css b/css/contact.css new file mode 100644 index 0000000..f6c09b8 --- /dev/null +++ b/css/contact.css @@ -0,0 +1,15 @@ +#contact { + display: flex; + align-items: last baseline; + gap: 2em; + justify-content: space-between; +} + +h1 span:nth-of-type(n+3) { + position: relative; + text-align: center; + font-size: clamp(1.5rem, 5vw, 5rem); + font-family: segoesc; + display: block; + margin: 1em auto 0.5em auto; +} \ No newline at end of file diff --git a/guide.template.html b/guide.template.html index f5a33db..7b8c438 100644 --- a/guide.template.html +++ b/guide.template.html @@ -23,6 +23,7 @@ BISOUS maison guide poster + contact
diff --git a/index.html b/index.html index a856c90..88346f0 100644 --- a/index.html +++ b/index.html @@ -18,6 +18,7 @@ maison guide poster + contact
diff --git a/poster.html b/poster.html index 1217a80..b6c5875 100644 --- a/poster.html +++ b/poster.html @@ -1,4 +1,5 @@ - + + @@ -14,8 +15,9 @@