Update README.md

This commit is contained in:
Kevin Nielsen 2021-01-15 14:41:22 -05:00 committed by GitHub
parent 3737b5358c
commit 2f74d6f882
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -77,8 +77,9 @@ unique_protocol_key: {
"--background-switcher-active": "#000000", // Background color of the active nav element in sidebar "--background-switcher-active": "#000000", // Background color of the active nav element in sidebar
}, },
``` ```
2. Add or edit the respective color variables and colors to the above object 2. Add or edit the respective color variables and colors to the above object.
3. Raise a PR with the changes 3. Raise a PR with the changes.
4. These changes should be reflected on the Boardroom portal a few days after the changes have been merged.
We have a codesandbox instance https://codesandbox.io/s/boardroombranding-q3u9z to visualize branding changes. Change the corresponding color variable in index.js file to have a sense of how the protocol pages will look after the updates We have a codesandbox instance https://codesandbox.io/s/boardroombranding-q3u9z to visualize branding changes. Change the corresponding color variable in index.js file to have a sense of how the protocol pages will look after the updates
@ -90,7 +91,6 @@ Raise a new PR by following the steps below:
1. Create a new file in the calls folder of the protocol. _The Filename will be the title displayed in the 'Calls' tab list._ 1. Create a new file in the calls folder of the protocol. _The Filename will be the title displayed in the 'Calls' tab list._
2. Add the call agenda and relevant meeting notes in the markdown file. The contents of the file will be displayed in the respective page. 2. Add the call agenda and relevant meeting notes in the markdown file. The contents of the file will be displayed in the respective page.
3. Raise a PR with the changes. 3. Raise a PR with the changes.
4. These changes should be reflected on the Boardroom portal a few days after the changes have been merged.
### New Project ### New Project
Please keep in mind that the Boardroom team will need to add your project before it displays on the portal. Raise a new PR by following the steps below: Please keep in mind that the Boardroom team will need to add your project before it displays on the portal. Raise a new PR by following the steps below: