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.

пре 12 година
пре 12 година
пре 10 година
пре 10 година
пре 10 година
пре 10 година
пре 10 година
1234567891011121314151617181920212223242526272829
  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. <script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
  12. <script src="//cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
  13. <script src="/static/main.js"></script>
  14. </head>
  15. <body>
  16. <div id="banner">
  17. <a href="/">
  18. <img src="/static/avatar.png" />
  19. <h1>Ben Kurtovic</h1>
  20. </a>
  21. </div>
  22. <div id="container">
  23. {{ content }}
  24. <div id="footer">
  25. <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>
  26. </div>
  27. </div>
  28. </body>
  29. </html>