]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blame - templates/index.html
basic markup features page
[people/shoehn/ipfire.org.git] / templates / index.html
CommitLineData
60024cc8 1{% extends "base-1.html" %}
81675874 2
60b0917c
MT
3{% block title %}{{ _("Welcome to IPFire") }}{% end block %}
4
5{% block container %}
6 <section class="intro">
97ed546d
S
7 <div class="container">
8 <div class="branding">
9 <h1 class="display-1">IP<strong>Fire</strong></h1>
10 <h2 class="display-4">The Open Source Firewall Distribution</h2>
11 </div>
12
13 <div class="row justify-content-center">
14 <a class="btn btn-outline-primary btn-lg" href="/download">{{ _("Download") }}</a>
a6a4d1cf 15 <a class="btn btn-outline-secondary btn-lg" href="/features">{{ _("Features") }}</a>
9b5ac075 16 </div>
60024cc8 17 </div>
97ed546d 18
b6d1f3b7
S
19 <div id="scrollto" class="page-scroll">
20 <a href="#features" class="btn btn-outline-primary rounded-circle">
efb8b657 21 <svg class="icon i_lg i_arrow_down"><use xlink:href="#arrow_down"/></svg>
97ed546d
S
22 </a>
23 </div>
60b0917c
MT
24 </section>
25
1e5bc9c9
S
26 <section id="features" class="content-section">
27 <div class="container">
b6d1f3b7 28 <h3 class="display-2 text-center">{{ _("Secure up your network with IPFire") }}</h2>
1e5bc9c9 29
69a9b33d 30 <div class="row mb-lg-6 mb-md-5">
6a63d20a
S
31 <div class="col-md-6 col-lg-4 mb-6 pb-lg-5 d-flex">
32 <div class="feature_icons align-self-stretch">
6618b035 33 <svg class="icon i_lg i_shield"><use xlink:href="#shield"/></svg>
b6d1f3b7 34 </div>
6a63d20a
S
35 <div class="flex-column">
36 <h4 class="pb-3">{{ _("Firewall") }}</h4>
37 <p>
38 {% if lang == "de" %}
39 Die vielseitige und State-of-the-Art Firewall-Engine
40 in IPFire ist auch in komplexen Netzen übersichtlich
41 und leicht zu nutzen.
42 {% else %}
43 IPFire comes with a versatile and state of the art
44 firewall engine that makes even the most complex
45 setups easy to administer.
46 {% end %}
47 </p>
48 </div>
1e5bc9c9
S
49 </div>
50
6a63d20a
S
51 <div class="col-md-6 col-lg-4 mb-6 d-flex">
52 <div class="feature_icons align-self-stretch">
6618b035 53 <svg class="icon i_lg i_speed"><use xlink:href="#speed"/></svg>
b6d1f3b7 54 </div>
6a63d20a
S
55 <div class="flex-column">
56 <h4 class="pb-3">{{ _("Performance") }}</h4>
57 <p>
58 {% if lang == "de" %}
59 Auch schnelle Netze und der Einsatz
60 auf eingebetteten Systemen sind kein Problem
61 für IPFire.
62 {% else %}
63 IPFire is ready for high performance networks
64 and running evenly well on embedded hardware.
65 {% end %}
66 </p>
67 </div>
1e5bc9c9
S
68 </div>
69
6a63d20a
S
70 <div class="col-md-6 col-lg-4 mb-6 d-flex">
71 <div class="feature_icons align-self-stretch">
6618b035 72 <svg class="icon i_lg i_couch"><use xlink:href="#couch"/></svg>
b6d1f3b7 73 </div>
6a63d20a
S
74 <div class="flex-column">
75 <h4 class="pb-3">{{ _("Easy to use") }}</h4>
76 <p class="mb-1">
77 {% if lang == "de" %}
78 IPFire ist in 15 bis 20 Minuten installiert
79 und kommt mit vielen wichtigen Funktionen für
80 professionelle Netzwerke.
81 {% else %}
82 IPFire is set up easily in 15 to 20 minutes
83 but also comes with expert features that
84 are needed in professional networks.
85 {% end %}
86 </p>
87 </div>
1e5bc9c9 88 </div>
69a9b33d 89
6a63d20a
S
90 <div class="col-md-6 col-lg-4 mb-6 d-flex">
91 <div class="feature_icons align-self-stretch">
6618b035 92 <svg class="icon i_lg i_security"><use xlink:href="#security"/></svg>
b6d1f3b7 93 </div>
efb8b657 94 <div class="flex-column">
6a63d20a
S
95 <h4 class="pb-3">{{ _("Network Security") }}</h4>
96 <p>
97 {% if lang == "de" %}
98 Sicherheit hat höchste Priorität.
99 Das gehärtete System schützt sich selbst vor
100 Angriffen aus dem Netz.
101 {% else %}
102 IPFire is designed for high security.
103 It is hardened to protect itself from attacks
104 from the network.
105 {% end %}
106 </p>
107 </div>
1e5bc9c9
S
108 </div>
109
6a63d20a
S
110 <div class="col-md-6 col-lg-4 mb-6 d-flex">
111 <div class="feature_icons align-self-stretch">
6618b035 112 <svg class="icon i_lg i_github"><use xlink:href="#github"/></svg>
b6d1f3b7 113 </div>
6a63d20a
S
114 <div class="flex-column">
115 <h4 class="pb-3">{{ _("Open Source") }}</h4>
116 <p>
117 {% if lang == "de" %}
118 IPFire ist freie Software, welche von einer offenen
119 Community tagtäglich verbessert wird.
120 {% else %}
121 IPFire is free software and developed by an open community,
122 that improves it every single day.
123 {% end %}
124 </p>
125 </div>
1e5bc9c9
S
126 </div>
127
6a63d20a
S
128 <div class="col-md-6 col-lg-4 mb-6 d-flex">
129 <div class="feature_icons align-self-stretch">
6618b035 130 <svg class="icon i_lg i_heart"><use xlink:href="#heart"/></svg>
b6d1f3b7 131 </div>
6a63d20a
S
132 <div class="flex-column">
133 <h4 class="pb-3">{{ _("Trusted by thousands") }}</h4>
134 <p>
135 {% if lang == "de" %}
136 IPFire wird in Europa entwickelt,
137 <a href="http://fireinfo.ipfire.org/statistics/geo-locations">in vielen Ländern</a>
138 überall auf der Welt eingesetzt, und bietet
139 Internetzugang für hundertausende Nutzer jeden Tag.
140 {% else %}
141 IPFire is developed in Europe and used all over the world
142 <a href="http://fireinfo.ipfire.org/statistics/geo-locations">in hundreds of countries</a>
143 by hundreds of thousands of users every day.
144 {% end %}
145 </p>
146 </div>
1e5bc9c9
S
147 </div>
148 </div>
149
22cfab2d 150 <div class="row justify-content-center pt-0 pt-md-4">
7751181d
S
151 <a class="btn btn-primary btn-lg px-4 px-md-6" href="/get-started">{{ _("Get Started") }}</a>
152 <a class="btn btn-white btn-lg px-4 px-md-6" href="/learn-more">{{ _("Learn more") }}</a>
60b0917c
MT
153 </div>
154 </div>
60b0917c 155 </section>
05f8cfae 156
1e5bc9c9 157 <section id="news" class="content-section">
60b0917c
MT
158 <div class="container">
159 <div class="row">
6a63d20a 160 <div class="col-12 col-md-6 col-lg-5 mb-6">
b6d1f3b7 161 <h2 class="display-2 mb-6">Latest Release</h2>
69a9b33d 162 <p class="mb-3"><small>{{ locale.format_date(latest_release.date, shorter=True) }}</small></p>
b6d1f3b7 163 <h3 class="display-3 mb-5 pb-5"><a href="/news/{{ latest_release.news.slug }}">
60b0917c
MT
164 {{ _("%s has been released!") % latest_release.name }}
165 </a>
53664d15 166 </h3>
b6d1f3b7 167 <div class="btn-toolbar mb-6">
efb8b657 168 <a class="btn btn-primary btn-md mr-3" href="/download">
6618b035 169 <svg class="icon i_sm i_download"><use xlink:href="#download"/></svg>
22cfab2d
S
170 {{ _("Download") }}
171 </a>
efb8b657 172 <a class="btn btn-white btn-md ml-3" href="/donate">
6618b035 173 <svg class="icon i_sm i_heart"><use xlink:href="#heart"/></svg>
22cfab2d
S
174 {{ _("Donate") }}
175 </a>
60b0917c 176 </div>
1e5bc9c9 177
b6d1f3b7 178 <p>A complete history of IPFire releases is available at our <a href="/news">News</a> page.</p>
60b0917c 179 </div>
1e5bc9c9 180
6a63d20a 181 <div class="col-12 col-md-6 col-lg-5 offset-lg-2">
b6d1f3b7 182 <h2 class="display-2 mb-6">What&rsquo;s going on?</h2>
60b0917c
MT
183 <dl class="dl-horizontal">
184 {% for type, item in latest_news %}
185 <dt>
b6d1f3b7 186 <small>{{ locale.format_date(item.published, relative=True, shorter=True) }} &nbsp;</small>
60b0917c 187 </dt>
b6d1f3b7 188 <dd class="text-overflow mb-4 pb-4">
60b0917c
MT
189 {% if type == "news" %}
190 <a href="/news/{{ item.slug }}">
191 <strong>{{ item.title }}</strong>
192 </a>
193 {% elif type == "planet" %}
194 <a href="http://planet.ipfire.org/post/{{ item.slug }}">
195 {{ item.title }}
196 </a>
197 {% end %}
198 </dd>
9d7e697a 199 {% end %}
60b0917c 200 </dl>
b6d1f3b7 201
9ce2074c 202 <a class="btn btn-white" href="/news">{{ _("Read More") }}</a>
b6d1f3b7 203
60b0917c
MT
204 </div>
205 </div>
1e5bc9c9
S
206 </div>
207 </section>
208
209 <section id="wishlist" class="content-section">
210 <div class="container">
b6d1f3b7 211 <h2 class="display-2 text-center text-white">IP<strong>Fire</strong>&rsquo;s Wishlist</h2>
1e5bc9c9 212
b6d1f3b7 213 {% if hottest_wish %}
a6a4d1cf 214 <div class="d-flex flex-row justify-content-between align-items-baseline">
49baba87 215 <h5 class="text-white">{{ hottest_wish.title }}</h5>
a6a4d1cf
S
216
217 {% if hottest_wish.is_new() %}
218 <span class="label label-success pull-right">{{ _("NEW") }}</span>
219 {% elif hottest_wish.remaining_days and hottest_wish.remaining_days <= 10 %}
220 <span>
221 {{ _("one day left", "%(num)s days left", hottest_wish.remaining_days) % { "num" : hottest_wish.remaining_days } }}
222 </span>
223 {% else %}
49baba87 224 <span class="h5 amber-800 hidden-xs-down">
a6a4d1cf
S
225 {{ _("%d%% funded") % hottest_wish.percentage }}
226 </span>
227 {% end %}
228 </div>
b6d1f3b7
S
229
230 <div class="progress progress-small mb-5">
231 <div class="progress-bar bg-progress" role="progressbar" aria-valuenow="{{ hottest_wish.percentage_bar }}" aria-valuemin="0" aria-valuemax="100" style="width: {{ hottest_wish.percentage_bar }}%; height: .5rem;">
232 <span class="sr-only">{{ _("%.2f%% complete") % hottest_wish.percentage_bar }}</span>
233 </div>
3d74a9b9 234 </div>
b6d1f3b7 235
49baba87 236 <p class="text-white small"><a style="color: white; text-decoration: underline;" href="http://wishlist.ipfire.org/wish/{{ hottest_wish.slug }}">Read more</a> about that wish.</p>
b6d1f3b7
S
237
238 {% end %}
239
60b0917c
MT
240 </div>
241 </section>
1e5bc9c9
S
242
243 <section id="fireinfo" class="content-section">
244 <div class="container">
b6d1f3b7
S
245 <h2 class="display-2 text-center">Fire<strong>Info</strong> Statistics</h2>
246
32efbb1f 247 <div class="row mb-6 mb-md-5 pb-lg-5 mb-lg-6">
b6eb5162 248 <div class="col-6 col-md-3 mb-6 text-center">
49baba87
S
249 <p class="mb-0 mb-sm-3 fireinfo_cat">Latest Release</p>
250 <h5 class="pb-5 fireinfo">2.19 Core 109</h5>
b6eb5162 251 <div class="r_circle circle mt-5">
49baba87 252 <p class="fireinfo_per">48%</p>
b6eb5162
S
253 </div>
254 <script>
255 $('.r_circle').circleProgress({ value: 0.48, size: 128, thickness: 4, animation: false, startAngle: -Math.PI / 2, fill: { color: ["#1976d2"] } });
256 </script>
b6d1f3b7
S
257 </div>
258
b6eb5162 259 <div class="col-6 col-md-3 mb-6 text-center">
49baba87
S
260 <p class="mb-0 mb-sm-3 fireinfo_cat">Favorite Kernel</p>
261 <h5 class="pb-5 fireinfo truncate">3.14.79-ipfire-pae</h5>
b6eb5162 262 <div class="f_circle circle mt-5">
49baba87 263 <p class="fireinfo_per">36%</p>
b6eb5162
S
264 </div>
265 <script>
266 $('.f_circle').circleProgress({ value: 0.36, size: 128, thickness: 4, animation: false, startAngle: -Math.PI / 2, fill: { color: ["#00bcd4"] } });
267 </script>
b6d1f3b7
S
268 </div>
269
69a9b33d 270 <div class="col-6 col-md-3 text-center">
49baba87
S
271 <p class="mb-0 mb-sm-3 fireinfo_cat">Favorite CPU</p>
272 <h5 class="pb-5 fireinfo">Intel</h5>
b6eb5162 273 <div class="c_circle circle mt-5">
49baba87 274 <p class="fireinfo_per">71%</p>
b6eb5162
S
275 </div>
276 <script>
277 $('.c_circle').circleProgress({ value: 0.71, size: 128, thickness: 4, animation: false, startAngle: -Math.PI / 2, fill: { color: ["#43a047"] } });
278 </script>
b6d1f3b7
S
279 </div>
280
69a9b33d 281 <div class="col-6 col-md-3 text-center">
49baba87
S
282 <p class="mb-0 mb-sm-3 fireinfo_cat truncate">Favorite Virtualisation</p>
283 <h5 class="pb-5 fireinfo">VMWare</h5>
b6eb5162 284 <div class="v_circle circle mt-5">
49baba87 285 <p class="fireinfo_per">46%</p>
b6eb5162
S
286 </div>
287 <script>
288 $('.v_circle').circleProgress({ value: 0.46, size: 128, thickness: 4, animation: false, startAngle: -Math.PI / 2, fill: { color: ["#ff8f00"] } });
289 </script>
b6d1f3b7
S
290 </div>
291 </div>
1e5bc9c9
S
292
293 <div class="row justify-content-center">
22cfab2d 294 <a class="btn btn-lg btn-primary" href="/stats">More Stats</a>
1e5bc9c9 295 </div>
9d7e697a 296 </div>
1e5bc9c9 297 </section>
60b0917c 298
1e5bc9c9
S
299 <section id="appliances" class="content-section">
300 <div class="container">
b6d1f3b7 301 <h2 class="display-2 text-center">{{ _("Professional Appliances & Services") }}</h2>
1e5bc9c9 302
49baba87
S
303 <div class="row mb-lg-6 mb-md-4 pb-6 pb-lg-4">
304 <div class="col-md-12 col-lg-7 mb-5 mb-md-6 mb-lg-0">
1e5bc9c9
S
305 <p class="lead">
306 {% if lang == "de" %}
b6d1f3b7 307 <a href="http://www.lightningwirelabs.com" target="_blank">Lightning Wire Labs</a> bietet
1e5bc9c9
S
308 Hardware-Appliances für mittlere bis große Unternehmen und SOHO an.
309 Diese sorgen in jedem Netz für beste Zuverlässigkeit, Stabilität
310 und Performance.
311 {% else %}
b6d1f3b7 312 <a href="http://www.lightningwirelabs.com" target="_blank">Lightning Wire Labs</a> offer
1e5bc9c9
S
313 IPFire hardware appliances for enterprises, large businesses and SOHO.
314 Deploying one of these on your network will provide you with the
315 greatest reliability, stability and performance.
316 {% end %}
317 </p>
318 </div>
7a9f7ff6 319 <div class="col-sm-6 offset-sm-3 col-lg-4 offset-lg-1 mt-sm-5">
22cfab2d
S
320 <a class="btn btn-bluegrey900 btn-lg btn-block px-md-0" href="/get-support#professional">{{ _("Get Professional Support") }}</a>
321 <a class="btn btn-bluegrey900 btn-lg btn-block px-md-0" href="/hardware">{{ _("Hardware Appliances") }}</a>
1e5bc9c9
S
322 </div>
323 </div>
22cfab2d
S
324 <div class="text-center">
325 <picture>
326 <source media="(max-width: 575px" srcset="{{ static_url("img/appliance-pro_xs.png") }}">
327 <source media="(max-width: 767px" srcset="{{ static_url("img/appliance-pro_sm.png") }}">
328 <source media="(max-width: 991px" srcset="{{ static_url("img/appliance-pro_md.png") }}">
329 <source media="(min-width: 992px" srcset="{{ static_url("img/appliance-pro.png") }}">
330 <img class="img-fluid" src="{{ static_url("img/appliance-pro.png") }}" alt="Appliance">
331 </picture>
69a9b33d 332 </div>
1e5bc9c9 333 </div>
60b0917c 334 </section>
81675874 335{% end block %}