diff --git a/config/web.py b/config/web.py index 29984e6..0e5358b 100644 --- a/config/web.py +++ b/config/web.py @@ -413,6 +413,18 @@ def lookup_lang_name(lang_code): # NOTICIAS NOTICIAS = [ + { + 'es': { + "titulo": "Talleres!!", + "fecha": "26/9/2023", + "contenido": ("Ya puedes registrarte como asistente a los talleres de la Pycones como HumbleData https://forms.gle/Zb1HKZMxcnd7Sj9x9 o DjangoGirls https://forms.gle/Pq8iWqriMbnUUVWz8"), + }, + 'en': { + "titulo": "Workshops!!", + "fecha": "26/9/2023", + "contenido": ("You can now register as an assistant to all the workshops at the Pycones like HumbleData https://forms.gle/Zb1HKZMxcnd7Sj9x9 or Django Girls https://forms.gle/Pq8iWqriMbnUUVWz8"), + }, + }, { 'es': { "titulo": "Talleres Django Girls!!", @@ -420,7 +432,7 @@ def lookup_lang_name(lang_code): "contenido": ("Ya puedes registrarte como asistente al taller gratuito de Django Girls en Santa Cruz de Tenerife, inscripciones abiertas hasta el 23 de septiembre mas info en https://djangogirls.org/en/santacruz/"), }, 'en': { - "titulo": "Django Girls Wrkshops!!", + "titulo": "Django Girls Workshops!!", "fecha": "7/9/2023", "contenido": ("You can now register as an assistant to the free Django Girls workshop in Santa Cruz de Tenerife, registration open until September 23, more info at https://djangogirls.org/en/santacruz/"), }, @@ -853,6 +865,11 @@ def lookup_lang_name(lang_code): """ TODO: Add in case we have de OK from jesus + + +""" + +CONTRIBUTORS = [ { "name": "PCTT", "logo": "/theme/assets/images/sponsors/logo_pctt.png", @@ -867,11 +884,12 @@ def lookup_lang_name(lang_code): "name": "Cabildo Tenerife", "logo": "/theme/assets/images/sponsors/logo_cabildo.png", "url": "https://www.tenerife.es/portalcabtfe/es/", - } - -""" - -CONTRIBUTORS = [ + }, + { + "name": "FDCAN", + "logo": "/theme/assets/images/sponsors/logo_ecan.png", + "url": "https://www3.gobiernodecanarias.org/noticias/tag/fdcan/", + }, { "name": "Tenerifecb", @@ -888,6 +906,7 @@ def lookup_lang_name(lang_code): "logo": "/theme/assets/images/sponsors/logo_lifer.svg", "url": "https://www.lifer.es/", }, + ] diff --git a/theme/pycones23/static/assets/images/sponsors/logo_ecan.png b/theme/pycones23/static/assets/images/sponsors/logo_ecan.png new file mode 100644 index 0000000..7f6e1a0 Binary files /dev/null and b/theme/pycones23/static/assets/images/sponsors/logo_ecan.png differ diff --git a/theme/pycones23/static/assets/images/sponsors/logo_psf.png b/theme/pycones23/static/assets/images/sponsors/logo_psf.png new file mode 100644 index 0000000..1402d3c Binary files /dev/null and b/theme/pycones23/static/assets/images/sponsors/logo_psf.png differ diff --git a/theme/pycones23/static/assets/images/sponsors/logo_psf.svg b/theme/pycones23/static/assets/images/sponsors/logo_psf.svg new file mode 100644 index 0000000..1da3271 --- /dev/null +++ b/theme/pycones23/static/assets/images/sponsors/logo_psf.svg @@ -0,0 +1,142 @@ + + + + diff --git a/theme/pycones23/templates/index.html b/theme/pycones23/templates/index.html index 6148e75..81a9fd4 100644 --- a/theme/pycones23/templates/index.html +++ b/theme/pycones23/templates/index.html @@ -131,8 +131,17 @@