|
4 | 4 | "description": "Got 15 minutes and want to learn Git? Git allows groups of people to work on the same documents at the same time, and without stepping on each other's toes.", |
5 | 5 | "link": "https://try.github.io/levels/1/challenges/1", |
6 | 6 | "attachment": "./git-icon.png" |
7 | | - },{ |
| 7 | + }, |
| 8 | + { |
| 9 | + "title": "Installing Git", |
| 10 | + "description": "First, learn how to install Git on your computer on whatever OS you use. ", |
| 11 | + "link": "https://git-scm.com/book/en/v2/Getting-Started-Installing-Git", |
| 12 | + "attachment": "./git-icon.png" |
| 13 | + }, |
| 14 | + { |
| 15 | + "title": "Learning Git", |
| 16 | + "description": "This is a comprehensive and interactive tutorial that covers everything you need to become familiar with using Git.", |
| 17 | + "link": "https://www.codecademy.com/courses/learn-git/", |
| 18 | + "attachment": "./git-icon.png" |
| 19 | + }, |
| 20 | + { |
| 21 | + "title": "Git Tips and Tricks", |
| 22 | + "description": "Learn how to fix some of the most common Git problems you may run into.", |
| 23 | + "link": "https://dev.to/citizen428/10-common-git-problems-and-how-to-fix-them-234o ", |
| 24 | + "attachment": "./git-icon.png" |
| 25 | + }, |
| 26 | + { |
8 | 27 | "title": "Introduction to browser extensions", |
9 | 28 | "description": "Add-ons provide a safe, simple, and powerful way to personalize your browsing experience. Now, it’s easier than ever to create add-ons", |
10 | 29 | "link": "https://mozillacampusclubs.github.io/teach-how-to-build-addons/paperprototype.html", |
11 | 30 | "attachment": "./octopus-icon.png" |
12 | | - },{ |
| 31 | + }, |
| 32 | + { |
13 | 33 | "title": "Build Your Virtual World", |
14 | 34 | "description": "Help bring Virtual Reality to the web by learning and using an awesome open source web framework, A-FRAME, with HTML!", |
15 | 35 | "link": "https://mozillacampusclubs.github.io/Build-a-Virtual-World/", |
16 | 36 | "attachment": "./fox-icon.png" |
17 | | - |
18 | | - },{ |
| 37 | + }, |
| 38 | + { |
19 | 39 | "title": "Learn to contribute on GitHub", |
20 | 40 | "description": "Want to contribute to open source through GitHub? A guide to making open source contributions, for first-timers and for veterans.", |
21 | 41 | "link": "https://guides.github.com/activities/contributing-to-open-source/", |
|
0 commit comments