forked from breatheco-de/exercise-collaborative-html-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
learn.json
18 lines (18 loc) · 862 Bytes
/
learn.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"title": {
"us": "Building an HTML/CSS Website Collaboratively using Git and GitHub",
"es": "Construyendo un website HTML/CSS de forma colaborativa usando Git y GitHub"
},
"duration" : 3,
"difficulty": "beginner",
"solution": "https://github.com/breatheco-de/exercise-collaborative-html-website/tree/solution/website",
"preview": "https://github.com/breatheco-de/exercise-collaborative-html-website/blob/master/preview.gif?raw=true",
"technologies": ["git", "github", "bootstrap", "html", "css"],
"description" : {
"us": "Build website among a team of several collaborators",
"es": "Practica como usar los Pull Requests de Github.com donde cada miembro de el equipo hace una parte del HTML/CSS de un website landing page y la entrega realizando un Pull Request"
},
"translations": ["es","us"],
"autoPlay": false,
"projectType": "project"
}