gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-www] branch master updated: update footer, rename de


From: gnunet
Subject: [GNUnet-SVN] [taler-www] branch master updated: update footer, rename design to princiles
Date: Thu, 27 Jun 2019 13:20:34 +0200

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

grothoff pushed a commit to branch master
in repository www.

The following commit(s) were added to refs/heads/master by this push:
     new 9e7994a  update footer, rename design to princiles
9e7994a is described below

commit 9e7994ad4cadc91d91648716bc121022dc113495
Author: Christian Grothoff <address@hidden>
AuthorDate: Thu Jun 27 13:20:31 2019 +0200

    update footer, rename design to princiles
---
 common/footer.j2.inc                 | 8 ++++----
 common/navigation.j2.inc             | 4 ++--
 design.html.j2 => principles.html.j2 | 0
 about.html.j2 => team.html.j2        | 0
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/common/footer.j2.inc b/common/footer.j2.inc
index 5d197b8..7b97597 100644
--- a/common/footer.j2.inc
+++ b/common/footer.j2.inc
@@ -6,19 +6,19 @@
       </div>
     </div>
     <div class="row">
-      <div class="col-12 col-sm-4">
+      <div class="col-12 col-sm-6">
         <ul class="footer-list">
           <li><p><a href="about.html">{{ _("About") }}</a></p></li>
           <li><p><a href="contact.html">{{ _("Contact") }}</a></p></li>
         </ul>
       </div>
-      <div class="col-12 col-sm-4">
+      <!-- div class="col-12 col-sm-4">
         <ul class="footer-list">
           <li><p><a href="gsoc-codeless.html.j2">{{ _("GSoc 2018") 
}}</a></p></li>
           <li><p><a href="developers.html">{{ _("Developer Resources") 
}}</a></p></li>
         </ul>
-      </div>
-      <div class="col-12 col-sm-4">
+      </div -->
+      <div class="col-12 col-sm-6">
         <ul class="footer-list">
           <li><p><a href="faq.html">{{ _("FAQ") }}</a></p></li>
           <li><p><a href="bibliography.html">{{ _("Bibliography") 
}}</a></p></li>
diff --git a/common/navigation.j2.inc b/common/navigation.j2.inc
index 420e57e..74d932b 100644
--- a/common/navigation.j2.inc
+++ b/common/navigation.j2.inc
@@ -13,9 +13,9 @@
     <ul class="navbar-nav mr-auto">
       <li class="{{ 'active' if filename == 'index.html' else '' }}"><a 
class="navbar-brand taler_home" href="index.html">Taler</a></li>
       <li class="nav-item {{ 'active' if filename == 'features.html' else '' 
}}"><a class="nav-link" href="features.html">{{ _("Features") }} </a></li>
-      <li class="nav-item {{ 'active' if filename == 'design.html' else '' 
}}"><a class="nav-link" href="design.html">{{ _("Design") }} </a></li>
+      <li class="nav-item {{ 'active' if filename == 'principles.html' else '' 
}}"><a class="nav-link" href="principles.html">{{ _("Principles") }} </a></li>
       <li class="nav-item"><a class="nav-link" 
href="https://docs.taler.net/";>{{ _("Docs") }} </a></li>
-      <li class="nav-item {{ 'active' if filename == 'about.html' else '' 
}}"><a class="nav-link" href="about.html">{{ _("Team") }}</a></li>
+      <li class="nav-item {{ 'active' if filename == 'team.html' else '' 
}}"><a class="nav-link" href="team.html">{{ _("Team") }}</a></li>
     </ul>
     <ul class="navbar-nav navbar-right">
       <li class="nav-item dropdown">
diff --git a/design.html.j2 b/principles.html.j2
similarity index 100%
rename from design.html.j2
rename to principles.html.j2
diff --git a/about.html.j2 b/team.html.j2
similarity index 100%
rename from about.html.j2
rename to team.html.j2

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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