You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
350 B
HTML

10 years ago
<!DOCTYPE html>
<html>
{% include head.html %}
10 years ago
<body id="page-top" class="index">
{% include nav.html %}
10 years ago
{% include header.html %}
10 years ago
{% include portfolio_grid.html %}
{% include about.html %}
{% include contact.html %}
10 years ago
{% include footer.html %}
10 years ago
{% include modals.html %}
{% include js.html %}
10 years ago
</body>
</html>