{#
<footer class="footer fixed-bottom bg-primary">
<div class="container text-center">
<span class="text-white">
This is the sticky footer.
</span>
</div>
</footer>
#}
<footer class="footer" style="padding: 2em 0; background: #121212; font-size: .8em;">
<div class="container mt-5">
<div class="row mt-2">
<div class="col-md-12 text-center">
<a class="navbar-brand d-flex flex-column align-items-center" href="{{ path('app_home') }}">
<img src="{{ asset('assets/img/logo.png') }}" width="60" />
</a>
</div>
</div>
<div class="row justify-content-center mt-2">
<div class="col-md-12 text-center">
<span style="color: #E00410;"><a href="{{ path('app_home') }}" class="text-decoration-none" style="color: #D1D5D5;">FactoriaX.com</a></span>
</div>
</div>
<div class="row mt-2">
<div class="col-md-12 text-center">
Copyright ©{{ "now"|date('Y') }} - All rights reserved
</div>
</div>
</div>
</footer>