From 2b59c6fd77d1dcf751580ae3f24f048598fe9b8e Mon Sep 17 00:00:00 2001 From: Rodrigo Silva Ferreira Date: Tue, 29 Jul 2025 13:11:39 -0400 Subject: [PATCH 1/6] atualizar logo python brasil 2025 --- themes/pybr/templates/base.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/themes/pybr/templates/base.html b/themes/pybr/templates/base.html index 8bc5e8a7..b05348cb 100644 --- a/themes/pybr/templates/base.html +++ b/themes/pybr/templates/base.html @@ -75,13 +75,13 @@
From a9a27db737bbe67ca9daabff68ac3e96957deace Mon Sep 17 00:00:00 2001 From: Rodrigo Silva Ferreira Date: Tue, 29 Jul 2025 13:16:46 -0400 Subject: [PATCH 2/6] adicionar pybr 2025 logo e link --- wiki | 1 + 1 file changed, 1 insertion(+) create mode 160000 wiki diff --git a/wiki b/wiki new file mode 160000 index 00000000..16c347c0 --- /dev/null +++ b/wiki @@ -0,0 +1 @@ +Subproject commit 16c347c0b8ae90af70412d493fccb687390ce55b From 22604f6ef2dd4880cc3573dca9ad64e6b144c0e8 Mon Sep 17 00:00:00 2001 From: Rodrigo Silva Ferreira Date: Tue, 29 Jul 2025 13:25:13 -0400 Subject: [PATCH 3/6] mudar image width p/ 800px --- themes/pybr/templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/pybr/templates/base.html b/themes/pybr/templates/base.html index b05348cb..5737f88d 100644 --- a/themes/pybr/templates/base.html +++ b/themes/pybr/templates/base.html @@ -76,7 +76,7 @@
- + From ae25ec706d9bc0455343d4fc27e8c7d37317e8cc Mon Sep 17 00:00:00 2001 From: Rodrigo Silva Ferreira Date: Fri, 1 Aug 2025 20:01:26 -0400 Subject: [PATCH 4/6] change colors of background and text --- themes/pybr/static/css/custom-colors.css | 24 ++++++++++++++++++++++++ themes/pybr/static/scss/_base.scss | 6 ++---- themes/pybr/templates/base.html | 2 ++ 3 files changed, 28 insertions(+), 4 deletions(-) create mode 100644 themes/pybr/static/css/custom-colors.css diff --git a/themes/pybr/static/css/custom-colors.css b/themes/pybr/static/css/custom-colors.css new file mode 100644 index 00000000..d85bf19a --- /dev/null +++ b/themes/pybr/static/css/custom-colors.css @@ -0,0 +1,24 @@ +/* Sobrescrevendo as cores do header para usar cinza no estilo do evento */ +.master-wrapper header { + background-color: #6c757d !important; + background-image: linear-gradient(#495057 10%, #6c757d 90%) !important; +} + +/* Garantindo que o texto continue branco para boa legibilidade */ +.master-wrapper header { + color: #fff !important; +} + +.master-wrapper header .header-subtitle { + color: #e9ecef !important; /* Cor mais suave que combina com o fundo cinza */ +} + +/* Ajustando links para melhor contraste com o fundo cinza */ +.master-wrapper header a { + color: #fff !important; +} + +.master-wrapper header a:hover { + color: #ffc107 !important; + text-decoration: none !important; +} \ No newline at end of file diff --git a/themes/pybr/static/scss/_base.scss b/themes/pybr/static/scss/_base.scss index c280fbcb..b36e3706 100644 --- a/themes/pybr/static/scss/_base.scss +++ b/themes/pybr/static/scss/_base.scss @@ -21,10 +21,8 @@ a{ color: $white; padding: 50px 0 60px 0; text-align: center; - - /* gradient */ - background-color: #2b5b84; - background-image: linear-gradient(#1e415e 10%,#2b5b84 90%); + background-color: #6c757d; + background-image: linear-gradient(#495057 10%,#6c757d 90%); box-shadow: inset 0 0 50px rgba(0,0,0,0.03),inset 0 0 20px rgba(0,0,0,0.03); .header-logo { diff --git a/themes/pybr/templates/base.html b/themes/pybr/templates/base.html index 5737f88d..dcff3ac8 100644 --- a/themes/pybr/templates/base.html +++ b/themes/pybr/templates/base.html @@ -12,6 +12,8 @@ + + {% block aditional_styles %} {% endblock %} From db7d8c8c50588e78aa7df007e2eb83c8435c743b Mon Sep 17 00:00:00 2001 From: Rodrigo Silva Ferreira Date: Sat, 2 Aug 2025 23:30:52 -0400 Subject: [PATCH 5/6] delete wiki folder inside wiki root (accidentally created) --- wiki | 1 - 1 file changed, 1 deletion(-) delete mode 160000 wiki diff --git a/wiki b/wiki deleted file mode 160000 index 16c347c0..00000000 --- a/wiki +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 16c347c0b8ae90af70412d493fccb687390ce55b From e872ec4b74e8f516e9264ef561b1961fe765f93f Mon Sep 17 00:00:00 2001 From: Rodrigo Silva Ferreira Date: Mon, 4 Aug 2025 12:51:43 -0400 Subject: [PATCH 6/6] =?UTF-8?q?Remove=20Lista=20de=20Discuss=C3=B5es=20fro?= =?UTF-8?q?m=20menu=20and=20delete=20page?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- content/pages/lista-de-discussoes.md | 3 --- pelicanconf.py | 4 ---- 2 files changed, 7 deletions(-) delete mode 100644 content/pages/lista-de-discussoes.md diff --git a/content/pages/lista-de-discussoes.md b/content/pages/lista-de-discussoes.md deleted file mode 100644 index e9a3c679..00000000 --- a/content/pages/lista-de-discussoes.md +++ /dev/null @@ -1,3 +0,0 @@ -Title: Lista de Discussões -Slug: lista-de-discussoes -Template: comunidade-google-group diff --git a/pelicanconf.py b/pelicanconf.py index 44f78716..9c463e44 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -154,10 +154,6 @@ "Encontre e participe da comunidade e compartilhe " "suas dúvidas e idéias." ), "children": [ - { - "title": "Lista de Discussões", - "href": "lista-de-discussoes", - }, { "title": "Comunidades Locais", "href": "comunidades-locais",