diff --git a/src/assets/theseed1.jpg b/src/assets/theseed1.jpg new file mode 100644 index 0000000..65ead90 Binary files /dev/null and b/src/assets/theseed1.jpg differ diff --git a/src/assets/theseed2.png b/src/assets/theseed2.png new file mode 100644 index 0000000..c1e1bd5 Binary files /dev/null and b/src/assets/theseed2.png differ diff --git a/src/assets/theseed3.png b/src/assets/theseed3.png new file mode 100644 index 0000000..2768372 Binary files /dev/null and b/src/assets/theseed3.png differ diff --git a/src/pages/example.json b/src/pages/example.json deleted file mode 100644 index 7dab33a..0000000 --- a/src/pages/example.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "name": "Example", - "pageType": "volunteer", - "repositoryTopics": { - "edges": [ - { - "node": { - "topic": { - "name": "volunteering" - } - } - } - ] - }, - "readme": { - "text": "## Whats Up?" - } -} diff --git a/src/pages/nonprofits.json b/src/pages/nonprofits.json new file mode 100644 index 0000000..a275256 --- /dev/null +++ b/src/pages/nonprofits.json @@ -0,0 +1,19 @@ +{ + "name": "Austin Give Camp", + "description": "Pro-bono web dev for good.", + "pageType": "volunteer", + "repositoryTopics": { + "edges": [ + { + "node": { + "topic": { + "name": "volunteering" + } + } + } + ] + }, + "readme": { + "text": "## The SEED \n ### Adult & Family Learning Community \n Through analytics it was apparent very few could find out how to sign up for classes on learning English - an all English website and the page being burried through subnavs was the likely culprit. We user tested some updated designs where a non-native speaker could jump right to a Spanish page on how to sign up for classes first. \n\n ![The Seed Volunteers](./assets/theseed1.jpg) \n\n We then improved **internationalization** for the rest of the website to support all the user personas we had discovered: _The Student, The Donor, and The Volunteer_. Next up was improving ways people can get involved either through their time or their dollar through a better workflow and cleaned up content. \n\n ![The Seed Wireframes](./assets/theseed2.png) \n\n Small tweaks made a world of difference for these users. Even ensuring the site ran on **HTTPS significantly raised the confidence of a potential donor**. I just about cried tears of happiness when the thank you letters came in from the group for impact we made on their group and org. \n\n ![Thank you letters](./assets/theseed3.png)" + } +}