gnunet-svn
[Top][All Lists]
Advanced

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

[www] branch stable updated (593818d -> 5613d86)


From: gnunet
Subject: [www] branch stable updated (593818d -> 5613d86)
Date: Wed, 08 Jul 2020 13:09:31 +0200

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

martin-schanzenbach pushed a change to branch stable
in repository www.

    from 593818d  remove version
     add d05f104  added groupchat
     add 5613d86  fixed groupchat image size

No new revisions were added by this update.

Summary of changes:
 static/images/groupchat.png   | Bin 0 -> 3756 bytes
 template/applications.html.j2 |  19 +++++++++++++++++++
 2 files changed, 19 insertions(+)
 create mode 100644 static/images/groupchat.png

diff --git a/static/images/groupchat.png b/static/images/groupchat.png
new file mode 100644
index 0000000..7126b29
Binary files /dev/null and b/static/images/groupchat.png differ
diff --git a/template/applications.html.j2 b/template/applications.html.j2
index 2aab130..43b0dd2 100644
--- a/template/applications.html.j2
+++ b/template/applications.html.j2
@@ -170,6 +170,25 @@
       </div>
     <div class="col-lg-4">
     <center><img style="width: 8em" src="{{ url_static('images/cadet-gtk.svg') 
}}"  alt="cadet-gtk" /></center>
+    </div>
+
+      </div>
+      <hr/>
+      <div class="row">
+      <div class="col-lg-6">
+        <section>
+        <h3>{{ _("groupchat") }}</h3>
+        <p>
+          {% trans %}
+          <a href="https://git.gnunet.org/groupchat.git/";>groupchat</a>
+          is a terminal user interface providing messaging using especially 
the CADET subsystem. It is
+          developed using nim. Cadet-GTK and groupchat are planned to be 
compatible.
+          {% endtrans %}
+        </p>
+        </section>
+      </div>
+    <div class="col-lg-4">
+    <center><img style="width: 14em" src="{{ 
url_static('images/groupchat.png') }}"  alt="groupchat" /></center>
     </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]