aboutsummaryrefslogtreecommitdiff
path: root/template/applications.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'template/applications.html.j2')
-rw-r--r--template/applications.html.j223
1 files changed, 22 insertions, 1 deletions
diff --git a/template/applications.html.j2 b/template/applications.html.j2
index b09479c5..866b27e1 100644
--- a/template/applications.html.j2
+++ b/template/applications.html.j2
@@ -149,10 +149,31 @@
149 </section> 149 </section>
150 </div> 150 </div>
151 <div class="col-lg-4"> 151 <div class="col-lg-4">
152 <center><img style="width: 14em" src="{{ url_static('images/peplogo.svg') }}" alt="re:claimID" /></center> 152 <center><img style="width: 14em" src="{{ url_static('images/peplogo.svg') }}" alt="pEp" /></center>
153 </div> 153 </div>
154 154
155 </div> 155 </div>
156 <hr/>
157 <div class="row">
158 <div class="col-lg-6">
159 <section>
160 <h3>{{ _("Cadet-GTK") }}</h3>
161 <p>
162 {% trans %}
163 <a href="https://gitlab.com/TheJackiMonster/cadet-gtk">Cadet-GTK</a>
164 is a convenient but feature-rich graphical application
165 providing messaging using especially the CADET subsystem. It is
166 developed using GTK and libhandy for a convergent design.
167 {% endtrans %}
168 </p>
169 </section>
170 </div>
171 <div class="col-lg-4">
172 <center><img style="width: 8em" src="{{ url_static('images/cadet-gtk.svg') }}" alt="cadet-gtk" /></center>
173 </div>
174
175 </div>
176
156 </div> 177 </div>
157 </div> 178 </div>
158</div> 179</div>