From 706d6ed008a323a2acaf062dc950272f49bab8ae Mon Sep 17 00:00:00 2001 From: Adam Iannazzone <46025473+jiannazzone@users.noreply.github.com> Date: Fri, 19 Apr 2024 11:01:06 -0400 Subject: [PATCH] Buncha stuff --- assets/icons/flathub.svg | 1 - assets/icons/flathub.webp | Bin 2084 -> 0 bytes assets/logos/flathub.svg | 17 +++++++++++++++++ css/style.css | 14 +++++++++----- index.html | 28 +++++++++++++++++----------- scripts/gradient.js | 2 ++ 6 files changed, 45 insertions(+), 17 deletions(-) delete mode 100644 assets/icons/flathub.svg delete mode 100644 assets/icons/flathub.webp create mode 100644 assets/logos/flathub.svg diff --git a/assets/icons/flathub.svg b/assets/icons/flathub.svg deleted file mode 100644 index 1db1173..0000000 --- a/assets/icons/flathub.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/icons/flathub.webp b/assets/icons/flathub.webp deleted file mode 100644 index d48cf6fdbb4a66e80ba1d7c212081b01d52c6846..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2084 zcmV+<2;28kNk&E-2mkVT`S4K!g9UI~TYH;)d2Co zFfPB6Lqz{40RH+)8Jf;Gir|qpRAn)ssSQ~f|00y3>x6t)L%0G!Xht#woDAhG@Ze;l ztU1Zh!jMjTta3M2)|*xD!)mWsIp**G-`k3n^I^4rv+CVgSstt0f>l~*PBMfCCmT3& z$^t?&k|6+BMil@MijNcWp{3c#1imjd7g<7ZW36~N?HK%4P&gnk2LJ%@CjgxRD)0bM z06vjCnMoz1A|WU+-mtI|326Wo=by?uO8)ivH`s~ke`>uza{tusXMWcG+w#BIPW<+t z{{#6;!Hb}IfqK#OkMtka{~5gqOa+{<-Jz#grEoWujv2o|F`~7eJ%eh|A+lA z}&Hu%J-v06M3;fsm$NazVp4WcGJrVzK!~6GhvDD5_qg-`N#OZ||Q0HzbwK>iVL; zdV(#Rbb3=r&PsDvb3Od3tgpOr8yeAP`R61}l8&xV@(j_2!{nP)m;&B_3oA%v%QJ|Z z|4TWHwy{=#f=}VcLPMxo{XP6xoiuM!9FsU%y#E+Z)sa9wIgJCTTh>xq`CvAd zG}wLzur!-4(8wxiA}-d=aB*s zE|LYps4QY{#rm3eKL}1YaspS!vLea_9xAhBHO`aNd_FYqG78sgSISa9Sl)7~>>n@J z*LU{aB8W&(lAq) z{pX1{YeDX<>p@>+J?{fHEnrJ~AZ)_HFQDbt->k&&=FL%ek5j}lx1^OUDBRR`|NrgG zwj_ZbFTE%p@*|AJteC0dU-ZB1FfLI9w--?_5EHmtJvKd@qkxE@X*mWGDQm`J2``00 zsv9kOa0V7eH5IA`DRH21e_-7`|FLR@>0(nZDY*<9KNC9Z_q-|A|7x(RrvF(2%8a=s zuMpDga%Rk~jQfWvqH7Igy;CSZY|;Z(Rf4u%g=?Uw)-{<<<|A*p#**-ANj4 zYXEu`j~dx*zV&Nq&+NoPExYU&1E22YVc;MCmOOlj{tuOgX#w7?n9ouAN8js|kj}?7 zC?4ex5-Gp+$0_I{oO^DfD9-@F%EQsU=(u{$)91ui{iBDDT>N=m+uN*s@`JVlCd;PR zEK(P^oqu!ITlPt{SlTQmGL;Mw!_x*j)zwpro2303^=cc7FQLYe}r0&NccHoorTTE0#d`oPQ;O#K+6lPgi$Is~0UbSzvX#q2O@+6`( z+f~^`82Vu5ZWFKp`a%u6MNua9@pK67_xly^0Ml?$|Lq(JA|DnyD1K`8Ry(cXmD#t2 zHcAB^iAv-M%z-Fyti0urdJk4)@#7l}gCj9b!beWEu|gG|q!0t6C@kgSDaFVoB^$2w z88cR=wtzMduO6y8G37joOrg19`R8ekTAX|!DaXUQy>^7|%fRR>S3N@21Y?ZHsczGT z-pyS0kN{+)HHDmbARjqFC~C4C$9)V{t&U18 zl{MVIvp1auwi%bZ7TB=!eTE(pScanKg}vhiX&yPhGQxSKp1|xQ=Pbyu0~Tgu50R=p z%ZqM?w8U$fs*dEo$2&D*g0{U)TBfp= diff --git a/assets/logos/flathub.svg b/assets/logos/flathub.svg new file mode 100644 index 0000000..89aec25 --- /dev/null +++ b/assets/logos/flathub.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/css/style.css b/css/style.css index 8ac3692..aa26fce 100644 --- a/css/style.css +++ b/css/style.css @@ -19,19 +19,23 @@ footer { background-color: #222; } -/* .btn-dark { - background-color: #111; -} */ - .btn { 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; diff --git a/index.html b/index.html index f3ac210..9ca2aba 100644 --- a/index.html +++ b/index.html @@ -120,8 +120,8 @@
-

Your all-in-one emulation package for the Steam Deck

-

+

Your all-in-one emulation package for the Steam Deck

+

Powered by ES-DE, 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 @@ -130,10 +130,14 @@

@@ -143,7 +147,8 @@
-