taler-www

Main taler.net website
Log | Files | Refs | Submodules | README | LICENSE

commit 8611eddf5fa59d2ac2a56206dd8b1634a8430d6b
parent f80459a380c97ab6300252a798db5967d3ade004
Author: Florian Dold <florian.dold@gmail.com>
Date:   Mon,  6 Mar 2017 07:45:55 +0100

stylize logo

Diffstat:
Mcommon/navigation.j2.inc | 2+-
Mindex.html.j2 | 2+-
Mstyles.css | 15+++++++++++++--
3 files changed, 15 insertions(+), 4 deletions(-)

diff --git a/common/navigation.j2.inc b/common/navigation.j2.inc @@ -1,7 +1,7 @@ <nav class="navbar navbar-inverse"> <div class="container-fluid"> <ul class="nav navbar-nav"> - <li class="{{ 'active' if filename == 'index.html' else '' }}"><a href="index.html">Home</a></li> + <li class="{{ 'active' if filename == 'index.html' else '' }}"><a class="taler_home" href="index.html">taler</a></li> <li class="{{ 'active' if filename == 'investors.html' else '' }}"><a href="investors.html">Investors</a></li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Resources <span class="caret"></span></a> diff --git a/index.html.j2 b/index.html.j2 @@ -21,7 +21,7 @@ </div> - <div class="contianer-fluid c_acronym adorn_bracket"> + <div class="contianer-fluid c_acronym adorn_h3_bracket"> <div class="container"> <h2>Design goals of Taler</h2> diff --git a/styles.css b/styles.css @@ -93,12 +93,23 @@ footer { min-height: 80vh; } -.adorn_bracket h3::before { +.adorn_h3_bracket h3::before { content: "❬"; color: #aa3939; } -.adorn_bracket h3::after { +.adorn_h3_bracket h3::after { content: "❭"; color: #aa3939; } +.taler_home::before { + content: "❬"; + color: #aa3939; +} +.taler_home::after { + content: "❭"; + color: #aa3939; +} +.taler_home { + font-family: 'Lucida Console', Monaco, monospace; +}