Skip to content

Commit

Permalink
feat: add early birds to home page
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmanuelDemey committed Jan 6, 2025
1 parent 64ba677 commit 353a136
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 4 deletions.
7 changes: 7 additions & 0 deletions _includes/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,13 @@ <h1>
Prenez votre place!</a>
</p>
{%- endif -%}
{% if collections.config.enabled.earlyBirds %}
<p class="register">
<a rel="noreferrer noopener" target="_blank"
href="{{ collections.config.earlyBirds }}">
Prenez votre place Early Bird!</a>
</p>
{%- endif -%}
</div>
</header>

Expand Down
6 changes: 5 additions & 1 deletion data/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -20,5 +23,6 @@ export default {
welovedevs: false,
billetweb: false,
sponsoring: true,
earlyBirds: true,
},
};
12 changes: 9 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,19 @@
Prenez votre place!</a>
</p>
{%- endif -%}
{% if collections.config.enabled.earlyBirds %}
<p class="register">
<a rel="noreferrer noopener" target="_blank"
href="{{ collections.config.enabled.earlyBirds }}">
Prenez votre place Early Bird!</a>
</p>
{%- endif -%}
</div>

<div class="cfp">
<p>
<!-- <a href="{{collections.config.cfpUrl}}{{collections.config.edition}}" lang="en">
Call for Paper</a> -->
<strong>Call for Paper </strong>
<a href="{{collections.config.cfpUrl}}{{collections.config.edition}}" lang="en">
Call for Paper</a>
ouvert du
{{ collections.config.cfpStartedDate }} jusqu'au {{ collections.config.cfpEndedDate }}
{{ collections.config.edition }}!
Expand Down

0 comments on commit 353a136

Please sign in to comment.