feat(website): basic screenshot

This commit is contained in:
Elian Doran 2025-06-14 11:42:02 +03:00
parent 9eda9b1399
commit 7dd6c1a6cc
No known key found for this signature in database
2 changed files with 5 additions and 1 deletions

View File

@ -6,6 +6,10 @@
<div class="flex items-center gap-6"> <div class="flex items-center gap-6">
<a href="#" class="download-button button py-2 px-5 bg-violet-500 text-white font-semibold rounded-full shadow-md hover:bg-violet-700 focus:outline-none focus:ring focus:ring-violet-400 focus:ring-opacity-75">Download</a> <a href="#" class="download-button button py-2 px-5 bg-violet-500 text-white font-semibold rounded-full shadow-md hover:bg-violet-700 focus:outline-none focus:ring focus:ring-violet-400 focus:ring-opacity-75">Download</a>
<a href="#" class="font-medium">More platforms</a> <a href="#" class="font-medium">More platforms</a>
</div> </div>
</div>
<div class="container mx-auto">
<img src="screenshots/desktop-win.png" alt="Screenshot of the app on desktop Windows" />
</div> </div>
</section> </section>

Binary file not shown.

After

Width:  |  Height:  |  Size: 128 KiB