Skip to content

Commit 8b9ee3f

Browse files
authored
Update README.md
1 parent 820f06c commit 8b9ee3f

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,19 @@ If you have any problems installing or running this code, please post to the [di
1111

1212
NOTE: The installation was tested using node v16.15.1 and npm 8.11.0.
1313

14+
## LINKS
15+
Here are some links to additional useful materials on YouTube:
16+
17+
[Gentle Introduction to GitHub](https://youtu.be/pICJdbC7j0Q): You'll learn the purpose of Git and GitHub and what a repository is. You'll create a repository, then try out GitHub Desktop and VS Code Git integration to clone, commit, and sync. You'll work with branches, and create pull requests to merge those branches. You'll then publish a website with GitHub Pages.
18+
19+
[Gentle Introduction to HTML](https://youtu.be/6tBnZ-T4uDE): You'll learn about HTML elements and attributes, how to structure a page, and use semantic elements to organize your content. You'll see how to build a list and table, add images and navigation, and create a data entry form.
20+
21+
[Gentle Introduction to CSS](https://youtu.be/3DAFg7tY4gE): You'll learn about CSS, where to define styles, CSS syntax, selectors, and the CSS box module. You'll try out CSS layout features and explore how styles cascade. Throughout this course, you'll style a web page.
22+
23+
[Gentle Introduction to Bootstrap 5](https://youtu.be/Yjs4PKmgPi0): You'll learn the Bootstrap styling framework and its benefits. You'll try out Bootstrap containers and utility classes. Then walk through how to style a menu and a table, explore Bootstrap's grid system for layout, and how to style a data entry form.
24+
25+
[Gentle Introduction to JavaScript](https://youtu.be/jJLn5XxyXWc): You'll learn where and how to write JavaScript code. You'll examine JavaScript syntax including variables, statements, functions, and objects. You'll discover how to respond to actions, such as button clicks, add content to a web page and change element styles ... all with JavaScript.
26+
1427
## INSTALLING THE CODE
1528

1629
The following are detailed instructions for installing the code so you can code along with the course.

0 commit comments

Comments
 (0)