Skip to content

Commit 9777f77

Browse files
authored
Add README for portfolio project
Added a README file for the portfolio project, detailing its purpose, tech stack, features, execution instructions, and learnings.
1 parent 3a3f059 commit 9777f77

1 file changed

Lines changed: 35 additions & 0 deletions

File tree

README.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# Portfolio — Sebastián Expósito Ruiz
2+
3+
## Qué es
4+
Mi portfolio personal alojado en GitHub Pages, donde muestro mis proyectos, tecnologías y formas de contacto.
5+
6+
## Stack
7+
- Frontend: HTML/CSS/JavaScript (Visual Studio Code)
8+
- Hosting: GitHub Pages
9+
10+
## Features
11+
- Presentación personal + skills
12+
- Listado de proyectos con enlaces a repos/demo
13+
- Sección de contacto
14+
- Diseño responsive
15+
- Versión ES/EN
16+
17+
## Capturas/GIF
18+
> Añade 3–5 capturas: Home, Proyectos, Project detail, Contacto.
19+
<img width="1875" height="852" alt="image" src="https://github.com/user-attachments/assets/50183a53-62d6-4a8c-a1b0-793e6fe9313f" />
20+
<img width="1259" height="828" alt="image" src="https://github.com/user-attachments/assets/54ab6eae-40e3-4cbb-bc02-3adcd10ff046" />
21+
22+
23+
## Cómo ejecutar
24+
Opción A (simple):
25+
1. Clona el repo
26+
2. Abre `index.html` en el navegador
27+
28+
Opción B (recomendado):
29+
1. Clona el repo
30+
2. Lanza un servidor local (ej. Live Server en VS Code)
31+
32+
## Qué aprendí
33+
- Estructurar un portfolio pensado para recruiters (claridad, navegación, CTA)
34+
- Despliegue con GitHub Pages
35+
- Mejoras de UI/UX: jerarquía visual, responsive, accesibilidad básica

0 commit comments

Comments
 (0)