mirror of
https://github.com/pierre42100/AboutComunic
synced 2025-06-20 17:15:19 +00:00
Removed useless files
This commit is contained in:
@ -1,40 +1,19 @@
|
||||
|
||||
<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>
|
||||
<div class="container">
|
||||
<p>
|
||||
© 2018 Comunic. All Rights Reserved.<br />
|
||||
© 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>
|
||||
|
Reference in New Issue
Block a user