diff --git a/src/app/img.png b/src/app/img.png deleted file mode 100644 index 41a3186..0000000 Binary files a/src/app/img.png and /dev/null differ diff --git a/src/app/page.module.scss b/src/app/page.module.scss index e42ca12..0837ec5 100644 --- a/src/app/page.module.scss +++ b/src/app/page.module.scss @@ -24,10 +24,21 @@ } } +.p1{ + background: url('./project-images/alveus-ambassadors.png'); +} +.p2{ + background: url('./project-images/twitch-chatbot.png'); +} +.p3{ + background: url('./project-images/motivation-scale.png'); +} +.p4{ + background: url('./project-images/erobb221-extension.png'); +} .project{ height: 100vh; - background: url('./img.png'); background-repeat: no-repeat; background-size: cover; background-attachment: fixed; diff --git a/src/app/page.tsx b/src/app/page.tsx index ce4d84f..61e8897 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,19 +12,51 @@ export default function Home() { -
+

01

+

Alveus Ambassadors

+

A Twitch extension that helps an animal sanctuary educate viewers about animal conservation

+ + +
+
+
+
+

02

+

Twitch Chatbot

+

A chatbot that tells jokes, and facts, and links fun images for Twitch chatters to enjoy.

+ + +
+
+
+
+

03

Motivation Scale

A mindfulness tool about motivation.

+
+
+

04

+

Erobb221 Twitch Extension

+

A Twitch extension that lets viewers play bingo about and throw tomatoes at erobb221.

+ +
+
) } diff --git a/src/app/project-images/alveus-ambassadors.png b/src/app/project-images/alveus-ambassadors.png new file mode 100644 index 0000000..07f98b7 Binary files /dev/null and b/src/app/project-images/alveus-ambassadors.png differ diff --git a/src/app/project-images/erobb221-extension.png b/src/app/project-images/erobb221-extension.png new file mode 100644 index 0000000..34f5dc8 Binary files /dev/null and b/src/app/project-images/erobb221-extension.png differ diff --git a/src/app/project-images/motivation-scale.png b/src/app/project-images/motivation-scale.png new file mode 100644 index 0000000..597798a Binary files /dev/null and b/src/app/project-images/motivation-scale.png differ diff --git a/src/app/project-images/twitch-chatbot.png b/src/app/project-images/twitch-chatbot.png new file mode 100644 index 0000000..a298f52 Binary files /dev/null and b/src/app/project-images/twitch-chatbot.png differ