Add 3 more extra features and their icons

This commit is contained in:
Adam Iannazzone 2024-10-29 10:31:11 -04:00
parent a7f550b66f
commit 3107ffa381
4 changed files with 6 additions and 6 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

BIN
assets/feature-icons/pawns.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

BIN
assets/feature-icons/spinner.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

View file

@ -397,10 +397,10 @@
<div class="col-md-4">
<div class="row py-0 align-items-center">
<div class="col-3 text-center">
<img class="img-fluid" src="assets/feature-icons/lock_open.png">
<img class="img-fluid" src="assets/feature-icons/flask_half.png">
</div>
<div class="col-9">
<p>Enable cheats in all supported emulators.</p>
<p>Easily install on other Linux distributions.</p>
</div>
</div>
</div>
@ -408,10 +408,10 @@
<div class="col-md-4">
<div class="row py-0 align-items-center">
<div class="col-3 text-center">
<img class="img-fluid" src="assets/feature-icons/card_place.png">
<img class="img-fluid" src="assets/feature-icons/spinner.png">
</div>
<div class="col-9">
<p>Use the ES-DE frontend to easily import screenshots and metadata for your library.</p>
<p>Use the custom controller template for quick access to emulator settings with the touchpad.</p>
</div>
</div>
</div>
@ -419,10 +419,10 @@
<div class="col-md-4">
<div class="row py-0 align-items-center">
<div class="col-3 text-center">
<img class="img-fluid" src="assets/feature-icons/award.png">
<img class="img-fluid" src="assets/feature-icons/pawns.png">
</div>
<div class="col-9">
<p>Connect with RetroAchievements and get credit for all of your amazing accomplishments.</p>
<p>Play online with supported emulators.</p>
</div>
</div>
</div>