This repository has been archived by the owner on Oct 29, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathfooter.php
36 lines (33 loc) · 1.53 KB
/
footer.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
</div> <!-- /container -->
<div class="brazil-line"></div>
<footer class="footer-div text-center container-fluid">
<div class="row">
<div class="container" id="footer-container">
<div class="col-md-8">
<p>
<strong>OpenBSD:</strong>
"Apenas duas falhas na instalação padrão depois de
um diabólico período de tempo."
</p>
<p>
<strong>Comunidade OpenBSD Brasil</strong>
</p>
</div>
<div class="col-md-4">
<a href="https://github.com/OpenBSD-BR/openbsd-br.org" class="btn btn-social-icon btn-lg btn-github" target="_blank">
<i class="fa fa-github fa-2x"></i>
</a>
<a href="https://www.facebook.com/openbsdbrasil/" class="btn btn-social-icon btn-lg btn-facebook" target="_blank">
<i class="fa fa-facebook fa-2x"></i>
</a>
<a href="https://twitter.com/openbsd_br" class="btn btn-social-icon btn-lg btn-twitter" target="_blank">
<i class="fa fa-twitter fa-2x"></i>
</a>
</div>
</div>
</div>
</footer>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="js/ie10-viewport-bug-workaround.js"></script>
</body>
</html>