This is a landing page for information about Knowit Academy Norway. It's currently work in progress. You can find the current webiste at https://academy.knowit.no
This years programmes are in the finals stages of planning.
Knowit Academy Norway is Knowits formal competency training programme for Norwegian employees. The target audience are employees in all Knowit subsidiaries in Norway.
Previously Knowit Academy consisted of the following programmes:
- Team Lead programme
- Tech Lead programme
- Design Lead programme
- Project Manager programme is not going to be held this year
Further extensions to the programme is in planning and more information will be available as soon as it's ready.
You are welcome to participate and contribute, especially if you are an employee of Knowit AS. If you would like to contribute please send an email to [email protected].
All pages are either written in markdown or as react components
all pages are added under:
/src/pages
All courses has a top level about page:
/src/pages/courses/<program-name-about.md>
Please add pages using the existing structure.
Changes pushed to github are instantly published. Please verify that all files have the correct encoding, and that gatsby is able to build the site.
Please run
$ yarn test
$ yarn build
And make sure the changes work.
yarn install
to install latest packages
yarn develop
to start local version
localhost:8000
address for local page
- Changes for testing