1<!doctype html>
2<html lang="es">
3 <head>
4 <title>mlogarzo — stories</title>
5 </head>
6 <body>
7 <h1>👻</h1>
8 <section class="gallery">
9 <!-- Golden Gate Bridge, 2015 -->
10 <figure>
11 <img src="/images/sf0415.jpg" alt="Golden Gate Bridge, 2015">
12 <figcaption>📍 San Francisco, CA. Taken on April 2, 2015 with an iPhone 6. First time crossing the Golden Gate Bridge. I was riding a bike under a beautiful sunny sky ☀️🚴.
13 </figcaption>
14 </figure>
15 <!-- Calella de Palafrugell, 2025 -->
16 <figure>
17 <img src="/images/calella.jpg" alt="Calella de Palafrugell, Spain">
18 <figcaption>📍 Calella de Palafrugell, Spain — a calm Mediterranean morning. Taken on July 6, 2025.
19 </figcaption>
20 </figure>
21 </section>
22 </body>
23</html>