<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 #6</a></h4>
+ <h4><a href="/pwl6/index.html">Pixel Witch Lesson #6</a></h4>
<ul>
<li>2014</li>
<li>Windows, OS X, GNU/Linux</li>
--- /dev/null
+<!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>