mirror of
https://github.com/RetroDECK/RetroDECK-Website.git
synced 2024-11-21 14:35:38 +00:00
- Move feature jumbotron inside the screenshot area
This commit is contained in:
parent
8a819281fe
commit
ff1643f748
29
index.html
29
index.html
|
@ -193,7 +193,7 @@
|
|||
<!-- End Carousel -->
|
||||
|
||||
<!-- Feature Jumbotron -->
|
||||
<div id="feature-section" class="p-md-2 mb-md-4 mb-4 bg-body-tertiary rounded-3 jumbotron my-gradient gradient-spin">
|
||||
<!-- <div id="feature-section" class="p-md-2 mb-md-4 mb-4 bg-body-tertiary rounded-3 jumbotron my-gradient gradient-spin">
|
||||
<div class="container-fluid py-md-5 py-3">
|
||||
<div class="row align-items-center">
|
||||
<div class="col-md-8">
|
||||
|
@ -212,16 +212,39 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div> -->
|
||||
<!-- End Jumbotron -->
|
||||
|
||||
<div id="feature-section"></div>
|
||||
|
||||
<!-- Feature Section -->
|
||||
<div class="p-md-2 p-1 mb-4 rounded-3 jumbotron" id="feature-jumbotron">
|
||||
<div class="container-fluid">
|
||||
|
||||
<!-- Theme based on https://github.com/anthonycaccese/art-book-next-es-de-->
|
||||
<div class="row p-md-2 mb-2 bg-body-tertiary rounded-3 jumbotron my-gradient gradient-spin">
|
||||
<div class="container-fluid py-md-5 py-3">
|
||||
<div class="row align-items-center">
|
||||
<div class="col-md-8">
|
||||
<h1 class="display-md-5 fw-bold">It's dangerous to go alone! Take these.</h1>
|
||||
<p class="fs-md-4">
|
||||
With more features than you can count, RetroDECK has you covered.
|
||||
We're adding more with every release, so be sure to check out the Wiki for the latest
|
||||
updates.
|
||||
</p>
|
||||
</div>
|
||||
<div class="col-md-4 text-center">
|
||||
<a class="btn btn-dark btn-lg align-center" type="button" target="_blank"
|
||||
rel="noopener noreferrer" href="https://retrodeck.readthedocs.io/en/latest/">
|
||||
<i class="bi bi-mortarboard pe-2"></i>Full Documentation
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Features -->
|
||||
<div class="row">
|
||||
|
||||
<!-- Left Column -->
|
||||
<div class="col-md-4" id="left-feature-column">
|
||||
|
||||
|
|
Loading…
Reference in a new issue