diff --git a/controllers/landings.py b/controllers/landings.py index b6a4af5..0a8566d 100644 --- a/controllers/landings.py +++ b/controllers/landings.py @@ -20,3 +20,7 @@ def l_mujeres_protagonistas(): def l_defensores_4t(): favicon_name='favicon_defensores4t.png' return dict(favicon_name=favicon_name) + +def l_liga_morenista(): + favicon_name='favicon_liga_morenista.png' + return dict(favicon_name=favicon_name) diff --git a/languages/es.py b/languages/es.py index 603e22e..7202e1b 100644 --- a/languages/es.py +++ b/languages/es.py @@ -129,6 +129,7 @@ 'Landing pages': 'Landing pages', 'Last name': 'Apellido', 'Layout': 'Diseño de página', +'Liga Morenista': 'Liga Morenista', 'Live Chat': 'Chat en vivo', 'Log In': 'Iniciar sesion', 'Logged in': 'Sesión iniciada', diff --git a/models/menu.py b/models/menu.py index 89657a9..441a095 100644 --- a/models/menu.py +++ b/models/menu.py @@ -22,7 +22,8 @@ if not configuration.get('app.production'): (T('Morena Hidalgo'), False, URL('landings', 'l_morena')), (T('Transformando Hidalgo'), False, URL('landings', 'l_transformando')), (T('Mujeres Protagonistas'), False, URL('landings', 'l_mujeres_protagonistas')), - (T('Defensores de la 4T'), False, URL('landings', 'l_defensores_4t')) + (T('Defensores de la 4T'), False, URL('landings', 'l_defensores_4t')), + (T('Liga Morenista'), False, URL('landings', 'l_liga_morenista')) ]), (T('This App'), False, '#', [ (T('Design'), False, URL('admin', 'default', 'design/%s' % _app)), diff --git a/static/css/liga_morenista.css b/static/css/liga_morenista.css new file mode 100644 index 0000000..1920339 --- /dev/null +++ b/static/css/liga_morenista.css @@ -0,0 +1,86 @@ +@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css"); + +@font-face { + font-family: gothamUltra; + src: url(../fonts/Gotham-Ultra.otf); +} + +@font-face { + font-family: poppinsMedium; + src: url(../fonts/Poppins-Medium.otf); +} + +body{ + font-family: poppinsMedium; + margin-bottom: 100px !important; +} + +.main-container{ + margin-top: 0px; +} + +.banner-gradient-bg{ + background: radial-gradient(circle, rgba(174,0,2,1) 0%, rgba(80,0,6,1) 100%), rgb(174,0,2); + background-size: auto, auto; +} + +.banner-composite-bg{ + background: url(../images/banner_liga_morenista_2.png) no-repeat, url(../images/banner_liga_morenista_1.png) no-repeat; + background-size: auto 100%; + background-position: -200px 100px, center; +} + +.banner-ligam{ + font-family: gothamUltra; + font-size: 2.25rem; + color: white; + line-height: 1.75rem; + min-height:600px;; + padding: 6rem 1.5rem 1.5rem 1.5rem;; + white-space: nowrap; +} + +.title-ligam{ + font-family: gothamUltra; + font-size: 3rem; + color: #ae0002; + background-color: white; + text-align: center; + padding: 0.75rem 1rem; + border-bottom: solid #ae0002 1.5rem; +} + +.div-ligam-form{ + padding: 1.5rem;; +} + +.form-title{ + margin: 2.25rem 0.75rem; + font-family: gothamUltra; + font-size: 5rem; + color: #e97c00; + line-height: 4rem; +} + +.form-control{ + background-color: #ececec !important; + border: none !important; + border-radius: 0px !important; +} + +.btn-ligam{ + font-family: poppinsMedium; + font-size: 1.25rem; + color: white; + padding: 0.25rem 2.25rem; + background-color: #500006; + border-radius: 0px; +} + +.footer{ + height: 100px !important; + color: black; + font-family: poppinsMedium; + font-size: 1rem; + background-color: #ececec; +} diff --git a/static/fonts/Gotham-Ultra.otf b/static/fonts/Gotham-Ultra.otf new file mode 100644 index 0000000..b83b104 Binary files /dev/null and b/static/fonts/Gotham-Ultra.otf differ diff --git a/static/fonts/Poppins-Medium.otf b/static/fonts/Poppins-Medium.otf new file mode 100644 index 0000000..49e7b6b Binary files /dev/null and b/static/fonts/Poppins-Medium.otf differ diff --git a/static/images/banner_liga_morenista_1.png b/static/images/banner_liga_morenista_1.png new file mode 100644 index 0000000..413a6b6 Binary files /dev/null and b/static/images/banner_liga_morenista_1.png differ diff --git a/static/images/banner_liga_morenista_2.png b/static/images/banner_liga_morenista_2.png new file mode 100644 index 0000000..e80db86 Binary files /dev/null and b/static/images/banner_liga_morenista_2.png differ diff --git a/static/images/favicon_liga_morenista.png b/static/images/favicon_liga_morenista.png new file mode 100644 index 0000000..8aa1ba9 Binary files /dev/null and b/static/images/favicon_liga_morenista.png differ diff --git a/views/landings/l_defensores_4t.html b/views/landings/l_defensores_4t.html index e88bba4..ee26b1f 100644 --- a/views/landings/l_defensores_4t.html +++ b/views/landings/l_defensores_4t.html @@ -7,7 +7,7 @@
-
+
diff --git a/views/landings/l_liga_morenista.html b/views/landings/l_liga_morenista.html new file mode 100644 index 0000000..729bf15 --- /dev/null +++ b/views/landings/l_liga_morenista.html @@ -0,0 +1,96 @@ +{{extend 'layout.html'}} + +
+
+
+ ÚNETE A LA LIGA +
+
+ +
+
+
+ ÚNETE
A LA LIGA +
+
+
+
+
+ +
+
+ + +
+
+
+
+ + +
+
+ + +
+
+ +
+
+
+
+ +
+
+ +
+
+ +
+
+
+
+
+
+ + +
+
+
+
+ + +
+
+
+ + +
+ +
+
+
+{{block footer}} + +{{end}}