Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2024 Preperation #118

Merged
merged 6 commits into from
Feb 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3,953 changes: 2,153 additions & 1,800 deletions package-lock.json

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions src/components/pages/home/hero/hero.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@ import illustration from './images/kcd2023-iso.svg';
const TITLE = 'Kubernetes Community Days Denmark';

const DESCRIPTION =
'Experience the power of community at the Kubernetes Community Days 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 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 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]">
<div className="container relative md:flex md:flex-col">
<div className="absolute top-0 -left-[40%] h-[566px] w-[566px] translate-x-1/2 bg-white blur-[100px] md:-left-[30%] md:h-[350px] md:w-[350px]" />
<div className="relative md:flex md:flex-col md:items-center md:text-center">
<time
{/* <time
className="rounded-3xl bg-red px-4 py-2 text-sm font-bold leading-none text-white"
dateTime="2023-06-14"
>
November 14, 2023
</time>
</time> */}
<h1 className="mt-3 max-w-[570px] text-8xl font-bold leading-denser text-primary-1 lg:max-w-[500px] sm:text-7xl">
{TITLE}
</h1>
Expand All @@ -36,14 +36,14 @@ 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"
to="https://www.youtube.com/watch?v=VAy8gEaB1Z0&list=PL09s8ZalKQe85iIzlixAOQEh_oFMoMKtM"
size="lg"
theme="secondary"
>
Check The Schedule
</Button> */}
Watch the Recordings from 2023
</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]"
Expand Down
2 changes: 1 addition & 1 deletion src/components/pages/home/sponsors/sponsors.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ const ITEMS = [
{ icon: Cloudnative, url: 'https://www.cncf.io/' },
{ icon: Dypang, url: 'https://dypaang.dk/' },
{ icon: Enggaard, url: 'https://www.enggaard.dk/' },
{ icon: StickerMule, url: 'https://www.stickermule.com/eu/custom-stickers' },
// { icon: StickerMule, url: 'https://www.stickermule.com/eu/custom-stickers' },
],
cardClassname:
'min-w-[384px] min-h-[122px] sm:min-w-[320px] sm:min-h-[115px] xs:min-w-fit xs:max-w-full',
Expand Down
2 changes: 2 additions & 0 deletions src/components/pages/home/welcome/welcome.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ const Welcome = () => (
{/* <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>
<span className="font-bold">Kubernetes Community Days</span> (KCDs) are global,
Expand Down
7 changes: 4 additions & 3 deletions src/components/pages/schedule/hero/hero.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ import Button from 'components/shared/button';

const TITLE = 'Conference Schedule';
const DESCRIPTION =
"Get ready for an action-packed day. With two tracks and more than 15 sessions to choose from, you'll have plenty of opportunities to learn from experts in the field. The whole event will be held in English.";
"Check the schedule of KCD Denmark 2023 and watch the presentation recordings by expanding the details of your favorite sessions.";
//"Get ready for an action-packed day. With two tracks and more than 15 sessions to choose from, you'll have plenty of opportunities to learn from experts in the field. The whole event will be held in English.";

const Hero = () => (
<section className="safe-paddings pt-24 pb-10 lg:pt-[4.5rem] md:pt-16 md:pb-4 sm:py-8">
Expand All @@ -24,13 +25,13 @@ const Hero = () => (
>
Get your ticket
</Button> */}
<Button
{/* <Button
className="mt-10 shadow-xl bg-red text-white hover:shadow-[0px_15px_30px_#adadad] md:mt-8 xs:mt-7 xs:w-full"
size="lg"
to="/workshops"
>
Check the workshops
</Button>
</Button> */}
</div>
</section>
);
Expand Down
4 changes: 2 additions & 2 deletions src/components/pages/workshops/hero/hero.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ const Hero = () => (
>
Get your ticket
</Button> */}
<Button
{/* <Button
className="mt-10 shadow-xl bg-red text-white hover:shadow-[0px_15px_30px_#adadad] md:mt-8 xs:mt-7 xs:w-full"
to="/schedule"
size="lg"
>
Check the conference schedule
</Button>
</Button> */}
</div>
</section>
);
Expand Down
20 changes: 10 additions & 10 deletions src/constants/menus.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ import LINKS from 'constants/links.js';

const MENUS = {
header: [
{ text: 'Speakers', ...LINKS.speakers },
{ text: 'Schedule', ...LINKS.schedule },
{ text: 'Workshops', ...LINKS.workshops },
// { text: 'Speakers', ...LINKS.speakers },
{ text: 'Archive', ...LINKS.schedule },
// { text: 'Workshops', ...LINKS.workshops },
// { text: 'Call for Proposal', ...LINKS.proposal },
// { text: 'Getting There', ...LINKS.gettingthere },
{ text: 'Venue', ...LINKS.venue },
{ text: 'Sponsors', ...LINKS.sponsors },
// { text: 'Venue', ...LINKS.venue },
// { text: 'Sponsors', ...LINKS.sponsors },
],
footer: [
{ text: 'Code of Conduct', ...LINKS.conduct },
Expand All @@ -17,13 +17,13 @@ const MENUS = {
{ text: 'Privacy Policy', ...LINKS.privacy },
],
mobile: [
{ text: 'Speakers', ...LINKS.speakers },
{ text: 'Schedule', ...LINKS.schedule },
{ text: 'Workshops', ...LINKS.workshops },
// { text: 'Speakers', ...LINKS.speakers },
{ text: 'Archive', ...LINKS.schedule },
// { text: 'Workshops', ...LINKS.workshops },
// { text: 'Call for Proposal', ...LINKS.proposal },
// { text: 'Getting There', ...LINKS.gettingthere },
{ text: 'Venue', ...LINKS.venue },
{ text: 'Sponsors', ...LINKS.sponsors },
// { text: 'Venue', ...LINKS.venue },
// { text: 'Sponsors', ...LINKS.sponsors },
],
};

Expand Down
4 changes: 2 additions & 2 deletions src/pages/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ const HomePage = ({ location }) => (
<Hero />
<Welcome />
{/* <Proposal /> */}
<Speakers location={location} />
{/* {<Speakers location={location} />} */}
{/*<Schedule /> */}
{<Sponsors />}
{/* <Sponsors />*/}
{/* <Partners /> */}
</Layout>
);
Expand Down
Binary file modified static/images/social-preview.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading