<!DOCTYPE html> <html> <meta charset="utf-8"> <head> <style> #header { background: #856d51; padding: 0.7em; text-align: left; } #header a { color: white; text-decoration: none; padding: 0.5em 1em 0.5em 1em; } #title { color: #433729; } iframe { width: 720px; height: 720px; } html { font-family: sans-serif; } body { line-height: 1.5em; } body { background: #FAFAFA; } table { border-collapse: collapse; width: 100%; } table, th, td { border: 1px solid #aaa; padding: 0.5em; margin-top: 0.5em; margin-bottom: 0.5em; } code, pre { font-family: monospace, serif; font-size: 1em; color: #7f0a0c; background: #f5f5f5; white-space: pre-wrap; } .contents { background: #FFFFFF; width: 720px; padding: 1em; margin-top: 2em; margin-bottom: 2em; border: 1px solid #E0E0E0; text-align: left; color: #444; } </style> <title> PSKOV - Opensource Game Studio static site generator </title> </head> <body> <div id="header"> <strong id="title">PSKOV</strong> <a href="index.html">Tool</a> <a href="education.html">Education</a> </div> <center><h1> Education </h1></center> <center><div class="contents"> <p>Here you can find a set of documents to make you proficient in generating static sites with <strong>PSKOV</strong>. You are encouraged to read the documents in order.</p> <table> <thead> <tr> <th>№</th> <th>Document</th> <th>Details</th> <th>Demonstration</th> <th>Estimated completion time</th> </tr> </thead> <tbody> <tr> <td>1</td> <td><a href="education.01.why.html">Why</a></td> <td>Find out why <strong>PSKOV</strong> was created</td> <td>-</td> <td>5 minutes</td> </tr> <tr> <td>2</td> <td><a href="education.02.deps.html">Dependencies</a></td> <td>Install dependencies to start using <strong>PSKOV</strong></td> <td>-</td> <td>?? minutes</td> </tr> <tr> <td>3</td> <td><a href="education.03.site.html">Site</a></td> <td>Learn how to create a simple static web site with two pages</td> <td>TODO Link</td> <td>?? minutes</td> </tr> <tr> <td>4</td> <td>Language</td> <td>?</td> <td>TODO Link</td> <td>?</td> </tr> <tr> <td>5</td> <td>Blog</td> <td>?</td> <td>TODO Link</td> <td>?</td> </tr> </tbody> </table> </div></center> <script type="text/javascript"> </script> </body> </html>