]> git.ipfire.org Git - ipfire.org.git/blame - src/templates/index.html
index: Reword the three bullet points (once more)
[ipfire.org.git] / src / templates / index.html
CommitLineData
081800ca 1{% extends "base.html" %}
81675874 2
a1bf2f6c 3{% block head %}
18c4ff95 4 <meta name="description" content="{{ _("IPFire is a hardened, versatile, state-of-the-art Open Source firewall based on Linux.") }}" />
34472923 5 <link rel="alternate" type="application/atom+xml" title="RSS" href="/blog/feed.xml" />
a1bf2f6c
MT
6{% end block %}
7
60b0917c
MT
8{% block title %}{{ _("Welcome to IPFire") }}{% end block %}
9
10{% block container %}
3a5b57be 11 {% if latest_release %}
1f7a7927 12 <section class="has-background-light">
c8678b6e 13 <div class="container">
1f7a7927 14 <p class="has-text-centered px-2 py-1">
c8678b6e
RH
15 {{ _("Latest Release: %(release)s from %(when)s") \
16 % { "release" : latest_release.name, "when" : locale.format_day(latest_release.date, dow=False) } }}
17
18 {% if latest_release.blog %}
19 &nbsp;
20
64ee60d8 21 <a class="has-text-weight-bold" href="/blog/{{ latest_release.blog.slug }}">
c8678b6e
RH
22 {{ _("Read More") }}
23 </a>
24 {% end %}
25 </p>
3a5b57be 26 </div>
c8678b6e 27 </section>
3a5b57be
MT
28 {% end %}
29
c8678b6e 30 <section class="hero is-large is-primary" id="hero-index">
1f7a7927
MT
31 <video autoplay muted loop playsinline poster="{{ static_url("videos/firewall.jpg") }}">
32 {# AV1 for modern browsers that support it #}
33 <source src="{{ static_url("videos/firewall@1920.av1.mp4") }}" type="video/mp4; codecs=av01.0.05M.08" />
34
35 {# HEVC/H.256 for modern browsers #}
36 <source src="{{ static_url("videos/firewall@1920.hevc.mp4") }}" type="video/mp4; codecs=hvc1" />
37
38 {# H.254 as compatibility option for anything else #}
39 <source src="{{ static_url("videos/firewall@1920.h264.mp4") }}" type="video/mp4; codecs=avc1.4D401E" />
40
41 <p>
42 Blazing Fire by Oleg Gamulinskii (CC)
43 https://www.pexels.com/video/blazing-fire-2715412/
44 </p>
45 </video>
46
c8678b6e
RH
47 <div class="hero-body">
48 <div class="container">
09b50261
MT
49 <h1 class="title is-1">
50 {{ _("IPFire") }}_ {{ _("More Than A Firewall") }}
1f7a7927
MT
51 </h1>
52
09b50261
MT
53 <h4 class="subtitle is-4">
54 The Open Source Linux-based Firewall Operating System with a comprehensible feature set
55 </h4>
c8678b6e 56 </div>
2e7764cb 57 </div>
c8678b6e 58 </section>
2e7764cb 59
c8678b6e 60 <section class="section">
a3f1d400 61 <div class="container">
09b50261 62 <h3 class="title is-2 has-text-centered">
1f7a7927 63 {{ _("IPFire") }}<span class="has-text-primary">_</span> &dash; {{ _("The Open Source Firewall") }}
c8678b6e
RH
64 </h3>
65 </div>
66 </section>
a3f1d400 67
c8678b6e
RH
68 <section class="section">
69 <div class="container">
70 <div class="columns">
09b50261
MT
71 <div class="column has-text-centered">
72 <span class="fas fa-shield-alt fa-4x p-4"></span>
f16eb701 73
b270f597 74 <h4 class="title is-4">{{ _("Robust Network Security") }}</h4>
a3f1d400 75
09b50261 76 <p class="is-size-5">
b270f597
MT
77 IPFire offers a powerful and secure firewall solution designed
78 to protect networks against evolving cyber threats.
a3f1d400
MT
79 </p>
80 </div>
81
09b50261 82 <div class="column has-text-centered">
b270f597 83 <span class="fas fa-terminal fa-4x p-4"></span>
f16eb701 84
b270f597 85 <h4 class="title is-4">{{ _("Tailored to Your Needs") }}</h4>
a3f1d400 86
09b50261 87 <p class="is-size-5">
b270f597
MT
88 Enjoy the flexibility of customizing IPFire to match your unique
89 network requirements, ensuring a personalized and secure setup.
a3f1d400
MT
90 </p>
91 </div>
92
09b50261 93 <div class="column has-text-centered">
b270f597 94 <span class="fas fa-fire fa-4x p-4"></span>
f16eb701 95
b270f597 96 <h4 class="title is-4">{{ _("Community-Driven") }}</h4>
a3f1d400 97
09b50261 98 <p class="is-size-5">
b270f597
MT
99 Be part of a thriving community where users and developers collaborate,
100 sharing insights and innovations to enhance IPFire.
a3f1d400
MT
101 </p>
102 </div>
103 </div>
104 </div>
105 </section>
c98edbef 106
c8678b6e 107 <section class="section">
c98edbef 108 <div class="container">
c8678b6e
RH
109 <div class="box p-6 has-background-lwl has-text-white">
110 <div class="columns is-mobile is-vcentered">
111 <div class="column">
112 <h3 class="title is-3 has-text-white">{{ _("Appliances and Support") }}</h3>
113
114 <div class="block">
115 <p>
09b50261
MT
116 Experience next-level security with our high-performance
117 appliances, crafted to optimize IPFire's capabilities.
118 Whether you're fortifying a business infrastructure or
119 safeguarding your home network, we have the right
120 appliance solution tailored for you.
121 </p>
122
123 <p>
124 We are your partners in ensuring continuous network security.
125 Our support solutions keep your systems running smoothly,
126 providing peace of mind in the ever-evolving landscape of
127 security.
c8678b6e
RH
128 </p>
129 </div>
130
131 <div class="block">
132 <a class="button is-white has-text-lwl has-text-weight-bold" href="https://store.lightningwirelabs.com/">
133 {{ _("Go to Store") }}
134 </a>
135 </div>
c98edbef
MT
136 </div>
137
c8678b6e
RH
138 <div class="column is-narrow is-hidden-mobile has-text-centered">
139 <figure class="image m-5 is-128x128">
140 <img src="{{ static_url("img/lightningwirelabs-logo.svg") }}" alt="{{ _("Lightning Wire Labs") }}">
141 </figure>
c98edbef
MT
142 </div>
143 </div>
144 </div>
145 </div>
146 </section>
81675874 147{% end block %}