Personal website https://benkurtovic.com/
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.
 
 
 
 

31 lines
1.5 KiB

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <title>{% if page.title != "Home" %}{{ page.title }} - {% endif %}Ben Kurtovic</title>
  6. <meta name="viewport" content="width=device-width, initial-scale=1">
  7. <link rel="icon" type="image/png" href="/static/favicon.png" />
  8. <link rel="stylesheet" href="/static/main.css" />
  9. <link rel="stylesheet" href="/static/syntax.css" />
  10. <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" />
  11. <link rel="alternate" type="application/atom+xml" href="/atom.xml" title="Atom Feed" />
  12. <script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
  13. <script src="//cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
  14. <script src="/static/main.js"></script>
  15. </head>
  16. <body>
  17. <div id="banner">
  18. <a href="/">
  19. <img src="/static/avatar.png" title="Ben Kurtovic" alt="Earwig" />
  20. <h1>Ben Kurtovic</h1>
  21. </a>
  22. </div>
  23. <div id="container">
  24. {{ content }}
  25. <div id="footer">
  26. <p>Copyright &copy; 2011&ndash;{{ site.time | date: "%Y" }} Ben&nbsp;Kurtovic &bull; <a href="//github.com/earwig/earwig.github.io">View&nbsp;Source</a> &bull; <a href="http://validator.w3.org/check?uri=referer">Valid&nbsp;HTML5</a></p>
  27. </div>
  28. </div>
  29. </body>
  30. </html>