gnunet-svn
[Top][All Lists]
Advanced

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

[www] branch master updated: added groupchat


From: gnunet
Subject: [www] branch master updated: added groupchat
Date: Wed, 08 Jul 2020 11:12:31 +0200

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

t3sserakt pushed a commit to branch master
in repository www.

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

commit d05f10462568b1b5e07ed5b5bfd2a91b19292aaf
Author: t3sserakt <t3ss@posteo.de>
AuthorDate: Wed Jul 8 11:06:34 2020 +0200

    added groupchat
---
 static/images/groupchat.png   | Bin 0 -> 3756 bytes
 template/applications.html.j2 |  18 ++++++++++++++++++
 2 files changed, 18 insertions(+)

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..3dc3fc8 100644
--- a/template/applications.html.j2
+++ b/template/applications.html.j2
@@ -170,6 +170,24 @@
       </div>
     <div class="col-lg-4">
     <center><img style="width: 8em" src="{{ url_static('images/cadet-gtk.svg') 
}}"  alt="cadet-gtk" /></center>
+    </div>
+
+      </div>
+      <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: 8em" 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]