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