Match description to itch.io.
[yukkurigames.com.git] / index.html
index 053e87f..4df37b1 100644 (file)
@@ -6,17 +6,13 @@
     <link rel="stylesheet" href="css/main.css" type="text/css">
     <title>Yukkuri Games</title>
     <style>
-      body {
-          border-top: solid rgb(206, 132, 242) 0.75em;
-          border-bottom: solid rgb(244, 126, 126) 0.75em;
-          border-radius: 2em;
-      }
-
       /* Reset usual header CSS */
       header {
           border: none;
           height: 13em;
           text-align: center;
+          background-color: transparent;
+          margin-top: 0;
       }
 
       header img {
 
   <body>
     <header>
-      <img src="logotype.png" class=logo alt="Yukkuri Games">
+      <a href="aboutus.html">
+        <img src="logotype.png" class=logo alt="Yukkuri Games">
+      </a>
     </header>
     <main>
       <h2>Games</h2>
       <ul class=game-preview>
         <li>
-          <img src="thumbnails/pwl6.png" alt=Icon>
+          <a href="http://yukkuri.itch.io/pwl6">
+            <img src="thumbnails/pwl6.png" alt=Icon>
+          </a>
           <div class=info>
-            <h4>Pixel Witch Lesson&nbsp;#6</h4>
+            <h4><a href="http://yukkuri.itch.io/pwl6">Pixel Witch Lesson&nbsp;#6</a></h4>
             <ul>
-              <li>Coming Summer 2014</li>
-              <li>Browser (WebGL), PC, Android</li>
+              <li>2014</li>
+              <li>Windows, OS X, GNU/Linux</li>
+              <li>Android &amp; iOS Winter 2014</li>
             </ul>
             <p>
-              A puzzle game for witches in training.
+              Puzzles for witches-in-training.
             </p>
           </div>
         </li>
             <p>
               Random scenarios and
               <a href="/heroik/variants.html">variant rules</a> for
-              Emmanuel Beltrando's dungeon-crawling card game
+              the dungeon-crawling card game
               <em>Hero: Immortal King</em>.
             </p>
             <ul>
               <li>2014</li>
-              <li>(Mobile) Browser</li>
+              <li><a href="support.html#mobile">(Mobile) Browser</a></li>
             </ul>
           </div>
         </li>
@@ -81,7 +82,7 @@
             </p>
             <ul>
               <li>2014</li>
-              <li>(Mobile) Browser</li>
+              <li><a href="support.html#mobile">(Mobile) Browser</a></li>
             </ul>
           </div>
         </li>
@@ -97,7 +98,7 @@
             </p>
             <ul>
               <li>2013</li>
-              <li>(Mobile) Browser</li>
+              <li><a href="support.html#mobile">(Mobile) Browser</a></li>
             </ul>
           </div>
         </li>
         </li>
       </ul>
     </main>
+    <footer>
+      <a href="support.html">Support</a>
+      <a href="privacy.html">Privacy Policy</a>
+      <a href="mailto:yuuSPAM@MAPSyukkurigames.com"
+         rel="nofollow"
+         onclick="this.href=this.href.replace(/[A-Z]/g, '')">Contact</a>
+    </footer>
   </body>
 </html>