From e992c3743c3d4792a9f5c19402d8fccfd35b36dc Mon Sep 17 00:00:00 2001 From: Adam Iannazzone <46025473+jiannazzone@users.noreply.github.com> Date: Tue, 23 Apr 2024 12:16:44 -0400 Subject: [PATCH] Add features page - lots of stuff --- .DS_Store | Bin 0 -> 6148 bytes css/style.css | 31 ++--- features.html | 269 ++++++++++++++++++++++++++------------------ index.html | 5 +- scripts/features.js | 20 ++++ 5 files changed, 203 insertions(+), 122 deletions(-) create mode 100644 .DS_Store create mode 100644 scripts/features.js diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..84f56612f1a27cb61eff36a7ae198c6a185c30e1 GIT binary patch literal 6148 zcmeHKISv9b4733uBpOP}e1RWC2wuPkKmySqkhtotco$D&d^E7oL4(FCXA;Mg)lLzw zMMS5U^+aSOA_KUg+-zu@?VGo(lMw~NamHCr*Tr$aJM6cu?DqlV_GKj}JewE3?a`buj$yu{@0mP=P;C!0v|vH>`J2f3w#N;oIBhMbEjbNat!oxjD?lsu_r}du{ri@ VViV|e#GMZ0&w%MdqXNHH-~qms6~O=i literal 0 HcmV?d00001 diff --git a/css/style.css b/css/style.css index aa26fce..b87faaf 100644 --- a/css/style.css +++ b/css/style.css @@ -23,20 +23,6 @@ footer { font-family: "Source Sans 3", sans-serif; } -/* #flathub-button { - background: url('https://flathub.org/api/badge?locale=en'); - background-size: cover; -} */ - -/* .btn-dark { - background-color: #111; -} - -.btn:hover, button { - background-color: #222; - border: 1px white solid; -} */ - .jumbotron, .card-header { color: white; border: 1px white solid; @@ -68,4 +54,21 @@ footer { z-index: 1; top: 0; left: 0; +} + +.row.feature-list-item { + padding: 0.5rem; + background: #333; +} + +.row.feature-list-item#active-feature-item { + background: transparent; +} + +.feature-detail-container { + display: none; +} + +.feature-detail-container#active-feature-detail { + display: inherit; } \ No newline at end of file diff --git a/features.html b/features.html index 59f80ed..07644c8 100644 --- a/features.html +++ b/features.html @@ -4,7 +4,7 @@ - RetroDECK Features + RetroDECK @@ -32,7 +32,7 @@