Skip to content

Commit

Permalink
adding screenshots to readme so you know what you get with this funny…
Browse files Browse the repository at this point in the history
… business
  • Loading branch information
MichaelMartinez committed May 7, 2024
1 parent 514a3c8 commit 3839310
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,27 @@ At the end of the day, this is very crude but it's a start and was immensely hel

If you like it, AWESOME... if not, sorry... I will try harder next time. :D

## Screenshots

<div style="display: flex; flex-wrap: wrap; justify-content: space-around;">
<div style="flex: 1; text-align: center; margin: 10px;">
<img src="images/screen1.png" alt="Screenshot 1" style="width: 300px; margin: 10px;"/>
<p>Screenshot 1</p>
</div>
<div style="flex: 1; text-align: center; margin: 10px;">
<img src="images/screen2.png" alt="Screenshot 2" style="width: 300px; margin: 10px;"/>
<p>Screenshot 2</p>
</div>
<div style="flex: 1; text-align: center; margin: 10px;">
<img src="images/screen3.png" alt="Screenshot 3" style="width: 300px; margin: 10px;"/>
<p>Screenshot 3</p>
</div>
<div style="flex: 1; text-align: center; margin: 10px;">
<img src="images/screen4.png" alt="Screenshot 4" style="width: 300px; margin: 10px;"/>
<p>Screenshot 4</p>
</div>
</div>

## Installation

1. Install `http-server` locally by running:
Expand Down
Binary file added images/screen1.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/screen2.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/screen3.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/screen4.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3839310

Please sign in to comment.