Skip to content

Commit

Permalink
links
Browse files Browse the repository at this point in the history
  • Loading branch information
ryjogo committed Apr 23, 2024
1 parent d28399e commit a43584c
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 11 deletions.
5 changes: 2 additions & 3 deletions src/components/pages/home/hero/hero.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,10 @@ const Hero = () => (
</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="https://www.youtube.com/watch?v=VAy8gEaB1Z0&list=PL09s8ZalKQe85iIzlixAOQEh_oFMoMKtM"
to="https://www.canva.com/design/DAF5X4WiO6I/6bgxDDraWrQzTfyTYtINmQ/view"
size="lg"
theme="secondary"
>
Watch the Recordings from 2023
>Sponsor Prospectus
</Button>

{/* <Button
Expand Down
13 changes: 7 additions & 6 deletions src/components/pages/home/sponsors/sponsors.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,13 +89,14 @@ const Sponsors = () => (
{TITLE}
</h2>
<p className="mx-auto mt-5 max-w-[800px] text-lg leading-normal text-primary-1">
We would like to extend a special thank you to our sponsors for their support and commitment
to the community. We couldn't do it without them!
{/* If you’re interested in becoming a
sponsor, please contact{' '}
{/* We would like to extend a special thank you to our sponsors for their support and commitment
to the community. We couldn't do it without them! */}
If you’re interested in becoming a sponsor, please contact{' '}
<Link className="font-semibold" theme="blue-underlined" to="mailto:[email protected]">
[email protected]
</Link> */}
[email protected]
</Link> or view our {' '}
<Link className="font-semibold" theme="blue-underlined" to="https://www.canva.com/design/DAF5X4WiO6I/6bgxDDraWrQzTfyTYtINmQ/view">
prospectus </Link>
</p>

<ul className="mt-16 flex flex-col">
Expand Down
4 changes: 2 additions & 2 deletions src/components/pages/home/welcome/welcome.jsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from 'react';

const Welcome = () => (
<section className="safe-paddings bg-white py-20 md:py-24 sm:py-16">
<section className="safe-paddings bg-white py-10 md:py-24 sm:py-16">
<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> */}
Expand All @@ -10,7 +10,7 @@ const Welcome = () => (
<web-component-embed id="zXJRWk" app_slug="countdown-timer"></web-component-embed><script src="https://app.powr.io/assets/webcomponent.js"></script>
</p> */}

<p className="mt-0 text-center text-4xl font-bold leading-tight pb-8">KCD Denmark is coming to Copenhagen November 19-20. Stay tuned!</p>
<p className="mt-0 text-center text-4xl font-bold leading-tight pb-8">KCD Denmark is coming to <br /> Copenhagen November 19-20<br /> Stay tuned!</p>

<p>
<span className="font-bold">Kubernetes Community Days</span> (KCDs) are global,
Expand Down
4 changes: 4 additions & 0 deletions src/constants/links.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ export default {
to: '/data-privacy',
target: '_blank',
},
transparency: {
to: 'https://www.cncf.io/reports/kcd-denmark-2023/',
target: '_blank',
},
gettingthere: {
to: '/venue',
id: getAnchor('Transport'),
Expand Down
1 change: 1 addition & 0 deletions src/constants/menus.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ const MENUS = {
{ text: 'Team', ...LINKS.team },
{ text: 'Mission Statement', ...LINKS.mission },
{ text: 'Privacy Policy', ...LINKS.privacy },
{ text: 'Transparency \'23', ...LINKS.transparency },
],
mobile: [
// { text: 'Speakers', ...LINKS.speakers },
Expand Down

0 comments on commit a43584c

Please sign in to comment.