src/static/img/apple-touch-icon-72x72-precomposed.png \
src/static/img/apple-touch-icon-60x60-precomposed.png \
src/static/img/bash-logo.svg \
+ src/static/img/bg-img.jpg \
src/static/img/debian-logo.svg \
src/static/img/default-avatar.jpg \
src/static/img/ipfire-tux.png \
}
}
-header {
+.bg-brand {
+ min-height: 40rem;
+
+ // Background Image
+ background-image: url("img/bg-img.jpg");
+ background-repeat: no-repeat;
+ background-position: center;
+ background-size: cover;
+
+ // Text is white
+ color: $white;
+
+ // Center the content
+ display: flex;
+ flex-direction: column;
+ justify-content: center;
+}
+
+headeXXr {
&.cover {
position: relative;
width: 100%;
{% block title %}{{ _("Welcome to IPFire") }}{% end block %}
{% block container %}
+ <div class="bg-brand">
+ <div class="container">
+ <h1 class="display-1">{{ _("More Than A Firewall") }}</h1>
+ <h4>Customisable, easy to configure, and the leading example</h4>
+ </div>
+ </div>
+
<header class="cover">
- <div class="container h-100">
+ <div class="container">
{% module ChristmasBanner() %}
<div class="row d-flex h-100 flex-fill flex-md-row-reverse align-items-center">