Skip to content

Commit 30eb9cd

Browse files
authored
Merge branch 'main' into js-legacy
2 parents 2323729 + 66e22c8 commit 30eb9cd

17 files changed

Lines changed: 24 additions & 15 deletions

File tree

.editorconfig

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Editor configuration, see http://editorconfig.org
2+
root = true
3+
4+
[*]
5+
charset = utf-8
6+
indent_style = space
7+
indent_size = 2
8+
insert_final_newline = true
9+
trim_trailing_whitespace = true
File renamed without changes.
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# HTML-CSS
22

3-
This repository contains the course material for the one and only HTML/CSS session. During the session we will review the concepts learned from the [Pre-course](./Pre-course/readme.md) materials and work hands-on with a large [exercise](./The-one-and-only-week1/readme.md).
3+
This repository contains the course material for the one and only HTML/CSS session. During the session we will review the concepts learned from the [Pre-course](./Pre-course/README.md) materials and work hands-on with a large [exercise](./The-one-and-only-week1/README.md).
44

55
| Week | Topic | Preparation | Lesson Plan | Homework |
66
| ---- | ----------------------------------------------------------------------------------------------------------- | ------------------------------------ | ------------------------------------------------- | ------------------------- |
7-
| 1. | Advanced HTML & CSS concepts, hands-on exercise turning Figma Wireframe into code, teamwork & peer-learning | [Pre-course](./Pre-course/readme.md) | [Lesson Plan](./The-one-and-only-week1/readme.md) | [Homework](./homework.md) |
7+
| 1. | Advanced HTML & CSS concepts, hands-on exercise turning Figma Wireframe into code, teamwork & peer-learning | [Pre-course](./Pre-course/README.md) | [Lesson Plan](./The-one-and-only-week1/README.md) | [Homework](./homework.md) |
88

99
## Learning goals
1010

11-
- Round-up the [Pre-course](./Pre-course/readme.md) materials
11+
- Round-up the [Pre-course](./Pre-course/README.md) materials
1212
- Talk about any possible questions regarding the concepts learned so far
1313
- Briefly introduce Figma
14-
- Spend a lot of time with hands-on coding, figuring out the [exercise](./The-one-and-only-week1/readme.md)
14+
- Spend a lot of time with hands-on coding, figuring out the [exercise](./The-one-and-only-week1/README.md)
1515
- Learn to work efficiently with your teammates

courses/Foundation/HTML-CSS/The-one-and-only-week1/readme.md renamed to courses/Foundation/HTML-CSS/The-one-and-only-week1/README.md

File renamed without changes.
File renamed without changes.
File renamed without changes.

legacy/nodejs/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ Most of this course will focus on the backend part. Meaning building a webserver
1717

1818
| Week | Topic | Preparation | Homework | Lesson plan |
1919
| ---- | ----------------------------------------------- | ----------------------------------- | ------------------------------------ | ----------------------------------- |
20-
| 1. | HTTP; Introduction to node js; Simple webserver | [Preparation](week1/preparation.md) | [Homework](week1/homework/readme.md) | [Lesson plan](week1/lesson-plan.md) |
21-
| 2. | Express | [Preparation](week2/preparation.md) | [Homework](week2/homework/readme.md) | [Lesson plan](week2/lesson-plan.md) |
22-
| 3. | Database connection; API | [Preparation](week3/preparation.md) | [Homework](week3/homework/readme.md) | [Lesson plan](week3/lesson-plan.md) |
20+
| 1. | HTTP; Introduction to node js; Simple webserver | [Preparation](week1/preparation.md) | [Homework](week1/homework/README.md) | [Lesson plan](week1/lesson-plan.md) |
21+
| 2. | Express | [Preparation](week2/preparation.md) | [Homework](week2/homework/README.md) | [Lesson plan](week2/lesson-plan.md) |
22+
| 3. | Database connection; API | [Preparation](week3/preparation.md) | [Homework](week3/homework/README.md) | [Lesson plan](week3/lesson-plan.md) |
2323

2424
## Pre-requisites
2525

legacy/nodejs/week1/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ In the first week of the module we will focus on a general introduction starting
66

77
| Week | Topic | Preparation | Homework | Lesson plan |
88
| ---- | ----------------------------------------------- | ------------------------------------ | ------------------------------------- | ------------------------------------ |
9-
| 1. | HTTP; Introduction to node js; Simple webserver | [Preparation](/week1/preparation.md) | [Homework](/week1/homework/readme.md) | [Lesson plan](/week1/lesson-plan.md) |
9+
| 1. | HTTP; Introduction to node js; Simple webserver | [Preparation](/week1/preparation.md) | [Homework](/week1/homework/README.md) | [Lesson plan](/week1/lesson-plan.md) |
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Reproduce a log hitting errors and understanding flow.
6161
### Relevant links
6262

6363
- [Preparation](preparation.md)
64-
- [Homework](homework/readme.md)
64+
- [Homework](homework/README.md)
6565
- [Lesson plan](lesson-plan.md)
6666

6767
### Express.js

0 commit comments

Comments
 (0)