index.html 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="chrome=1">
  6. <title>pysketcher by hplgit</title>
  7. <link rel="stylesheet" href="stylesheets/styles.css">
  8. <link rel="stylesheet" href="stylesheets/github-dark.css">
  9. <script src="javascripts/scale.fix.js"></script>
  10. <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
  11. <!--[if lt IE 9]>
  12. <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
  13. <![endif]-->
  14. </head>
  15. <body>
  16. <div class="wrapper">
  17. <header>
  18. <h1>Pysketcher: Make physics sketches by programming</h1>
  19. <p class="view"><a href="https://github.com/hplgit/pysketcher">View the Project on GitHub <small>hplgit/pysketcher</small></a></p>
  20. </header>
  21. <section>
  22. <h1>Tutorial</h1>
  23. <ul>
  24. <li><p> <a href="../pub/tutorial/pysketcher.pdf">LaTeX PDF</a>
  25. <li><p> <a href="../pub/tutorial/pysketcher.html">Bootstrap HTML</a>
  26. <li><p> <a href="../pub/tutorial/html/index.html">Sphinx HTML</a>
  27. </ul>
  28. </section>
  29. </div>
  30. <footer>
  31. <p>Project maintained by <a href="https://github.com/hplgit">hplgit</a></p>
  32. <p>Hosted on GitHub Pages &mdash; Theme by <a href="https://github.com/orderedlist">orderedlist</a></p>
  33. </footer>
  34. <!--[if !IE]><script>fixScale(document);</script><![endif]-->
  35. </body>
  36. </html>