From f2b12a0d04cc0854ac87425cfd0620b106b06c60 Mon Sep 17 00:00:00 2001 From: stan220 Date: Tue, 14 Jan 2020 18:45:51 +0300 Subject: [PATCH] Added footer + frank. --- public/images/frank.svg | 1 + templates/base.html.twig | 2 ++ templates/main.html.twig | 17 +++++++++++++++-- 3 files changed, 18 insertions(+), 2 deletions(-) create mode 100644 public/images/frank.svg diff --git a/public/images/frank.svg b/public/images/frank.svg new file mode 100644 index 0000000..5845533 --- /dev/null +++ b/public/images/frank.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/templates/base.html.twig b/templates/base.html.twig index 5ff4945..f1e84ff 100644 --- a/templates/base.html.twig +++ b/templates/base.html.twig @@ -7,6 +7,8 @@ + + {% block stylesheets %}{% endblock %} diff --git a/templates/main.html.twig b/templates/main.html.twig index daead8b..f0c09bd 100644 --- a/templates/main.html.twig +++ b/templates/main.html.twig @@ -10,6 +10,14 @@ height: 69px; border-bottom: 2px solid maroon; } + .bottom-layer { + font-family: 'Helvetica Neue', Helvetica,Arial, sans-serif; + font-size: 15px; + color: #ddd; + background-color: #000; + padding: 2px; + text-align: center; + } .content-quote { font-family: "Georgia", serif; color: #666; @@ -34,12 +42,12 @@ {% block body %}
- Logo
-