AboutComunic/_includes/common/contact.html

24 lines
662 B
HTML
Raw Normal View History

2018-05-08 14:11:40 +00:00
<footer>
2018-05-08 17:06:35 +00:00
<div class="container">
<p>
2021-02-16 12:04:45 +00:00
&copy; <script>document.write(new Date().getFullYear())</script> Comunic. All Rights Reserved.<br />
2018-05-08 17:06:35 +00:00
&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>
2018-05-10 11:52:44 +00:00
<a href="{{ site.base_url }}/about/privacy/">Privacy</a>
2018-05-08 17:06:35 +00:00
</li>
<li>
2018-05-10 12:43:36 +00:00
<a href="{{ site.base_url }}/about/terms/">Terms</a>
2018-05-08 17:06:35 +00:00
</li>
<li>
2018-05-10 11:52:44 +00:00
<a href="{{ site.base_url }}/about/legal/">Legal</a>
2018-05-10 11:07:21 +00:00
</li>
<li>
2020-05-05 10:00:52 +00:00
<a href="{{ site.base_url }}/about/license/">License</a>
2018-05-08 17:06:35 +00:00
</li>
</ul>
</div>
2018-05-08 14:11:40 +00:00
</footer>