Skip to content

Commit

Permalink
Merge pull request #112 from cloud-native-nordics/cleanup-part-1
Browse files Browse the repository at this point in the history
Clean up - part 1
  • Loading branch information
ThomasVitale authored Nov 18, 2023
2 parents f353eb2 + 7b25f27 commit 5a651d4
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 26 deletions.
8 changes: 4 additions & 4 deletions src/components/pages/home/hero/hero.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,23 +36,23 @@ const Hero = () => (
>
Get your ticket
</Button> */}
<Button
{/* <Button
className="rounded-3xl bg-red px-20 py-2 text-xl font-bold leading-none text-white shadow-[0_15px_40px_#999999] hover:shadow-[0px_15px_30px_#adadad]"
to="/schedule"
size="lg"
theme="secondary"
>
Check The Schedule
</Button>
</Button> */}

<Button
{/* <Button
className="mt-5 rounded-3xl bg-red px-20 py-2 text-xl font-bold leading-none text-white shadow-[0_15px_40px_#999999] hover:shadow-[0px_15px_30px_#adadad]"
to="/venue"
size="lg"
theme="secondary"
>
Getting There
</Button>
</Button> */}
</p>
}
</div>
Expand Down
5 changes: 2 additions & 3 deletions src/components/pages/home/welcome/welcome.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@ 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="mt-0 mb-5 text-center text-4xl font-bold leading-tight pb-10">
{/* <p className="mt-0 mb-5 text-center text-4xl font-bold leading-tight pb-10">
<web-component-embed id="zXJRWk" app_slug="countdown-timer"></web-component-embed><script src="https://app.powr.io/assets/webcomponent.js"></script>
</p>
</p> */}

<p>
<span className="font-bold">Kubernetes Community Days</span> (KCDs) are global,
Expand Down
9 changes: 0 additions & 9 deletions src/components/shared/header/header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,15 +73,6 @@ 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: 0 additions & 7 deletions src/components/shared/mobile-menu/mobile-menu.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,6 @@ 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
6 changes: 3 additions & 3 deletions src/constants/menus.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ const MENUS = {
{ text: 'Schedule', ...LINKS.schedule },
{ text: 'Workshops', ...LINKS.workshops },
// { text: 'Call for Proposal', ...LINKS.proposal },
{ text: 'Getting There', ...LINKS.gettingthere },
//{ text: 'Venue', ...LINKS.venue },
// { text: 'Getting There', ...LINKS.gettingthere },
{ text: 'Venue', ...LINKS.venue },
{ text: 'Sponsors', ...LINKS.sponsors },
],
footer: [
Expand All @@ -21,7 +21,7 @@ const MENUS = {
{ text: 'Schedule', ...LINKS.schedule },
{ text: 'Workshops', ...LINKS.workshops },
// { text: 'Call for Proposal', ...LINKS.proposal },
{ text: 'Getting There', ...LINKS.gettingthere },
// { text: 'Getting There', ...LINKS.gettingthere },
{ text: 'Venue', ...LINKS.venue },
{ text: 'Sponsors', ...LINKS.sponsors },
],
Expand Down

0 comments on commit 5a651d4

Please sign in to comment.