mirror of
https://github.com/RetroDECK/RetroDECK-Website.git
synced 2024-12-18 02:05:38 +00:00
Add 5th carousel image
This commit is contained in:
parent
3597bf95c1
commit
586e90cf5f
BIN
assets/screens/screen05.png
Normal file
BIN
assets/screens/screen05.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 419 KiB |
16
index.html
16
index.html
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue