Migrate screens to new directory
- Update screenshot paths in index.html - Update screenshot files with higher quality assets
Before Width: | Height: | Size: 493 KiB After Width: | Height: | Size: 493 KiB |
Before Width: | Height: | Size: 75 KiB |
Before Width: | Height: | Size: 283 KiB |
Before Width: | Height: | Size: 227 KiB |
Before Width: | Height: | Size: 137 KiB |
Before Width: | Height: | Size: 382 KiB |
Before Width: | Height: | Size: 318 KiB |
BIN
assets/screens/screen01.png
Normal file
After Width: | Height: | Size: 110 KiB |
BIN
assets/screens/screen02.png
Normal file
After Width: | Height: | Size: 768 KiB |
BIN
assets/screens/screen03.png
Normal file
After Width: | Height: | Size: 574 KiB |
BIN
assets/screens/screen04.png
Normal file
After Width: | Height: | Size: 1 MiB |
BIN
assets/screens/small/.DS_Store
vendored
Before Width: | Height: | Size: 296 KiB |
Before Width: | Height: | Size: 388 KiB |
Before Width: | Height: | Size: 607 KiB |
Before Width: | Height: | Size: 536 KiB |
Before Width: | Height: | Size: 441 KiB |
Before Width: | Height: | Size: 722 KiB |
Before Width: | Height: | Size: 637 KiB |
|
@ -97,6 +97,7 @@ footer {
|
||||||
background: #000;
|
background: #000;
|
||||||
border-top: var(--rd-purple) 5px solid;
|
border-top: var(--rd-purple) 5px solid;
|
||||||
border-bottom: var(--rd-purple) 5px solid;
|
border-bottom: var(--rd-purple) 5px solid;
|
||||||
|
transition: 0.25s;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* #feature-row {
|
/* #feature-row {
|
||||||
|
@ -127,7 +128,6 @@ img.screenshot {
|
||||||
border: white 2px solid;
|
border: white 2px solid;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
/* width: 150%; */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.feature-card {
|
.feature-card {
|
||||||
|
@ -135,10 +135,12 @@ img.screenshot {
|
||||||
border: white 2px solid;
|
border: white 2px solid;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
/* transition: 0.5s; */
|
|
||||||
/* width: 75%; */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* img.screenshot, .feature-card {
|
||||||
|
max-width: 800px;
|
||||||
|
} */
|
||||||
|
|
||||||
.feature-card h3 {
|
.feature-card h3 {
|
||||||
color: white;
|
color: white;
|
||||||
font-family: var(--pixel-font);
|
font-family: var(--pixel-font);
|
||||||
|
@ -146,7 +148,6 @@ img.screenshot {
|
||||||
}
|
}
|
||||||
|
|
||||||
.feature-card p {
|
.feature-card p {
|
||||||
/* font-size: larger; */
|
|
||||||
font-family: var(--body-font);
|
font-family: var(--body-font);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
55
index.html
|
@ -295,58 +295,43 @@
|
||||||
<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="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="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="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>
|
||||||
<div class="carousel-inner pb-md-5">
|
<div class="carousel-inner pb-md-5" role="listbox">
|
||||||
<div class="carousel-item active feature-container">
|
<div class="carousel-item active feature-container px-md-5">
|
||||||
<img src="assets/screens/large/screen01.png" class="d-block w-100 screenshot" alt="" />
|
<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">
|
<div class="feature-card px-2 mt-2 mx-auto">
|
||||||
<h3>Feature 1</h3>
|
<h3>A One-Stop Shop</h3>
|
||||||
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc lacinia elit sagittis elit
|
<p>Designed with the Steam Deck in mind, RetroDECK is your perfect emulation companion.
|
||||||
sodales
|
It combines the amazing work of Emulation Station Desktop Edition with our own special features to the best Linux emulation platform around.</p>
|
||||||
mattis. Praesent eget lacinia risus, ut bibendum est.</p>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="carousel-item feature-container">
|
<div class="carousel-item feature-container px-md-5">
|
||||||
<img src="assets/screens/large/screen02.png" class="d-block w-100 screenshot" alt="" />
|
<img src="assets/screens/screen02.png" class="d-block img-fluid screenshot" alt="" />
|
||||||
<div class="feature-card px-2 mt-2 mx-auto">
|
<div class="feature-card px-2 mt-2 mx-auto">
|
||||||
<h3>Feature 2</h3>
|
<h3>Designed for Gaming Mode</h3>
|
||||||
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc lacinia elit sagittis elit
|
<p>RetroDECK fits right in with the other games in your Steam library.</p>
|
||||||
sodales
|
|
||||||
mattis. Praesent eget lacinia risus, ut bibendum est.</p>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="carousel-item feature-container">
|
<div class="carousel-item feature-container px-md-5">
|
||||||
<img src="assets/screens/large/screen03.png" class="d-block w-100 screenshot" alt="" />
|
<img src="assets/screens/screen03.png" class="d-block img-fluid screenshot" alt="" />
|
||||||
<div class="feature-card px-2 mt-2 mx-auto">
|
<div class="feature-card px-2 mt-2 mx-auto">
|
||||||
<h3>Feature 3</h3>
|
<h3>Custom ES-DE Theme</h3>
|
||||||
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc lacinia elit sagittis elit
|
<p>RetroDECK includes a custom ES-DE theme with pixel text and retro vibes.
|
||||||
sodales
|
But you can also choose any ES-DE theme in the settings menu.
|
||||||
mattis. Praesent eget lacinia risus, ut bibendum est.</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="carousel-item feature-container">
|
<div class="carousel-item feature-container px-md-5">
|
||||||
<img src="assets/screens/large/screen04.png" class="d-block w-100 screenshot" alt="" />
|
<img src="assets/screens/screen04.png" class="d-block img-fluid screenshot" alt="" />
|
||||||
<div class="feature-card px-2 mt-2 mx-auto">
|
<div class="feature-card px-2 mt-2 mx-auto">
|
||||||
<h3>Feature 4</h3>
|
<h3>Easy art scraping</h3>
|
||||||
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc lacinia elit sagittis elit
|
<p>Use the built-in scraping integration to grab beautiful artwork and metadata for your games. You can use Screenscraper or The GamesDB.</p>
|
||||||
sodales
|
|
||||||
mattis. Praesent eget lacinia risus, ut bibendum est.</p>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="carousel-item feature-container">
|
|
||||||
<img src="assets/screens/large/screen05.png" class="d-block w-100 screenshot" alt="" />
|
|
||||||
<div class="feature-card px-2 mt-2 mx-auto">
|
|
||||||
<h3>Feature 5</h3>
|
|
||||||
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc lacinia elit sagittis elit
|
|
||||||
sodales
|
|
||||||
mattis. Praesent eget lacinia risus, ut bibendum est.</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<button class="carousel-control-prev carousel-button" type="button" data-bs-target="#features-carousel" data-bs-slide="prev" id="carousel-prev">
|
<button class="carousel-control-prev carousel-button" type="button" data-bs-target="#features-carousel" data-bs-slide="prev" id="carousel-prev">
|
||||||
|
|