Skip to content

Commit

Permalink
Copied updates into page includes; rebuilt site
Browse files Browse the repository at this point in the history
Signed-off-by: lindsay <[email protected]>
  • Loading branch information
xeolabs committed Feb 12, 2024
1 parent fd23a22 commit cadbf92
Show file tree
Hide file tree
Showing 6 changed files with 62 additions and 0 deletions.
15 changes: 15 additions & 0 deletions _includes/marketing/de/event-banner.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<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>
15 changes: 15 additions & 0 deletions _includes/marketing/en/event-banner.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<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>
1 change: 1 addition & 0 deletions _pages/for-business.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
@@include('../_includes/marketing/en/header.html')
<main>
@@include('../_includes/marketing/en/banner.html')
@@include('../_includes/marketing/en/event-banner.html')
@@include('../_includes/marketing/en/image-text.html')
@@include('../_includes/marketing/en/text-video.html')
@@include('../_includes/marketing/en/examples.html')
Expand Down
1 change: 1 addition & 0 deletions _pages/fur-das-geschaft.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
@@include('../_includes/marketing/de/header.html')
<main>
@@include('../_includes/marketing/de/banner.html')
@@include('../_includes/marketing/de/event-banner.html')
@@include('../_includes/marketing/de/image-text.html')
@@include('../_includes/marketing/de/text-video.html')
@@include('../_includes/marketing/de/examples.html')
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
15 changes: 15 additions & 0 deletions fur-das-geschaft.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,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_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

0 comments on commit cadbf92

Please sign in to comment.