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.

19 lines
418 B
HTML

10 years ago
<!DOCTYPE html>
<html>
{% include head.html %}
<style>{% include main.css %}</style>
<style>{% include bootstrap.min.css %}</style>
10 years ago
<body id="page-top" class="index">
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>