Skip to content

Commit 681b198

Browse files
committed
Provide a structure for Foundation
1 parent a29fd85 commit 681b198

8 files changed

Lines changed: 36 additions & 1 deletion

File tree

courses/Foundation/README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,14 @@
55
66
## Modules
77

8-
### [HTML & CSS](./HTML-CSS)
8+
| Name | Weeks |
9+
| ---------------------------------------------------------- | ----- |
10+
| [HTML & CSS](./HTML-CSS) | 1 |
11+
| [Git](../../legacy/git/git1/) | 1 |
12+
| [Javascript Foundation](./javascript-foundation/README.md) | 6 |
13+
| [Databases](./databases/) | 1 |
14+
| [Introduction to backend / APIs](./intro-to-backend/) | 1 |
15+
| [Team processes](./team-processes/) | 1 |
16+
| [Final project](./final-project/) | 2–3 |
17+
18+
Total: 13—14 weeks.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Databases
2+
3+
Will be based on [legacy databases week 1](../../../legacy/databases/lesson1/) but we'll need changes.
4+
5+
TODO
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Final project (Foundation)
2+
3+
TODO. Somewhat new content.

courses/Foundation/git/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Git
2+
3+
- [week 1 of 1](../../../legacy/git/git1/)
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Introduction to backend / APIs
2+
3+
- [week 1 of 1](../../../legacy/nodejs/week1/)
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# JavaScript Foundation
2+
3+
TODO
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Team processes
2+
3+
New content. TODO.

courses/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Courses
2+
3+
1. [Pre-course](./Pre-Course/)
4+
2. [Foundation](./Foundation/)
5+
3. [Backend](./Backend/) OR [Frontend](./Frontend/)

0 commit comments

Comments
 (0)