]> git.ipfire.org Git - ipfire.org.git/blame - www/templates/download-splash.html
Website update.
[ipfire.org.git] / www / templates / download-splash.html
CommitLineData
60024cc8
MT
1{% extends "base-1.html" %}
2
3{% block title %}{{ _("Thanks for downloading IPFire!") }}{% end block %}
4
5{% block body %}
6 <div class="page-header">
7 <h1>
8 {{ _("Thanks for downloading IPFire!") }}
9 </h1>
10 </div>
11
12 <div class="row">
13 <div class="span8 offset2">
14 <div class="well">
15 <h2>{{ _("Please consider donating!") }}</h2>
16 {% if lang == "de" %}
17 <p>
18 Wir möchten jeden, der IPFire herunterlädt einladen,
19 sich in das Projekt einzubringen, zum Beispiel mit
20 einer Spende.
21 </p>
22 <p>
23 Daher bitten wir um ein paar Euro für das Projekt
24 <a href="http://www.ipfire.org/getinvolved">oder das
25 Projekt auf eine andere Weise zu unterstützen</a>.
26 </p>
27 {% else %}
28 <p>
29 We encourage everyone who downloads and uses IPFire to
30 get involved for example by donating a small amount of
31 money.
32 </p>
33 <p>
34 Please consider donating a few bucks to the project.
35 <a href="http://www.ipfire.org/getinvolved">If you can't
36 afford to donate, there are other ways you can help</a>.
37 </p>
38 {% end %}
39
40 <p style="text-align: center;">
41 <a class="btn btn-success btn-large" href="http://www.ipfire.org/donate">
42 {{ _("Donate") }}
43 </a>
44 </p>
45 </div>
46 <br>
47 </div>
48 </div>
49
50 <div class="row">
51 <div class="span12">
52 <h3>
53 {% if lang == "de" %}
54 Der Download beginnt in Kürze.
55 Falls nicht, auf den untenstehenden Link klicken.
56 {% else %}
57 Your download should begin in a few seconds.
58 If not, click the link below.
59 {% end %}
60 </h3>
61 <p class="download-path"></p>
62 <hr>
63 </div>
64 </div>
65
66 <h3>{{ _("Next steps") }}</h3>
67 <div class="row">
68 <div class="span4">
69 <h3>
70 <a href="http://wiki.ipfire.org/{{ lang }}/installation/start">
71 {{ _("Install IPFire") }}
72 </a>
73 </h3>
74 <p>
75 {% if lang == "de" %}
76 Erfahre wie es nach dem Download des Images weitergeht.
77 {% else %}
78 Learn how to install IPFire from the image file you just
79 downloaded.
80 {% end %}
81 </p>
82 </div>
83
84 <div class="span4">
85 <h3>
86 <a href="http://wiki.ipfire.org/">{{ _("Access documentation") }}</a>
87 </h3>
88 <p>
89 {% if lang == "de" %}
90 Im Problemfall ist ein Blick in die Dokumentation immer
91 hilfreich. Diese wird übrigens vom Dokumentations-Team
92 gepflegt.
93 {% else %}
94 In case you are stuck with a problem, have a look at
95 the documentation which is maintained by the IPFire
96 Documentation Team.
97 {% end %}
98 </p>
99 </div>
100
101 <div class="span4">
102 <h3>
103 <a href="http://www.ipfire.org/getinvolved">{{ _("Join the community") }}</a>
104 </h3>
105 <p>
106 {% if lang == "de" %}
107 Egal, ob Neueinsteiger oder Linux-Experte. Es gibt
108 unzählige Wege beim Projekt mitzumachen.
109 {% else %}
110 If you are using IPFire for the first time or if you are
111 a Linux expert, there are lots of ways to contribute to the
112 IPFire project.
113 {% end %}
114 </p>
115 </div>
116 </div>
117{% end %}