start branch for template new

This commit is contained in:
2025-01-26 12:37:26 +01:00
parent 9b74f92a4c
commit deb384a31e
13 changed files with 163 additions and 56 deletions
+20 -2
View File
@@ -1,2 +1,20 @@
<footer class="footer text-center text-sm-left">
&copy; 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">
&copy; 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>
+1 -1
View File
@@ -181,4 +181,4 @@ if ($companyData["edited"] != "Y") {
}
?>
<?php $titlepage = "CESoft Technical Portal"; ?>
<?php $titlepage = "CESoft Technical Portal"; ?>