Skip to content

Commit

Permalink
Merge pull request #24 from snowcamp/frais-speaker
Browse files Browse the repository at this point in the history
  • Loading branch information
schassande authored Sep 7, 2024
2 parents f939dd8 + 683f780 commit f52e1c1
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
7 changes: 6 additions & 1 deletion src/i18n/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,12 @@ Candidate is coached from ideation to the final 20-minute session, that will tak
<li><b>Architecture, Data & AI :</b> architecture models, design and development paradigms, data management, and everything related to artificial intelligence.</li>
<li><b>Off-road :</b> everything that goes off the beaten track and does not fit into the other tracks, keeping in mind a technical audience of developers.</li>
</ul>`
i18n.cfp_editoriale_line_title = `Editoriale line`;

i18n.cfp_speaker_expenses_title=`Speakers expenses`
i18n.cfp_speaker_expenses_content=`The conference pricing policy does not cover speaker expenses (transportation, accommodation, meals).
The conference provides lunch during conference days and invites the speakers to a dinner on Thursday evening (confirmation depending on the budget).`

i18n.cfp_editoriale_line_title = `Editoriale line`;
i18n.cfp_editoriale_line_content = `
<h2>Introduction</h2>
<p>Each year, during the preparation of the Snowcamp.io conference, we organize a Call For Papers (CFP) to allow you, if you are a speaker, to propose the topics that matter most to you.</p>
Expand Down
6 changes: 5 additions & 1 deletion src/i18n/fr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ contrat avec ce sponsoring pour laisser la place à un autre sponsor.`;
i18n.sponsor_guide_booth_etoile_wifi_title=`Connexion wifi`;
i18n.sponsor_guide_booth_etoile_wifi_content=`<p>L'ensemble des espaces du centre de congrès est équipée de bornes Wifi.
Matériel compatible : ordinateur, assistant personnel (PDA) et tout matériel certifié wifi 802.11a/b/g :</p>
<p style="margin-left: 50px;">
< style="margin-left: 50px;">
Nom du réseau : ESPACE-CONGRES
<br>Le code d'accès vous sera communiqué ultérieurement
</p>`;
Expand Down Expand Up @@ -440,6 +440,10 @@ contrat avec ce sponsoring pour laisser la place à un autre sponsor.`;
<li><b>Architecture, Data & AI :</b> modèles d’architectures, paradigmes de conception et développement, gestion des données, et tout ce se rapproche de l'intelligence artificielle.</li>
<li><b>Hors-piste :</b> tout ce qui sort des pistes damées et qui ne rentre pas dans les autres tracks, en gardant en ligne de mire une audience technique de développeurs.</li>
</ul>`
i18n.cfp_speaker_expenses_title=`Frais des speakers`
i18n.cfp_speaker_expenses_content=`La politique de prix de la conférence ne permet pas de prendre en charge les frais des speakers (transport, logement, repas).
La conférence offre le repas le midi les jours de conférence et invite les speakers à un diner le jeudi soir (Confirmation en fonction du budget).`

i18n.cfp_editoriale_line_title = `Ligne éditoriale`;
i18n.cfp_editoriale_line_content = `
<h2>Introduction</h2>
Expand Down
10 changes: 10 additions & 0 deletions src/pages/program.astro
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,16 @@ const lang = (Astro.locals as any).lang;
</div>
}
</section>
<section>
<div class="snc-snowcamp-page">
<div class="snc-inner">
<div class="container">
<h2 set:html={t('cfp_speaker_expenses_title')}></h2>
<p set:html={t('cfp_speaker_expenses_content')}></p>
</div>
</div>
</div>
</section>
</main>
<script is:inline src="/js/homepage.js"></script>
</Layout>

0 comments on commit f52e1c1

Please sign in to comment.