My first website. A static multi-page site about Gijón, the city in Asturias where I live — built from scratch with plain HTML and CSS, no frameworks.
| Page | Description |
|---|---|
Gijon.html |
Overview of the city — geography, history, language, climate, architecture, culture and gastronomy |
Laboral.html |
Deep dive into the Universidad Laboral de Gijón, one of the most iconic buildings in Asturias |
PaginaGijon/
├── index.html
├── Gijon.html
├── Laboral.html
├── Estilos/
│ ├── EstiloGijon.css
│ ├── PosicionesGijon.css
│ ├── FuentesGijon.css
│ ├── FotosGijon.css
│ └── TablasGijon.css
├── FotosGijon/
└── FotosLaboral/
CSS is split into focused files per concern (layout, typography, images, tables) — an early attempt at keeping styles organized.
This was the first thing I ever built for the web. No libraries, no tutorials to copy-paste from — just HTML, CSS, and figuring things out. It covers a city I know well, which made it easier to focus on the code instead of the content.