From 8ec69645f06bb25be564135214e883db72353a49 Mon Sep 17 00:00:00 2001 From: Sky Date: Sat, 22 Jul 2023 23:27:15 -0400 Subject: [PATCH] bookmarklets fix + first 2 rows of games --- games.json | 97 ++++++++++++++++++++++++++++++++++-------------------- index.html | 5 +-- style.css | 5 +++ 3 files changed, 67 insertions(+), 40 deletions(-) diff --git a/games.json b/games.json index 1a1bc198..6dd0cbbe 100644 --- a/games.json +++ b/games.json @@ -1,37 +1,62 @@ [ - { - "name": "this is a new name AAAAAAAAAA", - "directory": "adofai", - "image": "icon.png" - }, - { - "name": "Online Minecraft", - "directory": "resent-client", - "image": "logo.png" - }, - { - "name": "lorem ipsum", - "directory": "vex2", - "image": "icon.png" - }, - { - "name": "unique name", - "directory": "vex2", - "image": "icon.png" - }, - { - "name": "new name", - "directory": "vex2", - "image": "icon.png" - }, - { - "name": "name 38", - "directory": "vex", - "image": "icon.png" - }, - { - "name": "amshduijasdhuihasd", - "directory": "vex", - "image": "icon.png" - } -] \ No newline at end of file + { + "name": "ADOFAI", + "directory": "adofai", + "image": "icon.png" + }, + { + "name": "Online Minecraft", + "directory": "resent-client", + "image": "logo.png" + }, + { + "name": "Offline Minecraft", + "directory": "offline-mc", + "image": "logo.png" + }, + { + "name": "Friday Night Funkin", + "directory": "fridaynightfunkin", + "image": "fnf-icon.jpg" + }, + { + "name": "Worlds Hardest Game", + "directory": "hardestgame", + "image": "icon.png" + }, + { + "name": "GBA Emulator", + "directory": "gba", + "image": "icon.png" + }, + { + "name": "Celeste", + "directory": "celeste", + "image": "icon.png" + }, + { + "name": "Mario", + "directory": "mario", + "image": "icon.png" + }, + { + "name": "60s Burger Run", + "directory": "60sburgerrun", + "image": "icon.png" + }, + { + "name": "Cluster Rush", + "directory": "cluster-rush", + "image": "icon.jpg" + }, + { + "name": "Vex 3", + "directory": "vex3", + "image": "icon.png" + }, + { + "name": "Adventure Capitalist", + "directory": "adventure-capitalist", + "image": "icon.png" + } + ] \ No newline at end of file diff --git a/index.html b/index.html index e1561c7a..127d7f7f 100644 --- a/index.html +++ b/index.html @@ -11,7 +11,7 @@ gtag('config', 'G-XVTVBR1D5V'); - + @@ -42,9 +42,6 @@


-
diff --git a/style.css b/style.css index c79d1683..7d31c608 100644 --- a/style.css +++ b/style.css @@ -147,3 +147,8 @@ li { padding: 8px; top: 10px; } + +p { + font-size: 20px; + color: #0073e6; +} \ No newline at end of file