2024-04-18 13:19:40 +00:00
<!doctype html>
2024-04-17 02:11:19 +00:00
< html lang = "en" >
< head >
< meta charset = "utf-8" >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0, shrink-to-fit=no" >
< title > RetroDECK< / title >
2024-04-18 13:19:40 +00:00
< meta name = "twitter:description"
content="RetroDECK is a polished and beginner-friendly environment for playing your retro games on Steam Deck, available with just one click from the Discover app.">
2024-04-17 02:11:19 +00:00
< meta property = "og:image" content = "assets/img/RetroDeck%20Wallpaper.png" >
< meta name = "twitter:title" content = "RetroDECK" >
< meta name = "twitter:card" content = "summary" >
< meta property = "og:type" content = "website" >
< meta name = "twitter:image" content = "" >
2024-04-18 13:19:40 +00:00
< meta name = "description"
content="RetroDECK is a polished and beginner-friendly environment for playing your retro games on Steam Deck, available with just one click from the Discover app.">
2024-04-17 02:11:19 +00:00
< link rel = "apple-touch-icon" type = "image/png" sizes = "180x180" href = "assets/img/icon_circle_2_180x180.png" >
2024-04-18 14:08:06 +00:00
< link rel = "icon" type = "image/png" sizes = "16x16" href = "assets/icons/icon_circle_16x16.png" >
< link rel = "icon" type = "image/png" sizes = "32x32" href = "assets/icons/icon_circle_1_32x32.png" >
< link rel = "icon" type = "image/png" sizes = "180x180" href = "assets/icons/icon_circle_2_180x180.png" >
< link rel = "icon" type = "image/png" sizes = "192x192" href = "assets/icons/icon_circle_3_192x192.png" >
< link rel = "icon" type = "image/png" sizes = "512x512" href = "assets/icons/icon_circle_4_512x512.png" >
2024-04-18 13:19:40 +00:00
2024-04-17 02:11:19 +00:00
< link rel = "stylesheet" href = "https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;600&display=swap" >
< link rel = "stylesheet" href = "https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700" >
2024-04-18 13:19:40 +00:00
< link href = "https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel = "stylesheet"
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
< link rel = "stylesheet" href = "css/style.css" >
2024-04-17 02:11:19 +00:00
< / head >
< body >
2024-04-18 16:22:51 +00:00
<!-- Navbar -->
2024-09-23 18:50:08 +00:00
< nav class = "navbar navbar-expand-lg sticky-top" >
< div class = "container large" >
2024-04-18 13:19:40 +00:00
< a class = "navbar-brand" href = "index.html" >
2024-04-19 02:18:13 +00:00
< img src = "assets/icons/squircle-icon.svg" height = "40" >
2024-04-18 13:19:40 +00:00
< / a >
< button class = "navbar-toggler" type = "button" data-bs-toggle = "collapse" data-bs-target = "#navbarNavDropdown"
aria-controls="navbarNavDropdown" aria-expanded="false" aria-label="Toggle navigation">
< span class = "navbar-toggler-icon" > < / span >
< / button >
< div class = "collapse navbar-collapse" id = "navbarNavDropdown" >
< ul class = "navbar-nav" >
< li class = "nav-item" >
2024-06-18 17:17:39 +00:00
< a class = "nav-link" href = "#feature-anchor" > Features< / a >
2024-04-18 13:19:40 +00:00
< / li >
< li class = "nav-item" >
< a class = "nav-link" target = "_blank" rel = "noopener noreferrer"
href="https://retrodeck.readthedocs.io/en/latest/">Wiki< / a >
< / li >
< li class = "nav-item" >
< a class = "nav-link" target = "_blank" rel = "noopener noreferrer"
href="https://retrodeck.readthedocs.io/en/latest/blog/">Blog< / a >
< / li >
< li class = "nav-item dropdown" >
2024-09-23 18:50:08 +00:00
< a class = "nav-link" href = "#" role = "button" data-bs-toggle = "dropdown"
2024-04-18 13:19:40 +00:00
aria-expanded="false">
2024-09-23 18:50:08 +00:00
Social < i class = "bi bi-caret-down-square-fill" > < / i >
2024-04-18 13:19:40 +00:00
< / a >
< ul class = "dropdown-menu" >
< li > < a class = "dropdown-item" target = "_blank" rel = "noopener noreferrer"
href="https://discord.gg/WDc5C9YWMx">Discord< / a > < / li >
< li > < a class = "dropdown-item" target = "_blank" rel = "noopener noreferrer"
href="https://matrix.to/#/#retrodeck:matrix.org">Matrix< / a > < / li >
< li > < a class = "dropdown-item" target = "_blank" rel = "noopener noreferrer"
href="https://www.reddit.com/r/RetroDeck/">Reddit< / a > < / li >
< li > < a class = "dropdown-item" target = "_blank" rel = "noopener noreferrer"
href="https://lemmy.zip/c/retrodeck">Lemmy< / a > < / li >
< / ul >
< / li >
< li class = "nav-item dropdown" >
2024-09-23 18:50:08 +00:00
< a class = "nav-link" href = "#" role = "button" data-bs-toggle = "dropdown"
2024-04-18 13:19:40 +00:00
aria-expanded="false">
2024-09-23 18:50:08 +00:00
Source Code < i class = "bi bi-caret-down-square-fill" > < / i >
2024-04-18 13:19:40 +00:00
< / a >
< ul class = "dropdown-menu" >
< li >
< a class = "dropdown-item" href = "https://github.com/XargonWan/RetroDECK/tree/main"
target="_blank" rel="noopener noreferrer">
Github
< / a >
< / li >
2024-04-18 16:22:51 +00:00
< li >
< a class = "dropdown-item" href = "https://github.com/XargonWan/RetroDECK-cooker/"
target="_blank" rel="noopener noreferrer">
Cooker
< / a >
< / li >
2024-04-18 13:19:40 +00:00
< li >
< a class = "dropdown-item" href = "https://repo.retrodeck.net/Xargon/RetroDECK"
target="_blank" rel="noopener noreferrer">
Gitea
< / a >
< / li >
< / ul >
< / li >
2024-04-17 02:11:19 +00:00
< / ul >
< / div >
< / div >
2024-04-18 13:19:40 +00:00
< / nav >
2024-04-18 16:22:51 +00:00
<!-- End Navbar -->
2024-04-18 13:19:40 +00:00
2024-04-18 16:22:51 +00:00
<!-- Main Content -->
2024-09-23 18:50:08 +00:00
< main class = "container mt-4" >
2024-04-18 16:22:51 +00:00
<!-- Lead Jumbotron -->
< div class = "p-2 mb-4 bg-body-tertiary rounded-3 jumbotron my-gradient gradient-spin" >
2024-09-23 20:43:14 +00:00
< div class = "container-fluid py-5 align-items-center" >
<!-- First section -->
2024-04-19 11:38:06 +00:00
< div class = "row align-items-center" >
< div class = "col-md-8" >
2024-09-23 18:50:08 +00:00
< h1 class = "display-md-5 jumbo-header" > Your all-in-one emulation package for the Steam Deck< / h1 >
2024-04-19 11:38:06 +00:00
< / div >
2024-09-23 18:50:08 +00:00
<!-- Flathub Link -->
2024-04-23 11:23:22 +00:00
< div class = "col-md-4 text-center" >
2024-09-23 18:50:08 +00:00
< a type = "button" class = "btn btn-dark align-center p-2" target = "_blank" rel = "noopener noreferrer"
2024-04-19 22:16:28 +00:00
href="https://flathub.org/apps/details/net.retrodeck.retrodeck">
2024-09-23 18:50:08 +00:00
Download on Flathub
2024-04-19 11:38:06 +00:00
< / a >
< / div >
2024-09-23 18:50:08 +00:00
<!-- End Flathub Link -->
2024-04-18 13:19:40 +00:00
2024-06-13 13:50:24 +00:00
< / div >
2024-06-13 13:59:01 +00:00
2024-09-23 18:50:08 +00:00
<!-- Content -->
2024-06-13 13:50:24 +00:00
< div class = "row" >
2024-09-23 18:50:08 +00:00
< p class = "fs-md-4" >
Powered by < a target = "_blank" rel = "noopener noreferrer" href = "https://es-de.org/" > ES-DE< / a > ,
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
2024-09-23 20:43:14 +00:00
paradise.
2024-09-23 18:50:08 +00:00
< / p >
2024-04-19 11:38:06 +00:00
< / div >
2024-09-23 20:43:14 +00:00
<!-- 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.
2024-09-23 20:48:28 +00:00
If you want to dig deeper, you tinker with common emulator settings in the RetroDECK Configurator.
2024-09-23 20:43:14 +00:00
And don’ t worry – you can always reset with a single click.
< / p >
< / div >
<!-- End Second Section -->
2024-04-17 02:11:19 +00:00
< / div >
2024-04-18 16:22:51 +00:00
< / div >
<!-- End Jumbotron -->
< / main >
<!-- End Main Content -->
2024-04-18 15:01:27 +00:00
2024-04-18 16:22:51 +00:00
<!-- Footer -->
2024-04-23 11:21:15 +00:00
< footer class = "container-fluid pt-2 pb-2" >
2024-09-23 18:50:08 +00:00
< div class = "row" >
< div class = "col text-center" >
2024-04-18 16:22:51 +00:00
Created by < a target = "_blank" rel = "noopener noreferrer" href = "https://github.com/jiannazzone" > Adam
Iannazzone< / a > and the RetroDECK team.
< / div >
2024-09-23 18:50:08 +00:00
<!-- <div class="col align - content - end">
2024-04-18 18:39:22 +00:00
< div class = "form-check form-switch float-end" >
2024-04-19 11:38:06 +00:00
< input class = "form-check-input" id = "reduce-motion-switch" type = "checkbox" role = "switch"
id="reduceMotionSwitch" onchange="reduceMotion()">
2024-04-18 18:39:22 +00:00
< label class = "form-check-label" for = "reduceMotionSwitch" > Reduce motion< / label >
< / div >
2024-09-23 18:50:08 +00:00
< / div > -->
2024-04-18 16:22:51 +00:00
< / div >
< / footer >
<!-- End Footer -->
2024-04-18 15:01:27 +00:00
2024-04-18 13:19:40 +00:00
< script src = "https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz"
crossorigin="anonymous">< / script >
2024-04-18 15:01:27 +00:00
< script src = "scripts/gradient.js" > < / script >
2024-06-13 13:50:24 +00:00
< script src = "scripts/features.js" > < / script >
2024-04-17 02:11:19 +00:00
< / body >
2024-04-18 13:19:40 +00:00
< / html >