quiet blog

a beginning

may 27, 2025

This is a quiet place for slow thoughts, for soft images, and for things that don’t need to be explained. welcome. 🌫️

about – quiet blog

quiet blog

about

This space is inspired by enya’s sound, 2000s architecture books, Carolyn Bassette’s quiet style, and cinema that lingers too long on still things.

I post photos, thoughts, fragments. nothing is optimized. everything is personal.

gallery – quiet blog

quiet blog

gallery

body { margin: 0; padding: 0; font-family: 'Georgia', serif; background-color: #fdfaf6; color: #2d2d2d; line-height: 1.7; font-size: 16px; padding-bottom: 60px; transition: all 0.3s ease-in-out; } header { background-color: #e9e4dc; padding: 2em; text-align: center; border-bottom: 1px solid #dcd2c1; } h1 { margin: 0; font-size: 2.5em; letter-spacing: 1px; font-weight: 400; } nav { margin-top: 1em; } nav a { margin: 0 10px; color: #5f574f; text-decoration: none; font-weight: 500; font-size: 0.95em; } main { max-width: 700px; margin: 4em auto; padding: 0 1em; } .entry h2 { font-size: 1.75em; font-weight: 400; margin-bottom: 0.25em; } .date { font-size: 0.9em; color: #999; margin-bottom: 1.5em; } .gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 1em; margin-top: 2em; } .gallery img { width: 100%; border-radius: 6px; filter: grayscale(30%) contrast(95%) brightness(98%); transition: filter 0.3s; } .gallery img:hover { filter: none; } footer { position: fixed; bottom: 0; left: 0; right: 0; background-color: #e9e4dc; text-align: center; padding: 1em; font-size: 0.9em; color: #5f574f; border-top: 1px solid #dcd2c1; }