Copyedit and try obscuring emails automatically.
[yukkurigames.com.git] / index.html
index 053e87f..5a1854f 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 {
@@ -28,7 +24,9 @@
 
   <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>
             <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 +79,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 +95,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>