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