PWL#6 web app.
authorJoe Wreschnig <joe.wreschnig@gmail.com>
Sun, 28 Jun 2015 19:11:38 +0000 (21:11 +0200)
committerJoe Wreschnig <joe.wreschnig@gmail.com>
Sun, 28 Jun 2015 19:11:38 +0000 (21:11 +0200)
index.html
pwl6/index.html [new file with mode: 0644]
pwl6/pwl6-1.png [new file with mode: 0644]
pwl6/pwl6-2.png [new file with mode: 0644]

index c321afe..2c8aeda 100644 (file)
       <h2>Games</h2>
       <ul class=game-preview>
         <li>
-          <a href="http://yukkuri.itch.io/pwl6">
+          <a href="/pwl6/index.html">
             <img src="thumbnails/pwl6.png" alt=Icon>
           </a>
           <div class=info>
-            <h4><a href="http://yukkuri.itch.io/pwl6">Pixel Witch Lesson&nbsp;#6</a></h4>
+            <h4><a href="/pwl6/index.html">Pixel Witch Lesson&nbsp;#6</a></h4>
             <ul>
               <li>2014</li>
               <li>Windows, OS X, GNU/Linux</li>
diff --git a/pwl6/index.html b/pwl6/index.html
new file mode 100644 (file)
index 0000000..fedb255
--- /dev/null
@@ -0,0 +1,60 @@
+<!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">
+    <noscript><style>.script { display: none !important; }</style></noscript>
+    <title>Pixel Witch Lesson #6 - Yukkuri Games</title>
+  </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><span style="font-size: 70%">Pixel Witch Lesson #6</span></h1>
+    </header>
+    <main>
+      <p>
+        One of the first things new pixel witches must learn is how to
+        extract and refine the pixel-stones used for their spells.
+        Lesson #6 is a set of exercises to help you learn to find the
+        patterns in natural pixel-stone formations.
+      </p>
+
+      <iframe src="//itch.io/embed/11040" class="script"></iframe>
+      <noscript style="text-align: center">
+        <p>
+          You'll need JavaScript enabled to purchase the game, or to
+          play it in your browser.
+        </p>
+      </noscript>
+
+      <div class="screenshots">
+        <a href="pwl6-1.png"><img src="pwl6-1.png" alt="Screenshot - Main menu"></a>
+        <a href="pwl6-2.png"><img src="pwl6-2.png" alt="Screenshot - An early level"></a>
+      </div>
+
+      <div class="actionable">
+        <a href="/pwl6/play" class="script">Play Now</a>
+        <a href="http://git.yukkurigames.com/pwl6.git">Source Code</a>
+      </div>
+
+      <h2>Features</h2>
+      <ul>
+        <li>A difficult puzzle game you can take at your own pace.</li>
+        <li>Over a dozen puzzles. But not too many.</li>
+        <li>Calming soundtrack.</li>
+      </ul>
+
+    </main>
+    <footer>
+      <a href="/support.html">Support</a>
+      <a href="/privacy.html">Privacy Policy</a>
+      <a href="mailto:yuuSPAM@MAPSyukkurigames.com"
+         onclick="this.href=this.href.replace(/[A-Z]/g, '')">Contact</a>
+    </footer>
+  </body>
+</html>
diff --git a/pwl6/pwl6-1.png b/pwl6/pwl6-1.png
new file mode 100644 (file)
index 0000000..efdaa9d
Binary files /dev/null and b/pwl6/pwl6-1.png differ
diff --git a/pwl6/pwl6-2.png b/pwl6/pwl6-2.png
new file mode 100644 (file)
index 0000000..0e34bfd
Binary files /dev/null and b/pwl6/pwl6-2.png differ