]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blobdiff - templates/download-splash.html
Remove double headline on wishlist.
[people/shoehn/ipfire.org.git] / templates / download-splash.html
index f1665a0172b2c16b86157fb5a8ee96a0d2fe303b..9b5eaef7c15da8eca7f3c0c0a2e17129c8564995 100644 (file)
@@ -2,45 +2,19 @@
 
 {% block title %}{{ _("Thanks for downloading IPFire!") }}{% end block %}
 
-{% block body %}
-       <div class="hero-unit">
-               <h2>{{ _("Thanks for downloading IPFire!") }}</h2>
-
-               {% if lang == "de" %}
-                       <p>
-                               Wir möchten jeden, der IPFire herunterlädt einladen,
-                               sich in das Projekt einzubringen, zum Beispiel mit
-                               einer <a href="http://www.ipfire.org/donate">Spende</a>.
-                       </p>
-                       <p>
-                               Daher bitten wir um ein paar Euro für das Projekt
-                               <a href="http://www.ipfire.org/getinvolved">oder das
-                               Projekt auf eine andere Weise zu unterstützen</a>.
-                       </p>
-               {% else %}
-                       <p>
-                               We encourage everyone who downloads and uses IPFire to
-                               get involved for example by
-                               <a href="http://www.ipfire.org/donate">donating</a>
-                               a small amount of money.
-                       </p>
-                       <p>
-                               Please consider donating a few bucks to the project.
-                               <a href="http://www.ipfire.org/getinvolved">If you can't
-                               afford to donate, there are other ways you can help</a>.
-                       </p>
-               {% end %}
 
-               <div class="ac">
-                       <br>
-                       <a class="btn btn-success btn-large" href="http://www.ipfire.org/donate">
-                               {{ _("Donate") }}
-                       </a>
+{% block header %}
+       <header class="jumbotron subhead" id="overview">
+               <div class="container">
+                       <h1>{{ _("Thanks for downloading IPFire!") }}</h1>
                </div>
-       </div>
+       </header>
+{% end header %}
+
 
+{% block body %}
        <div class="row">
-               <div class="span12">
+               <div class="col-lg-12 col-md-12 ac">
                        <h4>
                                {% if lang == "de" %}
                                        Der Download beginnt in Kürze.
                </div>
        </div>
 
-       {{ modules.Advertisement("download-splash") }}
+       {% if lang == "de" %}
+               <p class="lead ac">
+                       Wir möchten jeden, der IPFire herunterlädt einladen,
+                       sich in das Projekt einzubringen, zum Beispiel mit
+                       einer <a href="http://www.ipfire.org/donate">Spende</a>.
+                       Daher bitten wir um ein paar Euro für das Projekt
+                       <a href="http://www.ipfire.org/getinvolved">oder das
+                       Projekt auf eine andere Weise zu unterstützen</a>.
+               </p>
+       {% else %}
+               <p class="lead ac">
+                       We encourage everyone who downloads and uses IPFire to
+                       get involved for example by
+                       <a href="http://www.ipfire.org/donate">donating</a>
+                       a small amount of money.
+                       Please consider donating a few bucks to the project.
+                       <a href="http://www.ipfire.org/getinvolved">If you can't
+                       afford to donate, there are other ways you can help</a>.
+               </p>
+       {% end %}
+
+       <div class="ac">
+               <br>
+               <a class="btn btn-success btn-lg" href="http://www.ipfire.org/donate">
+                       {{ _("Donate") }}
+               </a>
+       </div>
+
+       <hr>
 
        <h3>{{ _("Next steps") }}</h3>
        <div class="row">
-               <div class="span4">
+               <div class="col-lg-4 col-md-4">
                        <h4>
                                <a href="http://wiki.ipfire.org/{{ lang }}/installation/start">
                                        {{ _("Install IPFire") }}
@@ -77,7 +79,7 @@
                        </p>
                </div>
 
-               <div class="span4">
+               <div class="col-lg-4 col-md-4">
                        <h4>
                                <a href="http://wiki.ipfire.org/">{{ _("Access documentation") }}</a>
                        </h4>
@@ -95,7 +97,7 @@
                        </p>
                </div>
 
-               <div class="span4">
+               <div class="col-lg-4 col-md-4">
                        <h4>
                                <a href="http://www.ipfire.org/getinvolved">{{ _("Join the community") }}</a>
                        </h4>