diff --git a/_includes/layout.html b/_includes/layout.html index 10f4f0b..597baf2 100644 --- a/_includes/layout.html +++ b/_includes/layout.html @@ -118,6 +118,13 @@
+ + Prenez votre place Early Bird! +
+ {%- endif -%} diff --git a/data/config.js b/data/config.js index 27c3cf3..b5e6fae 100644 --- a/data/config.js +++ b/data/config.js @@ -5,9 +5,12 @@ export default { formattedStartDate: "2024-06-12", formattedEndDate: "2024-06-13", billetwebUrl: "https://www.billetweb.fr/devlille-", + earlyBirds: + "https://docs.google.com/forms/d/e/1FAIpQLSc-PIBQSB_G1WBTxeQIK2LUNm-GvaQYq08U9g4iGZCBQ-N-qw/viewform", cfpUrl: "https://conference-hall.io/devlille-", cmsUrl: "https://partenaire.devlille.fr/#", - cms4partnersApi: "https://confily-486924521070.europe-west1.run.app/events/devlille-", + cms4partnersApi: + "https://confily-486924521070.europe-west1.run.app/events/devlille-", cfpStartedDate: "6 Janvier", cfpEndedDate: "31 Mars", partershipUrl: @@ -20,5 +23,6 @@ export default { welovedevs: false, billetweb: false, sponsoring: true, + earlyBirds: true, }, }; diff --git a/index.html b/index.html index 78508f9..9316a5e 100644 --- a/index.html +++ b/index.html @@ -27,13 +27,19 @@ Prenez votre place! {%- endif -%} + {% if collections.config.enabled.earlyBirds %} ++ + Prenez votre place Early Bird! +
+ {%- endif -%}- - Call for Paper + + Call for Paper ouvert du {{ collections.config.cfpStartedDate }} jusqu'au {{ collections.config.cfpEndedDate }} {{ collections.config.edition }}!