1 {% extends
"base.html" %}
4 <meta name=
"description" content=
"{{ _("IPFire is a hardened, versatile, state-of-the-art Open Source firewall based on Linux.
") }}" />
5 <link rel=
"alternate" type=
"application/rss+xml" title=
"RSS" href=
"https://blog.ipfire.org/feed.xml" />
8 {% block title %}{{ _(
"Welcome to IPFire") }}{% end block %}
11 <header class=
"cover">
12 <div class=
"container">
13 {% module ChristmasBanner() %}
15 <div class=
"row d-flex h-100 flex-fill flex-md-row-reverse">
16 <div class=
"col-12 col-md-5 my-5 text-center">
17 <img class=
"img-fluid" src=
"{{ static_url("img/ipfire-tux.png
") }}" alt=
"IPFire Logo" />
20 <div class=
"col-12 col-md-7 align-self-center px-3">
21 <h1 class=
"mb-0">{{ _(
"The Open Source Firewall") }}
</h1>
23 {% if latest_release %}
25 {{ _(
"Latest Release:") }}
26 <a href=
"/download">{{ latest_release.name }}
</a>
27 {{ _(
"from %s") % locale.format_date(latest_release.date, shorter=True) }}
31 <div class=
"btn-toolbar my-5">
32 <a class=
"btn btn-outline-primary glow-primary btn-lg mr-2" href=
"/download">{{ _(
"Download") }}
</a>
33 <a class=
"btn btn-outline-secondary glow-secondary btn-lg ml-2" href=
"/features">{{ _(
"Features") }}
</a>
40 <section class=
"inverse">
41 <div class=
"container">
42 <div class=
"row mb-5">
43 <div class=
"col-12 col-md-9 col-lg-7">
44 <h1 class=
"mb-0">{{ _(
"Secure your network with IPFire") }}
</h1>
47 {{ _(
"IPFire is a hardened, versatile, state-of-the-art Open Source firewall based on Linux.") }}
48 {{ _(
"Its ease of use, high performance in any scenario and extensibility make it usable for everyone.") }}
51 <a class=
"btn btn-secondary mb-5" href=
"/features">{{ _(
"Learn More") }}
</a>
55 <div class=
"row mt-5">
56 <div class=
"col-md-6 col-lg-4 mb-5 d-flex">
57 <div class=
"align-self-stretch">
58 <span class=
"fas fa-shield-alt fa-2x text-primary px-3"></span>
61 <div class=
"flex-column">
62 <h5 class=
"mb-3">{{ _(
"Security") }}
</h5>
65 {{ _(
"Security is the highest priority in IPFire.") }}
66 {{ _(
"It is hardened to protect itself from attacks from the Internet and prevents attacks on your network.") }}
71 <div class=
"col-md-6 col-lg-4 mb-5 d-flex">
72 <div class=
"align-self-stretch">
73 <span class=
"fas fa-fire fa-2x text-primary px-3"></span>
76 <div class=
"flex-column">
77 <h5 class=
"mb-3">{{ _(
"Firewall") }}
</h5>
80 {{ _(
"Its powerful firewall engine and Intrusion Prevention System protects your network against attacks from the Internet and Denial-of-Service attacks.") }}
85 <div class=
"col-md-6 col-lg-4 mb-5 d-flex">
86 <div class=
"align-self-stretch">
87 <span class=
"fab fa-osi fa-2x text-primary px-3"></span>
90 <div class=
"flex-column">
91 <h5 class=
"mb-3">{{ _(
"Open Source") }}
</h5>
94 {{ _(
"IPFire is free software and developed by an open community and trusted by hundreds of thousands of users from all around the world.") }}