Skip to content

Commit

Permalink
Remove tickets and add thanks (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxiem authored Nov 27, 2024
1 parent 5ef5815 commit d93354e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
10 changes: 5 additions & 5 deletions src/components/pages/home/hero/hero.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ const Hero = () => (
{TITLEDENMARK}
</h1>
<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>.
<span className="font-bold">KCD Denmark</span> will be back in <span className="font-bold">2025</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.
More information regarding KCD Denmark 2024 video recordings, speaker slides and more will be available soon.
<br />Check back here for updates.
</p>
{
<p className="mt-10 max-w-[500px] text-lg leading-normal text-primary-1 lg:max-w-[500px]">
Expand All @@ -45,12 +45,12 @@ 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="https://kcddenmark-3.ticketbutler.io/en/e/kcd-denmark-2024-1/"
size="lg"
theme="secondary"
>Get 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
11 changes: 5 additions & 6 deletions src/components/pages/home/welcome/welcome.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 <br /> Copenhagen November 19-20<br /> Get your ticket now!</p>
<p className="mt-0 text-center text-4xl font-bold leading-tight pb-8">The KCD Denmark organizers would like to thank <br /> all attendees, speakers, partners & sponsors<br /> who joined our 2024 conference!</p>


<p>
Expand All @@ -21,11 +21,10 @@ const Welcome = () => (
Computing Foundation</span></a> (CNCF).
</p>
<p className="mt-7">
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.
This years conference, was the second <span className="font-bold">KCD</span> event in <span className="font-bold">Denmark</span>, and we are greatfull for all the kind words, you have given us upon the event.
It was a blast to meet all the Cloud Native professionals and experts during the two day event.
We're also proud to announce that all <span className="font-bold">350.000DKK</span> in profits from the event were donated to <a href="https://codingpirates.dk"><span className="font-bold">Coding Pirates</span></a>, a non-profit organization
dedicated to developing IT creativity in children.
</p>

</div>
Expand Down

0 comments on commit d93354e

Please sign in to comment.