]> git.ipfire.org Git - ipfire.org.git/blame - src/templates/location/download.html
location: Remove section how to install our Debian packages
[ipfire.org.git] / src / templates / location / download.html
CommitLineData
9c83876f
MT
1{% extends "../base.html" %}
2
3{% block title %}{{ _("Download") }}{% end block %}
4
5{% block container %}
07992979
MT
6 <section class="hero is-primary">
7 <div class="hero-body">
8 <div class="container">
ed83981e 9 <nav class="breadcrumb" aria-label="breadcrumbs">
07992979
MT
10 <ul>
11 <li>
12 <a href="/">
13 {{ _("Home") }}
14 </a>
15 </li>
16 <li>
1c87d674 17 <a href="/location">
07992979
MT
18 {{ _("Location") }}
19 </a>
20 </li>
21 <li class="is-active">
22 <a href="#" aria-current="page">{{ _("Download") }}</a>
23 </li>
24 </ul>
25 </nav>
26
ed83981e
MT
27 <h1 class="title">{{ _("Download IPFire Location") }}</h1>
28 <h6 class="subtitle">
07992979
MT
29 Learn how to download and install <code>libloc</code>
30 </h6>
9c83876f
MT
31 </div>
32 </div>
33 </section>
34
07992979
MT
35 <section class="hero">
36 <div class="hero-body">
37 <div class="container">
38 <div class="columns is-vcentered">
39 <div class="column">
40 <h2 class="title is-2">{{ _("Source") }}</h2>
41
42 <div class="block">
43 <p>
44 Build <code>libloc</code>, the software that powers IPFire Location
45 from source.
46 </p>
47 </div>
48
49 <div class="buttons">
50 <a class="button is-light" href="https://source.ipfire.org/releases/libloc/">
51 {{ _("Download Source") }}
52 </a>
53
54 <a class="button is-light" href="https://git.ipfire.org/?p=location/libloc.git;a=summary">
55 {{ _("Browse Source") }}
56 </a>
57 </div>
58 </div>
9c83876f 59
07992979
MT
60 <div class="column is-narrow">
61 <i class="fas fa-download fa-10x"></i>
9c83876f
MT
62 </div>
63 </div>
64 </div>
65 </div>
66 </section>
9c83876f 67{% end block %}