Skip to content

Commit

Permalink
Added fav-icons in the footer of index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
felipe300 committed Jul 15, 2020
1 parent 291ca62 commit 2a535a1
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous">
<!-- Google Fonts | lato & poppins fonts -->
<link href="https://fonts.googleapis.com/css?family=Lato|Poppins" rel="stylesheet">
<!-- BootstrapCDN -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- Main Styles -->
<link rel="stylesheet" href="assets/css/style.css">
</head>
Expand Down Expand Up @@ -166,6 +168,22 @@ <h3>Lorem ipsum dolor sit amet, consectetur adipiscing elit. </h3>
<!-- Footer -->
<footer class="footer_di-buffala">
<small>DiBufalla 2018. Todos los derechos reservados.</small>
<div class="wrapper">
<small>Redes Sociales</small>
<div class="media-footer">
<ul class="ul-footer">
<li class="li-footer">
<i class="fa fa-facebook-official" aria-hidden="true"></i>
</li>
<li class="li-footer">
<i class="fa fa-twitter" aria-hidden="true"></i>
</li>
<li class="li-footer">
<i class="fa fa-instagram" aria-hidden="true"></i>
</li>
</ul>
</div>
</div>
</footer>


Expand Down

0 comments on commit 2a535a1

Please sign in to comment.