2014-12-05 17:08:43 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
|
|
|
|
|
{% include head.html %}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<body id="page-top" class="index">
|
|
|
|
|
|
2014-12-16 17:20:19 +01:00
|
|
|
{% include navigation.html %}
|
2014-12-05 17:08:43 +01:00
|
|
|
{% include header.html %}
|
|
|
|
|
{% include about.html %}
|
|
|
|
|
{% include portfolio_grid.html %}
|
|
|
|
|
{% include team.html %}
|
|
|
|
|
{% include clients.html %}
|
|
|
|
|
{% include contact.html %}
|
|
|
|
|
{% include footer.html %}
|
|
|
|
|
{% include modals.html %}
|
|
|
|
|
{% include js.html %}
|
|
|
|
|
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|