Skip to content

Commit

Permalink
update footer; added toggle
Browse files Browse the repository at this point in the history
  • Loading branch information
naltatis committed Jun 16, 2024
1 parent ccee100 commit aac3a98
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
Binary file added public/images/boundary_toggle.webp
Binary file not shown.
Binary file modified public/images/header_footer.webp
Binary file not shown.
20 changes: 15 additions & 5 deletions src/components/content/UseCases.astro
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
import { Image } from "astro:assets";
import boundaryToggle from "../../../public/images/boundary_toggle.webp";
import walkthrough from "../../../public/images/walkthrough.webp";
import headerFooter from "../../../public/images/header_footer.webp";
import recommendations from "../../../public/images/recommendations.webp";
Expand All @@ -16,6 +17,17 @@ import confetti from "../../../public/images/confetti.webp";
Features
</h3>

<div class="useCase">
<Image src={boundaryToggle} alt="boundary toggle" class="image" />
<div class="text">
<h4 class="font-bold">Boundary Toggle</h4>
<p>
Boundaries can be toggled off and on. Use the application like an
end-user or switch on boundaries to see feature-ownership.
</p>
</div>
</div>

<div class="useCase">
<Image src={walkthrough} alt="walkthrough" class="image" />

Expand Down Expand Up @@ -54,9 +66,7 @@ import confetti from "../../../public/images/confetti.webp";

<div class="text">
<h4 class="font-bold">Shopping Cart</h4>
<p class="md:text-right">
Add and remove tractors. Minicart updates accordingly.
</p>
<p>Add and remove tractors. Minicart updates accordingly.</p>
</div>
</div>

Expand All @@ -65,7 +75,7 @@ import confetti from "../../../public/images/confetti.webp";

<div class="text">
<h4 class="font-bold">Forms example</h4>
<p class="md:text-left">
<p class="md:text-right">
Checkout address form with embedded store picker owned by explore.
</p>
</div>
Expand All @@ -76,7 +86,7 @@ import confetti from "../../../public/images/confetti.webp";

<div class="text">
<h4 class="font-bold">Confirmation Confetti</h4>
<p class="md:text-right">
<p class="md:text-left">
Celebration on success. External dependency powered.
</p>
</div>
Expand Down

0 comments on commit aac3a98

Please sign in to comment.