Skip to content

Commit 06e767b

Browse files
committed
fixed merge conflict
2 parents a4f9db6 + 0372c30 commit 06e767b

File tree

1 file changed

+47
-28
lines changed

1 file changed

+47
-28
lines changed

README.md

Lines changed: 47 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -4,35 +4,40 @@ In this repository, you will find content and resources related to the practical
44

55
To add content or request a change, please branch out by following these guidelines:
66

7-
* If you are adding a new section, start your branch saying section-course/ + the course and links you are adding, such as: section-course/html-css-freecodecamp.
8-
* If you are only updating or requesting an update to a section, start your branch with section/ + what you're updating, as per: section/updating-introduction.
9-
* All the images should be added under the folder images-web-dev-path.
10-
* The Pull Requests (PR) should follow a similar structure we can see on the picture below, wich includes a brief description of the PR:
7+
- If you are adding a new section, start your branch saying section-course/ + the course and links you are adding, such as: section-course/html-css-freecodecamp.
8+
- If you are only updating or requesting an update to a section, start your branch with section/ + what you're updating, as per: section/updating-introduction.
9+
- All the images should be added under the folder images-web-dev-path.
10+
- The Pull Requests (PR) should follow a similar structure we can see on the picture below, wich includes a brief description of the PR:
1111

1212
<br />
1313

1414
![PR example](/images-web-dev-path/pr-example.png)
1515

1616
<br />
1717

18-
This is a video that explains a little bit how to start collaborating with the project:
18+
This is a video that explains a little bit how to start collaborating with the project:
1919

2020
[Start Collaborating](https://www.loom.com/share/fbe2c01a963c4885815391d671f35321?fbclid=IwAR1bI2VdRntQhK37dpRI3LS_YPWDmVk-n8yLTYqKlq-v7QP6cNgkaP5Nqe0)
2121

22+
These are the videos that explain in detail how to branch out and submit a PR:
23+
24+
- [Branching out from an up to date master](https://www.loom.com/share/77c3bea45d86428a86c897ac3ccaacc4)
25+
- [Creating the PR with the first commit](https://www.loom.com/share/04e326b873db4af7a4ce86c74183d554)
26+
- [Fixing the PR title](https://www.loom.com/share/58feae54c4d04a2e908d5fe41dc262e9)
27+
- [Adding the description and selecting the reviewers](https://www.loom.com/share/bf775cb7503c42129ab5f7715b094c53)
28+
- [Merging the PR](https://www.loom.com/share/de0eaa9cdcd34d8bac491cd8955f4883)
29+
2230
<br />
2331

24-
## Courses and Certifications ##
32+
## Courses and Certifications
2533

26-
* **Git**
27-
* [Git Official Basics](https://git-scm.com/book/en/v2)
28-
* [Git Basis by Colt Steele](https://www.youtube.com/watch?v=USjZcfj8yxE&t=14s)
29-
* [Git and GitHub for Beginners - Crash Course by freeCodeCAmp](https://www.youtube.com/watch?v=RGOj5yH7evk)
30-
* [GitHub Tutorial 2020 - Beginner's Training Guide](https://www.youtube.com/watch?v=iv8rSLsi1xo)
31-
* [GitHub Markdown](https://guides.github.com/features/mastering-markdown/)
34+
- **Git**
3235

33-
* **HTML/CSS**
34-
* [freeCodeCamp - Get the 300 h "Responsive Web Design Certification"](https://www.freecodecamp.org/learn/)
35-
* [Full Stack Web Development Tutorial Course](https://www.youtube.com/playlist?list=PLwoh6bBAszPrES-EOajos_E9gvRbL27wz&fbclid=IwAR36b5agLn2QJ_JYiOs3fTm54cB2FPdrInhe4QvDoJCVRq6oCoDOFGYKpPA)
36+
- [Git Official Basics](https://git-scm.com/book/en/v2)
37+
- [Git Basis by Colt Steele](https://www.youtube.com/watch?v=USjZcfj8yxE&t=14s)
38+
- [Git and GitHub for Beginners - Crash Course by freeCodeCAmp](https://www.youtube.com/watch?v=RGOj5yH7evk)
39+
- [GitHub Tutorial 2020 - Beginner's Training Guide](https://www.youtube.com/watch?v=iv8rSLsi1xo)
40+
- [GitHub Markdown](https://guides.github.com/features/mastering-markdown/)
3641

3742
* **WordPress**
3843
* [How to Make a Custom Website from Scratch using WordPress (Theme Development) by freeCodeCamp ](https://youtu.be/KibbYf9avko)
@@ -45,29 +50,43 @@ This is a video that explains a little bit how to start collaborating with the p
4550
<br />
4651
<br />
4752

48-
## Books ##
53+
- **PHP**
54+
55+
- [PHP Tutorial](https://www.w3schools.com/php/DEFAULT.asp)
56+
57+
<br />
58+
59+
- **WordPress**
60+
_ [How to Make a Custom Website from Scratch using WordPress (Theme Development) by freeCodeCamp ](https://youtu.be/KibbYf9avko)
61+
_ [Professional WordPress Theme & Plugin Development](https://www.udemy.com/course/photoshop-psd-to-wordpress-theme-development-from-scratch/) \* [WordPress Plugin Development](https://youtu.be/mm9aQiLEa10)
62+
<br />
63+
<br />
4964

50-
* **Command Line**
51-
* [Learn Enough Command Line to Be Dangerous - Michael Hartl](https://www.learnenough.com/command-line-tutorial/basics)
65+
## Books
5266

53-
* **JavaScript (JS)**
54-
* [JavaScript for Impatient Programmers - Dr. Axel Raushmayer](https://exploringjs.com/impatient-js/index.html)
67+
- **Command Line**
5568

56-
* **Programming**
57-
* [How to Design a Program - Matthias Felleisen, Robert Bruce Findler, Matthew Flatt, Shriram Krishnamurthi](https://htdp.org/2020-5-6/Book/index.html)
69+
- [Learn Enough Command Line to Be Dangerous - Michael Hartl](https://www.learnenough.com/command-line-tutorial/basics)
70+
71+
- **JavaScript (JS)**
72+
73+
- [JavaScript for Impatient Programmers - Dr. Axel Raushmayer](https://exploringjs.com/impatient-js/index.html)
74+
75+
- **Programming**
76+
- [How to Design a Program - Matthias Felleisen, Robert Bruce Findler, Matthew Flatt, Shriram Krishnamurthi](https://htdp.org/2020-5-6/Book/index.html)
5877

5978
<br />
6079
<br />
6180

62-
## Presentation ##
81+
## Presentation
82+
83+
- **A Junior Web Developer Resume**
84+
- [How to write an awesome junior developer résumé in a few simple steps, by freeCodeCamp](https://www.freecodecamp.org/news/how-to-write-an-awesome-junior-developer-resume-in-a-few-simple-steps-316010db80ec/)
6385

64-
* **A Junior Web Developer Resume**
65-
* [How to write an awesome junior developer résumé in a few simple steps, by freeCodeCamp](https://www.freecodecamp.org/news/how-to-write-an-awesome-junior-developer-resume-in-a-few-simple-steps-316010db80ec/)
66-
6786
<br />
6887

69-
* **Your LinkedIn**
70-
* [Tips to Optimize your LinkedIn Profile for Developers](https://www.samanthaming.com/blog/tips-to-optimize-your-linkedin-profile-for-developers/)
88+
- **Your LinkedIn**
89+
- [Tips to Optimize your LinkedIn Profile for Developers](https://www.samanthaming.com/blog/tips-to-optimize-your-linkedin-profile-for-developers/)
7190

7291
<br />
7392
<br />

0 commit comments

Comments
 (0)