diff --git a/data/gameProfiles/6012.json b/data/gameProfiles/6012.json new file mode 100644 index 0000000..d467fc7 --- /dev/null +++ b/data/gameProfiles/6012.json @@ -0,0 +1 @@ +{"bg": "#000", "accent": "#007bff", "secondary": "#000", "cardBg": "#212121", "font": null, "text": "#fff"} diff --git a/gameProfiles/6012.json b/gameProfiles/6012.json deleted file mode 100644 index 01cda41..0000000 --- a/gameProfiles/6012.json +++ /dev/null @@ -1 +0,0 @@ -{bg: "#000", accent: "#007bff", secondary: "#000", cardBg: "#212121", font: null, text: "#fff"} diff --git a/public/index.html b/public/index.html index b79678a..4c3b9bf 100644 --- a/public/index.html +++ b/public/index.html @@ -1 +1,58 @@ -Frontend is coming soon! + + + + + + + + + Poly+ + + + + + + + +
+
+

Power-up your Polytoria experience with Poly+

+

Poly+ is a quality-of-life extension to improve your experience on Polytoria!

+ coming soon to Chromium-based browsers +
+ +
+ +

Features

+ + +
+
+ Feature Showcase - Pinned Games +
+
+

Pinned Games

+

Quickly jump into your favorite games by pinning up to 5 of them to the top of your Polytoria homepage!

+
+
+ +
+ + +
+

...and more!

+

This is not a full list of the extension's features.

+ +
+
+ + \ No newline at end of file diff --git a/public/pinned-games.png b/public/pinned-games.png new file mode 100644 index 0000000..0b827e9 Binary files /dev/null and b/public/pinned-games.png differ diff --git a/public/style.css b/public/style.css new file mode 100644 index 0000000..c42bbc5 --- /dev/null +++ b/public/style.css @@ -0,0 +1,9 @@ +:root { + --background: #151515; + --accent: red; + --polytoria-primary: #FF4647; +} + +html, body, main#page { + background: var(--background); +} \ No newline at end of file