start branch for template new
This commit is contained in:
@@ -1,2 +1,20 @@
|
||||
<footer class="footer text-center text-sm-left">
|
||||
© 2023 CE Soft <span class="text-muted d-none d-sm-inline-block float-right">CE SOFT SRL</span>
|
||||
<footer class="footer text-center text-sm-left py-4" style="background-color: #ffffff; border-top: 1px solid #ddd; box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.1);">
|
||||
<div class="container">
|
||||
<div class="row align-items-center">
|
||||
<!-- Colonna sinistra -->
|
||||
<div class="col-md-6 text-md-left text-center mb-2 mb-md-0">
|
||||
<p class="mb-0">
|
||||
© 2023 <strong>CE Soft</strong>
|
||||
<span class="text-muted">- Innovazione e Tecnologia</span>
|
||||
</p>
|
||||
</div>
|
||||
<!-- Colonna destra -->
|
||||
<div class="col-md-6 text-md-right text-center">
|
||||
<a href="#" class="text-muted mx-2"><i class="fab fa-facebook fa-lg"></i></a>
|
||||
<a href="#" class="text-muted mx-2"><i class="fab fa-twitter fa-lg"></i></a>
|
||||
<a href="#" class="text-muted mx-2"><i class="fab fa-linkedin fa-lg"></i></a>
|
||||
<a href="mailto:info@cesoft.it" class="text-muted mx-2"><i class="fas fa-envelope fa-lg"></i></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
Reference in New Issue
Block a user