Front website https://natronics.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

41 lines
1.2 KiB

10 years ago
10 years ago
10 years ago
  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <meta name="description" content="natronics.org">
  7. <meta name="author" content="Nathan Bergey">
  8. {% capture lvl %}{{ page.url | append:'index.html' | split:'/' | size }}{% endcapture %}
  9. {% capture relative %}{% for i in (3..lvl) %}../{% endfor %}{% endcapture %}
  10. <link href='https://fonts.googleapis.com/css?family=Arvo:400,700|PT+Sans:400,700,400italic' rel='stylesheet' type='text/css'>
  11. <link href="{{ relative }}resources/css/bootstrap.min.css" rel="stylesheet">
  12. <link href="{{ relative }}resources/css/style.css" rel="stylesheet">
  13. <title>{{ page.title }}</title>
  14. </head>
  15. <body>
  16. <div class="wrapper">
  17. <div id="header">
  18. <div class="container">
  19. <h1>natronics.org</h1>
  20. </div>
  21. </div>
  22. <div id="content">
  23. <div class="container">
  24. {{ content }}
  25. </div>
  26. </div>
  27. </div>
  28. <div id="footer">
  29. <div class="container">
  30. <a class="pull-right" href="#">Back to top</a>
  31. <p>
  32. made by natronics in the cold barren wasteland of Boulder, CO.
  33. </p>
  34. </div>
  35. </div>
  36. </body>
  37. </html>