Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/schedule #62

Merged
merged 13 commits into from
Oct 8, 2024
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v18.12.1
v20.18.0
40 changes: 36 additions & 4 deletions src/pages/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,43 @@ const IndexPage = ({ data }) => {
</div>
</section>

<section className='bg-dark' id='timeline'>
<section className='bg-dark' id='socials-cta'>
<Container>
<h2 className='pb-5' style={{ textTransform: "uppercase" }}>
Timeline organizzativa
<h2 className='pb-5 text-uppercase'>
Condividi i momenti migliori
</h2>
<div>
<p>
Segui l'evento sul social network libero Mastodon (accessibile
da qualsiasi piattaforma federata ActivityPub):{" "}
<a href='https://mastodon.uno/@unixmib'>
@unixmib@mastodon.uno
</a>
,<br />
puoi seguicrci anche su social tradizionali come:{" "}
<a href='https://x.com/unixmib'>@unixMiB su Twitter</a>{" "}
(#LinuxDayMilano2024){" e "}
<a href='https://www.facebook.com/unixmib'>
@unixmib su Facebook
</a>
.
</p>
<p>
Oppure iscriviti al nostro{" "}
<a href='https://t.me/unixmib_info'>canale telegram</a> per
rimanere aggiornato anche sui nostri eventi futuri.
</p>
<p>
Usa l'hashtag ufficiale #LinuxDay2024 e le foto migliori saranno
ricondivise!
</p>
</div>
</Container>
</section>

<section className='bg-dark d-none' id='timeline'>
<Container>
<h2 className='pb-5 text-uppercase'>Timeline organizzativa</h2>
<div className='fs-5'>
<ol className='timeline'>
<li>lunedì 20 giugno - Apertura call for papers</li>
Expand All @@ -83,7 +115,7 @@ const IndexPage = ({ data }) => {
</Container>
</section>

<section id='schedule' className="">
<section id='schedule' className=''>
<Container>
<Row>
<Col sm='4'>
Expand Down
Loading
Loading