Skip to content

Commit

Permalink
Merge pull request #11 from CodeYourFuture/feature/induction
Browse files Browse the repository at this point in the history
add Induction module
  • Loading branch information
SallyMcGrath committed Jun 13, 2023
2 parents c9d7bac + 3103a42 commit 1c8b7da
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 deletions.
1 change: 1 addition & 0 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ description = "Professional Development at CYF"
repo = "https://github.com/CodeYourFuture/CYF-PD"
modules = [
"Fundamentals",
"Induction",
"HTML-CSS",
"JS1",
"JS2",
Expand Down
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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
Expand Down
4 changes: 3 additions & 1 deletion content/blocks/testing/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Population Block
description: Create all the skills and modules
modules:
- Fundamentals
- Induction
- HTML-CSS
- JS1
- JS2
Expand Down Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions static/admin/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ collections:
widget: "select"
options:
- "Fundamentals"
- "Induction"
- "HTML-CSS"
- "JS1"
- "JS2"
Expand Down

0 comments on commit 1c8b7da

Please sign in to comment.