--- layout: base.njk metaDesc: "Explore a collection of web development projects by Derek L. Seitz. Demos are coming soon! Check back to see my work." title: "Demos" stylesheet: /styles/demos.css isLandingPage: false ---

A Preview of What's Comming!

{% for demo in demos.DEMOS %}

{{ demo.title }}

{{ demo.altText }}

{{ demo.description}}

Business Problem

{{ demo.problemStatement }}

Solution

{{ demo.solutionSummary }}

{% if demo.isLive === false %}

Check back soon for full access to this demo!

{% else %} Access the live demo here! {% endif %} View Demo's Source Code
{% endfor %}