Skip to content

Commit e8ea53e

Browse files
authored
Merge pull request #150 from dotkernel/issue-138
updated footer
2 parents 757ed66 + cabb42e commit e8ea53e

3 files changed

Lines changed: 22 additions & 1 deletion

File tree

public/css/app.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/App/assets/scss/components/_custom.scss

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1324,6 +1324,22 @@ footer {
13241324
padding: 50px 0 40px;
13251325
}
13261326

1327+
.footer-announcement {
1328+
padding-bottom: 34px;
1329+
margin-bottom: 34px;
1330+
border-bottom: 1px solid var(--border-soft);
1331+
1332+
p {
1333+
margin-top: 10px;
1334+
font-size: 14px;
1335+
color: var(--text-muted);
1336+
}
1337+
}
1338+
1339+
.footer-announcement-cta {
1340+
margin-top: 20px;
1341+
}
1342+
13271343
// Link columns mirroring the top menu, above the copyright/social row.
13281344
.footer-nav {
13291345
display: grid;

src/App/templates/layout/default.html.twig

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,11 @@
8282
</main>
8383
<footer>
8484
<div class="wrap">
85+
<div class="footer-announcement">
86+
<span class="eyebrow">We do not just build durable architecture; we stand by it.</span>
87+
<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>
88+
<a class="btn btn-primary footer-announcement-cta" href="https://www.apidemia.com/#contact" target="_blank">Partner With Our Experts</a>
89+
</div>
8590
{# Mirrors the top menu: the Products dropdown, then the remaining menu items. #}
8691
<nav class="footer-nav" aria-label="Footer">
8792
<div class="footer-col">

0 commit comments

Comments
 (0)