aboutsummaryrefslogtreecommitdiff
path: root/index.html.j2
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-03-06 01:55:30 +0100
committerFlorian Dold <florian.dold@gmail.com>2017-03-06 01:55:30 +0100
commita28f7615c32a9bde7cc70fd00290a8f68917f916 (patch)
tree929b4e063e24bc98a6f230e9cfca3681dad7f7c3 /index.html.j2
parenta545f9be30831d9a3c7bd4c232fa1b9f7e870a14 (diff)
downloadwww-a28f7615c32a9bde7cc70fd00290a8f68917f916.tar.gz
www-a28f7615c32a9bde7cc70fd00290a8f68917f916.zip
clean up main page
Diffstat (limited to 'index.html.j2')
-rw-r--r--index.html.j229
1 files changed, 8 insertions, 21 deletions
diff --git a/index.html.j2 b/index.html.j2
index 3bf882c4..3d7445a1 100644
--- a/index.html.j2
+++ b/index.html.j2
@@ -113,31 +113,18 @@
113 </div> 113 </div>
114 </div> 114 </div>
115 <div class="container"> 115 <div class="container">
116 <h2>How it works</h2>
117 </div>
118
119 <div class="container">
120 <div class="row">
121
122 <div class="col-lg-4">
123 <h2>{{ _("Latest Videos") }}</h2>
124 <p>{{ _("Florian Dold talks about Taler at 50p!") }}</p>
125 <video id="video" poster="/videos/dold50p.png" autobuffer="" height="180" width="320" controls="controls">
126 <source src="/videos/dold50p.webm" type="video/webm">
127 <source src="/videos/dold50p.ogv" type="video/ogv">
128 </video>
129 <a rel="license" href="https://creativecommons.org/licenses/by-nd/3.0/deed.en_US"><img alt="Creative Commons License" style="border-width:0" src="/images/ccby.png"></a><br>"<span xmlns:dct="http://purl.org/dc/terms/" property="dct:title">GNU Taler</span>" by <span xmlns:cc="http://creativecommons.org/ns#" property="cc:attributionName">Florian Dold, produced by 50p</span> is licensed under a <a rel="license" href="https://creativecommons.org/licenses/by-nd/3.0/deed.en_US">Creative Commons Attribution NoDerivatives 3.0 Unported License</a>.
130 </div>
131 </div>
132 <div class="row"> 116 <div class="row">
133 <div class="col-lg-6"> 117 <div class="col-lg-6">
134 <h2>{{ _("Taler News") }}</h2> 118 <h2>Paying with Taler</h2>
135 {% include "news.html.j2.inc" %} 119 In order to pay with Taler, users install a wallet browser extension
120 or app on their device. Before a payment is possible, the wallet's balance must
121 be charged by some other means of payment for the desired currency.
136 </div> 122 </div>
137 <div class="col-lg-6"> 123 <div class="col-lg-6">
138 <h2>{{ _("Financial News") }}</h2> 124 <h2>Receiving payments with Taler</h2>
139 {% include "financial-news.html.j2.inc" %} 125 TODO
140 </div> 126 </div>
141 </div> 127 </div>
128 <h2>Learn more</h2>
142 </div> <!-- /container --> 129 </div> <!-- /container -->
143{% endblock body_content %} 130{% endblock body_content %}