Skip to content

Commit

Permalink
Staging alignment (#121)
Browse files Browse the repository at this point in the history
* Update copy for 2024 and recordings (#116)

* 2024 Preperation (#118)

* Bump npm dependencies

* Update copy on main pages

* Update sponsors

* Update copy

* Cleanup from 2023
Remove outdated menu links
Remove last years info from welcome page

* Updated SEO image

---------

Co-authored-by: Thomas Vitale <[email protected]>

* feat: announce date for 2024 (#120)

---------

Co-authored-by: Thomas Vitale <[email protected]>
Co-authored-by: Mads Høgstedt Danquah <[email protected]>
  • Loading branch information
3 people authored Apr 23, 2024
1 parent 784e263 commit a9a5228
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions src/components/pages/home/hero/hero.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,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.';
const DESCRIPTION = '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 a9a5228

Please sign in to comment.