gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-landing] 01/03: submodules


From: gnunet
Subject: [GNUnet-SVN] [taler-landing] 01/03: submodules
Date: Wed, 15 Mar 2017 13:00:34 +0100

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

dold pushed a commit to branch master
in repository landing.

commit 63aaa9a290bdc27752d2f07c24dfcc7c67b2e686
Author: Florian Dold <address@hidden>
AuthorDate: Tue Mar 14 17:34:42 2017 +0100

    submodules
---
 index.html        | 38 ++++++++++++++++++++------------------
 static/web-common |  2 +-
 2 files changed, 21 insertions(+), 19 deletions(-)

diff --git a/index.html b/index.html
index 07f5769..2d4470d 100644
--- a/index.html
+++ b/index.html
@@ -2,8 +2,8 @@
 <html lang="en" data-taler-nojs="true">
 <head profile="http://www.w3.org/2005/10/profile";>
   <meta charset="utf-8"/>
-  <title>Taler Demonstration Framework</title>
-  <link rel="stylesheet" type="text/css" href="static/web-common/style.css" />
+  <title>Taler Demo</title>
+  <link rel="stylesheet" type="text/css" href="static/web-common/demo.css" />
   <link rel="stylesheet" type="text/css" 
href="static/web-common/taler-fallback.css" id="taler-presence-stylesheet" />
   <link rel="icon" type="image/png" href="static/web-common/favicon-taler.ico" 
/>
 
@@ -35,18 +35,19 @@
 </head>
 
 <body>
-
-  <header>
-    <a href="." id="logo">
-      <img src="static/web-common/logo-2015-medium.png" width="100" 
height="100" alt="Logo">
-    </a>
-    <h1 class="nav">Taler Demo</h1>
-  </header>
-
-  <aside class="sidebar" id="left">
-  </aside>
-
-  <section id="main">
+  <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="{{ env('TALER_ENV_URL_INTRO', '#') }}">Introduction</a></li>
+      <li><a href="{{ env('TALER_ENV_URL_BANK', '#') }}">Bank</a></li>
+      <li><a href="{{ env('TALER_ENV_URL_MERCHANT_BLOG', '#') }}">Blog 
Shop</a></li>
+      <li><a href="{{ env('TALER_ENV_URL_MERCHANT_DONATIONS', '#') 
}}">Donations</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>.
@@ -112,10 +113,11 @@
       <h2>Step 5: Reach out to us</sup></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" data-jslicense="1" 
class="jslicenseinfo">JavaScript license information</a>
+    </div>
   </section>
-  <div class="copyright">
-    <p>Copyright &copy; 2014&mdash;2016 INRIA</p>
-    <a href="/javascript" data-jslicense="1" class="jslicenseinfo">JavaScript 
license information</a>
-  </div>
 </body>
 </html>
diff --git a/static/web-common b/static/web-common
index fd80260..357a9df 160000
--- a/static/web-common
+++ b/static/web-common
@@ -1 +1 @@
-Subproject commit fd80260fce96df674111f9100fa2d91c83a9a3bc
+Subproject commit 357a9df65bf5afbf2eb621ac3afc84495021a1bd

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



reply via email to

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