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