Skip to content

Commit

Permalink
First commit for year 2024
Browse files Browse the repository at this point in the history
Signed-off-by: Mario Rossi <[email protected]>
  • Loading branch information
Mario Rossi committed Jun 20, 2024
1 parent 350d4bf commit c6ae0b8
Show file tree
Hide file tree
Showing 6 changed files with 419 additions and 59 deletions.
6 changes: 3 additions & 3 deletions gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ module.exports = {
navbarVariant: "dark",
siteUrl: "https://linuxdaymilano.org/",
switches: {
schedule: true,
cfp: false,
schedule: false,
cfp: true,
sponsor_submit: false,
year_switcher: true,
},
event: {
date: new Date("2023-10-28"),
date: new Date("2024-10-26"),
time: "9:00",
topic: "",
cfp: "https://survey.linux.it/293588",
Expand Down
4 changes: 2 additions & 2 deletions src/components/hero.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const Hero = ({ small }) => {
}}
>
<Container className='hero'>
{small && (
{/* {small && (
<Alert variant='info'>
<Alert.Heading>
<FontAwesomeIcon
Expand All @@ -87,7 +87,7 @@ const Hero = ({ small }) => {
<a href='/schedule'>programma</a>.
</p>
</Alert>
)}
)} */}
<h1 style={{ textTransform: "uppercase" }} className='mb-0 title'>
Linux Day Milano <span className='ldmi'>{metadata.event.year}</span>
</h1>
Expand Down
Loading

0 comments on commit c6ae0b8

Please sign in to comment.