From 1c04a37d2425d8b7c07f9affb571dbdca70fac11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thor=20Anker=20Kvisg=C3=A5rd=20Lange?= Date: Wed, 11 Sep 2024 08:24:54 +0200 Subject: [PATCH 1/2] chore: :rocket: Deploy CFP Schedule (#164) * add gold sponsors (#154) (#155) * add new community sponsor * add sponsor logo * add sponsor logo, fix * Feature/open cfp (#159) * Staging (#158) * add gold sponsors (#154) (#155) * add new community sponsor * add sponsor logo * add sponsor logo, fix --------- Co-authored-by: Camilla <36456454+tuxiem@users.noreply.github.com> * Added CFP + link --------- Co-authored-by: Ryan Gough * feat: Adding Sysdig and Kommodor, enabling kube careers and kube events (#161) * feat: :tada: Adding CFP schedule (#163) --------- Co-authored-by: Camilla <36456454+tuxiem@users.noreply.github.com> Co-authored-by: Ryan Gough --- .../pages/home/proposal/proposal.jsx | 78 ++++++++++--------- src/constants/menus.js | 12 +-- src/pages/index.jsx | 2 +- 3 files changed, 48 insertions(+), 44 deletions(-) diff --git a/src/components/pages/home/proposal/proposal.jsx b/src/components/pages/home/proposal/proposal.jsx index b87dee5..3fef262 100644 --- a/src/components/pages/home/proposal/proposal.jsx +++ b/src/components/pages/home/proposal/proposal.jsx @@ -4,8 +4,6 @@ import Button from 'components/shared/button'; import LINKS from 'constants/links'; const TITLE = 'Call for Proposal'; -const DESCRIPTION = "Call for Proposals are now closed. We are currently in review of those proposals which were submitted. Watch this space for the schedule release, or follow us on LinkedIn/X." - //"If you are an expert or newcomer in the cloud native computing world and would like to share your knowledge and experience with the community, we encourage you to submit a proposal. Our committee is looking for diverse topics and speakers, so don't hesitate to submit your ideas. We can't wait to see what the community offers, and we look forward to receiving your submissions."; const Proposal = () => (
@@ -15,42 +13,48 @@ const Proposal = () => (

{TITLE}

-

{DESCRIPTION}

- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
ActivityDate
CFP Opens1st August, 2023
CFP Closes15th September, 2023
CFP Notifications1st October, 2023
Schedule Announced7th October, 2023
Slides Submission7th November, 2023
-
- +

+ Call for Proposals are now closed. We are currently in review of those proposals which + were submitted. Watch this space for the schedule release, or follow us on{' '} + LinkedIn. +

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ActivityDate
CFP Opens1st July, 2024
+ CFP Closes + + 1st September, 2024 +
CFP Notifications20th September, 2024
Schedule Announced1st October, 2024
Slides Submission12th November, 2024
+
diff --git a/src/constants/menus.js b/src/constants/menus.js index ef1007e..a13e9f7 100644 --- a/src/constants/menus.js +++ b/src/constants/menus.js @@ -3,13 +3,13 @@ import LINKS from 'constants/links.js'; const MENUS = { header: [ // { text: 'Speakers', ...LINKS.speakers }, - { text: 'CFP', ...LINKS.cfp }, - { text: 'Archive', ...LINKS.schedule } + //{ text: 'CFP', ...LINKS.cfp }, // { text: 'Workshops', ...LINKS.workshops }, - // { text: 'Call for Proposal', ...LINKS.proposal }, + { text: 'Call for Proposal', ...LINKS.proposal }, // { text: 'Getting There', ...LINKS.gettingthere }, // { text: 'Venue', ...LINKS.venue }, // { text: 'Sponsors', ...LINKS.sponsors }, + { text: 'Archive', ...LINKS.schedule } , ], footer: [ { text: 'Code of Conduct', ...LINKS.conduct }, @@ -20,13 +20,13 @@ const MENUS = { ], mobile: [ // { text: 'Speakers', ...LINKS.speakers }, - { text: 'CFP', ...LINKS.cfp }, - { text: 'Archive', ...LINKS.schedule } + // { text: 'CFP', ...LINKS.cfp }, // { text: 'Workshops', ...LINKS.workshops }, - // { text: 'Call for Proposal', ...LINKS.proposal }, + { text: 'Call for Proposal', ...LINKS.proposal }, // { text: 'Getting There', ...LINKS.gettingthere }, // { text: 'Venue', ...LINKS.venue }, // { text: 'Sponsors', ...LINKS.sponsors }, + { text: 'Archive', ...LINKS.schedule }, ], }; diff --git a/src/pages/index.jsx b/src/pages/index.jsx index b3decd3..e1cf461 100644 --- a/src/pages/index.jsx +++ b/src/pages/index.jsx @@ -15,7 +15,7 @@ const HomePage = ({ location }) => ( - {/* */} + {/* {} */} {/* */} { } From 42d1374e0d62be917a7db473e9faa3902748fd62 Mon Sep 17 00:00:00 2001 From: Ryan Gough Date: Mon, 23 Sep 2024 12:02:01 +0200 Subject: [PATCH 2/2] Staging (#165) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * add gold sponsors (#154) (#155) * add new community sponsor * add sponsor logo * add sponsor logo, fix * Feature/open cfp (#159) * Staging (#158) * add gold sponsors (#154) (#155) * add new community sponsor * add sponsor logo * add sponsor logo, fix --------- Co-authored-by: Camilla <36456454+tuxiem@users.noreply.github.com> * Added CFP + link --------- Co-authored-by: Ryan Gough * feat: Adding Sysdig and Kommodor, enabling kube careers and kube events (#161) * feat: :tada: Adding CFP schedule (#163) * chore: add sponsors --------- Co-authored-by: Camilla <36456454+tuxiem@users.noreply.github.com> Co-authored-by: Thor Anker Kvisgård Lange --- .../pages/home/sponsors/sponsors.jsx | 4 ++ src/icons/confluent.svg | 37 +++++++++++++++++++ 2 files changed, 41 insertions(+) create mode 100644 src/icons/confluent.svg diff --git a/src/components/pages/home/sponsors/sponsors.jsx b/src/components/pages/home/sponsors/sponsors.jsx index 89af0f2..130a48f 100644 --- a/src/components/pages/home/sponsors/sponsors.jsx +++ b/src/components/pages/home/sponsors/sponsors.jsx @@ -38,6 +38,8 @@ import GlobeTeam from 'icons/globeteam.png' import EDB from 'icons/edb.png' import Portworx from 'icons/portworx.png' import AWS from 'icons/aws-logo.svg' +import Redhat from 'icons/red-hat.svg' +import Confluent from 'icons/confluent.svg' const TITLE = 'Sponsors'; @@ -74,6 +76,8 @@ const ITEMS = [ { icon: AWS, url: 'https://aws.amazon.com/' }, { icon: Komodor, url: 'https://komodor.com/' }, { icon: Sysdig, url: 'https://sysdig.com/', scale: '80%' }, + { icon: Redhat, url: 'https://redhat.com/'}, + { icon: Confluent, url: 'https://www.confluent.io/'}, ], cardClassname: diff --git a/src/icons/confluent.svg b/src/icons/confluent.svg new file mode 100644 index 0000000..c4058f5 --- /dev/null +++ b/src/icons/confluent.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file