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: i18n: absolute URLs for


From: gnunet
Subject: [GNUnet-SVN] [taler-www] branch master updated: i18n: absolute URLs for img
Date: Thu, 19 Jan 2017 20:32:25 +0100

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

tg pushed a commit to branch master
in repository www.

The following commit(s) were added to refs/heads/master by this push:
     new 8a795c4  i18n: absolute URLs for img
8a795c4 is described below

commit 8a795c4e3b2469c54dc3b0ca73b0e925677b3756
Author: tg(x) <address@hidden>
AuthorDate: Thu Jan 19 20:34:06 2017 +0100

    i18n: absolute URLs for img
---
 about.html.j2       | 20 ++++++++++----------
 citizens.html.j2    |  2 +-
 developers.html.j2  |  2 +-
 governments.html.j2 |  2 +-
 investors.html.j2   |  2 +-
 merchants.html.j2   |  2 +-
 6 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/about.html.j2 b/about.html.j2
index 5a6a2d6..7880cf6 100644
--- a/about.html.j2
+++ b/about.html.j2
@@ -16,58 +16,58 @@
       <div class="row">
         <div class="col-lg-4">
           <h2><a href="http://grothoff.org/christian/";>Dr. Christian 
Grothoff</a></h2>
-          <img src="team-images/christian-grothoff.jpg" height="240" 
alt="Christian Grothoff" align="middle">
+          <img src="/team-images/christian-grothoff.jpg" height="240" 
alt="Christian Grothoff" align="middle">
           <p>{{ _("GNU maintainer. Network security &amp; privacy researcher. 
Software architect.") }}</p>
         </div>
         <div class="col-lg-4">
           <h2><a href="http://www.digitalekho.com/about-us/index.html";>Leon 
Schumacher</a></h2>
-          <img src="team-images/leon-schumacher.jpg" height="240" alt="Leon 
Schumacher" align="middle">
+          <img src="/team-images/leon-schumacher.jpg" height="240" alt="Leon 
Schumacher" align="middle">
           <p>{{ _("Entrepreneur, Investor, Fortune 100 CIO, IT company 
director in different industries, ….") }}</p>
         </div>
         <div class="col-lg-4">
           <h2>Robert Goldmann</h2>
-          <img src="team-images/robert-goldmann.jpg" height="240" alt="Robert 
Goldmann" align="middle">
+          <img src="/team-images/robert-goldmann.jpg" height="240" alt="Robert 
Goldmann" align="middle">
           <p>{{ _("CFO") }}</p>
         </div>
       </div>
       <div class="row">
        <div class="col-lg-4">
           <h2>Dr. Jeffrey Burdges</h2>
-          <img src="team-images/jeff-burdges.jpg" height="240" alt="Jeffrey 
Burdges" align="middle">
+          <img src="/team-images/jeff-burdges.jpg" height="240" alt="Jeffrey 
Burdges" align="middle">
           <p>{{ _("Applied cryptography. Contact to W3c &amp; Tor.") }}</p>
         </div>
         <div class="col-lg-4">
           <h2><a href="http://www.onete.net/";>Dr. Cristina Onete</a></h2>
-          <img src="team-images/cristina-onete.jpg" height="240" alt="Cristina 
Onete" align="middle">
+          <img src="/team-images/cristina-onete.jpg" height="240" 
alt="Cristina Onete" align="middle">
           <p>{{ _("Theoretical foundations.") }}</p>
         </div>
         <div class="col-lg-4">
           <h2><a href="https://www.stallman.org/";>Dr. Richard M. 
Stallman</a></h2>
-          <img src="team-images/richard-stallman.jpg" height="240" 
alt="Richard Stallman" align="middle">
+          <img src="/team-images/richard-stallman.jpg" height="240" 
alt="Richard Stallman" align="middle">
           <p>{{ _("Founder of the GNU project. Ethical guidance and 
licensing.") }}</p>
         </div>
       </div>
       <div class="row">
         <div class="col-lg-4">
           <h2><a href="http://sreeharsha.totakura.in/";>Sree Harsha 
Totakura</a></h2>
-          <img src="team-images/sree-harsha-totakura.jpg" height="240" 
alt="Sree Harsha Totakura" align="middle">
+          <img src="/team-images/sree-harsha-totakura.jpg" height="240" 
alt="Sree Harsha Totakura" align="middle">
           <p>{{ _("PhD Student, TU Munich. Currently teaching.") }}</p>
         </div>
         <div class="col-lg-4">
           <h2><a href="https://fdold.eu";>Florian Dold</a></h2>
-         <img src="team-images/florian-dold.jpg" height="240" alt="Florian 
Dold" align="middle">
+         <img src="/team-images/florian-dold.jpg" height="240" alt="Florian 
Dold" align="middle">
           <p>{{ _("PhD Student, Inria..") }}</p>
         </div>
        <div class="col-lg-4">
           <h2>Marcello Stanisci</h2>
-          <img src="team-images/marcello-stanisci.jpg" height="240" 
alt="Marcello Stanisci" align="middle">
+          <img src="/team-images/marcello-stanisci.jpg" height="240" 
alt="Marcello Stanisci" align="middle">
           <p>{{ _("Software engineer.") }}</p>
         </div>
       </div>
       <div class="row">
         <div class="col-lg-4">
           <h2>Dr. Nana Karlstetter</h2>
-          <img src="team-images/nana-karlstetter.jpg" height="240" alt="Nana 
Karlstetter" align="middle">
+          <img src="/team-images/nana-karlstetter.jpg" height="240" alt="Nana 
Karlstetter" align="middle">
           <p>{{ _("Sustainable business development.") }}</p>
         </div>
         <div class="col-lg-4">
diff --git a/citizens.html.j2 b/citizens.html.j2
index 897d1e9..d625627 100644
--- a/citizens.html.j2
+++ b/citizens.html.j2
@@ -63,7 +63,7 @@
         ") }}</p>
         <p>
         </p>
-          <img src="images/customer.svg" alt="customer perspective" 
style="float: right; margin: 50px 5px 5px 5px;" width="50%">
+          <img src="/images/customer.svg" alt="customer perspective" 
style="float: right; margin: 50px 5px 5px 5px;" width="50%">
           <ol>
             <li>{{ _("The customer selects an exchange (i.e. by visiting the
               respective website or selecting from a list of exchanges in the
diff --git a/developers.html.j2 b/developers.html.j2
index 8097b38..0225ef7 100644
--- a/developers.html.j2
+++ b/developers.html.j2
@@ -122,7 +122,7 @@
           transactions involve the following steps:
         ") }}</p>
 
-          <img src="images/system.svg" alt="system overview" style="float: 
right; margin: 50px 5px 5px 5px;" width="50%">
+          <img src="/images/system.svg" alt="system overview" style="float: 
right; margin: 50px 5px 5px 5px;" width="50%">
           <ol>
              <li>{{ _("A customer instructs his <b>bank</b> to
                transfer funds from his account to the Taler exchange
diff --git a/governments.html.j2 b/governments.html.j2
index 9e38802..79af28e 100644
--- a/governments.html.j2
+++ b/governments.html.j2
@@ -64,7 +64,7 @@
           Information available to the government includes:
         ") }}</p>
         <p>
-          <img src="images/government.svg" alt="government perspective" 
style="float: right; margin: 50px 5px 5px 5px;" width="50%">
+          <img src="/images/government.svg" alt="government perspective" 
style="float: right; margin: 50px 5px 5px 5px;" width="50%">
           </p><ul>
             <li>{{ _("From the banking system:
               The total amount of digital currency
diff --git a/investors.html.j2 b/investors.html.j2
index d622c67..a87070e 100644
--- a/investors.html.j2
+++ b/investors.html.j2
@@ -57,7 +57,7 @@
         ") }}</p>
 
         <p>
-          <img src="images/exchange.svg" alt="operator perspective" 
style="float: right; margin: 50px 5px 5px 5px;" width="50%">
+          <img src="/images/exchange.svg" alt="operator perspective" 
style="float: right; margin: 50px 5px 5px 5px;" width="50%">
           </p><ul>
             <li>{{ _("Create a <b>reserve</b> based on an incoming
               wire transfer from a customer.") }}</li>
diff --git a/merchants.html.j2 b/merchants.html.j2
index 32c1422..f5fbd09 100644
--- a/merchants.html.j2
+++ b/merchants.html.j2
@@ -87,7 +87,7 @@
         ") }}</p>
 
         <p>
-          <img src="images/merchant.svg" alt="merchant perspective" 
style="float: right; margin: 50px 5px 5px 5px;" width="50%">
+          <img src="/images/merchant.svg" alt="merchant perspective" 
style="float: right; margin: 50px 5px 5px 5px;" width="50%">
           <ol>
             <li>{{ _("The new logic detects when a customer's system
               supports Taler and then needs to send a cryptographically signed

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



reply via email to

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