Initial page based on Agency by http://startbootstrap.com
This commit is contained in:
commit
838774e06d
84 changed files with 8146 additions and 0 deletions
20
_layouts/default.html
Normal file
20
_layouts/default.html
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
{% include head.html %}
|
||||
|
||||
|
||||
<body id="page-top" class="index">
|
||||
|
||||
{% 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue