-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: add title page * add shell dollar to `README.md` * remove dollar from command lines, add title to contributors * update contributors link
- Loading branch information
1 parent
17916b7
commit bdd0c13
Showing
4 changed files
with
39 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,11 @@ | ||
# Summary | ||
|
||
[Training Program Exercises](title-page.md) | ||
|
||
- [Getting Started](01_getting-started/index.md) | ||
- [Javascript](02_javascript/index.md) | ||
- [Example Exercise](02_javascript/example.md) | ||
- [Example Exercise](02_javascript/example.md) | ||
- [Figma](03_figma/index.md) | ||
- [React Basics](04_react-intro/index.md) | ||
- [Styling](06_styling/index.md) | ||
- [DevWatch (TailwindCSS)](06_styling/devwatch.md) | ||
- [DevWatch (TailwindCSS)](06_styling/devwatch.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# DevSoc Training Program Exercises | ||
|
||
_by Dylan Huynh and Nicole Chun with contributions from the [DevSoc community](https://github.com/TAS-scorchedshadow/training-program-exercises/blob/main/contributors.md)_ | ||
|
||
Welcome to DevSoc's Training Program Exercises! This is a resource created by DevSoc volunteers for the Training Program to inspire and assist novice programmers gain basic web development skill in HTML/CSS, JavaScript and React. | ||
|
||
This site features a selection of guides and exercises intended for 2024 DevSoc Trainees and were made to go along with concurrent workshops. However you are welcome to use this for our own self learning. | ||
|
||
## Disclaimer | ||
|
||
While we try our best, we still may make mistakes here and there. If you spot any issues, mistakes or typos on this page fee free to create a [pull request](https://github.com/TAS-scorchedshadow/training-program-exercises/pulls) with the corrections or mention it in an [issue](https://github.com/TAS-scorchedshadow/training-program-exercises/issues). | ||
|
||
## Source Code | ||
|
||
The source files from which this site is generated can be found on [GitHub](https://github.com/TAS-scorchedshadow/training-program-exercises). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Contributors | ||
|
||
Special thanks to everyone who has helped create and improve this resource. In no particular order: | ||
|
||
- Dylan Huynh | ||
- Nicole Chun | ||
- Michael Vo | ||
- Hanyuan Li | ||
- Christian Lam | ||
- Jayden Nguyen | ||
- Alex Lee | ||
- Jeremy Le |