Skip to content

Commit

Permalink
redirection temporaire
Browse files Browse the repository at this point in the history
  • Loading branch information
schassande committed Jan 22, 2025
1 parent f8323d1 commit 28f413f
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions src/pages/schedule.astro
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
---
import Layout from '../layouts/Layout.astro';
import { t } from "../i18n/i18n";
// import Layout from '../layouts/Layout.astro';
// import { t } from "../i18n/i18n";
import Redirect from '../layouts/Redirect.astro';
import cfp from '../data/cfp.json';
import DateTimeChangingChild from "../components/DateTimeChangingChild.astro";
// import DateTimeChangingChild from "../components/DateTimeChangingChild.astro";
---
<Redirect target={cfp.dates.schedule.url.full}></Redirect>
<!-- Temporary redirect to the full schedule page
<Layout title={t('schedule_title')}>
<section>
<div style="height: 70px;"></div>
Expand All @@ -14,9 +17,9 @@ import DateTimeChangingChild from "../components/DateTimeChangingChild.astro";
</div>
<div slot="doing" style="margin: 20px auto 50px auto; width: 700px; text-align: center;">
<p>{t('schedule_available')}
<p>{t('schedule_available')}
<br>{t('schedule_openfullschedule')}
<br><a href="/schedule-full/"><img src="/img/schedule.png" height="100px" ></a>
<br><a href="/schedule-full/"><img src="/img/schedule.png" height="100px" ></a>
</p>
<p>{t('schedule_change')}</p>
<div style="margin-top: 50px;">
Expand All @@ -33,3 +36,4 @@ import DateTimeChangingChild from "../components/DateTimeChangingChild.astro";
</section>
</Layout>
-->

0 comments on commit 28f413f

Please sign in to comment.