]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blobdiff - templates/download.html
basic style Download page
[people/shoehn/ipfire.org.git] / templates / download.html
index 98bf3b9f47b211b1e06f7da0cbd00ee41992fbb8..e336458ff67a3279c3407c77efa4a0ac0da9cde2 100644 (file)
@@ -3,17 +3,15 @@
 {% block title %}{{ _("Download IPFire") }}{% end block %}
 
 {% block container %}
-       <div class="container page-header">
-               <h1>{{ _("Download IPFire") }}</h1>
+       <div class="container features-content">
+               <section class="content col-12">
+                       <h3 class="headline mb-5">Download IP<strong>Fire</strong></h3>
+                       
+                       <div class="d-flex justify-content-center">
+                               {% module DownloadButton(release) %}
+                       </div>
+                       
+                       <h5 class="subheadline mt-5"><a href="//downloads.ipfire.org/release/{{ release.sname }}">{{ _("Other download options") }}</a></h5>
+               </section>
        </div>
-
-       <section id="download" class="container content-section text-center">
-               {% module DownloadButton(release) %}
-
-               <p>
-                       <a href="http://downloads.ipfire.org/release/{{ release.sname }}">
-                               {{ _("Other download options") }}
-                       </a>
-               </p>
-       </section>
 {% end block %}