generated from 4GeeksAcademy/html-hello
-
Notifications
You must be signed in to change notification settings - Fork 0
/
learn.json
15 lines (15 loc) · 786 Bytes
/
learn.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"title": {
"en": "HTML/CSS Starter Template for beginners",
"es": "Plantilla Inicial de HTML/CSS para principiantes"
},
"description": {
"en": "This is a starter template for HTML/CSS projects. It includes a basic folder structure, a sample HTML file, and a CSS file to kickstart your project.",
"es": "Esta es una plantilla inicial para proyectos de HTML/CSS. Incluye una estructura básica de carpetas, un archivo HTML de ejemplo y un archivo CSS para iniciar tu proyecto."
},
"repository": "https://github.com/yourusername/html-css-starter-template",
"preview": "https://repository-images.githubusercontent.com/183094552/ef3d4980-78e0-11ea-8f81-31089e626628",
"projectType": "template",
"difficulty": "beginner",
"technologies": ["HTML", "CSS"]
}