2014-07-19 22:57:28 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
|
|
|
|
{% include head.html %}
|
|
|
|
|
2014-08-10 14:18:30 +00:00
|
|
|
|
2014-07-25 21:44:57 +00:00
|
|
|
<body id="page-top" class="index">
|
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 %}
|
|
|
|
{% include contact.html %}
|
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>
|