Footer reworking
This commit is contained in:
parent
181af2dcb5
commit
2be637d3eb
@ -4,23 +4,24 @@
|
||||
{{ partial (printf "footer-menu.%s.html" .Lang) . }}
|
||||
<div class="row">
|
||||
<div class="col-md-4 footer-contact-details">
|
||||
<h4><i class="fas fa-phone"></i>{{i18n "phone"}}</h4>
|
||||
<p>
|
||||
<a href="tel:+390464414131" title="Telephone contact">+39 0464 414131</a>
|
||||
<span class="footer-title"><i class="bi bi-telephone"></i>{{i18n "phone"}} : </span> <a href="tel:+390464414131" title="Telephone contact">+39 0464 414131</a>
|
||||
</p>
|
||||
</div>
|
||||
<div class="col-md-4 footer-contact-details">
|
||||
<h4><i class="fas fa-envelope"></i>Email</h4>
|
||||
<p>
|
||||
<a href="mailto:%72%6f%62%65%72%74%6f%40%73%70%65%65%64%74%65%63%68%2e%69%74">{{i18n "sendemail"}}</a>
|
||||
<span class="footer-title"><i class="bi bi-envelope"></i>Email : </span> <a href="mailto:%72%6f%62%65%72%74%6f%40%73%70%65%65%64%74%65%63%68%2e%69%74">{{i18n "sendemail"}}</a>
|
||||
</p>
|
||||
</div>
|
||||
<div class="col-md-4 footer-contact-details">
|
||||
<h4><i class="fas fa-map-marker"></i>{{i18n "location"}}</h4>
|
||||
<h4><i class="bi bi-geo-alt-fill"></i>{{i18n "location"}}</h4>
|
||||
<p>Viale Trento, 31
|
||||
<br> IT-38068 Rovereto (TN) ITALY
|
||||
</p>
|
||||
</div>
|
||||
<div class="col-md-4 footer-contact-details">
|
||||
</div>
|
||||
<div class="col-md-4 footer-contact-details">
|
||||
<h4><i class="bi bi-link"></i>Links</h4>
|
||||
<p><i class="bi bi-git"></i> <a href="https://gitea.speedtech.it/explore/repos">Git code repository</a></p>
|
||||
<p><img alt="BrainMinder" style="width: 20px;" src="https://brainminder.it/brainminder-icon.svg" /><a href="https://brainminder.it">BrainMinder</a></p>
|
||||
</div>
|
||||
</div>
|
||||
<p class="copyright">©2001-2024 SpeedTech
|
||||
<br>SpeedTech di Gerola Ing. Roberto - VAT ID : IT02446960227 - REA : TN - 225335
|
||||
|
@ -984,6 +984,11 @@ header.blog-single .title {
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
.footer-title {
|
||||
font-size: 1rem;
|
||||
font-weight: 900;
|
||||
}
|
||||
|
||||
@media (min-width: 992px) {
|
||||
.img-content.text-center img {
|
||||
max-width: 400px;
|
||||
|
Loading…
Reference in New Issue
Block a user