mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-01-18 23:05:39 +00:00
Capitalized DECK in RetroDeck
This commit is contained in:
parent
ff59a300f5
commit
1449e80d81
|
@ -4,14 +4,14 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
|
||||
<title>RetroDeck</title>
|
||||
<title>RetroDECK</title>
|
||||
<meta name="twitter:image" content="">
|
||||
<meta property="og:image" content="assets/img/RetroDeck%20Wallpaper_ccexpress.png">
|
||||
<meta name="twitter:title" content="RetroDeck">
|
||||
<meta name="description" content="RetroDeck is an easy and fancy environment for managing and launching your retro games on Steam Deck without relying on custom firmware.">
|
||||
<meta property="og:image" content="assets/img/RetroDECK%20Wallpaper_ccexpress.png">
|
||||
<meta name="twitter:title" content="RetroDECK">
|
||||
<meta name="description" content="RetroDECK is an easy and fancy environment for managing and launching your retro games on Steam Deck without relying on custom firmware.">
|
||||
<meta property="og:type" content="website">
|
||||
<meta name="twitter:card" content="summary">
|
||||
<meta name="twitter:description" content="RetroDeck is an easy and fancy environment for managing and launching your retro games on Steam Deck without relying on custom firmware.">
|
||||
<meta name="twitter:description" content="RetroDECK is an easy and fancy environment for managing and launching your retro games on Steam Deck without relying on custom firmware.">
|
||||
<link rel="apple-touch-icon" type="image/png" sizes="180x180" href="assets/img/RD_180x180.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="assets/img/RD_16x16.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="assets/img/RD_32x32.png">
|
||||
|
@ -58,7 +58,7 @@
|
|||
<!-- Start: Intro -->
|
||||
<div class="intro">
|
||||
<h2 class="text-center" style="font-size: 60px;margin-bottom: 0px;"><img class="img-fluid" src="assets/img/SSLM.png" style="margin-bottom: 25px;"></h2>
|
||||
<p class="text-center" style="font-size: 20px;color: rgb(255,255,255);">RetroDeck is an easy and fancy environment for managing and launching your retro games on Steam Deck without relying on custom firmware. </p>
|
||||
<p class="text-center" style="font-size: 20px;color: rgb(255,255,255);">RetroDECK is an easy and fancy environment for managing and launching your retro games on Steam Deck without relying on custom firmware. </p>
|
||||
</div><!-- End: Intro -->
|
||||
<!-- Start: Buttons -->
|
||||
<div class="buttons" style="margin-bottom: 0px;"><a class="btn btn-secondary" role="button" target="_blank" style="color: black;background: white;border-top-left-radius: 5px;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;" href="https://flathub.org/apps/details/net.retrodeck.retrodeck"><i class="fas fa-download"></i> Get retrodeck</a></div><!-- End: Buttons -->
|
||||
|
@ -70,7 +70,7 @@
|
|||
<div class="text-white bg-primary border rounded border-0 border-primary d-flex flex-column justify-content-between align-items-center align-items-sm-center align-items-md-center flex-lg-row justify-content-lg-center justify-content-xl-center justify-content-xxl-center p-4 p-md-5" style="background: linear-gradient(-95deg, #1a9fff, #946beb);">
|
||||
<div class="pb-2 pb-lg-1">
|
||||
<h2 class="fw-bold mb-2" style="color: rgb(255,255,255);text-align: center;">POWERED BY EMULATIONSTATION-DE</h2>
|
||||
<p class="mb-0" style="color: rgb(255,255,255);text-align: center;">RetroDeck teamed up with ES-DE to bring you the best retro launcher out there!</p>
|
||||
<p class="mb-0" style="color: rgb(255,255,255);text-align: center;">RetroDECK teamed up with ES-DE to bring you the best retro launcher out there!</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -106,15 +106,15 @@
|
|||
</div>
|
||||
<div class="col-sm-6 col-lg-4 item"><i class="fas fa-database icon" style="background: linear-gradient(-95deg, #1a9fff, #946beb);-webkit-background-clip: text;-webkit-text-fill-color: transparent;"></i>
|
||||
<h3 class="name"><strong>metadata</strong></h3>
|
||||
<p class="description">RetroDeck pulls information from your library to create a beautiful user experience!<br></p>
|
||||
<p class="description">RetroDECK pulls information from your library to create a beautiful user experience!<br></p>
|
||||
</div>
|
||||
<div class="col-sm-6 col-lg-4 item"><i class="fas fa-cloud-download-alt icon" style="background: linear-gradient(-95deg, #1a9fff, #946beb);-webkit-background-clip: text;-webkit-text-fill-color: transparent;"></i>
|
||||
<h3 class="name"><strong>cloud saves <em>(coming soon)</em></strong></h3>
|
||||
<p class="description">RetroDeck will backup your progression and sync it across multiple devices. <em>(User configuration may be needed)</em><br></p>
|
||||
<p class="description">RetroDECK will backup your progression and sync it across multiple devices. <em>(User configuration may be needed)</em><br></p>
|
||||
</div>
|
||||
<div class="col-sm-6 col-lg-4 item"><i class="fas fa-medal icon" style="background: linear-gradient(-95deg, #1a9fff, #946beb);-webkit-background-clip: text;-webkit-text-fill-color: transparent;"></i>
|
||||
<h3 class="name">Retro Achievements</h3>
|
||||
<p class="description">Get rewarded while you play! RetroDeck tracks your progress and awards you when you go the extra mile.</p>
|
||||
<p class="description">Get rewarded while you play! RetroDECK tracks your progress and awards you when you go the extra mile.</p>
|
||||
</div>
|
||||
</div><!-- End: Features -->
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue