mirror of
https://github.com/RetroDECK/RetroDECK-Website.git
synced 2024-11-23 23:25:39 +00:00
Remove old commented carousel
This commit is contained in:
parent
9990f64f02
commit
e26c650a80
86
index.html
86
index.html
|
@ -355,92 +355,6 @@
|
|||
|
||||
</div>
|
||||
|
||||
<!-- Screenshots and Features as Bootstrap Carousel -->
|
||||
<!-- <div class="container-fluid mb-4" id="features">
|
||||
<div class="carousel slide py-2" id="features-carousel">
|
||||
<div class="carousel-indicators">
|
||||
<button type="button" data-bs-target="#features-carousel" data-bs-slide-to="0" class="active"
|
||||
aria-current="true" aria-label="Slide 1"></button>
|
||||
<button type="button" data-bs-target="#features-carousel" data-bs-slide-to="1"
|
||||
aria-label="Slide 2"></button>
|
||||
<button type="button" data-bs-target="#features-carousel" data-bs-slide-to="2"
|
||||
aria-label="Slide 3"></button>
|
||||
<button type="button" data-bs-target="#features-carousel" data-bs-slide-to="3"
|
||||
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 class="carousel-inner pb-md-5" role="listbox">
|
||||
<div class="carousel-item active feature-container px-md-5">
|
||||
<img src="assets/screens/screen01.png" class="d-block img-fluid screenshot"
|
||||
alt="The RetroDECK and ES-DE logos on a black screen" />
|
||||
<div class="feature-card px-2 mt-2 mx-auto">
|
||||
<h3>A One-Stop Shop</h3>
|
||||
<p>Designed with the Steam Deck in mind, RetroDECK is your perfect emulation companion.
|
||||
It combines the amazing work of Emulation Station Desktop Edition with our own special
|
||||
features to the best Linux emulation platform around.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="carousel-item feature-container px-md-5">
|
||||
<img src="assets/screens/screen02.png" class="d-block img-fluid screenshot" alt="" />
|
||||
<div class="feature-card px-2 mt-2 mx-auto">
|
||||
<h3>Designed for Gaming Mode</h3>
|
||||
<p>RetroDECK fits right in with the other games in your Steam library.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="carousel-item feature-container px-md-5">
|
||||
<img src="assets/screens/screen03.png" class="d-block img-fluid screenshot" alt="" />
|
||||
<div class="feature-card px-2 mt-2 mx-auto">
|
||||
<h3>Custom ES-DE Theme</h3>
|
||||
<p>RetroDECK includes a custom ES-DE theme with pixel text and retro vibes.
|
||||
But you can also choose any ES-DE theme in the settings menu. Thank you to <a
|
||||
href="https://github.com/Weestuarty" target="_blank"
|
||||
rel="noopener noreferrer">Weestuarty</a> for their amazing work!
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="carousel-item feature-container px-md-5">
|
||||
<img src="assets/screens/screen04.png" class="d-block img-fluid screenshot" alt="" />
|
||||
<div class="feature-card px-2 mt-2 mx-auto">
|
||||
<h3>Easy art scraping</h3>
|
||||
<p>Use the built-in scraping integration to grab beautiful artwork and metadata for your
|
||||
games. You can use Screenscraper or The GamesDB.</p>
|
||||
</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">Retro Achievements</a> account •
|
||||
Favorite games for quick access •
|
||||
Easily save and load save states •
|
||||
Use a variety of custom controllers</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<button class="carousel-control-prev carousel-button" type="button" data-bs-target="#features-carousel"
|
||||
data-bs-slide="prev" id="carousel-prev">
|
||||
<img class="d-pad d-none d-md-block" src="assets/pixel-icons/steamdeck_dpad_left_outline.svg"
|
||||
aria-hidden="true" />
|
||||
</button>
|
||||
<button class="carousel-control-next carousel-button" type="button" data-bs-target="#features-carousel"
|
||||
data-bs-slide="next" id="carousel-next">
|
||||
<img class="d-pad d-none d-md-block" src="assets/pixel-icons/steamdeck_dpad_right_outline.svg"
|
||||
aria-hidden="true" />
|
||||
</button>
|
||||
</div>
|
||||
</div> -->
|
||||
<!-- Screenshots and Features as Bootstrap Carousel -->
|
||||
|
||||
<!-- Donate Appeal -->
|
||||
<div class="container px-2">
|
||||
<div class="p-2 mb-4 bg-body-tertiary rounded-3 jumbotron">
|
||||
|
|
Loading…
Reference in a new issue