From 3b8524d87b357ee7f8636ee927f1881bc413e630 Mon Sep 17 00:00:00 2001 From: Felipe Martin Date: Sat, 24 May 2014 10:38:31 +0200 Subject: [PATCH] WIP Landing page Tap #10 --- .../themes/bootflat/static/less/fixes.less | 4 +++ .../themes/bootflat/templates/_layout.html | 4 +++ .../bootflat/templates/landing/landing.html | 33 ++++++++++++++++--- 3 files changed, 36 insertions(+), 5 deletions(-) diff --git a/shelfzilla/themes/bootflat/static/less/fixes.less b/shelfzilla/themes/bootflat/static/less/fixes.less index 38bd82b..ea3804a 100644 --- a/shelfzilla/themes/bootflat/static/less/fixes.less +++ b/shelfzilla/themes/bootflat/static/less/fixes.less @@ -72,3 +72,7 @@ background-color: #f2838f; border: #ed5565 } + +.no-margin-top { + margin-top: 0; +} diff --git a/shelfzilla/themes/bootflat/templates/_layout.html b/shelfzilla/themes/bootflat/templates/_layout.html index d034910..1b4bcee 100644 --- a/shelfzilla/themes/bootflat/templates/_layout.html +++ b/shelfzilla/themes/bootflat/templates/_layout.html @@ -26,6 +26,7 @@ + {% block footer %}{% endblock %} + {% block extra_js %}{% endblock %} diff --git a/shelfzilla/themes/bootflat/templates/landing/landing.html b/shelfzilla/themes/bootflat/templates/landing/landing.html index f7d116f..8bd9ac2 100644 --- a/shelfzilla/themes/bootflat/templates/landing/landing.html +++ b/shelfzilla/themes/bootflat/templates/landing/landing.html @@ -1,10 +1,34 @@ {% extends "_layout.html" %} -{% block navigation_bar %}{% endblock %} - {% block main_content %} -
-

ShelfZilla

+
+

Tus colecciones como nunca las habías visto.

+
+

Actualmente nos encontramos en fase de populación y pruebas internas, pero no te preocupes, pronto empezaremos a dejar acceso a un selecto grupo de personas.

+

Puedes mantenerte al tanto de nuestras mejoras en las redes sociales, quien sabe... igual hasta consigas acceso a la beta cuando llegue el momento.

+
+
+
+
+

¿Qué ofrecemos?

+
    +
  • Mantén tus colecciones al día.
  • +
  • ¿No encuentras el comic que tienes? ¡háznoslo saber! Estarémos encantados de mejorar la plataforma con tu ayuda.
  • +
  • Participa en una comunidad creciente y colaborativa.
  • +
  • ¿Echas algo en falta? Contacta con nosotros.
  • +
+
+
+
+
+

Contacta con nosotros

+ Twitter
+ Facebook
+ Google+
+ E-Mail
+
+
+
{% endblock %} @@ -14,7 +38,6 @@ body { background-image: none !important; } {% endblock %} - {% block extra_js %}