From 3b44ca084b946756d6b77ca693cbd24c9d3eb7ef Mon Sep 17 00:00:00 2001 From: Robby Zambito Date: Wed, 6 Aug 2025 19:01:42 -0400 Subject: Add blog page Prompt: Add a blog page --- static/about.html | 12 +- static/blog-script.js | 344 ++++++++++++++++++++++ static/blog-styles.css | 765 +++++++++++++++++++++++++++++++++++++++++++++++++ static/blog.html | 347 ++++++++++++++++++++++ static/index.html | 2 +- 5 files changed, 1463 insertions(+), 7 deletions(-) create mode 100644 static/blog-script.js create mode 100644 static/blog-styles.css create mode 100644 static/blog.html diff --git a/static/about.html b/static/about.html index eb7f5a2..1b223c3 100644 --- a/static/about.html +++ b/static/about.html @@ -10,10 +10,10 @@