gnunet-svn
[Top][All Lists]
Advanced

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

[www] branch master updated: align better


From: gnunet
Subject: [www] branch master updated: align better
Date: Fri, 19 Jun 2020 15:00:38 +0200

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

martin-schanzenbach pushed a commit to branch master
in repository www.

The following commit(s) were added to refs/heads/master by this push:
     new f9e83fa  align better
f9e83fa is described below

commit f9e83fa57327903914caaf0cda9a4c98fd234f88
Author: Martin Schanzenbach <mschanzenbach@posteo.de>
AuthorDate: Fri Jun 19 14:54:59 2020 +0200

    align better
---
 template/roadmap.html.j2 | 43 +++++++++++++++++++------------------------
 1 file changed, 19 insertions(+), 24 deletions(-)

diff --git a/template/roadmap.html.j2 b/template/roadmap.html.j2
index e9e5ca8..d2420a1 100644
--- a/template/roadmap.html.j2
+++ b/template/roadmap.html.j2
@@ -2,31 +2,26 @@
 {% block body_content %}
 <div class="container">
   <div class="row">
-    <div class="col-lg-6">
-      <div class="container text-center">
-        <h1>{{ _("Roadmap") }}</h1>
-        <section>
-          <p>
-           This is our roadmap.
-          </p>
-        </section>
-      </div>
-
-      <ul class="timeline">
-        <li>
-          <b>0.13.0</b>
-          <i>31.6.2020, 2020</i>
-          <p>This release will include...</p>
-        </li>
-        <li>
-          <b>0.14.0</b>
-          <i>2021</i>
-          <p>This release will include...</p>
-        </li>
-      </ul>
-    </div>
-    <div class="col-lg-6">
+    <div class="container text-center">
+      <h1>{{ _("Roadmap") }}</h1>
+      <section>
+        <p>
+         This is our roadmap.
+        </p>
+      </section>
     </div>
+    <ul class="timeline">
+      <li>
+        <b>0.13.0</b>
+        <i>31.6.2020, 2020</i>
+        <p>This release will include...</p>
+      </li>
+      <li>
+        <b>0.14.0</b>
+        <i>2021</i>
+        <p>This release will include...</p>
+      </li>
+    </ul>
   </div>
 </div>
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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