gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-landing] 03/03: indent


From: gnunet
Subject: [GNUnet-SVN] [taler-landing] 03/03: indent
Date: Tue, 22 Oct 2019 19:03:36 +0200

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

ng0 pushed a commit to branch master
in repository landing.

commit ff0a28284ea7c7fe582e7d869090f6f55a16b58b
Author: ng0 <address@hidden>
AuthorDate: Tue Oct 22 17:02:26 2019 +0000

    indent
---
 demo/index.html.j2 | 160 ++++++++++++++++++++++++++---------------------------
 1 file changed, 80 insertions(+), 80 deletions(-)

diff --git a/demo/index.html.j2 b/demo/index.html.j2
index 398e7ce..a27b120 100644
--- a/demo/index.html.j2
+++ b/demo/index.html.j2
@@ -1,88 +1,88 @@
 <!DOCTYPE html>
 <html lang="en" data-taler-nojs="true">
-<head profile="http://www.w3.org/2005/10/profile";>
-  <meta charset="utf-8"/>
-  <title>Taler Demo</title>
-  <link rel="stylesheet" type="text/css" href="{{ 
url('static/web-common/pure.css') }}" />
-  <link rel="stylesheet" type="text/css" href="{{ 
url('static/web-common/demo.css') }}" />
-  <link rel="stylesheet" type="text/css" href="{{ 
url('static/web-common/taler-fallback.css') }}" id="taler-presence-stylesheet" 
/>
-  <link rel="icon" type="image/png" href="{{ 
url('static/web-common/favicon-taler.ico') }}" />
-  <meta name="viewport" content="width=device-width, initial-scale=1.0, 
maximum-scale=1">
+  <head profile="http://www.w3.org/2005/10/profile";>
+    <meta charset="utf-8"/>
+    <title>Taler Demo</title>
+    <link rel="stylesheet" type="text/css" href="{{ 
url('static/web-common/pure.css') }}" />
+    <link rel="stylesheet" type="text/css" href="{{ 
url('static/web-common/demo.css') }}" />
+    <link rel="stylesheet" type="text/css" href="{{ 
url('static/web-common/taler-fallback.css') }}" id="taler-presence-stylesheet" 
/>
+    <link rel="icon" type="image/png" href="{{ 
url('static/web-common/favicon-taler.ico') }}" />
+    <meta name="viewport" content="width=device-width, initial-scale=1.0, 
maximum-scale=1">
 
-  <style type="text/css">
-    a[disabled="true"] {
-    pointer-events: none;
-    color: grey;
-    }
+    <style type="text/css">
+      a[disabled="true"] {
+      pointer-events: none;
+      color: grey;
+      }
 
-    .bluebox {
+      .bluebox {
       background-color: #C2C6FF;
       border: solid;
       border-radius: 5px;
       padding: 0.5em;
-    }
-    .greenbox {
+      }
+      .greenbox {
       background-color: #5EFF64;
       border: solid;
       border-radius: 5px;
       padding: 0.5em;
-    }
-    .graybox {
+      }
+      .graybox {
       background-color: #DDDDDD;
       border: solid;
       border-radius: 5px;
       padding: 0.5em;
-    }
-  </style>
-</head>
+      }
+    </style>
+  </head>
 
-<body>
-  <div class="demobar">
-    <h1><span class="tt adorn-brackets">Taler Demo</span></h1>
-    <h1><span class="it"><a href="#">Introduction</a></span></h1>
-    <p>This is the entry point of the Taler demo.  Follow the instructions and 
try Taler with the other pages linked below!</p>
-    <ul>
-      <li><a href="{{ intro_url }}">Introduction</a></li>
-      <li><a href="{{ bank_url }}">Bank</a></li>
-      <li><a href="{{ merchant_blog_url }}">Essay Shop</a></li>
-      <li><a href="{{ merchant_donations_url }}">Donations</a></li>
-      <li><a href="{{ merchant_survey_url }}">Tipping/Survey</a></li>
-      <li><a href="{{ backoffice_url }}">Back-office</a></li>
-    </ul>
-    <p>You can learn more about Taler on our main <a 
href="https://taler.net";>website</a>.</p>
-  </div>
-  <section id="main" class="content">
-    <article>
-      <h2>Step 1: Install the Taler wallet</h2>
+  <body>
+    <div class="demobar">
+      <h1><span class="tt adorn-brackets">Taler Demo</span></h1>
+      <h1><span class="it"><a href="#">Introduction</a></span></h1>
+      <p>This is the entry point of the Taler demo.  Follow the instructions 
and try Taler with the other pages linked below!</p>
+      <ul>
+        <li><a href="{{ intro_url }}">Introduction</a></li>
+        <li><a href="{{ bank_url }}">Bank</a></li>
+        <li><a href="{{ merchant_blog_url }}">Essay Shop</a></li>
+        <li><a href="{{ merchant_donations_url }}">Donations</a></li>
+        <li><a href="{{ merchant_survey_url }}">Tipping/Survey</a></li>
+        <li><a href="{{ backoffice_url }}">Back-office</a></li>
+      </ul>
+      <p>You can learn more about Taler on our main <a 
href="https://taler.net";>website</a>.</p>
+    </div>
+    <section id="main" class="content">
+      <article>
+        <h2>Step 1: Install the Taler wallet</h2>
         Install the wallet from the <a 
href="https://taler.net/wallet-installation.html";>installation page</a>.
         It only takes one click.
-      <p class="bluebox taler-installed-hide">
-        You don&#39;t have a wallet installed yet.
-      </p>
-      <p class="greenbox taler-installed-show">
-        Congratulations, you have installed the Taler wallet correctly.
-        You can now proceed with the next steps.
-      </p>
-    </article>
+        <p class="bluebox taler-installed-hide">
+          You don&#39;t have a wallet installed yet.
+        </p>
+        <p class="greenbox taler-installed-show">
+          Congratulations, you have installed the Taler wallet correctly.
+          You can now proceed with the next steps.
+        </p>
+      </article>
 
-    <article>
-      <h2>Step 2: Withdraw coins</h2>
-      <p>
+      <article>
+        <h2>Step 2: Withdraw coins</h2>
+        <p>
 
-        Now you can withdraw coins into your wallet by going to our <a 
href="{{ bank_url }}">bank</a>.
+          Now you can withdraw coins into your wallet by going to our <a 
href="{{ bank_url }}">bank</a>.
 
-        In this demo you&#39;re paying with KUDOS, an imaginary currency.  
When you
-        create an account at our bank, you&#39;ll get 100 KUDOS for free.
-      </p>
-      <p class="graybox">
-        We can&#39;t check if you were able to complete this step, since 
websites
-        can&#39;t see the balance in your wallet.  Please click on the Taler 
icon
-        in your browser to check your balance.
-      </p>
-    </article>
+          In this demo you&#39;re paying with KUDOS, an imaginary currency.  
When you
+          create an account at our bank, you&#39;ll get 100 KUDOS for free.
+        </p>
+        <p class="graybox">
+          We can&#39;t check if you were able to complete this step, since 
websites
+          can&#39;t see the balance in your wallet.  Please click on the Taler 
icon
+          in your browser to check your balance.
+        </p>
+      </article>
 
-    <article>
-      <h2>Step 3: Pay</h2>
+      <article>
+        <h2>Step 3: Pay</h2>
         We have two demo merchants where you can spend your coins:
         <ul>
           <li>
@@ -96,9 +96,9 @@
             by giving them KUDOS.
           </li>
         </ul>
-    </article>
-    <article>
-      <h2>Step 4: Check money flow</h2>
+      </article>
+      <article>
+        <h2>Step 4: Check money flow</h2>
         <ul>
           <li>
             Check if people who received your Taler payment got eventually
@@ -108,25 +108,25 @@
             on that page.
           </li>
         </ul>
-    </article>
-    <article>
-      <h2>Step 5: Merchant?  Consult back-office</h2>
+      </article>
+      <article>
+        <h2>Step 5: Merchant?  Consult back-office</h2>
         <ul>
           <li>
             If you are a merchant, you can check the <a href="{{ 
backoffice_url }}">back-office</a>
             Web-site to see how your Taler transactions got payed back by bank 
wire transfers.
           </li>
         </ul>
-    </article>
-    <article>
-      <h2>Step 6: Reach out to us</h2>
-      Let us know what you think by <a href="mailto:address@hidden";>contacting 
us</a>.
-    </article>
-    <hr />
-    <div class="copyright">
-      <p>Copyright &copy; 2014&mdash;2017 INRIA</p>
-      <a href="javascript.html" data-jslicense="1" 
class="jslicenseinfo">JavaScript license information</a>
-    </div>
-  </section>
-</body>
+      </article>
+      <article>
+        <h2>Step 6: Reach out to us</h2>
+        Let us know what you think by <a 
href="mailto:address@hidden";>contacting us</a>.
+      </article>
+      <hr />
+      <div class="copyright">
+        <p>Copyright &copy; 2014&mdash;2017 INRIA</p>
+        <a href="javascript.html" data-jslicense="1" 
class="jslicenseinfo">JavaScript license information</a>
+      </div>
+    </section>
+  </body>
 </html>

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



reply via email to

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