Created
February 4, 2020 13:42
-
-
Save wschenk/3fd5a179f2f85bf040d13f2fc6c0b444 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<meta http-equiv="X-UA-Compatible" content="ie=edge"> | |
<title>Will Schenk</title> | |
<link href="https://unpkg.com/tailwindcss@^1.0/dist/tailwind.min.css" rel="stylesheet"> | |
</head> | |
<body class="bg-gray-100 text-gray-800"> | |
<div class="bg-blue-500 pt-16 pb-20 shadow-lg"> | |
<img src="logo.svg" class="mx-auto h-10 w-auto"> | |
</div> | |
<img src="face.jpg" class="mx-auto h-32 w-32 rounded-full -mt-16 shadow-xl border-solid border-2 border-gray-300"> | |
<div class="mx-auto max-w-lg"> | |
<h1 class="pt-4 text-center text-4xl font-semibold tracking-tight">Will Schenk</h1> | |
<h2 class="pb-4 text-center text-xl font-light">COO, CoFounder</h2> | |
<p class="leading-relaxed text-justify"> | |
Will focuses on overall internal management of HappyFunCorp, | |
which involves making sure that people are happy and productive, | |
that clients are happy with their projects. This involves | |
meetings and a lot of psycology. It's rewarding when | |
the company is growing and thriving, but also very different | |
from time spent immersed in the fun of computers. | |
The career grew out of the hobby, and now that my daily job | |
is different from the hobby I can go back to being a | |
hobby programmer. Coding for the pleasure of it. | |
</p> | |
</div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment