diff --git a/config.toml b/config.toml index 64c9bb8..8edffca 100644 --- a/config.toml +++ b/config.toml @@ -7,6 +7,7 @@ description = "Professional Development at CYF" repo = "https://github.com/CodeYourFuture/CYF-PD" modules = [ "Fundamentals", + "Induction", "HTML-CSS", "JS1", "JS2", diff --git a/content/blocks/goals-and-expectations-on-the-software-development-course/readme.md b/content/blocks/goals-and-expectations-on-the-software-development-course/readme.md index cac663b..7f264f6 100644 --- a/content/blocks/goals-and-expectations-on-the-software-development-course/readme.md +++ b/content/blocks/goals-and-expectations-on-the-software-development-course/readme.md @@ -1,6 +1,6 @@ --- -title: Goals and expectations on the Software Development Course -description: A presentation with multiple exercises +title: SDC Goals and expectations +description: Goals and expectations on the Software Development CourseA presentation with multiple exercises modules: Fundamentals week: "4" skills: @@ -14,21 +14,18 @@ prep: >- [presentation](https://docs.google.com/presentation/d/1QnYlp5tZF9vn7tJqtu0wrBO8_qNtqZdXqeQJ6dPQuHY/edit?usp=sharing) before the class + Make sure a Word Cloud app is available - Make sure a Word Cloud app is available - - - Everyone has to have their computers with internet and access to Slack + Everyone has to have their computers with internet and access to Slack introduction: >- The Software Development Course of Code Your Future (CYF) has a very specific goal: you getting a job in tech! - - In order to achieve this, we have expectations of every trainee, and you will probably also have expectations about CYF. So we are now doing some exercises to align them. + In order to achieve this, we have expectations of every trainee, and you will probably also have expectations about CYF. So we are now doing some exercises to align them. exercises: - name: Goals and expectations presentation and exercise time: 80 - content: Open [this + content: Open [this presentation](https://docs.google.com/presentation/d/1QnYlp5tZF9vn7tJqtu0wrBO8_qNtqZdXqeQJ6dPQuHY/edit?usp=sharing) and follow the slides goal: Agree with the goals and expectations of the Code Your Future Software diff --git a/content/blocks/testing/index.md b/content/blocks/testing/index.md index c8cf40f..e3169d9 100644 --- a/content/blocks/testing/index.md +++ b/content/blocks/testing/index.md @@ -3,6 +3,7 @@ title: Population Block description: Create all the skills and modules modules: - Fundamentals + - Induction - HTML-CSS - JS1 - JS2 @@ -56,7 +57,8 @@ exercises: - name: lorem time: 20 goal: ipsum - content: orem ipsum dolor sit amet, consectetur adipiscing elit. Duis commodo + content: + orem ipsum dolor sit amet, consectetur adipiscing elit. Duis commodo ipsum fringilla tellus faucibus, et facilisis elit fermentum. Vestibulum pharetra aliquet nibh, ut gravida ante blandit eget. Curabitur ultricies nulla vitae diam porttitor fermentum. Mauris neque felis, lacinia ut velit diff --git a/static/admin/config.yml b/static/admin/config.yml index 9b1e9f4..399436c 100644 --- a/static/admin/config.yml +++ b/static/admin/config.yml @@ -25,6 +25,7 @@ collections: widget: "select" options: - "Fundamentals" + - "Induction" - "HTML-CSS" - "JS1" - "JS2"