-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a2031db
commit 36cac1d
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,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"] | ||
} |