<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <link rel="icon" type="image/svg+xml" href="/vite.svg" />
    
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>Vite App</title>
    <link rel="stylesheet" href="/assets/index-6417094d.css">
  </head>
  <body>
    <div class="container mx-auto p-4">
        <h1 class="text-2xl text-teal-950 border-b-2">Jody Mickey</h1>
        <p class="my-2 text-lg">
            Updated list of personal projects coming soon.  In the meantime, please 
            use these boring text links.
        </p>
        <ul>
            <li><a class="border-b border-b-orange-600 hover:bg-orange-300" href="https://brackets.jodymickey.com">Brackets</a></li>
            <li><a class="border-b border-b-orange-600 hover:bg-orange-300" href="https://mancala.jodymickey.com">Mancala</a></li>
            <li><a class="border-b border-b-orange-600 hover:bg-orange-300" href="https://words.jodymickey.com">Five Letter Salad</a></li>
            <li><a class="border-b border-b-orange-600 hover:bg-orange-300" href="https://memory.jodymickey.com/">Card Matching</a></li>
            <li><a class="border-b border-b-orange-600 hover:bg-orange-300" href="https://picture-puzzle.netlify.app">Picture Puzzle</a></li>
            <li><a class="border-b border-b-orange-600 hover:bg-orange-300" href="https://word-search.jodymickey.com">Word Search</a></li>
        </ul>
    </div>
  </body>
</html>
