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
+
+
+
+
+
+
+
+
+
\ 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 @@