Created
February 4, 2020 13:38
-
-
Save wschenk/c16bc462b526c54a30f93cbae2cd26eb to your computer and use it in GitHub Desktop.
This file contains 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> | |
<div> | |
<img src="logo.svg"> | |
</div> | |
<img src="face.jpg"> | |
<div> | |
<h1>Will Schenk</h1> | |
<h2>COO, CoFounder</h2> | |
<p> | |
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