Skip to content

Commit e029a5e

Browse files
docs: add desktop and mobile screenshots
1 parent bb4ac42 commit e029a5e

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,19 @@ Now when you visit your app over HTTPS (via Safari), iOS will trust the cert, an
243243
<img src="./box-art/back.png" alt="WellSaid Back Cover" width="45%" style="box-shadow: 0 4px 8px rgba(0,0,0,0.3); border-radius: 8px;"/>
244244
</p>
245245
246+
## Screenshots
247+
248+
<p align="center" style="display: flex; flex-direction: column; align-items: center; gap: 20px;">
249+
<div style="text-align: center;">
250+
<h4>Desktop View</h4>
251+
<img src="./screenshots/desktop.png" alt="WellSaid Desktop View" style="max-width: 80%; box-shadow: 0 4px 8px rgba(0,0,0,0.2); border-radius: 8px;"/>
252+
</div>
253+
<div style="text-align: center;">
254+
<h4>Mobile View</h4>
255+
<img src="./screenshots/mobile.png" alt="WellSaid Mobile View" style="max-width: 40%; min-width: 300px; box-shadow: 0 4px 8px rgba(0,0,0,0.2); border-radius: 8px;"/>
256+
</div>
257+
</p>
258+
246259
## License
247260
248261
This project is licensed under the MIT License - see the LICENSE file for details.

screenshots/desktop.png

151 KB
Loading

screenshots/mobile.png

523 KB
Loading

0 commit comments

Comments
 (0)