Gave a new structure to project

This commit is contained in:
Pierre
2018-05-10 11:16:54 +02:00
parent 993f16bacd
commit 005b1e4526
14 changed files with 40 additions and 40 deletions

19
_includes/common/contact.html Executable file
View File

@ -0,0 +1,19 @@
<footer>
<div class="container">
<p>
&copy; 2018 Comunic. All Rights Reserved.<br />
&copy; 2016 theme based on <a rel="nofollow" target="_blank" href="https://startbootstrap.com/template-overviews/new-age/">Start Bootstrap</a>.<br />
</p>
<ul class="list-inline">
<li>
<a href="#">Privacy</a>
</li>
<li>
<a href="#">Terms</a>
</li>
<li>
<a href="#">FAQ</a>
</li>
</ul>
</div>
</footer>