Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion public/css/app.css

Large diffs are not rendered by default.

Binary file added public/images/app/content/workers.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 src/App/assets/images/content/workers.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions src/App/assets/scss/components/_custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1327,11 +1327,32 @@ details.acc {

footer {
padding: 50px 0 40px;
position: relative;
overflow: hidden;

&::before {
content: "";
position: absolute;
inset: 0;
z-index: 0;
background: url("/images/app/content/workers.jpg") center / cover no-repeat;
opacity: .06;
pointer-events: none;
}

.wrap {
position: relative;
z-index: 1;
}
}

.footer-logo {
margin-bottom: 40px;

@media (max-width: 992px) {
display: none;
}

.logo-full {
height: 52px;
}
Expand Down
3 changes: 0 additions & 3 deletions src/App/templates/layout/default.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,6 @@
</main>
<footer class="section-bg-light">
<div class="wrap">
<div class="footer-logo">
{{ include('@partial/logo.html.twig') }}
</div>
<div class="footer-announcement row align-items-center gy-3">
<div class="col-12 col-lg-8">
<span class="eyebrow">We do not just build durable architecture; we stand by it.</span>
Expand Down