default.html 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. <!DOCTYPE html>
  2. <!--[if IE 9]><html class="lt-ie10" lang="en" > <![endif]-->
  3. <html class="no-js" lang="en" >
  4. <head>
  5. <meta charset="utf-8">
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7. <title>{% if page.title %}{{ page.title }} - {% endif %}wkhtmltopdf</title>
  8. <link rel="stylesheet" href="css/normalize.css">
  9. <link rel="stylesheet" href="css/foundation.css">
  10. <link rel="stylesheet" href="css/site.css">
  11. <script src="js/vendor/modernizr.js"></script>
  12. </head>
  13. <body>
  14. <!-- Header and Nav -->
  15. <div id="header-row">
  16. <div class="row">
  17. <div class="large-4 columns">
  18. <h1>
  19. <a href="index.html"><img src="images/logo.png" alt="wkhtmltopdf"></a>
  20. </h1>
  21. </div>
  22. <div class="large-8 columns">
  23. <ul class="button-group right">
  24. <li><a href="https://github.com/wkhtmltopdf/wkhtmltopdf" class="button">GitHub</a></li>
  25. <li><a href="docs.html" class="button">Docs</a></li>
  26. <li><a href="status.html" class="button">Status</a></li>
  27. <li><a href="support.html" class="button">Support</a></li>
  28. <li><a href="downloads.html" class="button">Downloads</a></li>
  29. </ul>
  30. </div>
  31. </div>
  32. </div>
  33. <!-- End Header and Nav -->
  34. <!-- Content -->
  35. <div class="row">
  36. <div class="small-12 columns margin-top">
  37. {{ content }}
  38. </div>
  39. </div>
  40. <!-- End Content -->
  41. <!-- Footer -->
  42. <footer class="row">
  43. <div class="large-12 columns">
  44. <hr />
  45. <div class="row">
  46. <div class="large-7 columns">Project maintained by <a href="https://github.com/ashkulz">Ashish Kulkarni</a>, originally created by <a href="https://github.com/antialize">Jakob Truelsen</a>.</div>
  47. <div class="large-5 columns">
  48. <ul class="inline-list right">
  49. <li><a href="https://github.com/wkhtmltopdf/wkhtmltopdf">GitHub</a></li>
  50. <li><a href="docs.html">Docs</a></li>
  51. <li><a href="status.html">Status</a></li>
  52. <li><a href="support.html">Support</a></li>
  53. <li><a href="downloads.html">Downloads</a></li>
  54. </ul>
  55. </div>
  56. </div>
  57. </div>
  58. </footer>
  59. <script src="https://code.jquery.com/jquery-2.1.0.min.js"></script>
  60. <script src="js/foundation.min.js"></script>
  61. <script>
  62. $(document).foundation();
  63. </script>
  64. </body>
  65. </html>