diff --git a/themes/build/assets/_sass/_base.scss b/themes/build/assets/_sass/_base.scss index 7d49cbd9d71..78c16f29c69 100644 --- a/themes/build/assets/_sass/_base.scss +++ b/themes/build/assets/_sass/_base.scss @@ -828,3 +828,40 @@ footer.site-footer { .list-group-item:hover{ background-color: white !important; } + +.conference-banner { + background-color: #a2e2ef; + padding: 10px 0; + position: relative; + + &:hover { + background-color: #000; + color: white; + } + + a { + position: absolute; + width: 100%; + height: 100%; + text-indent: -10000px; + } + + .container { + @media (min-width:990px) and (max-width: 2500px) { + width: 1170px; + } + + display: flex; + flex-direction: row; + justify-content: space-between; + + @media (max-width: 700px) { + flex-direction: column; + text-align: center; + } + } + + .conference-title { + font-weight: bold; + } +} diff --git a/themes/build/layouts/partials/header.html b/themes/build/layouts/partials/header.html index bd44d90c7f9..7a4ab21b1b4 100644 --- a/themes/build/layouts/partials/header.html +++ b/themes/build/layouts/partials/header.html @@ -1,3 +1,19 @@ +
+ + PrestaShop Developer Conference + +
+
+ PrestaShop Developer Conference +
+
+ November 6, 2024 +
+
+ Let's talk code, commerce and open source. +
+
+