From 5ffbbf01db9c23210c47bf439310aad88d783526 Mon Sep 17 00:00:00 2001 From: Andre Pastore Date: Thu, 2 Jun 2016 23:47:44 -0300 Subject: [PATCH] Adicionada secao para followus: Acompanhe o evento e pagina da Python Brasil no FB --- theme/sass/main.scss | 1 + theme/sass/modules/_followus.scss | 27 ++++++++++++++++++++++++++ theme/templates/home.html | 2 ++ theme/templates/includes/followus.html | 17 ++++++++++++++++ 4 files changed, 47 insertions(+) create mode 100644 theme/sass/modules/_followus.scss create mode 100644 theme/templates/includes/followus.html diff --git a/theme/sass/main.scss b/theme/sass/main.scss index a52b267..dccde96 100755 --- a/theme/sass/main.scss +++ b/theme/sass/main.scss @@ -25,4 +25,5 @@ "modules/schedule", "modules/sponsors", "modules/volunteers", + "modules/followus", "modules/footer"; diff --git a/theme/sass/modules/_followus.scss b/theme/sass/modules/_followus.scss new file mode 100644 index 0000000..8514083 --- /dev/null +++ b/theme/sass/modules/_followus.scss @@ -0,0 +1,27 @@ +.followus { + padding: 4em 0; + + h1 { + color: #333; + text-align: center; + margin-bottom: 50px; + } + + .social.facebook { + text-align: center; + } + + ul { + $columns: 1; + -moz-column-count: $columns; + -moz-column-gap: 20px; + -webkit-column-count: $columns; + -webkit-column-gap: 20px; + column-count: $columns; + column-gap: 20px; + } + + li { + list-style: none; + } +} diff --git a/theme/templates/home.html b/theme/templates/home.html index 83e1a14..0f87ad1 100644 --- a/theme/templates/home.html +++ b/theme/templates/home.html @@ -18,4 +18,6 @@ {% include "includes/sponsors.html" %} {% include "includes/volunteers.html" %} + + {% include "includes/followus.html" %} {% endblock %} diff --git a/theme/templates/includes/followus.html b/theme/templates/includes/followus.html new file mode 100644 index 0000000..659570e --- /dev/null +++ b/theme/templates/includes/followus.html @@ -0,0 +1,17 @@ +
+ +
+
+

Acompanhe notícias do evento e da comunidade Python Brasil

+ + +
+