Skip to content

Commit

Permalink
Merge pull request #101 from cloud-native-nordics/staging
Browse files Browse the repository at this point in the history
Add info on waiting list
  • Loading branch information
ThomasVitale authored Oct 23, 2023
2 parents baf5ba2 + 73a91a4 commit 7597e43
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/pages/home/welcome/welcome.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ const Welcome = () => (
<div className="container-md">
<div className="text-2xl text-primary-1 sm:text-lg">
{/* <p className="mt-0 text-center text-4xl font-bold leading-tight pb-8">Ticket sales are now open!</p> */}
<p className="mt-0 text-center text-4xl font-bold leading-tight pb-8">Tickets are sold out!</p>

<p className="pb-8">Are you a <span className="font-bold">student</span>? We are giving away 10 tickets to students registered
at a Danish university/college/EUD. Fill this <a className="font-bold" href="https://forms.gle/PU6P4fZ6ZCCSeTQ19">form</a> to have
Expand Down
9 changes: 9 additions & 0 deletions src/components/shared/header/header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,15 @@ const Header = ({ isMobileMenuOpen, onBurgerClick, additionalClassName, homepage
>
Get your ticket
</Button> */}
<Button
className="-mr-2 md:hidden"
to="https://kcddenmark-1.ticketbutler.io/e/kcd-denmark-2023"
theme="primary"
size="sm"
target="_blank"
>
Join the waiting list
</Button>

<Burger
className={clsx('z-50 hidden md:block', isMobileMenuOpen && 'text-black dark:text-white')}
Expand Down
7 changes: 7 additions & 0 deletions src/components/shared/mobile-menu/mobile-menu.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,13 @@ const MobileMenu = ({ isOpen, onButtonClick }) => {
>
Get your ticket
</Button> */}
<Button
className="mt-7 bg-red text-white"
to="https://kcddenmark-1.ticketbutler.io/e/kcd-denmark-2023"
size="lg"
>
Join the waiting list
</Button>
</m.nav>
</LazyMotion>
);
Expand Down

0 comments on commit 7597e43

Please sign in to comment.