gnunet-svn
[Top][All Lists]
Advanced

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

[taler-anastasis-www] branch master updated: Replacing the old docs.html


From: gnunet
Subject: [taler-anastasis-www] branch master updated: Replacing the old docs.html.j2 with the new one for Anastasis
Date: Sun, 11 Apr 2021 11:15:56 +0200

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

skuegel pushed a commit to branch master
in repository anastasis-www.

The following commit(s) were added to refs/heads/master by this push:
     new aa3d34d  Replacing the old docs.html.j2 with the new one for Anastasis
aa3d34d is described below

commit aa3d34d4db39e06fcfabc59a450042c097ad2653
Author: Stefan Kügel <skuegel@web.de>
AuthorDate: Sun Apr 11 11:15:16 2021 +0200

    Replacing the old docs.html.j2 with the new one for Anastasis
---
 template/docs.html.j2 | 106 ++++++++++++++++++++++++++++++--------------------
 1 file changed, 63 insertions(+), 43 deletions(-)

diff --git a/template/docs.html.j2 b/template/docs.html.j2
index 9320bc4..d394e70 100644
--- a/template/docs.html.j2
+++ b/template/docs.html.j2
@@ -1,43 +1,63 @@
-{% extends "common/base.j2" %}
-{% block body_content %}
- <h1>
-  {% trans %}
-  References
-  {% endtrans %}
- </h1>
- <div id="home-intro">
-   {% trans %}
-   This is an overview of documentation and other helpful ressources for 
Anastasis.
-   {% endtrans %}    
- </div> 
- <div id="docs-split">
-  <div id="docs-item">
-      <i class="fas fa-terminal fa-4x"></i>
-      <h2>
-        {% trans %}
-        Codebase
-        {% endtrans %}
-      </h2>
-      <a href="https://git.taler.net/anastasis.git/";>Anastasis Git</a>
-   </div>
-   
-   <div id="docs-item">
-     <i class="fas fa-book fa-4x"></i>
-     <h2>
-      {% trans %}
-      API Documentation
-      {% endtrans %}
-     </h2>
-     <a href="https://docs.taler.net/anastasis.html";>Anastasis API Doc</a>
-   </div>
-   <div id="docs-item">
-     <i class="fas fa-tools fa-4x"></i>
-     <h2>
-      {% trans %}
-      Project Documentation
-      {% endtrans %}
-     </h2>
-     <a href="../static/pdf/anastasis_documentation.pdf">System 
documentation</a>
-    </div>
-   </div>   
- {% endblock body_content %}
+{% extends "common/base.j2" %}
+{% block body_content %}
+<section class="banner_sec" id="top">
+         <div class="carousel-inner">
+           <div class="carousel-item active">
+             <img class="d-block w-100" src="{{ 
url_static('images/banner.jpg') }}" alt="">
+             <div class="banner_Itm_Inn">
+                               <div class="container">
+                                       <div class="banner_Itm_Txt">
+                                                       <h1><em>{% trans %} 
</em>References{% endtrans %}</h1>                  
+                                                       <p>{% trans %}This is 
an overview of documentation<br>and other helpful resources for Anastasis.{% 
endtrans %}</p>      
+                                                       <div 
class="banpic"><img src="{{ url_static('images/mob.png') }}" alt="" /></div>
+                                                       <div 
class="absicon"><img src="{{ url_static('images/absicon.png') }}" alt="" />     
   </div>
+                                       </div>
+                               </div>
+                       </div>
+           </div>
+         </div>
+</section>
+
+<section class="blueSec">
+       <div class="container">
+               <div class="innblueSec">
+                       <div class="row">
+                               <div class="col-sm-4">
+                                       <div class="blueBox">
+                                               <div class="iconBox">
+                                                       <div class="inniconBox">
+                                                               <img src="{{ 
url_static('images/icon8.png') }}" alt="" />
+                                                       </div>
+                                               </div>
+                                               <h4>{% trans %}Codebase{% 
endtrans %}</h4>
+                                               <p><a 
href="https://git.taler.net/anastasis.git/";>Anastasis Git</a></p>
+                                       </div>
+                               </div>
+                               <div class="col-sm-4">
+                                       <div class="blueBox">
+                                               <div class="iconBox">
+                                                       <div class="inniconBox">
+                                                               <img src="{{ 
url_static('images/icon9.png') }}" alt="" />
+                                                       </div>
+                                               </div>
+                                               <h4>{% trans %}API 
Documentation{% endtrans %}</h4>
+                                               <p><a 
href="https://docs.taler.net/anastasis.html";>Anastasis API Doc</a></p>
+                                       </div>
+                               </div>
+                               <div class="col-sm-4">
+                                       <div class="blueBox">
+                                               <div class="iconBox">
+                                                       <div class="inniconBox">
+                                                               <img src="{{ 
url_static('images/icon10.png') }}" alt="" />
+                                                       </div>
+                                               </div>
+                                               <h4>{% trans %}Project 
Documentation{% endtrans %}</h4>
+                                               <p><a 
href="../static/pdf/anastasis_documentation.pdf">System documentation</a></p>
+                                       </div>
+                               </div>
+                       </div>
+               </div>
+       </div>
+</section>
+
+{% endblock body_content %}

-- 
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]