]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blobdiff - templates/mirrors.html
Bootstrap 4 migration: mirrors.dev.ipfire.org
[people/shoehn/ipfire.org.git] / templates / mirrors.html
index 1c5da56b252354ccc26ef87629c65e787ba54692..6b7060875271f0a2347cec3b019d74f37e59957f 100644 (file)
@@ -3,25 +3,24 @@
 {% block title %}Mirrors{% end block %}
 
 {% block body %}
-       <div class="page-header">
-               <h1>mirrors.ipfire.org</h1>
-       </div>
-
-       {% if lang == "de" %}
-               <p>
+<div class="container">
+       <section class="features-content col-12">
+               <h2 class="display-2 text-center mb-0">mirrors.ipfire.org</h2>
+               {% if lang == "de" %}
+               <p class="lead">
                        Das IPFire-Projekt ist auf vielen Servern gehostet um
                        von jedem Ort der Welt die bestmögliche Verfügbarkeit
                        und Downloadgeschwindigkeit zu gewährleisten.
                </p>
-       {% else %}
-               <p>
-                       The IPFire project is hosted on several servers to provide a high
-                       availabilty of service and download speed from any place
-                       on the world.
-               </p>
-       {% end %}
-
-       <hr>
+               {% else %}
+                       <p class="lead">
+                               The IPFire project is hosted on several servers to provide a high
+                               availability of service and download speed from any place
+                               on the world.
+                       </p>
+               {% end %}
 
-       {% module MirrorsTable(mirrors, preferred_mirrors) %}
+               {% module MirrorsTable(mirrors, preferred_mirrors) %}
+       </section>
+</div>
 {% end block %}