46 lines
		
	
	
	
		
			2.2 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			46 lines
		
	
	
	
		
			2.2 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!-- Footer -->
 | |
| <footer class="footer" id="contact" style="background-color: #333">
 | |
|     <div class="container text-center">
 | |
|         {{ partial (printf "footer-menu.%s.html" .Lang) . }}
 | |
|         <div class="row">
 | |
|             <div class="col-md-4 footer-contact-details">
 | |
|                 <p>
 | |
|                     <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>
 | |
|                 <p>
 | |
|                     <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>
 | |
|                 <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
 | |
|         </p>
 | |
|     </div>
 | |
| </footer>
 | |
| 
 | |
| <!-- Matomo -->
 | |
| <script>
 | |
|     var _paq = window._paq = window._paq || [];
 | |
|     /* tracker methods like "setCustomDimension" should be called before "trackPageView" */
 | |
|     _paq.push(['trackPageView']);
 | |
|     _paq.push(['enableLinkTracking']);
 | |
|     (function() {
 | |
|       var u="//analytics.speedtech.it/";
 | |
|       _paq.push(['setTrackerUrl', u+'matomo.php']);
 | |
|       _paq.push(['setSiteId', '3']);
 | |
|       var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
 | |
|       g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
 | |
|     })();
 | |
|   </script>
 | |
|   <!-- End Matomo Code -->
 | 
