]> git.ipfire.org Git - ipfire.org.git/blob - templates/download-splash.html
e92cf19cb6bdca0aa4a3b1536536b866f86d97df
[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 container %}
6 <section class="container content-section text-center">
7 <div class="page-header">
8 <h1>{{ _("Thanks for downloading IPFire") }}</h1>
9 </div>
10
11 <p class="lead">
12 {{ _("Your download should begin in a few seconds. If not, click the link below.") }}
13 </p>
14
15 <p class="download-path"></p>
16 </section>
17
18 <section class="container content-section text-center">
19 <div class="row">
20 <div class="col-lg-4 col-md-4">
21 <a class="link-normal" href="http://wiki.ipfire.org/en/installation/start">
22 <span class="fa fa-4x fa-terminal"></span>
23 <h3>{{ _("How to install IPFire") }}</h3>
24 </a>
25 </div>
26
27 <div class="col-lg-4 col-md-4">
28 <a class="link-normal" href="//www.ipfire.org/donate">
29 <span class="fa fa-4x fa-heart text-danger"></span>
30 <h3>{{ _("Donate") }}</h3>
31 </a>
32 </div>
33
34 <div class="col-lg-4 col-md-4">
35 <a class="link-normal" href="http://www.ipfire.org/get-support">
36 <span class="fa fa-4x fa-question"></span>
37 <h3>{{ _("Get Support") }}</h3>
38 </a>
39 </div>
40 </div>
41 </section>
42 {% end %}