It's us.
authorJoe Wreschnig <joe.wreschnig@gmail.com>
Thu, 4 Sep 2014 11:54:33 +0000 (13:54 +0200)
committerJoe Wreschnig <joe.wreschnig@gmail.com>
Thu, 4 Sep 2014 11:54:33 +0000 (13:54 +0200)
README.md [new file with mode: 0644]
aboutus.html [new file with mode: 0644]
jess.jpg [new file with mode: 0644]
joe.jpg [new file with mode: 0644]
sid.jpg [new file with mode: 0644]

diff --git a/README.md b/README.md
new file mode 100644 (file)
index 0000000..28cf12b
--- /dev/null
+++ b/README.md
@@ -0,0 +1,11 @@
+# yukkurigames.com
+
+This is the content and peritext for https://yukkurigames.com.
+
+Unless otherwise stated this material is available under the Creative
+Commons Attribution-ShareAlike 4.0 International
+([cc-by-sa-4.0](http://creativecommons.org/licenses/by-sa/4.0/))
+license.
+
+It contains program source and archives that may be under different
+licenses.
diff --git a/aboutus.html b/aboutus.html
new file mode 100644 (file)
index 0000000..025d610
--- /dev/null
@@ -0,0 +1,129 @@
+<!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>
diff --git a/jess.jpg b/jess.jpg
new file mode 100644 (file)
index 0000000..77288fe
Binary files /dev/null and b/jess.jpg differ
diff --git a/joe.jpg b/joe.jpg
new file mode 100644 (file)
index 0000000..32cabb8
Binary files /dev/null and b/joe.jpg differ
diff --git a/sid.jpg b/sid.jpg
new file mode 100644 (file)
index 0000000..3a944ec
Binary files /dev/null and b/sid.jpg differ