Skip to content

Commit

Permalink
Merge pull request #92 from the-collab-lab/kd-add-screenshots
Browse files Browse the repository at this point in the history
[KD] Add screenshots of app on About page
  • Loading branch information
piecanoe committed Apr 6, 2024
2 parents 6a29da7 + 68b8881 commit e4299d1
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
Binary file added public/img/phone1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/img/phone2.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/img/phone3.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/img/phone4.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/img/phone5.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 7 additions & 7 deletions src/views/About.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export function About() {
<main className="About-main">
<h1 className="About-title">How It Works</h1>
<section className="About-section">
<img width="250px" alt="phone screenshot" src="../img/phone.png" />
<img width="250px" alt="phone screenshot" src="../img/phone1.png" />
<div className="About-section-text">
<h2>Lending a list-ening ear</h2>
<p>
Expand All @@ -19,18 +19,18 @@ export function About() {
</div>
</section>
<section className="About-section">
<img width="250px" alt="phone screenshot" src="../img/phone.png" />
<img width="250px" alt="phone screenshot" src="../img/phone2.png" />
<div className="About-section-text">
<h2>Before you go down the Aisle</h2>
<p>
Inside your list, tap the big 'Add' button to add a new item.
Aisle Be There for you, asking when you might need to restock your
Inside your list, tap the 'Add' button to add a new item. Aisle Be
There for you, asking when you might need to restock your
aisle-ments! <Emoji label="coffee"></Emoji>
</p>
</div>
</section>
<section className="About-section">
<img width="250px" alt="phone screenshot" src="../img/phone.png" />
<img width="250px" alt="phone screenshot" src="../img/phone3.png" />
<div className="About-section-text">
<h2>Aisle check on you</h2>
<p>
Expand All @@ -42,7 +42,7 @@ export function About() {
</div>
</section>
<section className="About-section">
<img width="250px" alt="phone screenshot" src="../img/phone.png" />
<img width="250px" alt="phone screenshot" src="../img/phone4.png" />
<div className="About-section-text">
<h2>Aisle Be There to guide you</h2>
<p>
Expand All @@ -53,7 +53,7 @@ export function About() {
</div>
</section>
<section className="About-section">
<img width="250px" alt="phone screenshot" src="../img/phone.png" />
<img width="250px" alt="phone screenshot" src="../img/phone5.png" />
<div className="About-section-text">
<h2>Aisle Be your community</h2>
<p>
Expand Down

0 comments on commit e4299d1

Please sign in to comment.