mirror of
https://github.com/marcogll/noire_landing.git
synced 2026-03-15 10:25:03 +00:00
docs: documentar estructura de assets y configuración del proyecto
This commit is contained in:
41
README.md
41
README.md
@@ -1 +1,40 @@
|
|||||||
# noire_landing
|
# Noiré Collective - Landing Page
|
||||||
|
|
||||||
|
Marketing, desarrollo web y sistemas digitales para emprendimientos.
|
||||||
|
|
||||||
|
## Estructura de Assets
|
||||||
|
|
||||||
|
```
|
||||||
|
/assets/
|
||||||
|
├── images/
|
||||||
|
│ ├── home/
|
||||||
|
│ │ ├── man.png # Hero principal
|
||||||
|
│ │ ├── design.png # Caso: Escalamiento operativo
|
||||||
|
│ │ ├── editing.png # Caso: Marketing conectado
|
||||||
|
│ │ ├── photography.png # Caso: Optimización + Insight IA
|
||||||
|
│ │ ├── forest.png # Insight: Marketing sin operación
|
||||||
|
│ │ └── mountain.png # Insight: Lean Office
|
||||||
|
│ └── people/
|
||||||
|
│ ├── man.png # Testimonio: Socio operador
|
||||||
|
│ ├── man2.png # Testimonio: Director
|
||||||
|
│ └── women.png # Testimonio: Cliente fundador
|
||||||
|
└── logo.png
|
||||||
|
```
|
||||||
|
|
||||||
|
## Tecnologías
|
||||||
|
|
||||||
|
- HTML5 + Tailwind CSS
|
||||||
|
- JavaScript vanilla con GSAP para animaciones
|
||||||
|
- Iconos: Bootstrap Icons + Material Icons
|
||||||
|
|
||||||
|
## Desarrollo
|
||||||
|
|
||||||
|
```bash
|
||||||
|
# Verificar proyecto
|
||||||
|
ls -la
|
||||||
|
```
|
||||||
|
|
||||||
|
## Notas
|
||||||
|
|
||||||
|
- Usar formato PNG para todas las imágenes
|
||||||
|
- Mantener nombres consistentes según convención
|
||||||
|
|||||||
Reference in New Issue
Block a user