112 lines
		
	
	
	
		
			4.1 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			112 lines
		
	
	
	
		
			4.1 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!doctype html>
 | ||
| <html>
 | ||
| <head>
 | ||
|   <title>Wroten - Austin Give Camp - The SEED</title>
 | ||
|   <meta charset="UTF-8" />
 | ||
|   <meta name="viewport" content="width=device-width, initial-scale=1.0" />
 | ||
|   <link href="https://unpkg.com/tailwindcss@^2/dist/tailwind.min.css" rel="stylesheet">
 | ||
| </head>
 | ||
| 
 | ||
| <body class="bg-gray-100">
 | ||
|   <header>
 | ||
|     <nav>
 | ||
|       <ul><li>
 | ||
|           <a href="/work-history/antharia/">
 | ||
|             Web Design & Dev Intern at Antharia
 | ||
|           </a>
 | ||
|         </li><li>
 | ||
|           <a href="/work-history/cyto-communications/">
 | ||
|             Interactive Technologies Lead & Web Admin at Cyto Communications
 | ||
|           </a>
 | ||
|         </li><li>
 | ||
|           <a href="/work-history/eyemaginations/">
 | ||
|             Senior Web Engineer at Eyemaginations
 | ||
|           </a>
 | ||
|         </li><li>
 | ||
|           <a href="/volunteering/theseed/" aria-current="page">
 | ||
|             Austin Give Camp - The SEED
 | ||
|           </a>
 | ||
|         </li><li>
 | ||
|           <a href="/repos/json-query-chain/">
 | ||
|             json-query-chain
 | ||
|           </a>
 | ||
|         </li><li>
 | ||
|           <a href="/repos/blabber-comic/">
 | ||
|             blabber-comic
 | ||
|           </a>
 | ||
|         </li><li>
 | ||
|           <a href="/volunteering/code2college/">
 | ||
|             Code 2 College
 | ||
|           </a>
 | ||
|         </li><li>
 | ||
|           <a href="/repos/svgdir2sprite/">
 | ||
|             svgdir2sprite
 | ||
|           </a>
 | ||
|         </li><li>
 | ||
|           <a href="/repos/my_spells/">
 | ||
|             my_spells
 | ||
|           </a>
 | ||
|         </li><li>
 | ||
|           <a href="/volunteering/gabriellas-smile-foundation/">
 | ||
|             Gabriella’s Smile Foundation
 | ||
|           </a>
 | ||
|         </li><li>
 | ||
|           <a href="/work-history/q2/">
 | ||
|             Developer III at Q2ebanking
 | ||
|           </a>
 | ||
|         </li><li>
 | ||
|           <a href="/repos/team-cli/">
 | ||
|             team-cli
 | ||
|           </a>
 | ||
|         </li><li>
 | ||
|           <a href="/work-history/allovue/">
 | ||
|             Software Engineer at Allovue
 | ||
|           </a>
 | ||
|         </li><li>
 | ||
|           <a href="/repos/sortable-recipes/">
 | ||
|             sortable-recipes
 | ||
|           </a>
 | ||
|         </li><li>
 | ||
|           <a href="/work-history/skillsengine/">
 | ||
|             Lead Full-Stack Software Engineer at SkillsEngine
 | ||
|           </a>
 | ||
|         </li><li>
 | ||
|           <a href="/repos/ember-select-light/">
 | ||
|             ember-select-light
 | ||
|           </a>
 | ||
|         </li></ul>
 | ||
|     </nav>
 | ||
|   </header>
 | ||
| 
 | ||
| 
 | ||
| <main class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
 | ||
|   <div class="max-w-3x1 mx-auto mb-5">
 | ||
|     <div class="-ml-2 mt-8 flex flex-wrap items-baseline">
 | ||
|       <h1 class="ml-8 mt-2 text-lg font-medium text-gray-900">
 | ||
|         Austin Give Camp - The SEED
 | ||
|       </h1>
 | ||
|       <p class="ml-2 mt-1 text-sm text-gray-500 truncate">in Volunteering</p>
 | ||
|     </div>
 | ||
|   </div>
 | ||
|   <div class="bg-white overflow-hidden shadow sm:rounded-lg">
 | ||
|     <div class="px-4 py-5 sm:p-6">
 | ||
|       <h1>The SEED</h1>
 | ||
| <h2>Adult & Family Learning Community</h2>
 | ||
| <p><em>A Pro-bono web project done during 2016's Austin Give Camp</em></p>
 | ||
| <p>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.</p>
 | ||
| <p><img src="/theseed1.jpg" alt="Team"></p>
 | ||
| <p>We then improved <strong>internationalization</strong> 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.</p>
 | ||
| <p><img src="/theseed2.png" alt="Wireframe"></p>
 | ||
| <p>Small tweaks made a world of difference for these users. Even ensuring the site ran on <strong>HTTPS significantly raised the confidence of a potential donor</strong>. 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.</p>
 | ||
| <p><img src="/theseed3.png" alt="Thank You Letters"></p>
 | ||
| <p><em>P.S. My name was Joe back when these were written, prior to my transition.</em></p>
 | ||
| 
 | ||
|     </div>
 | ||
|   </div>
 | ||
| </main>
 | ||
| 
 | ||
|   </body>
 | ||
| </html>
 | ||
| 
 | ||
| 
 | ||
| 
 | 
