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

Feature/remove blind bird #145

Merged
merged 8 commits into from
Jun 13, 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
1,045 changes: 816 additions & 229 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"react-dom": "^18.2.0",
"remark-gfm": "^3.0.1",
"slugify": "^1.6.5",
"tailwindcss": "^3.2.4"
"tailwindcss": "^3.4.4"
},
"devDependencies": {
"@babel/core": "^7.20.5",
Expand Down
22 changes: 16 additions & 6 deletions src/components/pages/home/hero/hero.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ import Button from 'components/shared/button';

import illustration from './images/kcd2024.png';

const TITLE = 'Kubernetes Community Days Denmark';
const TITLE = 'KCD Denmark';
const TITLEKCD = 'KCD';
const TITLEDENMARK = 'Denmark'


const DESCRIPTION = 'KCD Denmark is coming to Copenhagen November 19-20. \n Get your Blind Bird ticket now and 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 = ';


const Hero = () => (
Expand All @@ -21,11 +23,19 @@ const Hero = () => (
>
November 14, 2023
</time> */}
<h1 className="mt-3 max-w-[570px] text-9xl font-bold leading-denser text-primary-1 lg:max-w-[600px] sm:text-8xl">
{TITLEKCD}
</h1>
<h1 className="mt-3 max-w-[570px] text-8xl font-bold leading-denser text-primary-1 lg:max-w-[500px] sm:text-7xl">
{TITLE}
{TITLEDENMARK}
</h1>
<p className="mt-5 max-w-[500px] text-lg leading-normal text-primary-1 lg:max-w-[500px]">
{DESCRIPTION}
<p className="mt-5 max-w-[500px] text-2xl break-normal text-primary-1 lg:max-w-[500px]">
<span className="font-bold">KCD Denmark</span> is coming to Copenhagen <span className="font-bold">November 19-20</span>.

</p>
<p className="mt-5 max-w-[500px] text-xl break-normal text-primary-1 lg:max-w-[500px]">
Get your ticket now and experience the power of community in Denmark!
<br />When a diverse group of experts comes together to learn, network, and share knowledge on all things Cloud Native.
</p>
{
<p className="mt-10 max-w-[500px] text-lg leading-normal text-primary-1 lg:max-w-[500px]">
Expand All @@ -42,7 +52,7 @@ const Hero = () => (
to="https://kcddenmark-3.ticketbutler.io/en/e/kcd-denmark-2024-1/"
size="lg"
theme="secondary"
>Blind Bird Tickets</Button>
>Get Tickets</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"
Expand Down
19 changes: 12 additions & 7 deletions src/components/pages/home/sponsors/sponsors.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import CodingPirates from 'icons/codingpirates.svg';
import Isovalent from 'icons/isovalent.svg'
// import Netic from 'icons/netic.png'
import ContainByNetic from 'icons/containbynetic.svg'
// import Dynatrace from 'icons/dynatrace.svg'
import Dynatrace from 'icons/dynatrace.svg'
// import Systematic from 'icons/systematic.svg'
// import Atea from 'icons/atea.svg'
// import Lunar from 'icons/lunar.png'
Expand All @@ -23,11 +23,11 @@ import Nordics from 'icons/nordics.svg'
// import KubeEvents from 'icons/kube-events.svg'
import Deranged from 'icons/deranged.svg'
// import Bestseller from 'icons/bestseller.svg'
// import Eficode from 'icons/eficode.svg'
import Eficode from 'icons/eficode.svg'
// import Boozt from 'icons/boozt.png'
// import TV2 from 'icons/tv2.svg'
// import TrendMicro from 'icons/trendmicro.svg'
// import Akamai from 'icons/akamai.svg'
import Akamai from 'icons/akamai.svg'
// import Dypang from 'icons/dypang.svg'
// import Enggaard from 'icons/enggaard.svg'
// import StickerMule from 'icons/stickermule.svg'
Expand All @@ -47,12 +47,15 @@ const ITEMS = [
],
cardClassname:
'min-w-[488px] max-w-[330px] min-h-[152px] sm:min-w-[350px] sm:min-h-[130px] xs:min-w-fit xs:max-w-full',
iconClassname: 'max-w-[330px] sm:min-w-[100%]',
iconClassname: 'max-w-[330px] sm:min-w-[100%] scale-[1.5]',
},
{
title: 'Gold Sponsors',
logos: [
{ icon: Isovalent, url: 'https://isovalent.com/' },
{ icon: Eficode, url: 'https://www.eficode.com/', scale: '80%' },
{ icon: Dynatrace, url: 'https://www.dynatrace.com/' },
{ icon: Akamai, url: 'https://www.akamai.com/', scale: '80%' },
],
cardClassname:
'min-w-[384px] min-h-[122px] sm:min-w-[320px] sm:min-h-[115px] xs:min-w-fit xs:max-w-full',
Expand All @@ -71,14 +74,16 @@ const ITEMS = [
{
title: 'Community Sponsors',
logos: [
{ icon: JYSK, url: 'https://www.jysk.com/' },
{ icon: Deranged, url: 'https://deranged.dk/' },
{ icon: JYSK, url: 'https://www.jysk.com/', scale: '80%' },
{ icon: TechChapter, url: 'https://www.techchapter.com/' },
{ icon: Lego, url: 'https://www.lego.com/'},

{ icon: Deranged, url: 'https://deranged.dk/' },

],
cardClassname:
'min-w-[384px] min-h-[122px] sm:min-w-[320px] sm:min-h-[115px] xs:min-w-fit xs:max-w-full',
iconClassname: 'max-w-[330px] sm:min-w-[100%]',
iconClassname: 'max-w-[330px] sm:min-w-[100%] scale-[0.8]',
},
{
title: 'Media & Partners',
Expand Down
12 changes: 6 additions & 6 deletions src/components/pages/home/welcome/welcome.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,20 @@ 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 <br /> Copenhagen November 19-20<br /> Get your Blind Bird ticket now!</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 /> Get your ticket now!</p>


<p>
<span className="font-bold">Kubernetes Community Days</span> (KCDs) are global,
<span className="font-bold">KCDs</span> are a global,
community-organized events that gather adopters and technologists from open source and
cloud native communities for education, collaboration, and networking. KCDs are
Cloud Native communities for education, collaboration, and networking. KCDs are
supported by the <a href="https://cncf.io"><span className="font-bold">Cloud Native
Computing Foundation</span></a> (CNCF).
</p>
<p className="mt-7">
This is the second Kubernetes Community Days (KCD) event in <span className="font-bold">Denmark</span>, and we are excited to host it in
Copenhagen over two exciting days. This event provides a platform for professionals and experts of all
backgrounds and experience levels to learn, network, and share knowledge about cloud-native technologies.
This years conference, is the second <span className="font-bold">KCD</span> event in <span className="font-bold">Denmark</span>, and we are excited to host it in
Copenhagen over two days. This event provides a platform for professionals and experts of all
backgrounds and experience levels to learn, network, and share knowledge about Cloud Native technologies.
In addition all profits from the event will be donated to <a href="https://codingpirates.dk"><span className="font-bold">Coding Pirates</span></a>, a non-profit organization
dedicated to promoting IT creativity in children.
</p>
Expand Down
2 changes: 1 addition & 1 deletion src/icons/teamblue.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading