+@import url('https://fonts.googleapis.com/css?family=Open+Sans|Source+Sans+Pro');
+
body {
font-weight: 400;
line-height: 1.65em;
- font-family: 'Verdana', sans-serif;
-}
-
-header img {
- width: 120px;
- height: 120px;
-}
-
-header {
- display: flex;
- justify-content: space-between;
- align-items: center; /*vertical centering*/
- padding: 10px 40px;
- background: linear-gradient(to bottom, #ccc, white);
-}
-
-header ul {
- display: flex;
- margin: 0; /*taking the margin and padding ul default size off*/
- padding: 0;
- list-style-type: none;
+ font-family: 'Open Sans', sans-serif;
}
-header li {
- padding: 2.5em;
-}
-
-header li a {
- color: #333;
- text-decoration: none;
-}
-
-main {
- padding: 2em;
- line-height: 1.1;
- display: flex;
- justify-content: space-between;
- align-items: stretch; /*vertical centering*/
- flex-grow: 1;
-}
-
-main section {
- flex-grow: 1;
- flex-basis: 33%;
- padding: 20px;
- border-right: solid 1px #b9b9b9;
- text-align: justify;
+h1, h2, h3, h4 {
+ font-family: 'Source Sans Pro', sans-serif;
}
h2 {
- font-size: 1em;
+ font-size: 2rem;
+ font-weight: 600;
text-align: center;
}
h3 {
- font-size: 0.8em;
+ font-size: 1.5rem;
+ font-weight: 600;
text-align: center;
}
margin: 0;
display: inline-block;
font-size: 1.25em;
+ font-weight: 600;
}
/* MEDIA QUERIES */
<title>{%block title%}PgDU 2018{%endblock%}</title>
- <link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script src="{{media("js/main.js")}}"></script>
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
</section>
<!-- Footer -->
- <footer id="footer">
- <div class="container">
- <section class="links">
- <div class="row">
- <div class="col">
- <h3>Contact Us</h3>
- <a href="mailto:pgdu-committee@lists.pgdu.org">pgdu-committee@lists.pgdu.org</a>
- <ul class="copyright">
- <li>© 2018 PostgreSQL Down Under Inc.</li>
- </ul>
- </div>
- </div>
- </section>
- </div>
- </footer>
+ <footer>
+ <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> | © 2018 PostgreSQL Down Under Inc.
+ </p>
+ </footer>
</body>
</html>
<title>{%block title%}PgDU 2018{%endblock%}</title>
- <link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script src="{{media("js/main.js")}}"></script>
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">