diff --git a/src/components/sections/ProjectsComponent.astro b/src/components/sections/ProjectsComponent.astro index 46e0fd0..7bc1910 100644 --- a/src/components/sections/ProjectsComponent.astro +++ b/src/components/sections/ProjectsComponent.astro @@ -2,305 +2,305 @@ import TaskWidget from "./TaskWidget.svelte"; import { Image } from "astro:assets"; import CoworkingGuide from "./images/projects/coworking-guide.webp"; -import HexGuess from "./images/projects/hexguess.webp"; +import Wnrs from "./images/projects/wnrs.webp"; import TwitchPlays from "./images/projects/twitchplays.webp"; ---
-
-
-
- coworking guide +
+
+ coworking guide - coworking guide + coworking guide - -
- -
-

- Coworking Guide -

-

- A guide to coworking streams for streamers, covers wide - range of topics from tips on how to get started with setting - up stream to how to grow your audience! -

-
-
- Astro -
-
- TypeScript -
-
- Markdown -
-
-
-
-
-
-

- Chat-Task-Tic Widget -

-

- Used by 100+ Twitch streamers, allow viewers and streamers - to add their own tasks to the widget for accountability! - Easy to setup and the customization possibilities are - endless! -

-
-
- HTML -
-
- CSS -
-
- Javascript -
-
-
- - -
+ /> + +
+ +
+

+ Coworking Guide +

+

+ A guide to coworking streams for streamers, covers wide + range of topics from tips on how to get started with setting + up stream to how to grow your audience! +

+
+
+ Astro +
+
+ TypeScript +
+
+ Markdown +
+
+
+
+
+
+

+ Chat-Task-Tic Widget +

+

+ Used by 100+ Twitch streamers, allow viewers and streamers + to add their own tasks to the widget for accountability! + Easy to setup and the customization possibilities are + endless! +

+
+
+ HTML +
+
+ CSS +
+
+ Javascript +
+
+
+ + +
-
-
- Hex Guess +
+ Hex Guess - Hex Guess + Hex Guess - -
- -
-

HexGuess

-

- Decode colours in 5 attempts. Guess the hexadecimal code and - receive instant feedback! Built with Next.JS, TailwindCSS - and TypeScript. -

-
-
- NextJS -
-
- Typescript -
-
- TailwindCSS -
-
-
-
-
-
-

- Twitch Plays X -

-

- Allow Twitch chatters play games such as Pokemon! Chatters - can enter messages such as "up up down down left right B A" - and the Python program will trigger the corresponding - keypresses. -

-
-
- Python -
-
- win32API -
-
-
- -
- Twitch Plays X + +
+ +
+

+ We're Not Really Strangers +

+

+ Otherwise abbreviated as "WNRS", this is a digital + adaptation of the popular card game designed to foster + meaningful connections through engaging questions and + prompts. +

+
+
+ React +
+
+ Typescript +
+
+
+
+
+
+

+ Twitch Plays X +

+

+ Allow Twitch chatters play games such as Pokemon! Chatters + can enter messages such as "up up down down left right B A" + and the Python program will trigger the corresponding + keypresses. +

+
+
+ Python +
+
+ win32API +
+
+
+ +
+ Twitch Plays X - Twitch Plays X + Twitch Plays X - -
-
-
+ /> + +
+
+ diff --git a/src/components/sections/images/projects/wnrs.webp b/src/components/sections/images/projects/wnrs.webp new file mode 100644 index 0000000..0c52ea4 Binary files /dev/null and b/src/components/sections/images/projects/wnrs.webp differ