201 lines
8.8 KiB
HTML
201 lines
8.8 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Wroten - Welcome</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 class="bg-white shadow">
|
|
<div class="max-w-7xl mx-auto px-2 sm:px-6 lg:px-8">
|
|
<div class="relative flex justify-between h-16">
|
|
<div class="absolute inset-y-0 left-0 flex items-center sm:hidden">
|
|
<!-- Mobile menu button -->
|
|
<button class="inline-flex items-center justify-center p-2 rounded-md text-gray-400 hover:text-gray-500 hover:bg-gray-100 focus:outline-none focus:ring-2 focus:ring-inset focus:ring-indigo-500" aria-expanded="false">
|
|
<span class="sr-only">Open main menu</span>
|
|
<!-- Icon when menu is closed. -->
|
|
<!--
|
|
Heroicon name: menu
|
|
|
|
Menu open: "hidden", Menu closed: "block"
|
|
-->
|
|
<svg class="block h-6 w-6" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" aria-hidden="true">
|
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16" />
|
|
</svg>
|
|
<!-- Icon when menu is open. -->
|
|
<!--
|
|
Heroicon name: x
|
|
|
|
Menu open: "block", Menu closed: "hidden"
|
|
-->
|
|
<svg class="hidden h-6 w-6" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" aria-hidden="true">
|
|
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12" />
|
|
</svg>
|
|
</button>
|
|
</div>
|
|
<div class="flex-1 flex items-center justify-center sm:items-stretch sm:justify-start">
|
|
<div class="flex-shrink-0 flex items-center">
|
|
<img class="h-12 w-12 rounded-full w-auto" src="https://images.unsplash.com/photo-1472099645785-5658abf4ff4e?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80" alt="">
|
|
</div>
|
|
<div class="hidden sm:ml-6 sm:flex sm:space-x-8"><a
|
|
href="/"
|
|
class="border-indigo-500 text-gray-900 inline-flex items-center px-1 pt-1 border-b-2 text-sm font-medium"
|
|
aria-current="page"
|
|
>
|
|
Welcome
|
|
</a><a
|
|
href="/repos/"
|
|
class="border-transparent text-gray-500 inline-flex items-center px-1 pt-1 border-b-2 text-sm font-medium"
|
|
|
|
>
|
|
Repos
|
|
</a><a
|
|
href="/work-history/"
|
|
class="border-transparent text-gray-500 inline-flex items-center px-1 pt-1 border-b-2 text-sm font-medium"
|
|
|
|
>
|
|
Work
|
|
</a><a
|
|
href="/volunteering/"
|
|
class="border-transparent text-gray-500 inline-flex items-center px-1 pt-1 border-b-2 text-sm font-medium"
|
|
|
|
>
|
|
Volunteering
|
|
</a><a
|
|
href="/uses/"
|
|
class="border-transparent text-gray-500 inline-flex items-center px-1 pt-1 border-b-2 text-sm font-medium"
|
|
|
|
>
|
|
About | Uses
|
|
</a></div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!--
|
|
Mobile menu, toggle classes based on menu state.
|
|
|
|
Menu open: "block", Menu closed: "hidden"
|
|
-->
|
|
<div class="hidden sm:hidden">
|
|
<div class="pt-2 pb-4 space-y-1">
|
|
<!-- Current: "bg-indigo-50 border-indigo-500 text-indigo-700", Default: "border-transparent text-gray-500 hover:bg-gray-50 hover:border-gray-300 hover:text-gray-700" -->
|
|
<a href="#" class="bg-indigo-50 border-indigo-500 text-indigo-700 block pl-3 pr-4 py-2 border-l-4 text-base font-medium">Dashboard</a>
|
|
<a href="#" class="border-transparent text-gray-500 hover:bg-gray-50 hover:border-gray-300 hover:text-gray-700 block pl-3 pr-4 py-2 border-l-4 text-base font-medium">Team</a>
|
|
<a href="#" class="border-transparent text-gray-500 hover:bg-gray-50 hover:border-gray-300 hover:text-gray-700 block pl-3 pr-4 py-2 border-l-4 text-base font-medium">Projects</a>
|
|
<a href="#" class="border-transparent text-gray-500 hover:bg-gray-50 hover:border-gray-300 hover:text-gray-700 block pl-3 pr-4 py-2 border-l-4 text-base font-medium">Calendar</a>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
</header>
|
|
|
|
|
|
<main class="mt-12 max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
|
<div class="relative max-w-lg mx-auto divide-y-2 divide-gray-200 lg:max-w-7xl">
|
|
<div>
|
|
<h2 class="text-3xl tracking-tight font-extrabold text-gray-900 sm:text-4xl">
|
|
Welcome
|
|
</h2>
|
|
<div class="mt-3 text-xl text-gray-500 sm:mt-4">
|
|
<p>Homepage content goes here!</p>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
<div class="mt-12 grid gap-16 pt-12 lg:grid-cols-3 lg:gap-x-5 lg:gap-y-12"><div>
|
|
<div>
|
|
<a href="#" class="inline-block">
|
|
<span class="inline-flex items-center px-3 py-0.5 rounded-full text-sm font-medium bg-indigo-100 text-indigo-800">
|
|
Volunteering
|
|
</span>
|
|
</a>
|
|
</div>
|
|
<a href="" class="block mt-4">
|
|
<p class="text-xl font-semibold text-gray-900">
|
|
Code 2 College
|
|
</p>
|
|
<p class="mt-3 text-base text-gray-500">
|
|
Interview preparation, event hosting and curriculum planning.
|
|
</p>
|
|
</a>
|
|
</div><div>
|
|
<div>
|
|
<a href="#" class="inline-block">
|
|
<span class="inline-flex items-center px-3 py-0.5 rounded-full text-sm font-medium bg-indigo-100 text-indigo-800">
|
|
Repos
|
|
</span>
|
|
</a>
|
|
</div>
|
|
<a href="" class="block mt-4">
|
|
<p class="text-xl font-semibold text-gray-900">
|
|
team-cli
|
|
</p>
|
|
<p class="mt-3 text-base text-gray-500">
|
|
Automate all the things with a team-centric CLI. Abstract away annoying day-to-day tasks and eliminate tribal team knowledge by building your team their very own CLI.
|
|
</p>
|
|
</a>
|
|
</div><div>
|
|
<div>
|
|
<a href="#" class="inline-block">
|
|
<span class="inline-flex items-center px-3 py-0.5 rounded-full text-sm font-medium bg-indigo-100 text-indigo-800">
|
|
Repos
|
|
</span>
|
|
</a>
|
|
</div>
|
|
<a href="" class="block mt-4">
|
|
<p class="text-xl font-semibold text-gray-900">
|
|
sortable-recipes
|
|
</p>
|
|
<p class="mt-3 text-base text-gray-500">
|
|
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>
|
|
</a>
|
|
</div><div>
|
|
<div>
|
|
<a href="#" class="inline-block">
|
|
<span class="inline-flex items-center px-3 py-0.5 rounded-full text-sm font-medium bg-indigo-100 text-indigo-800">
|
|
Work History
|
|
</span>
|
|
</a>
|
|
</div>
|
|
<a href="" class="block mt-4">
|
|
<p class="text-xl font-semibold text-gray-900">
|
|
Lead Full-Stack Software Engineer at SkillsEngine
|
|
</p>
|
|
<p class="mt-3 text-base text-gray-500">
|
|
(Aug 2020 - Present) Working with Texas State Technical College (TSTC) at SkillsEngine to connect employers, educators and students in new ways through technology.
|
|
</p>
|
|
</a>
|
|
</div><div>
|
|
<div>
|
|
<a href="#" class="inline-block">
|
|
<span class="inline-flex items-center px-3 py-0.5 rounded-full text-sm font-medium bg-indigo-100 text-indigo-800">
|
|
Repos
|
|
</span>
|
|
</a>
|
|
</div>
|
|
<a href="" class="block mt-4">
|
|
<p class="text-xl font-semibold text-gray-900">
|
|
ember-select-light
|
|
</p>
|
|
<p class="mt-3 text-base text-gray-500">
|
|
Ember Select Light is an Ember Addon focused on simplicity. Just powerful enough to offer expected baseline functionality while being easy to implement, style, and make accessible.
|
|
</p>
|
|
</a>
|
|
</div></div>
|
|
</div>
|
|
</main>
|
|
|
|
<footer class="mt-12 max-w-7xl mx-auto py-12 px-4 sm:px-6 md:flex md:items-center md:justify-between lg:px-8">
|
|
<div class="text-gray-500">
|
|
Built in <a href="https://www.11ty.dev/">Eleventy</a> with <a href="https://tailwindui.com/">Tailwind UI</a>
|
|
</div>
|
|
</footer>
|
|
</body>
|
|
</html>
|
|
|
|
|
|
|