Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

142 lignes
3.2KB

  1. <!DOCTYPE html>
  2. <html>
  3. <meta charset="utf-8">
  4. <head>
  5. <style>
  6. #header
  7. {
  8. background: #856d51;
  9. padding: 0.7em;
  10. text-align: left;
  11. }
  12. #header a
  13. {
  14. color: white;
  15. text-decoration: none;
  16. padding: 0.5em 1em 0.5em 1em;
  17. }
  18. #title
  19. {
  20. color: #433729;
  21. }
  22. iframe
  23. {
  24. width: 720px;
  25. height: 720px;
  26. }
  27. html
  28. {
  29. font-family: sans-serif;
  30. }
  31. body
  32. {
  33. line-height: 1.5em;
  34. }
  35. body
  36. {
  37. background: #FAFAFA;
  38. }
  39. table
  40. {
  41. border-collapse: collapse;
  42. width: 100%;
  43. }
  44. table, th, td
  45. {
  46. border: 1px solid #aaa;
  47. padding: 0.5em;
  48. margin-top: 0.5em;
  49. margin-bottom: 0.5em;
  50. }
  51. code, pre
  52. {
  53. font-family: monospace, serif;
  54. font-size: 1em;
  55. color: #7f0a0c;
  56. background: #f5f5f5;
  57. white-space: pre-wrap;
  58. }
  59. .contents
  60. {
  61. background: #FFFFFF;
  62. width: 720px;
  63. padding: 1em;
  64. margin-top: 2em;
  65. margin-bottom: 2em;
  66. border: 1px solid #E0E0E0;
  67. text-align: left;
  68. color: #444;
  69. }
  70. </style>
  71. <title>
  72. PSKOV - Opensource Game Studio static site generator
  73. </title>
  74. </head>
  75. <body>
  76. <div id="header">
  77. <strong id="title">PSKOV</strong>
  78. <a href="index.html">Tool</a>
  79. <a href="education.html">Education</a>
  80. </div>
  81. <center><h1>
  82. Education
  83. </h1></center>
  84. <center><div class="contents">
  85. <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>
  86. <table>
  87. <thead>
  88. <tr>
  89. <th>№</th>
  90. <th>Document</th>
  91. <th>Details</th>
  92. <th>Demonstration</th>
  93. <th>Estimated completion time</th>
  94. </tr>
  95. </thead>
  96. <tbody>
  97. <tr>
  98. <td>1</td>
  99. <td><a href="education.01.why.html">Why</a></td>
  100. <td>Find out why <strong>PSKOV</strong> was created</td>
  101. <td>-</td>
  102. <td>5 minutes</td>
  103. </tr>
  104. <tr>
  105. <td>2</td>
  106. <td><a href="education.02.deps.html">Dependencies</a></td>
  107. <td>Install dependencies to start using <strong>PSKOV</strong></td>
  108. <td>-</td>
  109. <td>?? minutes</td>
  110. </tr>
  111. <tr>
  112. <td>3</td>
  113. <td><a href="education.03.site.html">Site</a></td>
  114. <td>Learn how to create a simple static web site with two pages</td>
  115. <td>TODO Link</td>
  116. <td>?? minutes</td>
  117. </tr>
  118. <tr>
  119. <td>4</td>
  120. <td>Language</td>
  121. <td>?</td>
  122. <td>TODO Link</td>
  123. <td>?</td>
  124. </tr>
  125. <tr>
  126. <td>5</td>
  127. <td>Blog</td>
  128. <td>?</td>
  129. <td>TODO Link</td>
  130. <td>?</td>
  131. </tr>
  132. </tbody>
  133. </table>
  134. </div></center>
  135. <script type="text/javascript">
  136. </script>
  137. </body>
  138. </html>