Add 5th carousel image

This commit is contained in:
Adam Iannazzone 2024-10-02 08:47:26 -04:00
parent 3597bf95c1
commit 586e90cf5f
2 changed files with 16 additions and 0 deletions

BIN
assets/screens/screen05.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 419 KiB

View file

@ -242,6 +242,8 @@
aria-label="Slide 3"></button> aria-label="Slide 3"></button>
<button type="button" data-bs-target="#features-carousel" data-bs-slide-to="3" <button type="button" data-bs-target="#features-carousel" data-bs-slide-to="3"
aria-label="Slide 4"></button> aria-label="Slide 4"></button>
<button type="button" data-bs-target="#features-carousel" data-bs-slide-to="4"
aria-label="Slide 5"></button>
</div> </div>
<div class="carousel-inner pb-md-5" role="listbox"> <div class="carousel-inner pb-md-5" role="listbox">
<div class="carousel-item active feature-container px-md-5"> <div class="carousel-item active feature-container px-md-5">
@ -284,6 +286,20 @@
</div> </div>
</div> </div>
<div class="carousel-item feature-container px-md-5">
<img src="assets/screens/screen05.png" class="d-block img-fluid screenshot" alt="" />
<div class="feature-card px-2 mt-2 mx-auto">
<h3>And so much more!</h3>
<p>Pause, rewind, and fast-forward your games •
Use cheats for those hard-to-beat bosses •
Add your <a href="https://retroachievements.org/" target="_blank"
rel="noopener noreferrer">RetroAchievements</a>account •
Favorite games for quick access •
Easily save and load save states •
Use a variety of custom controllers</p>
</div>
</div>
</div> </div>
<button class="carousel-control-prev carousel-button" type="button" data-bs-target="#features-carousel" <button class="carousel-control-prev carousel-button" type="button" data-bs-target="#features-carousel"