116 lines
		
	
	
	
		
			3.9 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			116 lines
		
	
	
	
		
			3.9 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!doctype html>
 | ||
| <html>
 | ||
| <head>
 | ||
|   <title>Wroten - sortable-recipes</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/">
 | ||
|             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/" aria-current="page">
 | ||
|             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">
 | ||
|         sortable-recipes
 | ||
|       </h1>
 | ||
|       <p class="ml-2 mt-1 text-sm text-gray-500 truncate">in </p>
 | ||
|     </div>
 | ||
|   </div>
 | ||
|   <div class="bg-white overflow-hidden shadow sm:rounded-lg">
 | ||
|     <div class="px-4 py-5 sm:p-6">
 | ||
|       <blockquote>
 | ||
| <p>A sample project for my EmberConf 2020 talk. Leverages Ember Octane and is fully test driven. Includes the RevealJS presentation and a simple Python backend.</p>
 | ||
| </blockquote>
 | ||
| <!--more-->
 | ||
| <p><a href="https://gitlab.com/gaiety/sortable-recipes">Fork from Gitlab</a></p>
 | ||
| <h1><img src="https://assets.gitlab-static.net/uploads/-/system/project/avatar/15989776/Screen_Shot_2019-12-21_at_3.35.42_PM.png?width=64" alt=""> Sortable-Recipes</h1>
 | ||
| <p><a href="https://gaiety.life/a11y-first-and-everyone-wins"><img src="https://gaiety.life/images/uploads/a11yfirst.png" alt=""> Watch the talk here</a></p>
 | ||
| <h2>Getting Started</h2>
 | ||
| <ul>
 | ||
| <li><a href="https://gitlab.com/gaiety/sortable-recipes/-/blob/master/presentation/README.md">Set up and run the presentation</a></li>
 | ||
| <li><a href="https://gitlab.com/gaiety/sortable-recipes/-/blob/master/python-api/README.md">Set up and run the backend</a></li>
 | ||
| <li><a href="https://gitlab.com/gaiety/sortable-recipes/-/blob/master/ember-ui/README.md">Set up and run the frontend</a></li>
 | ||
| <li><a href="https://gitlab.com/gaiety/sortable-recipes/-/blob/master/ember-ui-modern/README.md">Set up and run the frontend (modern)</a></li>
 | ||
| </ul>
 | ||
| 
 | ||
|     </div>
 | ||
|   </div>
 | ||
| </main>
 | ||
| 
 | ||
|   </body>
 | ||
| </html>
 | ||
| 
 | ||
| 
 | ||
| 
 | 
