Skip to content

Commit

Permalink
Add deranged (#126)
Browse files Browse the repository at this point in the history
* Staging alignment (#121)

* 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 <ThomasVitale@users.noreply.github.com>

* feat: announce date for 2024 (#120)

---------

Co-authored-by: Thomas Vitale <ThomasVitale@users.noreply.github.com>
Co-authored-by: Mads Høgstedt Danquah <mads@danquah.dk>

* Design changes

* Add sponsors

* adjust team

* links

* image adjustments

* Update sponsors

* Adjust widths on breakpoints

* Update images on breakpoint

* 2024 members

* Stacking problem

* Welcome text

* sponsor adjustments

* Feature/add remove logos (#125)

* 2024 Update (#122)

* Staging alignment (#121)

* 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 <ThomasVitale@users.noreply.github.com>

* feat: announce date for 2024 (#120)

---------

Co-authored-by: Thomas Vitale <ThomasVitale@users.noreply.github.com>
Co-authored-by: Mads Høgstedt Danquah <mads@danquah.dk>

* Design changes

* Add sponsors

* adjust team

* links

* image adjustments

* Update sponsors

* Adjust widths on breakpoints

* Update images on breakpoint

* 2024 members

* Stacking problem

---------

Co-authored-by: Thomas Vitale <ThomasVitale@users.noreply.github.com>
Co-authored-by: Mads Høgstedt Danquah <mads@danquah.dk>

* Removed dypang, added deranged

---------

Co-authored-by: Ryan Gough <ryan@digitalhub.dk>
Co-authored-by: Thomas Vitale <ThomasVitale@users.noreply.github.com>
Co-authored-by: Mads Høgstedt Danquah <mads@danquah.dk>

---------

Co-authored-by: Ryan Gough <ryan@digitalhub.dk>
Co-authored-by: Thomas Vitale <ThomasVitale@users.noreply.github.com>
Co-authored-by: Mads Høgstedt Danquah <mads@danquah.dk>
  • Loading branch information
4 people authored May 1, 2024
1 parent d337888 commit 7d9cfa9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
6 changes: 3 additions & 3 deletions src/components/pages/home/sponsors/sponsors.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ import Nordics from 'icons/nordics.svg'
// import PaloAlto from 'icons/paloalto.svg'
// import KubeCareers from 'icons/kube-careers.svg'
// import KubeEvents from 'icons/kube-events.svg'
// import Deranged from 'icons/deranged.svg'
import Deranged from 'icons/deranged.svg'
// import Bestseller from 'icons/bestseller.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 Dypang from 'icons/dypang.svg'
// import Dypang from 'icons/dypang.svg'
// import Enggaard from 'icons/enggaard.svg'
// import StickerMule from 'icons/stickermule.svg'

Expand Down Expand Up @@ -57,7 +57,7 @@ const ITEMS = [
title: 'Community Sponsors',
logos: [
{ icon: JYSK, url: 'https://www.jysk.com/' },
{ icon: Dypang, url: 'https://dypaang.dk/' },
{ 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',
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 @@ -21,12 +21,11 @@ const Welcome = () => (
Computing Foundation</span></a> (CNCF).
</p>
<p className="mt-7">
This is the first KCD in <span className="font-bold">Denmark</span>, and we are excited
to bring the community together. We want to provide a platform for professionals and
experts from all levels and backgrounds to learn, network, and share their knowledge on
all things cloud native. Furthermore, 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 that nurtures IT creativity in children.
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.
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>

</div>
Expand Down

0 comments on commit 7d9cfa9

Please sign in to comment.