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 }) => ( - {/* */} + {/* {} */} {/* */} { }