]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blame - templates/download-splash.html
Merge branch 'master' of ssh://git.ipfire.org/pub/git/ipfire.org
[people/shoehn/ipfire.org.git] / templates / download-splash.html
CommitLineData
60024cc8
MT
1{% extends "base-1.html" %}
2
3{% block title %}{{ _("Thanks for downloading IPFire!") }}{% end block %}
4
60024cc8 5
110e8687
MT
6{% block header %}
7 <header class="jumbotron subhead" id="overview">
8 <div class="container">
9 <h1>{{ _("Thanks for downloading IPFire!") }}</h1>
60024cc8 10 </div>
110e8687
MT
11 </header>
12{% end header %}
13
60024cc8 14
110e8687 15{% block body %}
60024cc8 16 <div class="row">
110e8687 17 <div class="col-lg-12 col-md-12 ac">
7771acea 18 <h4>
60024cc8
MT
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 %}
7771acea
MT
26 </h4>
27
60024cc8
MT
28 <p class="download-path"></p>
29 <hr>
30 </div>
31 </div>
32
110e8687
MT
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>
a0048e66 62
60024cc8
MT
63 <h3>{{ _("Next steps") }}</h3>
64 <div class="row">
950efff4 65 <div class="col-lg-4 col-md-4">
7771acea 66 <h4>
60024cc8
MT
67 <a href="http://wiki.ipfire.org/{{ lang }}/installation/start">
68 {{ _("Install IPFire") }}
69 </a>
7771acea
MT
70 </h4>
71
60024cc8
MT
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
950efff4 82 <div class="col-lg-4 col-md-4">
7771acea 83 <h4>
60024cc8 84 <a href="http://wiki.ipfire.org/">{{ _("Access documentation") }}</a>
7771acea
MT
85 </h4>
86
60024cc8
MT
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
950efff4 100 <div class="col-lg-4 col-md-4">
7771acea 101 <h4>
60024cc8 102 <a href="http://www.ipfire.org/getinvolved">{{ _("Join the community") }}</a>
7771acea
MT
103 </h4>
104
60024cc8
MT
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 %}