gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [www] 07/11: install.html: fix layout


From: gnunet
Subject: [GNUnet-SVN] [www] 07/11: install.html: fix layout
Date: Mon, 01 Jul 2019 21:38:47 +0200

This is an automated email from the git hooks/post-receive script.

xrs pushed a commit to branch master
in repository www.

commit 24cb4505eda6be33bf8dc499421e24e209e69f90
Author: xrs <address@hidden>
AuthorDate: Mon Jul 1 20:53:36 2019 +0200

    install.html: fix layout
---
 template/install.html.j2 | 22 ++++++++++++----------
 1 file changed, 12 insertions(+), 10 deletions(-)

diff --git a/template/install.html.j2 b/template/install.html.j2
index ecec136..ec2a1ab 100644
--- a/template/install.html.j2
+++ b/template/install.html.j2
@@ -7,18 +7,20 @@
   </header>
 
   <div class="row container justify-content-center">
-    <div class="col-6">
+    <div class="col">
       {% trans %}
       <p>The following GNUnet installation instructions help you building from 
source for your distribution.</p> 
       <p><i>Please note that the installation process will get much easier 
once we have proper packages again (planned for winter 2019).</i></p>
+      <p>You have already installed GNUnet and want to use it? 
+      <a href="https://gnunet.org/en/use";>Check this out!</a> </p>
       {% endtrans %}
+    </div>
+    <div class="col">
       {% trans %}
-      <p>You have already installed GNUnet and want to use it? 
-       <a href="https://gnunet.org/en/use";>Check this out!</a> </p>
-       <p>Please be aware that this project is still in an early alpha 
-       stage when it comes to running software – its not an easy task 
-       to rewrite the whole Internet! We are happy to get your 
-       <a href="engage.html">helping hand</a> anytime!</p>
+      <p>Please be aware that this project is still in an early alpha 
+      stage when it comes to running software – its not an easy task 
+      to rewrite the whole Internet! We are happy to get your 
+      <a href="engage.html">helping hand</a> anytime!</p>
       <p>Further information is available in our <a 
href="https://docs.gnunet.org/#toc-Using-GNUnet-1";>handbook</a>.</p>
       <p>If you have any queries about the installation or the usage, please 
<a href="engage.html">get in touch!</a></p>
       {% endtrans %}
@@ -26,15 +28,15 @@
   </div>
 
   <div class="row container justify-content-center text-center">
-    <div class="col-3">
+    <div class="col-md-3">
       <p><a href="install-on-ubuntu1804.html"><img src="{{ 
url('static/images/ubuntu-logo32.png') }}" class="distro-logo"></a></p>
       <h3>Ubuntu 18.04</h3>
     </div>
-    <div class="col-3">
+    <div class="col-md-3">
       <p><a href="install-on-debian9.html"><img src="{{ 
url('static/images/debian-logo.svg') }}" class="distro-logo"></a></p>
       <h3>Debian 9</h3>
     </div>
-    <div class="col-3">
+    <div class="col-md-3">
       <!-- Not the officially distributed file, but it's the same logo, in 
svg. Use this. -->
       <p><a href="install-on-netbsd.html"><img src="{{ 
url('static/images/NetBSD_Logo.svg') }}" class="distro-logo"></a></p>
       <h3>NetBSD</h3>

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]