Add Yuu.
[yukkurigames.com.git] / aboutus.html
index 025d610..e9a465e 100644 (file)
@@ -4,6 +4,11 @@
     <meta charset="utf-8">
     <meta name=viewport content="width=device-width, initial-scale=1">
     <link rel="stylesheet" href="/css/main.css" type="text/css">
     <meta charset="utf-8">
     <meta name=viewport content="width=device-width, initial-scale=1">
     <link rel="stylesheet" href="/css/main.css" type="text/css">
+    <link rel=apple-touch-icon sizes=256x256 href=favicon_256.png>
+    <link rel=icon sizes="16x16 32x32 48x48" href=favicon.ico>
+    <link rel=icon sizes=128x128 href=favicon_128.png>
+    <link rel=icon sizes=192x192 href=favicon_192.png>
+    <link rel=icon sizes=256x256 href=favicon_256.png>
     <title>About Us ~ Yukkuri Games</title>
     <style>
       h2 {
     <title>About Us ~ Yukkuri Games</title>
     <style>
       h2 {
@@ -21,7 +26,6 @@
       .mlp {
           max-width: 20em;
           margin: auto;
       .mlp {
           max-width: 20em;
           margin: auto;
-          text-align: center;
           list-style-type: none;
           margin-bottom: 2em;
           margin-top: 1em;
           list-style-type: none;
           margin-bottom: 2em;
           margin-top: 1em;
           border-radius: 10%;
           border-color: rgb(244, 126, 126);
       }
           border-radius: 10%;
           border-color: rgb(244, 126, 126);
       }
+
     </style>
     </style>
+    <script>
+      window.addEventListener('DOMContentLoaded', function () {
+          var es = document.getElementById('entities');
+          for (var i = es.children.length; i >= 0; i--) {
+              es.appendChild(es.children[Math.random() * i | 0]);
+          }
+      });
+    </script>
   </head>
   <body>
     <header>
   </head>
   <body>
     <header>
       <h1>About Us</h1>
     </header>
     <main>
       <h1>About Us</h1>
     </header>
     <main>
-      <div style="text-align: center">
+      <div id=entities>
         <div class=entity>
           <h4><a href="https://korewanetadesu.com/">Joe</a></h4>
         <div class=entity>
           <h4><a href="https://korewanetadesu.com/">Joe</a></h4>
-          <img src=joe.jpg>
+          <a href="https://korewanetadesu.com/"><img src=joe.jpg></a>
           <p>
             Unexpectedly sentient code that escaped from Silicon
             Valley before shit got real bad.
           <p>
             Unexpectedly sentient code that escaped from Silicon
             Valley before shit got real bad.
@@ -78,7 +91,7 @@
         </div>
         <div class=entity>
           <h4><a href="https://twitter.com/JessicatzF">Jess</a></h4>
         </div>
         <div class=entity>
           <h4><a href="https://twitter.com/JessicatzF">Jess</a></h4>
-          <img src=jess.jpg>
+          <a href="https://twitter.com/JessicatzF"><img src=jess.jpg></a>
           <p>
             Last survivor in a line of witches sworn to destroy games 
             in order to save them.
           <p>
             Last survivor in a line of witches sworn to destroy games 
             in order to save them.
           </p>
         </div>
       </div>
           </p>
         </div>
       </div>
-      <p style='text-align: center'>
+      <p>
         We make games and game-like things and other things.
       </p>
         We make games and game-like things and other things.
       </p>
-      <p style='text-align: center'>
+      <p>
         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.
         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.
         <li><a href="http://www.scarleteen.com/">Scarleteen</a></li>
       </ul>
       <p>
         <li><a href="http://www.scarleteen.com/">Scarleteen</a></li>
       </ul>
       <p>
-        You can contact us by emailing yuu at yukkurigames.com.
+        You can contact us by
+        <a href="mailto:yuuSPAM@MAPSyukkurigames.com"
+           onclick="this.href=this.href.replace(/[A-Z]/g, '')">emailing
+          yuu at yukkurigames.com</a>.
       </p>
     </main>
   </body>
       </p>
     </main>
   </body>