aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorDylan Bolger <dylan.bolger00@gmail.com>2026-08-18 12:06:26 -0500
committerDylan Bolger <dylan.bolger00@gmail.com>2026-08-18 12:06:26 -0500
commitddd3605f903a7367b96cc4dac8bf35f9f0f3c46f (patch)
treed8111adc8879eb650629668e380e7847b17e679a /index.html
parentdd22410b542f23ab37fa4bb4bec5363e7df3644a (diff)
downloadpersonal-website-ddd3605f903a7367b96cc4dac8bf35f9f0f3c46f.tar.xz
personal-website-ddd3605f903a7367b96cc4dac8bf35f9f0f3c46f.zip
add photoblog to projects
Diffstat (limited to 'index.html')
-rw-r--r--index.html18
1 files changed, 17 insertions, 1 deletions
diff --git a/index.html b/index.html
index 012fa2d..d207d6d 100644
--- a/index.html
+++ b/index.html
@@ -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>