index.html 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="generator" content="pandoc">
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
  7. <title></title>
  8. <style type="text/css">code{white-space: pre;}</style>
  9. <!--[if lt IE 9]>
  10. <script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
  11. <![endif]-->
  12. <style type="text/css">
  13. @font-face {
  14. font-family: 'ola';
  15. src: url("fonts/ola/olasans-webfont.eot");
  16. src: url("fonts/ola/olasans-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/ola/olasans-webfont.woff2") format("woff2"), url("fonts/ola/olasans-webfont.woff") format("woff"), url("fonts/ola/olasans-webfont.ttf") format("truetype");
  17. font-weight: normal;
  18. font-style: normal; }
  19. /* Generated by Font Squirrel (https://www.fontsquirrel.com) on June 17, 2016 */
  20. @font-face {
  21. font-family: 'vollkorn';
  22. src: url("fonts/volkorn/vollkorn-bold-webfont.woff2") format("woff2"), url("fonts/volkorn/vollkorn-bold-webfont.woff") format("woff");
  23. font-weight: bold;
  24. font-style: normal; }
  25. @font-face {
  26. font-family: 'vollkorn';
  27. src: url("fonts/volkorn/vollkorn-bolditalic-webfont.woff2") format("woff2"), url("fonts/volkorn/vollkorn-bolditalic-webfont.woff") format("woff");
  28. font-weight: bold;
  29. font-style: italic; }
  30. @font-face {
  31. font-family: 'vollkorn';
  32. src: url("fonts/volkorn/vollkorn-italic-webfont.woff2") format("woff2"), url("fonts/volkorn/vollkorn-italic-webfont.woff") format("woff");
  33. font-weight: normal;
  34. font-style: italic; }
  35. @font-face {
  36. font-family: 'vollkorn';
  37. src: url("fonts/volkorn/vollkorn-regular-webfont.woff2") format("woff2"), url("fonts/volkorn/vollkorn-regular-webfont.woff") format("woff");
  38. font-weight: normal;
  39. font-style: normal; }
  40. body {
  41. font-family: 'vollkorn',sans-serif;
  42. max-width: 100%;
  43. height: 100%;
  44. margin: 30px 0;
  45. font-size: 14px; }
  46. h1, h2, h3, h4, h5, h6 {
  47. font-family: 'ola',sans-serif;
  48. margin: 0; }
  49. #main h1, #main h2 {
  50. border: 2px solid #000;
  51. padding: 5px;
  52. display: inline-block;
  53. position: absolute; }
  54. #main h1 {
  55. padding: 5px 1rem;
  56. top: 100px;
  57. white-space: nowrap; }
  58. #main h2 {
  59. top: 0;
  60. white-space: nowrap;
  61. padding: 5px 1rem;
  62. font-size: 1rem; }
  63. p {
  64. font-size: 1.5em; }
  65. ul {
  66. margin: 0;
  67. padding: 0; }
  68. li {
  69. list-style: none; }
  70. img {
  71. max-width: 100%; }
  72. code {
  73. border: 1px solid #000;
  74. padding: 5px; }
  75. header#header {
  76. width: 18%;
  77. min-width: 200px;
  78. position: fixed;
  79. padding: 0 1rem; }
  80. header#header h1 {
  81. font-size: 1rem;
  82. border-bottom: 2px solid #000;
  83. margin-bottom: 1em; }
  84. header#header #menu li p {
  85. margin-top: 0;
  86. margin-bottom: 0.2em;
  87. font-size: 1em; }
  88. header#header #menu li a {
  89. color: #000; }
  90. div.user {
  91. position: relative;
  92. width: 55%;
  93. max-width: 800px;
  94. margin: 0 auto 5rem auto; }
  95. div.user header {
  96. min-height: 200px; }
  97. div.user .content {
  98. border: 2px solid #000;
  99. padding: 1rem;
  100. width: 100%;
  101. margin-bottom: 2rem; }
  102. div.user section.images ul {
  103. width: 105%; }
  104. div.user section.images ul li {
  105. line-height: 0;
  106. margin: 1rem 0;
  107. border: 2px solid #000; }
  108. div.user section.images ul li img {
  109. max-width: 100%;
  110. width: 100%; }
  111. div.user p img {
  112. border: none; }
  113. @media print {
  114. @page {
  115. margin: 1cm;
  116. size: A4; }
  117. div.user {
  118. width: 17cm;
  119. margin-top: 2cm;
  120. page-break-after: always;
  121. max-width: 19cm; }
  122. div.user p, div.user code {
  123. page-break-inside: avoid; }
  124. div.user section.images ul li {
  125. page-break-inside: avoid;
  126. margin-top: 1cm; } }
  127. </style>
  128. </head>
  129. <body>
  130. <header id='header'>
  131. <h1 id="ola3-documentation">OLA#3 Documentation</h1>
  132. <p><nav id='menu'></p>
  133. <ul>
  134. <li><a href="#content/model">content/model</a></li>
  135. </ul>
  136. <p></nav></p>
  137. </header>
  138. <section id='main'>
  139. <div id='content/model' class='user'>
  140. <section class='content'>
  141. <h1 id="le-nom-de-mon-animatique">Le nom de mon animatique</h1>
  142. <h2 id="monprenom-monnom">Monprenom Monnom</h2>
  143. <p>à partir d'ici vous pouvez écrire le texte de description de votre projet d'aniamtique</p>
  144. <p><img src="images/model-00.jpg" alt="" /></p>
  145. <p>Pour insérer des images, comme des shoot écrans de votre travail, commencez par les déposer dans le dossier images de votre dossier perso<br />
  146. puis ajouter cette ligne:</p>
  147. <pre><code>!images/nomdemonimage.jpeg!</code></pre>
  148. <p>Toutes les images seront insérez automatiquement a la fin de votre description dans la documentation finale, sauf celle ajouté manuellement dans le texte.</p>
  149. </section>
  150. <section class='images'>
  151. <ul>
  152. <li><img src="images/model-01.jpg" alt="" /></li>
  153. </ul>
  154. </section>
  155. <section class='sources'>
  156. </section>
  157. </div>
  158. <div class="pagebreak">
  159. </div>
  160. </section>
  161. <script src="bower_components/jquery/dist/jquery.min.js" type="text/javascript"></script>
  162. <script src="js/jquery.line/jquery.line.js" type="text/javascript"></script>
  163. <script src="js/main.js" type="text/javascript"></script>
  164. </body>
  165. </html>