2014-07-19 22:57:28 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
2015-02-01 22:51:04 +00:00
|
|
|
{% include head.html %}
|
2014-07-25 21:44:57 +00:00
|
|
|
<body id="page-top" class="index">
|
2015-02-01 22:51:04 +00:00
|
|
|
{% include nav.html %}
|
2014-07-19 22:57:28 +00:00
|
|
|
{% include header.html %}
|
2014-07-25 21:44:57 +00:00
|
|
|
{% include portfolio_grid.html %}
|
|
|
|
{% include about.html %}
|
2015-02-17 16:03:24 +00:00
|
|
|
|
|
|
|
{% if site.contact == "static" %}
|
|
|
|
{% include contact_static.html %}
|
2015-09-27 16:40:16 +00:00
|
|
|
{% elsif site.contact == "disqus" %}
|
|
|
|
{% include contact_disqus.html %}
|
2015-02-17 16:03:24 +00:00
|
|
|
{% else %}
|
2014-07-25 21:44:57 +00:00
|
|
|
{% include contact.html %}
|
2015-02-17 16:03:24 +00:00
|
|
|
{% endif %}
|
|
|
|
|
2014-07-19 22:57:28 +00:00
|
|
|
{% include footer.html %}
|
2014-07-25 21:44:57 +00:00
|
|
|
{% include modals.html %}
|
|
|
|
{% include js.html %}
|
2014-07-19 22:57:28 +00:00
|
|
|
</body>
|
|
|
|
</html>
|