@@ -15,42 +13,48 @@ const Proposal = () => (
{TITLE}
- {DESCRIPTION}
-
-
-
-
-
- Activity |
- Date |
-
-
-
-
- CFP Opens |
- 1st August, 2023 |
-
-
- CFP Closes |
- 15th September, 2023 |
-
-
- CFP Notifications |
- 1st October, 2023 |
-
-
- Schedule Announced |
- 7th October, 2023 |
-
-
- Slides Submission |
- 7th 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.
+
+
+
+
+
+ Activity |
+ Date |
+
+
+
+
+ CFP Opens |
+ 1st July, 2024 |
+
+
+
+ CFP Closes
+ |
+
+ 1st September, 2024
+ |
+
+
+ CFP Notifications |
+ 20th September, 2024 |
+
+
+ Schedule Announced |
+ 1st October, 2024 |
+
+
+ Slides Submission |
+ 12th 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 }) => (