mirror of
https://github.com/RetroDECK/RetroDECK-Website.git
synced 2024-11-21 14:35:38 +00:00
Add second copy to Jumbotron
This commit is contained in:
parent
ae8f5cbc8c
commit
6d6fe40561
28
index.html
28
index.html
|
@ -105,7 +105,8 @@
|
|||
<main class="container mt-4">
|
||||
<!-- Lead Jumbotron -->
|
||||
<div class="p-2 mb-4 bg-body-tertiary rounded-3 jumbotron my-gradient gradient-spin">
|
||||
<div class="container-fluid py-5">
|
||||
<div class="container-fluid py-5 align-items-center">
|
||||
<!-- First section -->
|
||||
<div class="row align-items-center">
|
||||
<div class="col-md-8">
|
||||
<h1 class="display-md-5 jumbo-header">Your all-in-one emulation package for the Steam Deck</h1>
|
||||
|
@ -129,9 +130,32 @@
|
|||
RetroDECK combines all of the best open-source emulators into a single application.
|
||||
Pair that with a best-in-class Steam Deck controller configuration, and you'll be in retro
|
||||
gaming
|
||||
paradise.</a>
|
||||
paradise.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<!-- End First Section -->
|
||||
|
||||
<hr />
|
||||
|
||||
<!-- Second Section -->
|
||||
<div class="row align-items-center">
|
||||
<div class="col">
|
||||
<h2 class="display-md-5 jumbo-header">No need to configure emulators</h2>
|
||||
<h2 class="display-md-5 jumbo-header">(But you can if you want)</h2>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row"></div>
|
||||
<p class="fs-md-4">
|
||||
With RetroDECK, everything has been pre-configured for optimal performance and quality on the Steam Deck.
|
||||
If you want to dig deeper, tinker with common emulator settings in the RetroDECK Configurator.
|
||||
And don’t worry – you can always reset with a single click.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<!-- End Second Section -->
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<!-- End Jumbotron -->
|
||||
|
|
Loading…
Reference in a new issue