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.

16 changes: 16 additions & 0 deletions src/App/assets/scss/components/_custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1324,6 +1324,22 @@ footer {
padding: 50px 0 40px;
}

.footer-announcement {
padding-bottom: 34px;
margin-bottom: 34px;
border-bottom: 1px solid var(--border-soft);

p {
margin-top: 10px;
font-size: 14px;
color: var(--text-muted);
}
}

.footer-announcement-cta {
margin-top: 20px;
}

// Link columns mirroring the top menu, above the copyright/social row.
.footer-nav {
display: grid;
Expand Down
5 changes: 5 additions & 0 deletions src/App/templates/layout/default.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,11 @@
</main>
<footer>
<div class="wrap">
<div class="footer-announcement">
<span class="eyebrow">We do not just build durable architecture; we stand by it.</span>
<p>While we build our digital platforms to stand the test of time, our commercial support ensures they adapt efficiently to your business needs. From 24/7 monitoring to rapid-response troubleshooting, we handle the infrastructure so you can focus on growth.</p>
<a class="btn btn-primary footer-announcement-cta" href="https://www.apidemia.com/#contact" target="_blank">Partner With Our Experts</a>
</div>
{# Mirrors the top menu: the Products dropdown, then the remaining menu items. #}
<nav class="footer-nav" aria-label="Footer">
<div class="footer-col">
Expand Down