contact.html (1812B)
1 <section id="contact" class="contact bg-primary"> 2 <div class="container"> 3 <h2>We <i class="fa fa-heart"></i> new friends!</h2> 4 <ul class="list-inline list-social"> 5 {% for network in site.social %} 6 <li class="social-{{ network.title }} list-inline-item"> 7 <a href="{{ network.url }}" class="btn-social btn-outline"><i class="fa fa-fw fa-{{ network.title }}"></i></a> 8 </li> 9 {% endfor %} 10 </ul> 11 <!-- <ul class="list-inline list-social"> 12 <li class="social-twitter"> 13 <a href="#"><i class="fa fa-twitter"></i></a> 14 </li> 15 <li class="social-facebook"> 16 <a href="#"><i class="fa fa-facebook"></i></a> 17 </li> 18 <li class="social-google-plus"> 19 <a href="#"><i class="fa fa-google-plus"></i></a> 20 </li> 21 </ul> --> 22 </div> 23 </section> 24 <footer> 25 <div class="container"> 26 <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> 27 <ul class="list-inline"> 28 <li class="list-inline-item"> 29 <a href="#">Privacy</a> 30 </li> 31 <li class="list-inline-item"> 32 <a href="#">Terms</a> 33 </li> 34 <li class="list-inline-item"> 35 <a href="#">FAQ</a> 36 </li> 37 </ul> 38 </div> 39 </footer>