Compare commits
12 commits
93a1ce1502
...
a12893556b
| Author | SHA1 | Date | |
|---|---|---|---|
| a12893556b | |||
| ac5fe594b8 | |||
|
|
aa404a10ff | ||
| 473a84cd3e | |||
| b2bedeb068 | |||
| 4309e5ae21 | |||
| 072905184d | |||
| faac34187b | |||
| 0143d7a661 | |||
|
|
8fc42a390b | ||
| 1f72a3a976 | |||
| ef2193ceae |
8 changed files with 122 additions and 9 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
FROM docker.io/nginx:1.29-alpine
|
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 assets /usr/share/nginx/html/assets
|
||||||
COPY css /usr/share/nginx/html/css
|
COPY css /usr/share/nginx/html/css
|
||||||
COPY js /usr/share/nginx/html/js
|
COPY js /usr/share/nginx/html/js
|
||||||
|
|
|
||||||
BIN
assets/logos/fdn.png
Normal file
BIN
assets/logos/fdn.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 17 KiB |
64
contact.html
Normal file
64
contact.html
Normal file
|
|
@ -0,0 +1,64 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="fr">
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<link rel="stylesheet" href="css/base.css">
|
||||||
|
<link rel="stylesheet" href="css/contact.css">
|
||||||
|
<link rel="stylesheet" href="css/drag.css">
|
||||||
|
<script src="js/drag.js" defer></script>
|
||||||
|
<link rel="icon" type="image/x-icon" href="assets/stickers/ecran.png">
|
||||||
|
<title>Camp Interhack 2026 – Contact</title>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<nav>
|
||||||
|
<a href="index.html">maison</a>
|
||||||
|
<a href="guide.html">guide</a>
|
||||||
|
<a href="poster.html">poster</a>
|
||||||
|
<a href="contact.html" class="current">contact</a>
|
||||||
|
</nav>
|
||||||
|
|
||||||
|
<main>
|
||||||
|
<img class="draggable randomStart" src="assets/stickers/ecran.png" alt="">
|
||||||
|
<img class="draggable randomStart" src="assets/stickers/ferasouder.png" alt="">
|
||||||
|
<img class="draggable randomStart" src="assets/stickers/machineacoudre.png" alt="">
|
||||||
|
<img class="draggable randomStart" src="assets/stickers/tracteur.png" alt="">
|
||||||
|
<h1>
|
||||||
|
<span id="camp" class="draggable">camp</span>
|
||||||
|
<br>
|
||||||
|
<span id="interhack" class="draggable">interhack</span>
|
||||||
|
<span class="draggable">contact</span>
|
||||||
|
</h1>
|
||||||
|
<h2>
|
||||||
|
</h2>
|
||||||
|
<section id="contact">
|
||||||
|
<div>
|
||||||
|
<h3>Mail :</h3>
|
||||||
|
<a href="mailto:orga@camp.interhacker.space">orga@camp.interhacker.space</a>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<h3>Matrix :</h3>
|
||||||
|
<a href="https://matrix.to/#/#camp-space:matrix.interhacker.space" class="matrix-link">#interhack:matrix.interhacker.space</a>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</main>
|
||||||
|
<footer>
|
||||||
|
<div>
|
||||||
|
<h2>Association</h2>
|
||||||
|
<a href="assets/Camp-Interhack_Statuts.pdf">statuts</a>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<h2>Interhack</h2>
|
||||||
|
<a href="https://interhacker.space">accueil</a>
|
||||||
|
<a href="https://wiki.interhacker.space">wiki</a>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<h2>Site Web</h2>
|
||||||
|
<a href="https://git.interhacker.space/interhack/2026.camp.public.website">source</a>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
||||||
19
css/base.css
19
css/base.css
|
|
@ -47,6 +47,10 @@ main h1, main h2, main h3 {
|
||||||
z-index: 20;
|
z-index: 20;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
main h1 span, main h2 span, main h3 {
|
||||||
|
background-color: #000000b8;
|
||||||
|
}
|
||||||
|
|
||||||
main h1 {
|
main h1 {
|
||||||
position: relative;
|
position: relative;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
@ -183,14 +187,25 @@ figcaption {
|
||||||
font-family: segoesc;
|
font-family: segoesc;
|
||||||
float: left;
|
float: left;
|
||||||
margin-left: 10%;
|
margin-left: 10%;
|
||||||
line-height: 0.8em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#interhack {
|
#interhack {
|
||||||
text-shadow: -5px 5px 0px var(--accent-orange), -10px 10px 0px var(--accent-violet);
|
text-shadow: -5px 5px 0px var(--accent-orange), -10px 10px 0px var(--accent-violet);
|
||||||
color: var(--accent-yellow);
|
color: var(--accent-yellow);
|
||||||
margin-right: 10%;
|
margin-right: 10%;
|
||||||
line-height: 0.5em;
|
}
|
||||||
|
|
||||||
|
#progress {
|
||||||
|
display: block;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
#gauge-bar {
|
||||||
|
float: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
#fundraising-bar {
|
||||||
|
float: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
code {
|
code {
|
||||||
|
|
|
||||||
15
css/contact.css
Normal file
15
css/contact.css
Normal file
|
|
@ -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;
|
||||||
|
}
|
||||||
|
|
@ -23,6 +23,7 @@ BISOUS
|
||||||
<a href="index.html">maison</a>
|
<a href="index.html">maison</a>
|
||||||
<a href="guide.html" class="current">guide</a>
|
<a href="guide.html" class="current">guide</a>
|
||||||
<a href="poster.html">poster</a>
|
<a href="poster.html">poster</a>
|
||||||
|
<a href="contact.html">contact</a>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<main>
|
<main>
|
||||||
|
|
|
||||||
22
index.html
22
index.html
|
|
@ -18,6 +18,7 @@
|
||||||
<a href="index.html" class="current">maison</a>
|
<a href="index.html" class="current">maison</a>
|
||||||
<a href="guide.html">guide</a>
|
<a href="guide.html">guide</a>
|
||||||
<a href="poster.html">poster</a>
|
<a href="poster.html">poster</a>
|
||||||
|
<a href="contact.html">contact</a>
|
||||||
</nav>
|
</nav>
|
||||||
<main>
|
<main>
|
||||||
|
|
||||||
|
|
@ -86,11 +87,25 @@
|
||||||
</h3>
|
</h3>
|
||||||
<section id="progress">
|
<section id="progress">
|
||||||
<p>Il y a</p>
|
<p>Il y a</p>
|
||||||
<div class="places"><span class="bar"><span id="gauge-bar" style="width:0" class="progression lessthanhalf"><span id="gauge-text">?/200</span></span></span></div>
|
|
||||||
|
<div class="places">
|
||||||
|
<span class="bar">
|
||||||
|
<span id="gauge-bar" style="width:0" class="progression lessthanhalf">
|
||||||
|
<span id="gauge-text">?/200</span>
|
||||||
|
</span>
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
|
|
||||||
<p>places déjà réservées. Ouverture prochaine des inscriptions !</p>
|
<p>places déjà réservées. Ouverture prochaine des inscriptions !</p>
|
||||||
<br>
|
<br>
|
||||||
<p>Et nous avons reçu</p>
|
<p>Et nous avons reçu</p>
|
||||||
<div class="places"><span class="bar"><span id="fundraising-bar" style="width:0" class="progression lessthanhalf"><span id="fundraising-text">? %</span></span></span></div>
|
<div class="places">
|
||||||
|
<span class="bar">
|
||||||
|
<span id="fundraising-bar" style="width:0" class="progression lessthanhalf">
|
||||||
|
<span id="fundraising-text">? %</span>
|
||||||
|
</span>
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
<p>des dons dont nous avons besoin (voir le détail des comptes)</p>
|
<p>des dons dont nous avons besoin (voir le détail des comptes)</p>
|
||||||
</section>
|
</section>
|
||||||
<h3>
|
<h3>
|
||||||
|
|
@ -106,11 +121,12 @@
|
||||||
</a>
|
</a>
|
||||||
<a href="https://lebib.org"><img class="logo" src="assets/logos/lebib.png" alt="Le Bib Net"></a>
|
<a href="https://lebib.org"><img class="logo" src="assets/logos/lebib.png" alt="Le Bib Net"></a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="participants">
|
<div class="participants">
|
||||||
<a href="https://hackstub.eu/"><img class="logo" src="assets/logos/hackstub.svg" alt="La Hackstub"></a>
|
<a href="https://hackstub.eu/"><img class="logo" src="assets/logos/hackstub.svg" alt="La Hackstub"></a>
|
||||||
<a href="https://fuz.re"><img class="logo" src="assets/logos/fuz.png" alt="Le Fuz"></a>
|
<a href="https://fuz.re"><img class="logo" src="assets/logos/fuz.png" alt="Le Fuz"></a>
|
||||||
<a href="https://labolyon.fr/"><img class="logo" src="assets/logos/lol_logo_txt.png" alt="Le Laboratoire Ouvert Lyonnais"></a>
|
<a href="https://labolyon.fr/"><img class="logo" src="assets/logos/lol_logo_txt.png" alt="Le Laboratoire Ouvert Lyonnais"></a>
|
||||||
|
<a href="https://fdn.fr/"><img class="logo" src="assets/logos/fdn.png" alt="La French Data Network"></a>
|
||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
<footer>
|
<footer>
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
<html lang="en">
|
<!DOCTYPE html>
|
||||||
|
<html lang="fr">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
|
|
@ -16,6 +17,7 @@
|
||||||
<a href="index.html">maison</a>
|
<a href="index.html">maison</a>
|
||||||
<a href="guide.html">guide</a>
|
<a href="guide.html">guide</a>
|
||||||
<a href="poster.html" class="current">poster</a>
|
<a href="poster.html" class="current">poster</a>
|
||||||
|
<a href="contact.html">contact</a>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue