Skip to content

Commit

Permalink
feat: announce date for 2024 (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
danquah authored Apr 14, 2024
1 parent f834eee commit c026f5f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/components/pages/home/hero/hero.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import illustration from './images/kcd2023-iso.svg';
const TITLE = 'Kubernetes Community Days Denmark';

const DESCRIPTION =
'KCD Denmark is coming to Copenhagen in 2024. Stay tuned to experience the power of community in Denmark! When a diverse group of experts comes together to learn, network, and share knowledge on all things cloud native.';
'KCD Denmark is coming to Copenhagen November 19-20. Stay tuned to experience the power of community in Denmark! When a diverse group of experts comes together to learn, network, and share knowledge on all things cloud native.';

const Hero = () => (
<section className="safe-paddings overflow-hidden bg-[#EDC3C7] bg-opacity-10 pt-28 pb-40 lg:pb-32 md:pt-24 md:pb-[500px] sm:pb-[520px] [@media(max-width:600px)]:pb-[430px] [@media(max-width:460px)]:pb-[420px]">
Expand Down
6 changes: 3 additions & 3 deletions src/components/pages/home/welcome/welcome.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ 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 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 className="mt-0 text-center text-4xl font-bold leading-tight pb-8">KCD Denmark is coming to Copenhagen in 2024. Stay tuned!</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>
<span className="font-bold">Kubernetes Community Days</span> (KCDs) are global,
community-organized events that gather adopters and technologists from open source and
Expand Down

0 comments on commit c026f5f

Please sign in to comment.