]> git.ipfire.org Git - ipfire.org.git/commitdiff
wishlist: Add jumbotron.
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 9 May 2013 10:28:23 +0000 (12:28 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 9 May 2013 10:28:23 +0000 (12:28 +0200)
templates/wishlist/base.html [new file with mode: 0644]
templates/wishlist/closed.html
templates/wishlist/donate.html
templates/wishlist/index.html
templates/wishlist/terms.html
templates/wishlist/wish.html

diff --git a/templates/wishlist/base.html b/templates/wishlist/base.html
new file mode 100644 (file)
index 0000000..6729591
--- /dev/null
@@ -0,0 +1,12 @@
+{% extends "../base-1.html" %}
+
+{% block header %}
+       <header class="jumbotron subhead" id="overview">
+               <div class="container">
+                       <h1>{{ _("IPFire Wishlist") }}</h1>
+                       <p class="lead">
+                               {{ _("Crowd funding for the IPFire project") }}
+                       </p>
+               </div>
+       </header>
+{% end header %}
index 5eaaac1f0566c32512b72f86a0c008f00052f314..3247195f39059d7452a69edaf895ac6c06d6fcb9 100644 (file)
@@ -1,4 +1,4 @@
-{% extends "../base-1.html" %}
+{% extends "base.html" %}
 
 {% block title %}{{ _("Closed wishes") }}{% end block %}
 
index 71685627c2d63fdd496a988d5df626a82ed8805a..5d659706a7b948801e47a71d1a8261b68dd522df 100644 (file)
@@ -1,4 +1,4 @@
-{% extends "../base-1.html" %}
+{% extends "base.html" %}
 
 {% block title %}{{ wish.title }} - {{ _("Donate") }}{% end block %}
 
index 360237dcec1acef0c310f2a63a12401cfb20463b..127984eacfb45368393dfc27e1f5a967b8bd8ead 100644 (file)
@@ -1,12 +1,8 @@
-{% extends "../base-1.html" %}
+{% extends "base.html" %}
 
 {% block title %}{{ _("Home") }}{% end block %}
 
 {% block body %}
-       <div class="page-header">
-               <h1>{{ _("Crowd funding for the IPFire project") }}</h1>
-       </div>
-
        {% if lang == "de" %}
                <p>
                        Dies ist die IPFire Crowdfunding-Platform, auf welcher du mittels 
index c7dd36c40d0f264ba81456c4d73ec06b9313c746..b4128bf3f4c7657ad478ea41e29feca43b61d839 100644 (file)
@@ -1,4 +1,4 @@
-{% extends "../base-1.html" %}
+{% extends "base.html" %}
 
 {% block title %}{{ _("Terms & Conditions") }}{% end block %}
 
index f075963ae9bd5b771190eaed2889ea506756782e..506073439f76eee901030fd021aeed73da13bd21 100644 (file)
@@ -1,4 +1,4 @@
-{% extends "../base-1.html" %}
+{% extends "base.html" %}
 
 {% block title %}{{ wish.title }} - {{ _("Wish") }}{% end block %}