summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-02-14 23:44:37 +0100
committerFlorian Dold <florian.dold@gmail.com>2017-02-14 23:44:37 +0100
commitba9b2a94aaa8876bf479d157e9624afbea976eb7 (patch)
treeb58d6c6651325b01ee880dfa537ef05f9559f6d2
parent4899a332d40bd32f3ce734911810e219c81c2a4b (diff)
downloadwww-ba9b2a94aaa8876bf479d157e9624afbea976eb7.tar.gz
www-ba9b2a94aaa8876bf479d157e9624afbea976eb7.tar.bz2
www-ba9b2a94aaa8876bf479d157e9624afbea976eb7.zip
add green highlight box, make jumbotron screen height
-rw-r--r--index.html.j215
-rw-r--r--styles.css8
2 files changed, 22 insertions, 1 deletions
diff --git a/index.html.j2 b/index.html.j2
index fd3745ff..580b5654 100644
--- a/index.html.j2
+++ b/index.html.j2
@@ -7,7 +7,7 @@
{% include "common/header.j2.inc" %}
</head>
<body>
- <div class="container">
+ <div class="container c_intro">
{% include "common/navigation.j2.inc" %}
<!-- Jumbotron -->
<div class="jumbotron">
@@ -24,6 +24,12 @@
") }}</p>
</div>
+
+ </div>
+
+ <div class="contianer-fluid c_acronym">
+ <div class="container">
+
<div class="row">
<div class="col-lg-4">
<h2>{{ _("<b>T</b>axable") }}</h2>
@@ -78,6 +84,13 @@
Bitcoins.") }}</p>
</div>
+ </div>
+ </div>
+ </div>
+
+ <div class="container">
+ <div class="row">
+
<div class="col-lg-4">
<h2>{{ _("Latest Videos") }}</h2>
<p>{{ _("Florian Dold talks about Taler at 50p!") }}</p>
diff --git a/styles.css b/styles.css
index b2c028d4..6b6d3c29 100644
--- a/styles.css
+++ b/styles.css
@@ -8,3 +8,11 @@
html {
overflow-y: scroll;
}
+
+.c_acronym {
+ background-color: #c9ffe2;
+}
+
+.c_intro {
+ height: 100vh;
+}