From c70dcdbad1de39632a78a10ecd4dbbc3457bd930 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 3 Nov 2020 11:57:45 +0000 Subject: [PATCH] index: Drop old jumbo header Signed-off-by: Michael Tremer --- src/scss/style.scss | 13 ------------- src/templates/index.html | 29 ----------------------------- 2 files changed, 42 deletions(-) diff --git a/src/scss/style.scss b/src/scss/style.scss index c2e1acb3..c5880465 100644 --- a/src/scss/style.scss +++ b/src/scss/style.scss @@ -162,19 +162,6 @@ pre { justify-content: center; } -headeXXr { - &.cover { - position: relative; - width: 100%; - height: auto; - min-height: 42rem; - - @include media-breakpoint-up(lg) { - height: calc(100vh - #{$navbar-height}); - } - } -} - .icon-large { font-size: 8em; diff --git a/src/templates/index.html b/src/templates/index.html index af4f9734..3239308c 100644 --- a/src/templates/index.html +++ b/src/templates/index.html @@ -32,35 +32,6 @@ -
-
- {% module ChristmasBanner() %} - -
-
- IPFire Logo -
- -
-

{{ _("The Open Source Firewall") }}

- - {% if latest_release %} - - {{ _("Latest Release:") }} - {{ latest_release.name }} - {{ _("from %s") % locale.format_date(latest_release.date, shorter=True) }} - - {% end %} - - -
-
-
-
-
-- 2.47.3