feat: add a textimage element, add news design, add a footer

This commit is contained in:
2024-12-13 01:07:46 +01:00
parent 9f410a339e
commit 52e962ae83
19 changed files with 546 additions and 22 deletions

View File

@@ -8,14 +8,26 @@
<f:render section="Main" />
</main>
<footer>
<f:cObject
typoscriptObjectPath="lib.dynamicContentSlide"
data="{pageUid: '{data.uid}', colPos: '90'}"
/>
<f:cObject
typoscriptObjectPath="lib.dynamicContentSlide"
data="{pageUid: '{data.uid}', colPos: '91'}"
/>
<p>&copy; {f:format.date(date: 'now', format: 'Y')} Your Company</p>
<footer class="site-footer">
<div class="site-footer__top">
<div class="container site-footer__grid">
<div class="site-footer__left">
<f:cObject typoscriptObjectPath="lib.dynamicContentSlide" data="{pageUid: '{data.uid}', colPos: '90'}" />
</div>
<div class="site-footer__right">
<f:cObject typoscriptObjectPath="lib.dynamicContentSlide" data="{pageUid: '{data.uid}', colPos: '91'}" />
</div>
</div>
</div>
<hr class="site-footer__divider" />
<div class="site-footer__bottom">
<div class="container site-footer__bottom-grid">
<ul class="site-footer__legal">
<f:cObject typoscriptObjectPath="lib.footerMenu" />
</ul>
<p class="site-footer__copyright">© All Right Reserved</p>
</div>
</div>
</footer>