diff --git a/package.json b/package.json index a66b108..a853197 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,20 @@ "cross-platform", "gamepad", "controller", - "ux" + "ux", + "plugins", + "community", + "cloud", + "emulators", + "steam-deck", + "linux", + "windows", + "app", + "webview", + "bun", + "es-de", + "store", + "free" ], "devDependencies": { "@types/bun": "latest" diff --git a/src/assets/screenshots/3dscreenshot.json b/src/assets/screenshots/3dscreenshot.json new file mode 100644 index 0000000..56dc47b --- /dev/null +++ b/src/assets/screenshots/3dscreenshot.json @@ -0,0 +1,3 @@ +{ + "alt": "Gameflow 3D Screenshow hero image" +} \ No newline at end of file diff --git a/src/assets/screenshots/3nhuKCK6E3.json b/src/assets/screenshots/3nhuKCK6E3.json new file mode 100644 index 0000000..0f36637 --- /dev/null +++ b/src/assets/screenshots/3nhuKCK6E3.json @@ -0,0 +1,3 @@ +{ + "alt": "Game details screen of the app. Showing the rom Peter Jackson's King Kong Game in dark mode." +} \ No newline at end of file diff --git a/src/assets/screenshots/4MtAe7Wkev.json b/src/assets/screenshots/4MtAe7Wkev.json new file mode 100644 index 0000000..acaab69 --- /dev/null +++ b/src/assets/screenshots/4MtAe7Wkev.json @@ -0,0 +1,3 @@ +{ + "alt": "Showing the responsive layout and the experimental portrait layout in specific." +} \ No newline at end of file diff --git a/src/assets/screenshots/6wz3gW8c2h.json b/src/assets/screenshots/6wz3gW8c2h.json new file mode 100644 index 0000000..c26f4c4 --- /dev/null +++ b/src/assets/screenshots/6wz3gW8c2h.json @@ -0,0 +1,3 @@ +{ + "alt": "Game details screen of the app. Showing the rom Peter Jackson's King Kong Game in light mode." +} \ No newline at end of file diff --git a/src/assets/screenshots/CpBLzTNM6N.json b/src/assets/screenshots/CpBLzTNM6N.json new file mode 100644 index 0000000..08ba986 --- /dev/null +++ b/src/assets/screenshots/CpBLzTNM6N.json @@ -0,0 +1,3 @@ +{ + "atl": "The free in app store home page. Showing recommended free games and emulators." +} \ No newline at end of file diff --git a/src/assets/screenshots/EWPHmIBEE5.json b/src/assets/screenshots/EWPHmIBEE5.json new file mode 100644 index 0000000..253553b --- /dev/null +++ b/src/assets/screenshots/EWPHmIBEE5.json @@ -0,0 +1,3 @@ +{ + "alt": "Showing the gameflow platform list. Where users can find games based on platforms. Like Xbox or Playstation" +} \ No newline at end of file diff --git a/src/assets/screenshots/GL7SkQbHIY.json b/src/assets/screenshots/GL7SkQbHIY.json new file mode 100644 index 0000000..1a489b5 --- /dev/null +++ b/src/assets/screenshots/GL7SkQbHIY.json @@ -0,0 +1,3 @@ +{ + "alt": "Showing the plugins page for the gameflow app. It shows internal plugins built into the app. Like ES-DE autoconfig or different emulator implementations. All this in dark mode." +} \ No newline at end of file diff --git a/src/assets/screenshots/MMeJxl4IXr.json b/src/assets/screenshots/MMeJxl4IXr.json new file mode 100644 index 0000000..ade6a82 --- /dev/null +++ b/src/assets/screenshots/MMeJxl4IXr.json @@ -0,0 +1,3 @@ +{ + "alt": "Showing all emulator for download that will be fully supported by gameflow. Where you can easily install emulators and download firmware if you have romm setup. All this in light mode." +} \ No newline at end of file diff --git a/src/assets/screenshots/Pkazk0RufB.json b/src/assets/screenshots/Pkazk0RufB.json new file mode 100644 index 0000000..036d372 --- /dev/null +++ b/src/assets/screenshots/Pkazk0RufB.json @@ -0,0 +1,3 @@ +{ + "alt": "Showing the homescreen of the app. The default filter is most activity. Be it last played or freshly installed. In light mode." +} \ No newline at end of file diff --git a/src/assets/screenshots/rBY2mgTLy0.json b/src/assets/screenshots/rBY2mgTLy0.json new file mode 100644 index 0000000..86f6255 --- /dev/null +++ b/src/assets/screenshots/rBY2mgTLy0.json @@ -0,0 +1,3 @@ +{ + "alt": "Showing the plugins page for the gameflow app. It shows internal plugins built into the app. Like ES-DE autoconfig or different emulator implementations. All this in light mode." +} \ No newline at end of file diff --git a/src/assets/screenshots/yObFD2LySH.json b/src/assets/screenshots/yObFD2LySH.json new file mode 100644 index 0000000..cdceeb3 --- /dev/null +++ b/src/assets/screenshots/yObFD2LySH.json @@ -0,0 +1,3 @@ +{ + "alt": "Showing the homescreen of the app. The default filter is most activity. Be it last played or freshly installed. In dark mode." +} \ No newline at end of file diff --git a/src/assets/screenshots/zEQxtzhPGx.json b/src/assets/screenshots/zEQxtzhPGx.json new file mode 100644 index 0000000..80cb888 --- /dev/null +++ b/src/assets/screenshots/zEQxtzhPGx.json @@ -0,0 +1,3 @@ +{ + "alt": "Showing all emulator for download that will be fully supported by gameflow. Where you can easily install emulators and download firmware if you have romm setup. All this in dark mode." +} \ No newline at end of file diff --git a/src/components/Dock.astro b/src/components/Dock.astro new file mode 100644 index 0000000..574e3d1 --- /dev/null +++ b/src/components/Dock.astro @@ -0,0 +1,35 @@ +--- +import { HandCoins, House, Puzzle } from "@lucide/astro"; +import { Github } from "simple-icons-astro"; +import pkg from "../../package.json"; +--- + +
diff --git a/src/components/Feature.astro b/src/components/Feature.astro index dee1bee..a47ba2a 100644 --- a/src/components/Feature.astro +++ b/src/components/Feature.astro @@ -2,7 +2,7 @@ const { title, description, icon } = Astro.props; --- -