Skip to content

Commit 36cac1d

Browse files
authored
Create learn.json
1 parent a2031db commit 36cac1d

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

learn.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"title": {
3+
"en": "HTML/CSS Starter Template for beginners",
4+
"es": "Plantilla Inicial de HTML/CSS para principiantes"
5+
},
6+
"description": {
7+
"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.",
8+
"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."
9+
},
10+
"repository": "https://github.com/yourusername/html-css-starter-template",
11+
"preview": "https://repository-images.githubusercontent.com/183094552/ef3d4980-78e0-11ea-8f81-31089e626628",
12+
"projectType": "template",
13+
"difficulty": "beginner",
14+
"technologies": ["HTML", "CSS"]
15+
}

0 commit comments

Comments
 (0)