From 10d0512e476c6f1008bf73daf5f2290bae51ef3c Mon Sep 17 00:00:00 2001
From: Jennifer Mankoff <jmankoff@cs.washington.edu>
Date: Sat, 4 Feb 2023 12:15:34 -0800
Subject: [PATCH] added links to sample projects

---
 assignments/project.md | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/assignments/project.md b/assignments/project.md
index fd0225d..238ecff 100644
--- a/assignments/project.md
+++ b/assignments/project.md
@@ -21,12 +21,11 @@ objective: Make the world slightly more accessible
 ---
 The goal of your final project is to build an accessibility technology or make an existing technology more accessible. Some examples of what people have done in the past include:
 
-- Making a dark mode for zoom 
-- Creating a plugin for word to prompt for better alt text
-- Make arduino programming more accessible
-- Make a system to help someone with motor impairments create macros for fixing typos 
-- Created snapchat filters to make video conferencing more accessible
-- Improving coding acessiblity for BLV people in vscode by porting a prior solution 
+- [Making a light mode for zoom](https://students.washington.edu/sgbowen8/light-mode/)
+- [Creating a plugin for word to prompt for better alt text](https://thenorthwes.github.io/improved-word-alt-text/)
+- [Make arduino programming more accessible](https://uwcse-nsds.github.io/arduino-a11y/)
+- Make a system to help someone with motor impairments create [macros for fixing typos](https://katyp.github.io/input_macros)
+- Improving [coding acessiblity for BLV people in vscode](https://kburtram.github.io/CodeTalk/)
 
 In choosing this project, you may want to draw from personal expertise, literature, or user data should you have access to it. 
 
-- 
GitLab