]> git.ipfire.org Git - ipfire.org.git/blame - templates/download-splash.html
Make all absolute links use https:// instead of http://
[ipfire.org.git] / templates / download-splash.html
CommitLineData
60024cc8
MT
1{% extends "base-1.html" %}
2
60b0917c 3{% block title %}{{ _("Thanks for downloading IPFire") }}{% end block %}
60024cc8 4
60b0917c
MT
5{% block container %}
6 <section class="container content-section text-center">
7 <div class="page-header">
8 <h1>{{ _("Thanks for downloading IPFire") }}</h1>
60024cc8 9 </div>
60024cc8 10
60b0917c 11 <p class="lead">
e52b45b6 12 {{ _("Your download should begin in a few seconds. If not, click the link below.") }}
110e8687 13 </p>
c18bc9af 14
60b0917c
MT
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">
ba43a892 21 <a class="link-normal" href="https://wiki.ipfire.org/en/installation/start">
60b0917c
MT
22 <span class="fa fa-4x fa-terminal"></span>
23 <h3>{{ _("How to install IPFire") }}</h3>
60024cc8 24 </a>
60b0917c 25 </div>
7771acea 26
60b0917c
MT
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>
7771acea 33
60b0917c 34 <div class="col-lg-4 col-md-4">
ba43a892 35 <a class="link-normal" href="https://www.ipfire.org/get-support">
60b0917c
MT
36 <span class="fa fa-4x fa-question"></span>
37 <h3>{{ _("Get Support") }}</h3>
38 </a>
39 </div>
60024cc8 40 </div>
60b0917c 41 </section>
60024cc8 42{% end %}