diff options
| author | Dylan Bolger <dylan.bolger00@gmail.com> | 2026-08-18 12:06:26 -0500 |
|---|---|---|
| committer | Dylan Bolger <dylan.bolger00@gmail.com> | 2026-08-18 12:06:26 -0500 |
| commit | ddd3605f903a7367b96cc4dac8bf35f9f0f3c46f (patch) | |
| tree | d8111adc8879eb650629668e380e7847b17e679a /index.html | |
| parent | dd22410b542f23ab37fa4bb4bec5363e7df3644a (diff) | |
| download | personal-website-ddd3605f903a7367b96cc4dac8bf35f9f0f3c46f.tar.xz personal-website-ddd3605f903a7367b96cc4dac8bf35f9f0f3c46f.zip | |
add photoblog to projects
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 18 |
1 files changed, 17 insertions, 1 deletions
@@ -111,7 +111,23 @@ </div>
<div>
Written with no JavaScript, using pure HTML, CSS, and loading <a
- href="https://watercss.kognise.dev/">water.css</a> for a fast and fluid experience on modern and legacy devices (rougly 200ms load time)
+ href="https://watercss.kognise.dev/">water.css</a> for a fast and fluid experience on modern and legacy devices (roughly 200ms load time)
+ </div>
+ </div>
+ </li>
+ <li class="project">
+ <div class="project-title-stack">
+ <span class="project-title">
+ <a href="https://git.dbolger.dev/photoblog">photoblog</a>
+ </span>
+ <span class="project-stack">HTML, CSS, Python, Jinja, Flask, Docker</span>
+ </div>
+ <div class="project-desc">
+ <div>
+ Dead simple photo blog to display a mosaic grid of images from a directory
+ </div>
+ <div>
+ Live demo at <a href="https://photos.dbolger.dev">photos.dbolger.dev</a>
</div>
</div>
</li>
|
