summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-03-14 17:34:42 +0100
committerFlorian Dold <florian.dold@gmail.com>2017-03-14 17:34:42 +0100
commit63aaa9a290bdc27752d2f07c24dfcc7c67b2e686 (patch)
treedcef0fb722a0e57b425129416c9bac225ad374eb
parentf4633dc850ad1b6a715699489929b01688eb7698 (diff)
downloadlanding-63aaa9a290bdc27752d2f07c24dfcc7c67b2e686.tar.gz
landing-63aaa9a290bdc27752d2f07c24dfcc7c67b2e686.tar.bz2
landing-63aaa9a290bdc27752d2f07c24dfcc7c67b2e686.zip
submodules
-rw-r--r--index.html38
m---------static/web-common0
2 files changed, 20 insertions, 18 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:demo-feedback@taler.net">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
-Subproject fd80260fce96df674111f9100fa2d91c83a9a3b
+Subproject 357a9df65bf5afbf2eb621ac3afc84495021a1b