Skip to content

Commit

Permalink
Merge pull request #14 from D3Wachen/master
Browse files Browse the repository at this point in the history
Banner_update
  • Loading branch information
xeolabs authored Feb 12, 2024
2 parents 6b4b64f + 0b903a8 commit fbc280a
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 0 deletions.
5 changes: 5 additions & 0 deletions css/marketing.css
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,11 @@ img {
@media screen and (min-width: 768px) {
.text-images__text-wrapper .second-part {
width: 50%; } }

.text-images-banner {
padding-top: 0px;
padding-bottom: 0px;
background: #04070F; }
.text-images__subtitle {
font-weight: 600;
font-size: 12px;
Expand Down
15 changes: 15 additions & 0 deletions for-business.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,21 @@ <h1 class="cta__title">
</div>
</div>
</section>
<section class="text-images-banner" style="background-color: #050c1a;">
<div class="container">
<img
src="./img/marketing/digitalbau_banner_EN.jpg"
class="banner_bau"
alt="DigitalBau"
loading="eager"
decoding="async"
/>
<div class="row">

</div>
</div>
</div>
</section>
<section class="text-images">
<div class="container">
<div class="row">
Expand Down
16 changes: 16 additions & 0 deletions fur-das-geschaft.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,22 @@ <h1 class="cta__title">
</div>
</div>
</section>

<section class="text-images-banner" style="background-color: #050c1a;">
<div class="container">
<img
src="./img/marketing/digitalbau_banner_DE.jpg"
class="banner_bau"
alt="DigitalBau"
loading="eager"
decoding="async"
/>
<div class="row">

</div>
</div>
</div>
</section>
<section class="text-images">
<div class="container">
<div class="row">
Expand Down
Binary file added img/marketing/digitalbau_banner_DE.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/marketing/digitalbau_banner_EN.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit fbc280a

Please sign in to comment.