diff --git a/Logo Onyx marca ropa.png b/Logo Onyx marca ropa.png new file mode 100644 index 000000000..42552ac05 Binary files /dev/null and b/Logo Onyx marca ropa.png differ diff --git a/README.cn.md b/README.cn.md index 32eae4ec4..7e1668cf3 100644 --- a/README.cn.md +++ b/README.cn.md @@ -2,20 +2,20 @@ [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io#https://github.com/4GeeksAcademy/html-hello.git) -为使用 [gitpod.io](gitpod.io) 代码编辑器 4Geeks Academy 学生提供的最基础的样板。 +The most basic boilerplate for 4Geeks Academy students using the [gitpod.io](gitpod.io) code editor. [![How to open html/css preview of my project in gitpod](https://github.com/4GeeksAcademy/Templates-Boilerplates/blob/master/assets/hello-html-intro.png?raw=true)](https://youtu.be/dfbDCMu_p-0) -## 接下来怎么做? +## What to do next? -创建一个具有 [基本 HTML 页面结构](http://content.breatheco.de/lesson/what-is-html-learn-html#page-structure) 的 `index.html` 文件并通过使用以下命令,实时预览 Web 服务器提供的 HTML 页面: +Create an `index.html` file with the [basic HTML page structure](http://content.breatheco.de/lesson/what-is-html-learn-html#page-structure) and preview it live using a web server with the following command: ```sh $ pip3 install flask && python3 server.py ``` -- 您可以根据需要创建任意数量的 HTML 文件 -- 您还可以使用放置在 `` 标签之间的 `` 标签创建 CSS 文件并将它们导入您的网站,如下所示: +- You can create as many HTML files as you need. +- You can also create CSS files and import them into your website using a `` tag placed between the `` tags, like this: ```html @@ -25,7 +25,7 @@ $ pip3 install flask && python3 server.py ``` -- 如果你想使用 Tailwind CSS,也可以选择在同一个 `` 中通过官方的 Tailwind CSS v4 CDN 引入: +- If you want to use Tailwind CSS, you can optionally include it in the same `` through the official Tailwind CSS v4 CDN: ```html diff --git a/README.es.md b/README.es.md index 67d416dda..2ec4d30b8 100644 --- a/README.es.md +++ b/README.es.md @@ -1,19 +1,19 @@ # HTML Hello -El boilerplate más básico para cualquier estudiante de 4Geeks Academy, empieza tu primer sitio web desde cero. +The most basic boilerplate for any 4Geeks Academy student, start your very first website from scratch. -> Tienes un video tutorial sobre [cómo usar esta plantilla para crear tu primer sitio web aquí](https://youtu.be/dfbDCMu_p-0). +> There is a video tutorial on [how to use this template to create your very first website here](https://youtu.be/dfbDCMu_p-0). -## ¿Qué hacer a continuación? +## What to do next? -Crea un archivo `index.html` con [la estructura básica de HTML](https://4geeks.com/es/lesson/what-is-html-learn-html-es#estructura-de-pgina) y ve el resultado en vivo corriendo un servidor web utilizando el siguiente comando: +Create an `index.html` file with the [basic HTML structure](http://4geeks.com/lesson/what-is-html-learn-html#page-structure) and see it live by running a web-server using the following command: ```bash $ pip3 install flask && python3 server.py ``` -- Puedes crear tantos archivos HTML cómo desees. -- También puedes crear archivos CSS e importarlos en tu página web utilizando una etiqueta `` ubicándola entre las etiquetas ``, de la siguiente manera: +- You can create as many HTML files as you want. +- You can also create CSS files and import them into your website using a `` tag placed between the `` tags, like this: ```html @@ -23,7 +23,7 @@ $ pip3 install flask && python3 server.py ``` -- Si deseas usar Tailwind CSS, agrégalo de forma opcional mediante el CDN oficial de Tailwind CSS v4 dentro del mismo ``: +- If you want to use Tailwind CSS, add it optionally via the official Tailwind CSS v4 CDN inside the same ``: ```html @@ -35,10 +35,8 @@ $ pip3 install flask && python3 server.py ``` -## Agradecimientos +### Contributors -Esta y otras plantillas son utilizadas para [aprender a programar](https://4geeksacademy.com/es/aprender-a-programar/aprender-a-programar-desde-cero) por parte de los alumnos de 4Geeks Academy [Coding Bootcamp](https://4geeksacademy.com/us/coding-bootcamp). +This template was built as part of the [Full Stack Developer course](https://4geeksacademy.com/us/coding-bootcamps/part-time-full-stack-developer) at [4Geeks Academy Coding Bootcamp](https://4geeksacademy.com/us/coding-bootcamp) by [Alejandro Sanchez](https://twitter.com/alesanchezr) and [many other contributors](https://github.com/4GeeksAcademy/html-hello/graphs/contributors). -Realizado por [Alejandro Sánchez](https://twitter.com/alesanchezr) y muchos otros contribuyentes. - -Conoce más sobre nuestros [Cursos de Programación](https://4geeksacademy.com/es/curso-de-programacion-desde-cero/?lang=es) para convertirte en [Full Stack Developer](https://4geeksacademy.com/es/desarrollador-full-stack/desarrollador-full-stack), o nuestro [Data Science Bootcamp](https://4geeksacademy.com/es/coding-bootcamps/curso-datascience-machine-learning). +You can find other templates and resources like this at the [school's GitHub page](https://github.com/4geeksacademy/). diff --git a/Top Sales leather sandals.jpg b/Top Sales leather sandals.jpg new file mode 100644 index 000000000..3ca3d1152 Binary files /dev/null and b/Top Sales leather sandals.jpg differ diff --git a/Top Sales woman red dress.jpg b/Top Sales woman red dress.jpg new file mode 100644 index 000000000..1521f2e97 Binary files /dev/null and b/Top Sales woman red dress.jpg differ diff --git a/Top sales men tshirt lino.jpg b/Top sales men tshirt lino.jpg new file mode 100644 index 000000000..02c4171c9 Binary files /dev/null and b/Top sales men tshirt lino.jpg differ diff --git a/Tope Sales rafia bag.jpg b/Tope Sales rafia bag.jpg new file mode 100644 index 000000000..2c771fd29 Binary files /dev/null and b/Tope Sales rafia bag.jpg differ diff --git a/index-catalogo.html b/index-catalogo.html new file mode 100644 index 000000000..604d917f6 --- /dev/null +++ b/index-catalogo.html @@ -0,0 +1,530 @@ + + + + + + + ONYX | Summer 2026 Catalog + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +

+ PRE-COLLECTION
SUMMER +

+

+ Designed to shine at any hour, the ONYX Summer 2026 Collection reinvents your seasonal + essentials. Move effortlessly from daytime elegance to the glamour of warm nights, or to a much + more relaxed vacation look. +

+
+ + +
+ + Filter + + +
+
+ + + +
+ + +
+ + +
+
+
+ + +
+
+

+ Featured Products +

+

+ 8 results +

+
+ +
+
+
+ + + + + + + + + + \ No newline at end of file diff --git a/learn.json b/learn.json index c6cd3917a..42f2aa3e3 100644 --- a/learn.json +++ b/learn.json @@ -1,11 +1,11 @@ { "title": { "en": "HTML/CSS Starter Template for beginners", - "es": "Plantilla Inicial de HTML/CSS para principiantes" + "es": "HTML/CSS Starter Template for beginners" }, "description": { "us": "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." + "es": "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." }, "repository": "https://github.com/yourusername/html-css-starter-template", "preview": "https://repository-images.githubusercontent.com/183094552/ef3d4980-78e0-11ea-8f81-31089e626628",