diff --git a/controllers/landings.py b/controllers/landings.py index e59799a..a573b84 100644 --- a/controllers/landings.py +++ b/controllers/landings.py @@ -12,3 +12,7 @@ def l_morena(): def l_transformando(): favicon_name='favicon_transformando.png' return dict(favicon_name=favicon_name) + +def l_mujeres_protagonistas(): + favicon_name='favicon_mujeres_protagonistas.png' + return dict(favicon_name=favicon_name) diff --git a/languages/es.py b/languages/es.py index 8cb8009..8de3e2e 100644 --- a/languages/es.py +++ b/languages/es.py @@ -143,6 +143,7 @@ 'Memberships': 'Membresias', 'Menu Model': 'Modelo "menu"', 'Morena Hidalgo': 'Morena Hidalgo', +'Mujeres Protagonistas': 'Mujeres Protagonistas', 'My Sites': 'Mis Sitios', 'Name': 'Nombre', 'New password': 'Contraseña nueva', diff --git a/models/menu.py b/models/menu.py index 2598e57..2c7d71e 100644 --- a/models/menu.py +++ b/models/menu.py @@ -20,7 +20,8 @@ if not configuration.get('app.production'): (T('Landing pages'), False, '#', [ (T('Edda Vitte'), False, URL('landings', 'l_edda')), (T('Morena Hidalgo'), False, URL('landings', 'l_morena')), - (T('Transformando Hidalgo'), False, URL('landings', 'l_transformando')) + (T('Transformando Hidalgo'), False, URL('landings', 'l_transformando')), + (T('Mujeres Protagonistas'), False, URL('landings', 'l_mujeres_protagonistas')) ]), (T('This App'), False, '#', [ (T('Design'), False, URL('admin', 'default', 'design/%s' % _app)), diff --git a/static/css/mujeres_protagonistas.css b/static/css/mujeres_protagonistas.css new file mode 100644 index 0000000..be934ba --- /dev/null +++ b/static/css/mujeres_protagonistas.css @@ -0,0 +1,97 @@ +@font-face { + font-family: gothamBook; + src: url(../fonts/Gotham-Book.otf); +} + +@font-face { + font-family: gothamMedium; + src: url(../fonts/Gotham-Medium.otf); +} + +@font-face { + font-family: gothamBlack; + src: url(../fonts/Gotham-Black.otf); +} + +.main-container{ + margin-top: 0px; +} + +.bg-mujeres-protagonistas-lpurple { + background-color: #69425a; +} + +h2{ + font-family: gothamBlack; + color: #fffbf0; +} + +h3{ + font-family: gothamBlack; + font-size: 1.25rem; + color: #cf6285; +} + +.mujeres-protagonistas-text{ + font-family: gothamBook; + color: #fffbf0; + font-size: 1rem; +} + +.date-label{ + font-family: gothamMedium; + font-size: 1.25rem; + color: #fffbf0; +} + +.div-mujeres-protagonistas-form{ + padding: 2rem 2rem 6rem 2rem; +} + +.form-control{ + background-color: #fffbf0 !important; + border-radius: 0px !important; +} + +.form-outer-border{ + padding: 0 0.25rem 0.25rem 0; + border-radius: 0px; + border-style: none solid solid none; + border-width:thin; + border-color: #fffbf0; +} + +.btn-mujeres-protagonistas{ + font-family: gothamBlack; + font-size: 1.75rem; + color: #fffbf0; + background-color: #cf6285; + border-radius: 0.75rem; + letter-spacing: 0.15rem; +} + +.footer{ + height: 100px; + font-family: gothamMedium; + font-size: 0.75rem; + color: #69425a; + background-color:#cf6285 !important; +} + +@media (min-width: 600px) { + .banner-text{ + display: block; + } + .banner-notext{ + display: none; + } +} + +@media (max-width: 600px) { + .banner-text{ + display: none; + } + .banner-notext{ + display: block; + } +} diff --git a/static/fonts/Gotham-Black.otf b/static/fonts/Gotham-Black.otf new file mode 100644 index 0000000..da11be7 Binary files /dev/null and b/static/fonts/Gotham-Black.otf differ diff --git a/static/fonts/Gotham-Book.otf b/static/fonts/Gotham-Book.otf new file mode 100644 index 0000000..29b1d3d Binary files /dev/null and b/static/fonts/Gotham-Book.otf differ diff --git a/static/fonts/Gotham-Medium.otf b/static/fonts/Gotham-Medium.otf new file mode 100644 index 0000000..0fcb6c8 Binary files /dev/null and b/static/fonts/Gotham-Medium.otf differ diff --git a/static/images/banner_mujeres_protagonistas.png b/static/images/banner_mujeres_protagonistas.png new file mode 100644 index 0000000..c0161e3 Binary files /dev/null and b/static/images/banner_mujeres_protagonistas.png differ diff --git a/static/images/banner_mujeres_protagonistas_notext.png b/static/images/banner_mujeres_protagonistas_notext.png new file mode 100644 index 0000000..0d4f4d1 Binary files /dev/null and b/static/images/banner_mujeres_protagonistas_notext.png differ diff --git a/static/images/btn_mujeres_protagonistas.png b/static/images/btn_mujeres_protagonistas.png new file mode 100644 index 0000000..db51beb Binary files /dev/null and b/static/images/btn_mujeres_protagonistas.png differ diff --git a/static/images/favicon_mujeres_protagonistas.png b/static/images/favicon_mujeres_protagonistas.png new file mode 100644 index 0000000..4c1f70a Binary files /dev/null and b/static/images/favicon_mujeres_protagonistas.png differ diff --git a/static/images/fb_mujeres_protagonistas.png b/static/images/fb_mujeres_protagonistas.png new file mode 100644 index 0000000..f6e0503 Binary files /dev/null and b/static/images/fb_mujeres_protagonistas.png differ diff --git a/views/landings/l_mujeres_protagonistas.html b/views/landings/l_mujeres_protagonistas.html new file mode 100644 index 0000000..165ac85 --- /dev/null +++ b/views/landings/l_mujeres_protagonistas.html @@ -0,0 +1,98 @@ +{{extend 'layout.html'}} + +
+
+
+ + +
+
+
+
+
+ +
+
+ +
+ +
+
+
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+
+
+ +
+
+ DÍA + +
+
+ MES + +
+
+ AÑO + +
+
+
+
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ + +
+
+
+
+
+
+{{block footer}} + +{{end}} diff --git a/views/landings/l_transformando.html b/views/landings/l_transformando.html index 57a562a..6e40d62 100644 --- a/views/landings/l_transformando.html +++ b/views/landings/l_transformando.html @@ -17,10 +17,15 @@
- +
- + +
+
+
+
+