diff --git a/_data/work.yml b/_data/work.yml
index 2a4bc97..0d84f5b 100644
--- a/_data/work.yml
+++ b/_data/work.yml
@@ -51,28 +51,25 @@ freshmanual:
pollbuddy:
id: pollbuddy
title: Poll Buddy
- stack: [ html, css, js, php, docker, mariadb, azure ]
- link: /404
- color: green
+ stack: [ react, js, docker ]
+ link: https://pollbuddy.app
+ color: pollbuddy
+ image: /res/projects/pollbuddy.png
ready: false
description:
- Lorem Ipsum is simply dummy text of the printing and typesetting industry.
- Lorem Ipsum has been the industry's standard dummy text ever since the
- 1500s, when an unknown printer took a galley of type and scrambled it to
- make a type specimen book. It has survived not only five centuries, but also
- the leap into electronic typesetting, remaining essentially unchanged.
-
- outcomes:
- - Lorem Ipsum is simply dummy text of the printing and typesetting industry.
+ React developer for Poll Buddy, an online questionnaire service used by
+ hundreds of students and teachers on the Rensselaer Polytechnic Institute
+ campus. Worked on cleaning source code, transitioning from legacy technology,
+ and improving the site’s user experience.
- - Lorem Ipsum has been the industry's standard dummy text ever since the
- 1500s, when an unknown printer took a galley of type and scrambled it to
- make a type specimen book.
-
- - It has survived not only five centuries, but also the leap into electronic
- typesetting, remaining essentially unchanged.
+ outcomes:
+ - Cut 30% of the front-end codebase by switching to the modern, functional
+ style.
+ - Wrote and refined dozens of front-end tests using Jest for React components.
+ - Ran discount usability study on Poll Buddy’s UI, to isolate and correct
+ flaws that novel users encountered.
#*----------------------------------------------------------------------------*#
diff --git a/res/projects/pollbuddy.png b/res/projects/pollbuddy.png
new file mode 100644
index 0000000..df15bcf
Binary files /dev/null and b/res/projects/pollbuddy.png differ
diff --git a/styles/global.css b/styles/global.css
index 7199626..00ece91 100644
--- a/styles/global.css
+++ b/styles/global.css
@@ -31,6 +31,7 @@
.white { --color: white }
.malung { --color: #F76F8E }
.freshmanual { --color: #3b91db }
+.pollbuddy { --color: #7f6491 }
.flex-space, .flex, br { flex-grow: 1 }
.flex.dark { background-color: var(--dark) }