--- /dev/null
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta charset="utf-8">
+ <meta name=viewport content="width=device-width, initial-scale=1">
+ <link rel="stylesheet" href="/css/main.css" type="text/css">
+ <title>About Us ~ Yukkuri Games</title>
+ <style>
+ h2 {
+ max-width: 20em;
+ margin: auto;
+ display: inline-block;
+ padding-left: 2em;
+ padding-right: 2em;
+ }
+
+ main {
+ text-align: center;
+ }
+
+ .mlp {
+ max-width: 20em;
+ margin: auto;
+ text-align: center;
+ list-style-type: none;
+ margin-bottom: 2em;
+ margin-top: 1em;
+ }
+
+ .entity {
+ display: inline-block;
+ width: 13em;
+ margin: 1em;
+ vertical-align: top;
+ }
+
+ .entity h4 {
+ font-size: 1.25em;
+ }
+
+ .entity p {
+ font-weight: 300;
+ font-size: 0.875em;
+ }
+
+ .entity img {
+ border: solid rgb(206, 132, 242) 2px;
+ border-radius: 50%;
+ width: 9em;
+ height: 9em;
+ transition: border-radius 0.3s, border-color 0.3s;
+ }
+
+ .entity img:hover {
+ border-radius: 10%;
+ border-color: rgb(244, 126, 126);
+ }
+ </style>
+ </head>
+ <body>
+ <header>
+ <a href="/">
+ <img src="/logotype_horizontal_1.png" class=logo alt="(◕ ヮ ◕)">
+ <img src="/logotype_horizontal_2.png" class=optional
+ alt="Yukkuri Games">
+ </a>
+ <h1>About Us</h1>
+ </header>
+ <main>
+ <div style="text-align: center">
+ <div class=entity>
+ <h4><a href="https://korewanetadesu.com/">Joe</a></h4>
+ <img src=joe.jpg>
+ <p>
+ Unexpectedly sentient code that escaped from Silicon
+ Valley before shit got real bad.
+ </p>
+ </div>
+ <div class=entity>
+ <h4><a href="https://twitter.com/JessicatzF">Jess</a></h4>
+ <img src=jess.jpg>
+ <p>
+ Last survivor in a line of witches sworn to destroy games
+ in order to save them.
+ </p>
+ </div>
+ <div class=entity>
+ <h4>Sid</h4>
+ <img src="sid.jpg">
+ <p>
+ By day, just a cat. By night, the loudest cat.
+ </p>
+ </div>
+ </div>
+ <p style='text-align: center'>
+ We make games and game-like things and other things.
+ </p>
+ <p style='text-align: center'>
+ Manifestos are boring so here are some things we like that you
+ should check out. They intersect with our views but also
+ they're consistently great.
+ </p>
+ <h2>Games</h2>
+ <ul class=mlp>
+ <li><a href="http://borderhouseblog.com/">The Border House</a></li>
+ <li><a href="http://www.critical-distance.com/">Critical Distance</a></li>
+ <li><a href="http://forestambassador.com/">forest ambassador</a></li>
+ <li><a href="http://itch.io/">itch.io</a></li>
+ <li><a href="http://odditie-s.tumblr.com/">Oddities</a></li>
+ <li><a href="http://www.indiebound.org/book/9781609803728">Rise of the Videogame Zinesters</a></li>
+ <li><a href="http://www.feministfrequency.com/tag/tropes-vs-women-in-video-games/">Tropes vs. Women in Videogames</a></li>
+ <li><a href="http://warpdoor.com/">Warp Door</a></li>
+ </ul>
+ <h2>Not Games</h2>
+ <ul class=mlp>
+ <li><a href="http://adainitiative.org/">The Ada Initiative</a></li>
+ <li><a href="http://www.apex-magazine.com/">Apex Magazine</a></li>
+ <li><a href="http://futurefire.net/">The Future Fire</a></li>
+ <li><a href="http://geekfeminism.org/">Geek Feminism</a></li>
+ <li><a href="http://modelviewculture.com/">Model View Culture</a></li>
+ <li><a href="http://www.racialicious.com/">Racialicious</a></li>
+ <li><a href="http://www.scarleteen.com/">Scarleteen</a></li>
+ </ul>
+ <p>
+ You can contact us by emailing yuu at yukkurigames.com.
+ </p>
+ </main>
+ </body>
+</html>