diff --git a/assets/css/kgredhands.css b/assets/css/kgredhands.css index 11ab7db..6194c63 100644 --- a/assets/css/kgredhands.css +++ b/assets/css/kgredhands.css @@ -1,5 +1,5 @@ @font-face { - font-family: 'kg_red_handsregular'; + font-family: 'KG Red Hands'; src: url('../fonts/kgredhands.woff2') format('woff2'), url('../fonts/kgredhands.woff') format('woff'); font-weight: normal; diff --git a/assets/css/quicksand.css b/assets/css/quicksand.css new file mode 100644 index 0000000..f95d91d --- /dev/null +++ b/assets/css/quicksand.css @@ -0,0 +1,9 @@ +@font-face { + font-family: 'Quicksand'; + src: url('../fonts/Quicksand-Light.woff2') format('woff2'), + url('../fonts/Quicksand-Light.woff') format('woff'); + font-weight: 300; + font-style: normal; + font-display: swap; +} + diff --git a/assets/css/styles.css b/assets/css/styles.css index 8429da2..06d651f 100644 --- a/assets/css/styles.css +++ b/assets/css/styles.css @@ -1,4 +1,5 @@ @import url('kgredhands.css'); +@import url('quicksand.css'); * { box-sizing: border-box; @@ -13,15 +14,15 @@ } body { margin: 0; - font-family: 'kg_red_handsregular', sans-serif; + font-family: 'KG Red Hands', sans-serif; text-align: center; background-color: var(--background); color: #FFF; } p { - font-family: 'Open Sans', sans-serif; - font-weight: 300; + font-family: 'Quicksand', sans-serif; + font-weight: 800; font-size: 1.3rem; text-align: left; } @@ -62,7 +63,9 @@ h1 span{ h1 { font-size:3.7rem; margin-top: 1em; - + } + h2 { + margin: 1em; } } @@ -91,8 +94,15 @@ a { } .description { - margin: 1em auto; max-width: 65ch; + margin: 0; + margin-top: .5em; + margin-bottom: .8em; +} + +.description a { + color: var(--green); + font-weight: 1000; } .icon { @@ -105,7 +115,7 @@ a { .button{ display: inline-block; font-size: 1.15rem; - font-family: 'kg_red_handsregular', sans-serif; + font-family: 'KG Red Hands', sans-serif; letter-spacing: 2.5px; text-decoration: none; text-transform: uppercase; @@ -251,6 +261,9 @@ nav ul { margin-right: 1em; padding:0; list-style:none; + display: flex; + flex-direction: column; + align-items:end; } nav li { @@ -306,6 +319,13 @@ nav a:focus { max-width: 100%; max-height: 100%; } + nav ul { + margin: 1em 0em; + margin-right: 1em; + padding:0; + list-style:none; + display: initial; + } nav li { margin: .5em .8em; } @@ -444,11 +464,21 @@ main{ max-width: 50%; } +.about-info { + max-width: 50ch; + margin-top: 1.2em; + margin-bottom: .8em; +} + +.about a { + margin: 2em; +} + /* chiffres ********************************************/ .chiffres { - margin: 6em auto; + margin: 4em auto; display: flex; flex-direction: column; justify-content: center; @@ -460,7 +490,7 @@ main{ .compteur { color: var(--pink); - font-size: 2.5rem; + font-size: 3.5rem; } .titre-compteur { @@ -525,22 +555,36 @@ main{ align-items: center; gap: 2em; padding: 2em; + flex-wrap: wrap; } .orga-logo { - margin: auto; - max-width: 25%; + max-width: 85%; +} + +@media (min-width:30rem) { + .orga-logo { + max-width: 60%; + } +} +@media (min-width:40rem) { + .orga-logo { + max-width: 40%; + } + +} +@media (min-width:60rem) { + .orga-logo { + max-width: 22%; + } + } /* infos importantes (page infos) ********************************************/ .infos { - margin: 3em; -} - -.infos h2 { - margin: 2em; + margin: 1.5em; } .info-list{ @@ -568,8 +612,15 @@ main{ .info-title h3 { text-align: left; } - +@media (min-width:30rem) { + .infos { + margin: 2.5em; + } +} @media (min-width:40rem) { + .infos { + margin: 3em; + } .info-list{ flex-direction: row; flex-wrap: wrap; @@ -593,17 +644,12 @@ main{ ********************************************/ .faq{ - margin: 3em; + margin: 1.5em; display: flex; flex-direction: column; align-items: center; } -.faq h2 { - margin: 2em; - margin-top: 0; -} - .faq-list { display: flex; gap: 1em; @@ -619,8 +665,9 @@ main{ } .faq-q { - font-family: 'kg_red_handsregular', sans-serif; + font-family: 'KG Red Hands', sans-serif; font-size:large; + font-weight: normal; letter-spacing: 1px; margin: 0; } @@ -629,6 +676,15 @@ main{ margin:0; } +@media (min-width:40rem) { + .faq { + margin: 3; + } + .faq h2 { + margin: 1em; + margin-top: 0; + } +} @media (min-width:40rem) { .faq-bloc { flex-direction: row; @@ -653,8 +709,37 @@ main{ /* Plannings (page infos) ********************************************/ -.planning h2 { - margin: 1em; +.planning { + margin: 3em; + display: flex; + flex-direction: column; + align-items: center; +} + +.planning .description { + max-width: 50ch; +} + +/* Règlement +********************************************/ + +.rules { + display: flex; + flex-direction: column; + align-items: center; +} +.rule-list { + max-width: 65ch; + display: flex; + flex-direction: column; + justify-content: center; +} +.rule-list ul { + font-family: 'Quicksand'; + font-size: 1.3rem; + font-weight: 800; + list-style-type: disc; + text-align: left; } /* footer @@ -663,16 +748,20 @@ main{ footer { background: var(--darkgrey); color: #fff; - text-align: left; padding: 0; + padding-top: 1.5em; font-size: 1.2rem; margin:0; } footer p { - font-family: 'kg_red_handsregular', sans-serif; + font-family: 'KG Red Hands', sans-serif; + font-weight: normal; +} +footer h3 { + text-align: left; } .footer-container { - margin: 0 2em; + margin: 0 .8em; padding-top : 0em; padding-bottom: .5em; display: flex; @@ -689,11 +778,12 @@ footer ul { display: grid; grid-template-columns: repeat(1, auto); gap: 1em; + padding: 0; } footer li { - width: max-content; + width: max-content; } -footer a { +.contact-links a { display: flex; flex-direction: row; align-items: center; @@ -706,10 +796,9 @@ footer a { margin-right: 1em; } - -@media (min-width:30rem){ - footer ul { - grid-template-columns: repeat(2, auto); +@media (min-width:40rem){ + .footer-container { + margin: 0 2em; } } @media (min-width:40rem){ diff --git a/assets/fonts/Quicksand-Light.woff b/assets/fonts/Quicksand-Light.woff new file mode 100644 index 0000000..2b5147e Binary files /dev/null and b/assets/fonts/Quicksand-Light.woff differ diff --git a/assets/fonts/Quicksand-Light.woff2 b/assets/fonts/Quicksand-Light.woff2 new file mode 100644 index 0000000..eeb54ce Binary files /dev/null and b/assets/fonts/Quicksand-Light.woff2 differ diff --git a/index.html b/index.html index 25303e6..493963e 100644 --- a/index.html +++ b/index.html @@ -19,7 +19,7 @@ - +
@@ -29,9 +29,9 @@ @@ -41,10 +41,10 @@
-

Bienvenue à ICeLAN ! +

Bienvenue à ICeLAN! 4ème édition

- + S'Inscrire
  • 9-10 Décembre 2023
  • Bâtiment BC, EPFL
  • @@ -90,7 +90,7 @@

    Repas, Snacks et Boissons

- + Plus d'Infos
@@ -103,7 +103,7 @@

Repas, Snacks et Boissons

- 50 + 40
Staffs @@ -111,7 +111,7 @@

Repas, Snacks et Boissons

- 22 + 20
Tournois @@ -119,7 +119,7 @@

Repas, Snacks et Boissons

- 19 + 10
Animations @@ -127,6 +127,7 @@

Repas, Snacks et Boissons

+
-

Organisateurs

+

Merci à tous ceux qui rendent ICeLAN possible!


@@ -171,34 +172,33 @@

Organisateurs

- - \ No newline at end of file diff --git a/infos.html b/infos.html index ba3426b..34f0cc9 100644 --- a/infos.html +++ b/infos.html @@ -19,7 +19,7 @@ - +
@@ -30,8 +30,8 @@ @@ -62,8 +62,8 @@

Lieu & Date

ICeLAN aura lieu au sein du Bâtiment BC de l'EPFL, du 9 Décembre 2022 à 17h au 10 Décembre 2022 à 18h, - en non-stop.
Tu peux y accéder avec le Métro M1 (arrêt EPFL), - les bus 705 (arrêt Piccard), 31 (arrêt Russel), 701 (arrêt Parc Scientifique), ou 1 (arrêt EPFL/Colladon). + en non-stop. Tu peux y accéder avec le Métro M1 (arrêt EPFL), + ou encore avec les bus 705, 31, 701, ou 1.

@@ -72,8 +72,8 @@

Lieu & Date

Nourriture & Boissons

- Nous fournissons à chacun de nos participant·e·s un repas du soir le samedi, - un petit dej', et un repas du midi le dimanche.
+ Nous fournissons à chacun·e de nos participant·e·s un repas du soir le samedi, + un petit dej', et un repas du midi le dimanche. Nous te proposons également toutes sortes de boissons non-alcoolisées, ainsi que des snacks. Le tout inclus dans @@ -99,7 +99,7 @@

Respect & Règles

Lors de ton inscription, il te sera demandé d'accepter - le règlement de l'événement, ainsi que notre charte. + le règlement de l'événement, ainsi que notre charte. En gros, il s'agit de respecter les autres et soi-même, et de respecter le matériel et les lieux. Nous nous réservons le droit de te virer de l'événement @@ -115,7 +115,7 @@

Questions & Remarques

Près d'une quarantaine de staffs seront à ta disposition durant tout l'événement. Si néanmoins tu as des questions ou des remarques avant, n'hésite pas à nous écrire à - gamestar.clic@epfl.ch! + gamestar.clic@epfl.ch!

@@ -207,11 +207,26 @@

Foire Aux Questions

-

Planning des Tournois

+

Tournois

+

+ Affrontez-vous sur nos nombreux tournois ! Des grands classiques + comme League of Legends, Minecraft ou Smash, aux jeux que + vous nous avez suggérés, choisissez vos compétitions peu + importe votre niveau. +

+ Les plannings des tournois seront disponibles ici bientôt! +

-

Planning des Animations

+

Animations

+

+ Vous attendez votre tournoi? Venez prendre une pause + en profitant de nos diverses animations! + Just Dance, Beat Saber, Escape Game, Retro Gaming et plein d'autres! +

+ Les plannings des animations seront disponibles ici bientôt! +

@@ -222,7 +237,7 @@

Planning des Animations

Les places sont limitées alors n'hésite pas !

- + S'inscrire

@@ -231,28 +246,28 @@

Planning des Animations

-