]> git.ipfire.org Git - ipfire.org.git/blob - src/templates/fireinfo/index.html
fireinfo: Redesign index page
[ipfire.org.git] / src / templates / fireinfo / index.html
1 {% extends "../base.html" %}
2
3 {% block title %}{{ _("Fireinfo") }}{% end block %}
4
5 {% block container %}
6 <section>
7 <div class="container">
8 <div class="row">
9 <div class="col col-lg-8">
10 <h1 class="display-2">{{ _("Fireinfo") }}</h1>
11
12 <p>
13 <strong>Fireinfo</strong> is a tool that anonymously collects statistical
14 data from IPFire systems
15 </p>
16 </div>
17 </div>
18 </div>
19 </section>
20
21 <div class="container">
22 <div class="row justify-content-center">
23 <div class="col-12 col-sm-8 col-lg-6 col-xl-4">
24 <a class="btn btn-primary btn-lg btn-block" href="/profile/random">
25 {{ _("Show a Random Profile") }}
26 </a>
27 </div>
28 </div>
29 </div>
30 {% end block %}