https://github.com/benser22/landing_habitos
PLATAFORMA PARA LOS HÁBITOS ALIMENTARIOS DE PERSONAS Y MASCOTAS
https://github.com/benser22/landing_habitos
Last synced: 6 months ago
JSON representation
PLATAFORMA PARA LOS HÁBITOS ALIMENTARIOS DE PERSONAS Y MASCOTAS
- Host: GitHub
- URL: https://github.com/benser22/landing_habitos
- Owner: benser22
- Created: 2024-04-15T15:56:08.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-17T23:29:43.000Z (about 2 years ago)
- Last Synced: 2024-05-18T00:28:51.318Z (about 2 years ago)
- Language: JavaScript
- Homepage: https://landing-habitos.vercel.app
- Size: 9.02 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Documentación del Proyecto 📝
Este README proporciona una descripción general de la estructura del archivo JSON y cómo se relaciona con la representación visual del proyecto.
## Archivo JSON 📄
El archivo JSON define la estructura de las secciones del proyecto y cómo se renderizan en la interfaz de usuario. Puedes encontrarlo [aquí](https://github.com/benser22/landing_habitos/blob/main/src/data.json).
### Secciones:
- **Header** 🖋️:
- **"section-header"**: Consumido por Navbar.
- **Body** 💼:
- **"section-one"** y **"section-two"**: Consumidos por Hero.
- **"section-three"**: Consumido por OneSection.
- **"section-four"**: Consumido por TwoSection.
- **"section-five"**: Consumido por ThreeSection.
- **"section-six"**: Consumido por FourSection.
- **"section-seven"**: Consumido por FiveSection.
- **Footer** 🦶:
- **"section-footer"**: Consumido por Footer.
## Estilos y Renderizado
Cada sección del archivo JSON corresponde a una parte específica de la interfaz de usuario. Aquí hay un resumen de cómo se relacionan las secciones con el estilo y el renderizado:
- **Header**: La barra de navegación proporciona la cabecera del sitio.
- **Body**: Es el cuerpo del sitio donde se muestra el contenido principal.
- **Footer**: El pie de página finaliza la interfaz de usuario.