]> git.ipfire.org Git - ipfire.org.git/commitdiff
index: Drop old explainer
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 3 Nov 2020 12:18:25 +0000 (12:18 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 3 Nov 2020 12:18:25 +0000 (12:18 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/templates/index.html

index 17008be3d11d12157b7ab8af55ddda0cbd7966cd..11b11f90ad8cab0dfba137c7c055f2a10b6e0b0c 100644 (file)
                        </div>
                </div>
        </section>
-
-       <section class="inverse">
-               <div class="container">
-                       <div class="row mb-5">
-                               <div class="col-12 col-md-9 col-lg-7">
-                                       <h1 class="mb-0">{{ _("Secure your network with IPFire") }}</h1>
-
-                                       <p>
-                                               {{ _("IPFire is a hardened, versatile, state-of-the-art Open Source firewall based on Linux.") }}
-                                               {{ _("Its ease of use, high performance in any scenario and extensibility make it usable for everyone.") }}
-                                       </p>
-
-                                       <a class="btn btn-secondary mb-5" href="/features">{{ _("Learn More") }}</a>
-                               </div>
-                       </div>
-
-                       <div class="row mt-5">
-                               <div class="col-md-6 col-lg-4 mb-5 d-flex">
-                                       <div class="align-self-stretch">
-                                               <span class="fas fa-shield-alt fa-2x text-primary px-3"></span>
-                                       </div>
-
-                                       <div class="flex-column">
-                                               <h5 class="mb-3">{{ _("Security") }}</h5>
-
-                                               <p>
-                                                       {{ _("Security is the highest priority in IPFire.") }}
-                                                       {{ _("It is hardened to protect itself from attacks from the Internet and prevents attacks on your network.") }}
-                                               </p>
-                                       </div>
-                               </div>
-
-                               <div class="col-md-6 col-lg-4 mb-5 d-flex">
-                                       <div class="align-self-stretch">
-                                               <span class="fas fa-fire fa-2x text-primary px-3"></span>
-                                       </div>
-
-                                       <div class="flex-column">
-                                               <h5 class="mb-3">{{ _("Firewall") }}</h5>
-
-                                               <p>
-                                                       {{ _("Its powerful firewall engine and Intrusion Prevention System protects your network against attacks from the Internet and Denial-of-Service attacks.") }}
-                                               </p>
-                                       </div>
-                               </div>
-
-                               <div class="col-md-6 col-lg-4 mb-5 d-flex">
-                                       <div class="align-self-stretch">
-                                               <span class="fab fa-osi fa-2x text-primary px-3"></span>
-                                       </div>
-
-                                       <div class="flex-column">
-                                               <h5 class="mb-3">{{ _("Open Source") }}</h5>
-
-                                               <p>
-                                                       {{ _("IPFire is free software and developed by an open community and trusted by hundreds of thousands of users from all around the world.") }}
-                                               </p>
-                                       </div>
-                               </div>
-                       </div>
-               </div>
-       </section>
 {% end block %}