/* FOOTER */
-footer ul {
- margin: 0; /*taking the margin and padding ul default size off */
- padding: 0;
- list-style-type: none;
- display: flex;
- justify-content: center;
+footer {
+ background-color: #F5F5F5;
}
-footer li {
- margin: 5px 10px;
+ul.icons {
+ cursor: default;
+ list-style: none;
+ padding-left: 0;
}
-footer p {
- font-size: 0.6em;
- text-align: center;
+ul.icons li {
+ display: inline-block;
+ padding: 0 1em 0 0;
}
+ul.icons li:last-child {
+ padding-right: 0;
+}
+
+ul.icons li .icon:before {
+ font-size: 2em;
+}
+
+
/* OUR TEAM */
.title {
{%block content%}{%endblock%}
<!-- Footer -->
- <footer id="footer">
- <div class="container">
- <section class="links">
- <div class="row">
- <div class="col-sm-4">
- <h3>Contact Us</h3>
- <a href="mailto:pgdu-committee@lists.pgdu.org">pgdu-committee@lists.pgdu.org</a>
- </div>
- <div class="col-sm-4">
- <ul class="copyright">
- <li>© 2018 PostgreSQL Down Under Inc.</li>
- </ul>
- </div>
- </div>
- </section>
- </div>
- </footer>
+ <footer>
+ <h3>PostgreSQL Down Under Inc.</h3>
+ <ul class="icons">
+ <li>
+ <a href="https://www.facebook.com/PostgresOpen" class="fa fa-facebook"><span class="label">Facebook</span></a>
+ </li>
+ <li>
+ <a href="https://twitter.com/postgresopen" class="fa fa-twitter"><span class="label">Twitter</span></a>
+ </li>
+ </ul>
+ <p>
+ <a href="mailto:pgdu-committee@lists.pgdu.org">pgdu-committee@lists.pgdu.org</a>
+ </p>
+ <p>
+ © 2018 PostgreSQL Down Under Inc.
+ </p>
+ </footer>
</body>
</html>