Skip to content

Commit

Permalink
Feature/open cfp (#159)
Browse files Browse the repository at this point in the history
* 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 <ryan@digitalhub.dk>
  • Loading branch information
tuxiem and ryjogo authored Jun 28, 2024
1 parent a0227fb commit 3b088f2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 5 additions & 1 deletion src/constants/links.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ export default {
to: '#',
target: '_blank',
},
cfp: {
to: 'https://sessionize.com/kcd-denmark-2024/',
homeTo: 'https://sessionize.com/kcd-denmark-2024/',
},
mission: {
to: '/mission-statement',
target: '_blank',
Expand Down Expand Up @@ -82,5 +86,5 @@ export default {
youtube: {
to: 'https://www.youtube.com/@CloudNativeNordics',
target: '_blank',
},
}
};
6 changes: 4 additions & 2 deletions src/constants/menus.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ import LINKS from 'constants/links.js';
const MENUS = {
header: [
// { text: 'Speakers', ...LINKS.speakers },
{ text: 'Archive', ...LINKS.schedule },
{ text: 'CFP', ...LINKS.cfp },
{ text: 'Archive', ...LINKS.schedule }
// { text: 'Workshops', ...LINKS.workshops },
// { text: 'Call for Proposal', ...LINKS.proposal },
// { text: 'Getting There', ...LINKS.gettingthere },
Expand All @@ -19,7 +20,8 @@ const MENUS = {
],
mobile: [
// { text: 'Speakers', ...LINKS.speakers },
{ text: 'Archive', ...LINKS.schedule },
{ text: 'CFP', ...LINKS.cfp },
{ text: 'Archive', ...LINKS.schedule }
// { text: 'Workshops', ...LINKS.workshops },
// { text: 'Call for Proposal', ...LINKS.proposal },
// { text: 'Getting There', ...LINKS.gettingthere },
Expand Down

0 comments on commit 3b088f2

Please sign in to comment.