Compare commits

..

1 Commits

Author SHA1 Message Date
dereklseitz
cf68c88a34 feat: Enable public access to https://bloomvalleydemo.dlseitz.dev
- update cover photo for BVN demo card
2025-09-10 13:49:15 -05:00
3 changed files with 2 additions and 2 deletions

View File

@@ -46,7 +46,7 @@ const DEMOS = [
        "category": "e-commerce",
        "problemStatement": "To help a small, family-owned and operated business with deep roots in community involvement and public service expand their reach to customers who may prefer shopping online.",
        "solutionSummary": "This front end site is built to emulate a seamless online shopping experience that captures the fictional brand's community-focused story. The design prioritizes accessibility, visual harmony, and usability, while the data-driven functionality allows for a scalable and easily updatable web application.",
"isLive": false
"isLive": true
    }
]

View File

@@ -6,7 +6,7 @@ stylesheet: /styles/demos.css
isLandingPage: false
---
<h1>A Preview of What's Coming!</h1>
<h1>Solutions I've Built</h1>
{% for demo in demos.DEMOS %}
<article id="demo-{{ demo.id }}" class="{{ demo.id }}-demo-card" aria-labelledby="demo-title-{{ demo.id }}">
<div class="{{ demo.id }}-demo module">

Binary file not shown.

Before

Width:  |  Height:  |  Size: 228 KiB

After

Width:  |  Height:  |  Size: 245 KiB