From 80038d940a90fd8ba6e901c85c7e1e9de6d41867 Mon Sep 17 00:00:00 2001 From: Johannes Thumshirn Date: Thu, 25 Feb 2021 18:37:56 +0100 Subject: [PATCH 1/2] template: add bootstrap Add the bootstrap web framework. Signed-off-by: Johannes Thumshirn --- static/style.css | 27 ++++++++++++++++++++++++++ templates/template.html | 43 +++++++++++++++++++++++++++++------------ 2 files changed, 58 insertions(+), 12 deletions(-) diff --git a/static/style.css b/static/style.css index e69de29..2cb0e8e 100644 --- a/static/style.css +++ b/static/style.css @@ -0,0 +1,27 @@ +body { + padding: 0; + margin: 0; + background: #ffffff; +} + +.navbar { + background: #000000; +} + +.nav-link, +.navbar-brand { + color: #ffff; + cursor: pointer; +} + +.nav-link { + margin-right: 1em !important; +} + +.nav-link:hover { + color: #e70c0c; +} + +.navbar-collapse { + justify-content: flex-end; +} diff --git a/templates/template.html b/templates/template.html index d318902..d76e9c0 100644 --- a/templates/template.html +++ b/templates/template.html @@ -2,22 +2,41 @@ F.D.G.L e. V. - + + + -
- logo -
-