mirror of
https://github.com/pierre42100/AboutComunic
synced 2024-11-14 17:41:14 +00:00
41 lines
1.7 KiB
HTML
41 lines
1.7 KiB
HTML
|
|
||
|
<section id="contact" class="contact bg-primary">
|
||
|
<div class="container">
|
||
|
<h2>We <i class="fa fa-heart"></i> new friends!</h2>
|
||
|
<ul class="list-inline list-social">
|
||
|
{% for network in site.social %}
|
||
|
<li class="social-{{ network.title }}">
|
||
|
<a href="{{ network.url }}" class="btn-social btn-outline"><i class="fa fa-fw fa-{{ network.title }}"></i></a>
|
||
|
</li>
|
||
|
{% endfor %}
|
||
|
</ul>
|
||
|
<!-- <ul class="list-inline list-social">
|
||
|
<li class="social-twitter">
|
||
|
<a href="#"><i class="fa fa-twitter"></i></a>
|
||
|
</li>
|
||
|
<li class="social-facebook">
|
||
|
<a href="#"><i class="fa fa-facebook"></i></a>
|
||
|
</li>
|
||
|
<li class="social-google-plus">
|
||
|
<a href="#"><i class="fa fa-google-plus"></i></a>
|
||
|
</li>
|
||
|
</ul> -->
|
||
|
</div>
|
||
|
</section>
|
||
|
<footer>
|
||
|
<div class="container">
|
||
|
<p>© 2016 theme by <a rel="nofollow" target="blank" href="https://startbootstrap.com/template-overviews/new-age/">Start Bootstrap</a> Built with <a target="_blank" rel="nofollow" href="https://jekyllrb.com/">Jekyll</a> by <a target="_blank" rel="nofollow" href="https://it.linkedin.com/in/antoniotrento">Antonio Trento</a> hosted on <a target="_blank" rel="nofollow" href="https://github.com/jekynewage/jekynewage.github.io">Github</a>. All Rights Reserved.</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>
|