Compare commits
1 Commits
b2ceb8a33f
...
main
Author | SHA1 | Date | |
---|---|---|---|
|
cf68c88a34 |
@@ -46,7 +46,7 @@ const DEMOS = [
|
|||||||
"category": "e-commerce",
|
"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.",
|
"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.",
|
"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
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@@ -6,7 +6,7 @@ stylesheet: /styles/demos.css
|
|||||||
isLandingPage: false
|
isLandingPage: false
|
||||||
---
|
---
|
||||||
|
|
||||||
<h1>A Preview of What's Coming!</h1>
|
<h1>Solutions I've Built</h1>
|
||||||
{% for demo in demos.DEMOS %}
|
{% for demo in demos.DEMOS %}
|
||||||
<article id="demo-{{ demo.id }}" class="{{ demo.id }}-demo-card" aria-labelledby="demo-title-{{ demo.id }}">
|
<article id="demo-{{ demo.id }}" class="{{ demo.id }}-demo-card" aria-labelledby="demo-title-{{ demo.id }}">
|
||||||
<div class="{{ demo.id }}-demo module">
|
<div class="{{ demo.id }}-demo module">
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 228 KiB After Width: | Height: | Size: 245 KiB |
Reference in New Issue
Block a user