diff --git a/Dockerfile b/Dockerfile
index 519aff8..38e5b29 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,6 +1,6 @@
FROM docker.io/nginx:1.29-alpine
-COPY index.html poster.html guide.html /usr/share/nginx/html
+COPY index.html poster.html guide.html contact.html /usr/share/nginx/html
COPY assets /usr/share/nginx/html/assets
COPY css /usr/share/nginx/html/css
COPY js /usr/share/nginx/html/js
diff --git a/assets/logos/fdn.png b/assets/logos/fdn.png
new file mode 100644
index 0000000..a1df2c2
Binary files /dev/null and b/assets/logos/fdn.png differ
diff --git a/contact.html b/contact.html
new file mode 100644
index 0000000..b016c39
--- /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 a3cc23c..7182ff5 100644
--- a/css/base.css
+++ b/css/base.css
@@ -47,6 +47,10 @@ main h1, main h2, main h3 {
z-index: 20;
}
+main h1 span, main h2 span, main h3 {
+ background-color: #000000b8;
+}
+
main h1 {
position: relative;
text-align: center;
@@ -183,14 +187,12 @@ figcaption {
font-family: segoesc;
float: left;
margin-left: 10%;
- line-height: 0.8em;
}
#interhack {
text-shadow: -5px 5px 0px var(--accent-orange), -10px 10px 0px var(--accent-violet);
color: var(--accent-yellow);
margin-right: 10%;
- line-height: 0.5em;
}
#progress {
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 7c88b2c..f275569 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 6d157d8..78c9a7b 100644
--- a/index.html
+++ b/index.html
@@ -18,6 +18,7 @@
maison
guide
poster
+ contact
@@ -120,11 +121,12 @@
+