Dockerize Project
This commit is contained in:
commit
e679d02b41
205 changed files with 17941 additions and 0 deletions
29
templates/partials/__footer.html.twig
Executable file
29
templates/partials/__footer.html.twig
Executable file
|
@ -0,0 +1,29 @@
|
|||
{% block footer %}
|
||||
<footer class="site-footer">
|
||||
<div class="container">
|
||||
<div class="site-footer-inner">
|
||||
<div class="brand footer-brand">
|
||||
<a href="#">
|
||||
<img class="header-logo-image" style="height: 40px;"
|
||||
src="{{ asset('assets/img/logo-white.png') }}"
|
||||
alt="Logo">
|
||||
</a>
|
||||
</div>
|
||||
<ul class="footer-links list-reset">
|
||||
<li>
|
||||
<a href="#">About us</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="{{ path('app_faq') }}">FAQ's</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#">Support</a>
|
||||
</li>
|
||||
</ul>
|
||||
<ul class="footer-social-links list-reset">
|
||||
</ul>
|
||||
<div class="footer-copyright">© 2023 ventry.host</div>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
{% endblock %}
|
Loading…
Add table
Add a link
Reference in a new issue