diff --git a/content/images/python_en_espanol.png b/content/images/python_en_espanol.png new file mode 100644 index 0000000..49c7a84 Binary files /dev/null and b/content/images/python_en_espanol.png differ diff --git a/pelicanconf.py b/pelicanconf.py index 2e534d0..8f7a609 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -45,14 +45,20 @@ } # Social widget -REDES = { - "discord": {"alt": "Discord", "icon": "fa-discord", "url": "https://discord.gg/dTHMfJvauS"}, - "telegram": {"alt": "Telegram", "icon": "fa-telegram", "url": "https://t.me/pythonchile"}, - "slack": { - "alt": "Slack", - "icon": "fa-slack", - "url": "https://join.slack.com/t/python-chile/shared_invite/zt-3hitnkfk-I_CM~2ANuwofgARLZjI42A", +PLATAFORMAS = { + "discord": { + "alt": "Discord", + "icon": "fa-discord", + "url": "https://discord.gg/dTHMfJvauS" + }, + "telegram": { + "alt": "Telegram", + "icon": "fa-telegram", + "url": "https://t.me/pythonchile" }, +} + +REDES = { "facebook": { "alt": "Facebook", "icon": "fa-facebook-f", @@ -63,17 +69,26 @@ "icon": "fa-twitter", "url": "https://twitter.com/pythonchiledev", }, - "github": {"alt": "Github", "icon": "fa-github", "url": "https://github.com/python-chile"}, - "youtube": { - "alt": "YouTube", - "icon": "fa-youtube", - "url": "https://www.youtube.com/c/PythonChile", + "instagram": { + "alt": "Instagram", + "icon": "fa-instagram", + "url": "https://instagram.com/pythonchiledev", + }, + "github": { + "alt": "Github", + "icon": "fa-github", + "url": "https://github.com/python-chile" }, "linkedin": { "alt": "LinkedIn", "icon": "fa-linkedin", "url": "https://www.linkedin.com/groups/4929519/", }, + "youtube": { + "alt": "YouTube", + "icon": "fa-youtube", + "url": "https://www.youtube.com/c/PythonChile", + }, } DEFAULT_PAGINATION = 10 diff --git a/pycltheme/static/css/cl.css b/pycltheme/static/css/cl.css index 7c4c13e..ddba047 100644 --- a/pycltheme/static/css/cl.css +++ b/pycltheme/static/css/cl.css @@ -39,7 +39,7 @@ background-repeat: no-repeat; } -.cabecera p, h1, h2, h3 { +.cabecera p, h1, h2, h3, h4, h5 { text-shadow: 1px 2px 4px #000000; } @@ -93,11 +93,23 @@ } .redes-sociales { + background: rgba(225,45,27,0.9); + padding-top: 10px; + padding-bottom: 10px; +} + +.plataformas { background: #343a40; padding-top: 10px; padding-bottom: 10px; } +.python-en-espanol { + background: #132e45; + padding-top: 10px; + padding-bottom: 10px; +} + .fab:hover { color: rgba(255, 67, 46, 1); } @@ -204,6 +216,15 @@ blockquote { margin-bottom: auto; } +.valign { + display: flex; + align-items: center; +} + +.valign span { + margin-left: 10px; +} + .red { color: #e12d1b; font-style: normal; @@ -215,3 +236,27 @@ blockquote { } +/* Botón Discord Python en Español */ +.discord { +} + +.discord button { + width: 100%; + justify-content: center; +} + +.discord .btn-primary, +.discord .btn-primary:active, +.discord .btn-primary:visited, +.discord .btn-primary:focus { + background-color: #132e45; + border-color: white; +} +.discord .btn-primary:hover { + background-color: #859bee; + border-color: #859bee; +} + +.discord a { + text-decoration: none; +} diff --git a/pycltheme/templates/base-index.html b/pycltheme/templates/base-index.html index d323af2..8bce18d 100644 --- a/pycltheme/templates/base-index.html +++ b/pycltheme/templates/base-index.html @@ -55,19 +55,35 @@
{{ SITESUBTITLE }}
+ +