-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Expand file tree
/
Copy pathlearn.json
More file actions
34 lines (34 loc) · 1.52 KB
/
learn.json
File metadata and controls
34 lines (34 loc) · 1.52 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"slug": "collaborative-html-website-es",
"title": {
"es": "Construyendo un website HTML/CSS de forma colaborativa usando Git y GitHub",
"us": "Building an HTML/CSS Website Collaboratively using Git and GitHub"
},
"description": {
"es": "Aprende a usar Pull Requests en GitHub creando una landing page. Colabora en equipo mientras cada miembro desarrolla una secci\u00f3n del sitio web con HTML y CSS. Practica control de versiones, trabajo en equipo y gesti\u00f3n de proyectos al enviar cambios con Pull Requests.",
"us": "Learn GitHub Pull Requests by building a landing page! Collaborate as a team using Git while each member develops a section of a website with HTML and CSS. Practice version control, teamwork, and project management as you submit changes through Pull Requests."
},
"preview": "https://github.com/breatheco-de/exercise-collaborative-html-website/blob/master/preview.gif?raw=true",
"difficulty": "BEGINNER",
"duration": 3,
"template_url": "self",
"gitpod": false,
"technologies": [
"bootstrap",
"github",
"git",
"html-css"
],
"projectType": "project",
"solution": {
"es": "https://github.com/breatheco-de/exercise-collaborative-html-website/tree/solution/website",
"us": "https://github.com/breatheco-de/exercise-collaborative-html-website/tree/solution/website"
},
"delivery": {
"instructions": "",
"formats": [
"url"
],
"regex": ""
}
}