]> git.ipfire.org Git - ipfire.org.git/blobdiff - www/templates/index.html
Website update.
[ipfire.org.git] / www / templates / index.html
index 48027662a537eba14ea24b543c5aefb4eca00be3..dfeda5411576330721941075a305c060bd9b5fb1 100644 (file)
-{% extends "base-2.html" %}
+{% extends "base-1.html" %}
 
 {% block title %}{{ _("Home") }}{% end block %}
 
-{% block content %}
-       <h3>IPFire - {{ _("An open source firewall solution") }}</h3>
-       {% if lang == "de" %}
-               <p>
-                       <strong>IPFire</strong> ist eine Server-Distribution mit primärem Einsatzzweck
-                       als Firewall mit besonderer Sicherheit. Ebenso ist IPFire sehr flexibel
-                       und skaliert hervorragend von kleinen bis mitteleren Unternehmensnetzwerken,
-                       Heimnetzen, Behörden und Schulen.
-               </p>
-       {% else %}
-               <p>
-                       <strong>IPFire</strong> is a server distribution which primary function
-                       is a firewall bundled with strong security. It focuses on
-                       flexibility as well and scales from small to middle sized business
-                       networks, home networks, authorities and schools.
-               </p>
-       {% end %}
+{% block body %}
+       <div class="pull-right">
+               <strong>{{ _("Follow us") }}</strong>
+               <a href="https://www.facebook.com/IPFire.org"><img src="{{ static_url("images/icons/social/facebook.png") }}" alt="Facebook"></a>
+               <a href="https://twitter.com/ipfire"><img src="{{ static_url("images/icons/social/twitter.png") }}" alt="Twitter"></a>
+               <a href="/news.rss"><img src="{{ static_url("images/icons/social/rss.png") }}" alt="RSS"></a>
+       </div>
 
-       <br class="clear" />
+       <div class="page-header">
+               <h1>
+                       IPFire
+                       <small>{{ _("An Open Source Firewall Solution") }}</small>
+               </h1>
+       </div>
 
-       <table class="blocks">
-               <tr>
-                       <td class="block block1">
-                               <img src="{{ static_url("images/icons/security.png") }}" alt="{{ _("Security") }}" />
-                               <br class="clear" />
-                               <span>{{ _("Security") }}</span>
-                               {% if lang == "de" %}
-                                       <p>
-                                               Die oberste Priorität ist die Sicherheit des Sys- tems.
-                                               Sicherheitsupdates werden regelmäßig und
-                                               zügig verteilt.
-                                       </p>
-                               {% else %}
-                                       <p>
-                                               As the most important issue: Security updates
-                                               are deployed regularly and promptly.
-                                       </p>
-                               {% end %}
-                               <a href="/about#security">{{ _("Learn more.") }}</a>
-                       </td>
-                       <td class="block block2">
-                               <img src="{{ static_url("images/icons/flexibility.png") }}" alt="{{ _("Flexibility") }}" />
-                               <br class="clear" />
-                               <span>{{ _("Flexibility") }}</span>
-                               {% if lang == "de" %}
-                                       <p>
-                                               IPFire ist ein schlankes System (Image ca. 60 MB),
-                                               welches ganz leicht durch zusätzliche Funk- tionen erweitert
-                                               werden kann.
-                                       </p>
-                               {% else %}
-                                       <p>
-                                               IPFire is a very small system (install image is about 60MB)
-                                               and can be easily customized with additional functions. 
-                                       </p>
-                               {% end %}
-                               <p>
-                                       <a href="/about#concept">{{ _("Learn more.") }}</a>
-                               </p>
-                       </td>
-                       <td class="block block3">
-                               <img src="{{ static_url("images/icons/community.png") }}" alt="{{ _("Community") }}" />
-                               <br class="clear" />
-                               <span>{{ _("Open Source") }}</span>
-                               {% if lang == "de" %}
-                                       <p>
-                                               IPFire ist freie Software, welche von einer offenen
-                                               Community tagtäglich verbessert wird.
-                                       </p>
-                               {% else %}
-                                       <p>
-                                               IPFire is free software and developed by an open community,
-                                               that makes IPFire better every single day.
-                                       </p>
-                               {% end %}
-                               <p>
-                                       <a href="/about#itsfree">{{ _("Get involved.") }}</a>
-                               </p>
-                       </td>
-               </tr>
-       </table>
+       {% if hostname == "dev.ipfire.org" %}
+               <div class="row">
+                       <div class="span12">
+                               <div style="text-align: center;">
+                                       <img src="http://placehold.it/640x380" alt="Thumbnail">
+                               </div>
+                               <hr>
+                       </div>
+               </div>
+       {% end %}
 
-       <br class="clear" />
+       <div class="row">
+               <div class="span9">
+                       <div class="row">
+                               <div class="span9">
+                                       {% if lang == "de" %}
+                                               <p>
+                                                       <strong>IPFire</strong> ist eine gehärtete Linux-Appliance-Distribution
+                                                       mit primärem Einsatzzweck als Firewall.
+                                               </p>
+                                               <p>
+                                                       Mit IPFire kommt eine unternehmensfähige Absicherung des Netzwerks
+                                                       für Jedermann - vom Heimnetzwerk bis zum großen Unternehmen,
+                                                       Schulnetzwerken und Behörden.
+                                                       IPFire fokussiert Sicherheit, Stabilität und einfache Benutzbarkeit.
+                                                       Die Core-Distribution erlaubt das nachinstallieren von Addons mit
+                                                       nur einem einzigen Klick.
+                                               </p>
+                                               <p>
+                                                       IPFire ist einfach, schnell und <a href="/features/itsfree">kostet nichts</a>.
+                                               </p>
+                                       {% else %}
+                                               <p>
+                                                       <strong>IPFire</strong> is a hardened Linux appliance distribution
+                                                       designed for use as a firewall.
+                                               </p>
+                                               <p>
+                                                       It offers corporate-level network protection for anyone who needs it,
+                                                       from homes users all the way up to large corporations, school networks
+                                                       and authorities.
+                                                       IPFire focusses on security, stability and ease of use. Along with the
+                                                       core distribution, there are a variety of add-ons which can be installed
+                                                       with a single click.
+                                               </p>
+                                               <p>
+                                                       IPFire is easily deployed, fast and <a href="/features/itsfree">costs nothing</a>.
+                                               </p>
+                                       {% end %}
+                                       <hr>
+                               </div>
+                       </div>
 
-       {% if lang == "de" %}
-               <p>
-                       Das sehr minimalistische, gehärtete System ist höchst anpassungsfähig und
-                       schnell zu konfigurieren. Mit nur einem Klick können kostenlos zusätzliche
-                       Funktionen nachinstalliert werden, was IPFire grundsätzlich von
-                       seinen Konkurrenten in Sachen einfacher Wartung und Funktionsvielfalt
-                       abgrenzt.
-               </p>
-               <p>
-                       Dabei ist IPFire, da es auf dem Linux-Kernel basiert, äußerst
-                       leistungsstark und sicher, um auch in großen Umgebungen betrieben werden
-                       zu können.
-               </p>
-       {% else %}
-               <p>
-                       IPFire is a minimal, hardened system which distinguishes itself by being
-                       very customizable and the possibility to install additional features with
-                       only a single click for free. It is very easy to install and maintain.
-               </p>
-               <p>
-                       Based on the Linux kernel, IPFire has got a lot of performance and
-                       is very secure that it can be used in large environments.
-               </p>
-       {% end %}
+                       <div class="row">
+                               <div class="span3">
+                                       <h3>
+                                               <img src="{{ static_url("images/icons/security.png") }}" alt="{{ _("Security") }}" />
+                                               {{ _("Security") }}
+                                       </h3>
 
-       <p class="links">
-               {{ _("Quick links") }} &bull;
-               <a href="/about">{{ _("About IPFire") }}</a>
-               &bull;
-               <a href="http://wiki.ipfire.org/" target="_blank">{{ _("wiki") }}</a>
-               &bull;
-               <a href="http://forum.ipfire.org/" target="_blank">{{ _("forum") }}</a>
-       </p>
+                                       {% if lang == "de" %}
+                                               <p>
+                                                       Das wichtigste: Sicherheits- updates werden
+                                                       regelmäßig und zügig bereitgestellt.
+                                               </p>
+                                       {% else %}
+                                               <p>
+                                                       As the most important issue: Security updates
+                                                       are deployed regularly and promptly.
+                                               </p>
+                                       {% end %}
+                               </div>
 
-       <div class="line"></div>
+                               <div class="span3">
+                                       <h3>
+                                               <img src="{{ static_url("images/icons/flexibility.png") }}" alt="{{ _("Flexibility") }}" />
+                                               {{ _("Flexibility") }}
+                                       </h3>
 
-       {% for item in latest_news %}
-               {{ modules.NewsItem(item) }}
-       {% end %}
+                                       {% if lang == "de" %}
+                                               <p>
+                                                       IPFire ist ein schlankes System, welches leicht durch
+                                                       zusätzliche Funktionen erweitert werden kann.
+                                               </p>
+                                       {% else %}
+                                               <p>
+                                                       IPFire is a very small system (the install image is about 60MB)
+                                                       and can be easily customized with additional functions.
+                                               </p>
+                                       {% end %}               
+                               </div>
 
-       <div class="line"></div>
+                               <div class="span3">
+                                       <h3>
+                                               <img src="{{ static_url("images/icons/community.png") }}" alt="{{ _("Community") }}" />
+                                               {{ _("Open Source") }}
+                                       </h3>
 
-       {% for item in recent_planets %}
-               <strong>{{ _("Have you already seen?") }}</strong>
-               <a href="http://planet.ipfire.org/user/{{ item.author.uid }}">{{ item.author.cn }}</a>
-               {{ _("talks about") }}
-               <a href="http://planet.ipfire.org/post/{{ item.slug }}">{{ item.title }}</a>
-               {{ _("on the IPFire planet.") }}
-       {% end %}
+                                       {% if lang == "de" %}
+                                               <p>
+                                                       IPFire ist freie Software, welche von einer offenen
+                                                       Community tagtäglich verbessert wird.
+                                               </p>
+                                       {% else %}
+                                               <p>
+                                                       IPFire is free software and developed by an open community,
+                                                       that makes IPFire better every single day.
+                                               </p>
+                                       {% end %}
+                               </div>
+                       </div>
+               </div>
 
-       <br class="clear" />
-       <br class="clear" />
+               <div class="span3">
+                       <img src="{{ static_url("images/tux/ipfire_tux_256x256.png") }}" alt="IPFire Logo" />
 
-       <p class="right">
-               <a class="feed" href="/news.rss">{{ _("Subscribe to the latest news of IPFire") }} (RSS)</a>
-               &bull;
-               <a href="/news">{{ _("All posts") }} &gt;&gt;</a>
-       </p>
-{% end block %}
+                       {{ modules.SidebarRelease() }}
+               </div>
+       </div>
+
+       <hr>
 
-{% block sidebar %}
-       {{ modules.SidebarRelease() }}
-       {{ modules.SidebarBanner() }}
+       {% for item in latest_news %}
+               {{ modules.NewsItem(item, announcement=True) }}
+       {% end %}
 {% end block %}