aboutsummaryrefslogtreecommitdiff
path: root/template/install.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'template/install.html.j2')
-rw-r--r--template/install.html.j232
1 files changed, 15 insertions, 17 deletions
diff --git a/template/install.html.j2 b/template/install.html.j2
index ecec1363..84c581a5 100644
--- a/template/install.html.j2
+++ b/template/install.html.j2
@@ -7,18 +7,20 @@
7 </header> 7 </header>
8 8
9 <div class="row container justify-content-center"> 9 <div class="row container justify-content-center">
10 <div class="col-6"> 10 <div class="col-md">
11 {% trans %} 11 {% trans %}
12 <p>The following GNUnet installation instructions help you building from source for your distribution.</p> 12 <p>The following GNUnet installation instructions help you building from source for your distribution.</p>
13 <p><i>Please note that the installation process will get much easier once we have proper packages again (planned for winter 2019).</i></p> 13 <p><i>Please note that the installation process will get much easier once we have proper packages again (planned for winter 2019).</i></p>
14 <p>You have already installed GNUnet and want to use it?
15 <a href="https://gnunet.org/en/use">Check this out!</a> </p>
14 {% endtrans %} 16 {% endtrans %}
17 </div>
18 <div class="col-md">
15 {% trans %} 19 {% trans %}
16 <p>You have already installed GNUnet and want to use it? 20 <p>Please be aware that this project is still in an early alpha
17 <a href="https://gnunet.org/en/use">Check this out!</a> </p> 21 stage when it comes to running software &#8211; its not an easy task
18 <p>Please be aware that this project is still in an early alpha 22 to rewrite the whole Internet! We are happy to get your
19 stage when it comes to running software – its not an easy task 23 <a href="engage.html">helping hand</a> anytime!</p>
20 to rewrite the whole Internet! We are happy to get your
21 <a href="engage.html">helping hand</a> anytime!</p>
22 <p>Further information is available in our <a href="https://docs.gnunet.org/#toc-Using-GNUnet-1">handbook</a>.</p> 24 <p>Further information is available in our <a href="https://docs.gnunet.org/#toc-Using-GNUnet-1">handbook</a>.</p>
23 <p>If you have any queries about the installation or the usage, please <a href="engage.html">get in touch!</a></p> 25 <p>If you have any queries about the installation or the usage, please <a href="engage.html">get in touch!</a></p>
24 {% endtrans %} 26 {% endtrans %}
@@ -26,15 +28,15 @@
26 </div> 28 </div>
27 29
28 <div class="row container justify-content-center text-center"> 30 <div class="row container justify-content-center text-center">
29 <div class="col-3"> 31 <div class="col-md">
30 <p><a href="install-on-ubuntu1804.html"><img src="{{ url('static/images/ubuntu-logo32.png') }}" class="distro-logo"></a></p> 32 <p><a href="install-on-ubuntu1804.html"><img src="{{ url('static/images/ubuntu-logo32.png') }}" class="distro-logo"></a></p>
31 <h3>Ubuntu 18.04</h3> 33 <h3>Ubuntu 18.04</h3>
32 </div> 34 </div>
33 <div class="col-3"> 35 <div class="col-md">
34 <p><a href="install-on-debian9.html"><img src="{{ url('static/images/debian-logo.svg') }}" class="distro-logo"></a></p> 36 <p><a href="install-on-debian9.html"><img src="{{ url('static/images/debian-logo.svg') }}" class="distro-logo"></a></p>
35 <h3>Debian 9</h3> 37 <h3>Debian 9</h3>
36 </div> 38 </div>
37 <div class="col-3"> 39 <div class="col-md">
38 <!-- Not the officially distributed file, but it's the same logo, in svg. Use this. --> 40 <!-- Not the officially distributed file, but it's the same logo, in svg. Use this. -->
39 <p><a href="install-on-netbsd.html"><img src="{{ url('static/images/NetBSD_Logo.svg') }}" class="distro-logo"></a></p> 41 <p><a href="install-on-netbsd.html"><img src="{{ url('static/images/NetBSD_Logo.svg') }}" class="distro-logo"></a></p>
40 <h3>NetBSD</h3> 42 <h3>NetBSD</h3>
@@ -42,20 +44,16 @@
42 </div> 44 </div>
43 45
44 <div class="row container justify-content-center text-center"> 46 <div class="row container justify-content-center text-center">
45 <div class="col-3"> 47 <div class="col-md">
46 <p><a href="install-on-macos.html"><img src="{{ url('static/images/apple-logo.svg') }}" class="distro-logo"></a></p> 48 <p><a href="install-on-macos.html"><img src="{{ url('static/images/apple-logo.svg') }}" class="distro-logo"></a></p>
47 <h3>macOS</h3> 49 <h3>macOS</h3>
48 </div> 50 </div>
49 <div class="col-3"> 51 <div class="col-md">
50 <p><a href="install-on-archpi.html"><img src="{{ url('static/images/archlinux-logo.svg') }}" class="distro-logo" style="width:300px;height:auto"></a></p> 52 <p><a href="install-on-archpi.html"><img src="{{ url('static/images/archlinux-logo.svg') }}" class="distro-logo" style="width:300px;height:auto"></a></p>
51 <h3>Arch-Pi</h3> 53 <h3>Arch-Pi</h3>
52 </div> 54 </div>
53 <!-- 55 <div class="col-md">
54 <div class="col-3">
55 <p><a href="https://tutorial.gnunet.org/"><img src="{{ url('static/images/gnunet-logo-dark-text.png') }}" class="distro-logo" alt="GNUnet" /></a></p>
56 <h3>C Coding Tutorial for GNUnet</h3>
57 </div> 56 </div>
58 -->
59 </div> 57 </div>
60 58
61</article> 59</article>