]> git.ipfire.org Git - ipfire.org.git/blame - templates/index.html
Move everything to the root of the repository.
[ipfire.org.git] / templates / index.html
CommitLineData
60024cc8 1{% extends "base-1.html" %}
81675874 2
3{% block title %}{{ _("Home") }}{% end block %}
4
60024cc8 5{% block body %}
7771acea 6 <div class="pull-right hidden-phone">
60024cc8
MT
7 <a href="https://www.facebook.com/IPFire.org"><img src="{{ static_url("images/icons/social/facebook.png") }}" alt="Facebook"></a>
8 <a href="https://twitter.com/ipfire"><img src="{{ static_url("images/icons/social/twitter.png") }}" alt="Twitter"></a>
9 <a href="/news.rss"><img src="{{ static_url("images/icons/social/rss.png") }}" alt="RSS"></a>
10 </div>
940227cb 11
7771acea 12 <br style="clear: both;"><br><br><br>
940227cb 13
7771acea
MT
14 <div class="row hidden-phone">
15 <div class="span7 ac">
16 <br><br><br><br>
940227cb 17
7771acea
MT
18 <p class="lead">
19 <strong>IPFire</strong> - {{ _("An Open Source Firewall Solution") }}
20 </p>
54b8df1a 21
7771acea
MT
22 {% if latest_release %}
23 <p>
24 <strong>{{ _("Latest release") }}:</strong>
25 <a href="/download">{{ latest_release.name }}</a>
26 </p>
27 {% end %}
60024cc8 28 </div>
940227cb 29
7771acea
MT
30 <div class="span5">
31 <img src="{{ static_url("images/tux/ipfire_tux_256x256.png") }}" alt="IPFire Logo" />
32 <br><br>
33 </div>
34 </div>
35
36 <div class="row visible-phone">
37 <div class="span12 ac">
60024cc8 38 <img src="{{ static_url("images/tux/ipfire_tux_256x256.png") }}" alt="IPFire Logo" />
7771acea 39 <br><br>
940227cb 40
7771acea
MT
41 <p class="lead">
42 <strong>IPFire</strong> - {{ _("An Open Source Firewall Solution") }}
43 </p>
44
45 {% if latest_release %}
46 <p>
47 <strong>{{ _("Latest release") }}:</strong>
48 <a href="/download">{{ latest_release.name }}</a>
49 </p>
50 {% end %}
60024cc8
MT
51 </div>
52 </div>
53
54 <hr>
81675874 55
7771acea
MT
56 <p class="ac muted">
57 <strong>{{ _("New!") }}</strong>
58 {% if lang == "de" %}
59 IPFire <a href="http://wishlist.ipfire.org/">Wunschliste</a> - Die Crowdfunding-Plattform des IPFire-Projekts.
60 {% else %}
61 IPFire <a href="http://wishlist.ipfire.org">wishlist</a> - the crowd funding platform for the IPFire project.
62 {% end %}
63 </p>
64
65 <hr>
bb3da2b5
MT
66
67 <div class="row">
7771acea
MT
68 <div class="span6">
69 {% if lang == "de" %}
70 <p>
71 <strong>IPFire</strong> ist eine gehärtete Linux-Appliance-Distribution
72 mit primärem Einsatzzweck als Firewall.
73 </p>
74 <p>
75 Mit IPFire kommt eine unternehmensfähige Absicherung des Netzwerks
76 für Jedermann - vom Heimnetzwerk bis zum großen Unternehmen,
77 Schulnetzwerken und Behörden.
78 </p>
79 <p>
80 Besonderer Fokus liegt auf Sicherheit, Stabilität und einfache Benutzbarkeit.
d38296ff 81 Das Nachinstallieren von zusätzlichen Funktionen geht mit nur einem Klick.
7771acea
MT
82 </p>
83 {% else %}
84 <p>
85 <strong>IPFire</strong> is a hardened Linux appliance distribution
86 designed for use as a firewall.
87 </p>
88 <p>
89 It offers corporate-level network protection for anyone who needs it,
90 from home users all the way up to large corporations, school networks
91 and authorities.
92 </p>
93 <p>
94 IPFire focusses on security, stability and ease of use.
95 A variety of add-ons can be installed with a single click, to
96 add more features to the base system.
97 </p>
98 {% end %}
99
100 <br>
101
102 <div class="well">
103 <h4>{{ _("What's new?") }}</h4>
104
105 <ul class="unstyled">
106 {% for item in latest_news %}
107 <li>
108 [{{ locale.format_date(item.date, relative=True, shorter=True) }}] &dash;
109 <a href="/news/{{ item.slug }}">{{ item.title }}</a>
110 </li>
111 {% end %}
112 </ul>
113 </div>
918284e8
MT
114
115 <p class="ac">
116 <a class="btn btn-primary" href="/donate">{{ _("Support this project with your donation!") }}</a>
117 </p>
7771acea
MT
118 </div>
119
120 <div class="span6 objectives">
121 <img class="icon pull-left" src="{{ static_url("images/icons/security.png") }}" alt="{{ _("Security") }}" />
122 <h4>{{ _("Security") }}</h4>
123
124 {% if lang == "de" %}
125 <p>
1483027c 126 Das wichtigste: Sicherheitsupdates werden
7771acea
MT
127 regelmäßig und zügig bereitgestellt.
128 </p>
129 {% else %}
130 <p>
131 As the most important issue: Security updates
132 are deployed regularly and promptly.
133 </p>
134 {% end %}
135
bb3da2b5 136 <hr>
7771acea
MT
137
138 <img class="icon pull-left" src="{{ static_url("images/icons/flexibility.png") }}" alt="{{ _("Flexibility") }}" />
139 <h4>{{ _("Flexibility") }}</h4>
140
141 {% if lang == "de" %}
142 <p>
143 IPFire ist ein schlankes System, welches leicht durch
144 zusätzliche Funktionen erweitert werden kann.
145 </p>
146 {% else %}
147 <p>
148 IPFire is a very small system and can be easily
149 customized with additional functions.
150 </p>
bb3da2b5 151 {% end %}
7771acea
MT
152
153 <hr>
154
155 <img class="icon pull-left" src="{{ static_url("images/icons/community.png") }}" alt="{{ _("Community") }}" />
156 <h4>{{ _("Open Source") }}</h4>
157
158 {% if lang == "de" %}
159 <p>
160 IPFire ist freie Software, welche von einer offenen
161 Community tagtäglich verbessert wird.
162 </p>
163 {% else %}
164 <p>
165 IPFire is free software and developed by an open community,
166 that makes IPFire better every single day.
167 </p>
168 {% end %}
169
170 <hr>
171
172 <p class="ac">
173 <a href="/features">{{ _("Read more") }} &raquo;</a>
174 </p>
bb3da2b5
MT
175 </div>
176 </div>
81675874 177{% end block %}