Compare commits
	
		
			2 commits
		
	
	
		
			c1adb80eba
			...
			fd65f53efd
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
|   | fd65f53efd | ||
|   | 125475cf23 | 
					 2 changed files with 17 additions and 11 deletions
				
			
		|  | @ -4,23 +4,24 @@ | ||||||
|         {{ partial (printf "footer-menu.%s.html" .Lang) . }} |         {{ partial (printf "footer-menu.%s.html" .Lang) . }} | ||||||
|         <div class="row"> |         <div class="row"> | ||||||
|             <div class="col-md-4 footer-contact-details"> |             <div class="col-md-4 footer-contact-details"> | ||||||
|                 <h4><i class="fas fa-phone"></i>{{i18n "phone"}}</h4> |  | ||||||
|                 <p> |                 <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> |                 </p> | ||||||
|             </div> |                 <p> | ||||||
|             <div class="col-md-4 footer-contact-details"> |                     <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> | ||||||
|                 <h4><i class="fas fa-envelope"></i>Email</h4> |                 </p> | ||||||
|                     <p> |                 <h4><i class="bi bi-geo-alt-fill"></i>{{i18n "location"}}</h4> | ||||||
|                         <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> |  | ||||||
|                 <p>Viale Trento, 31 |                 <p>Viale Trento, 31 | ||||||
|                     <br> IT-38068 Rovereto (TN) ITALY |                     <br> IT-38068 Rovereto (TN) ITALY | ||||||
|                 </p> |                 </p> | ||||||
|             </div> |             </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> |         </div> | ||||||
|         <p class="copyright">©2001-2024 SpeedTech |         <p class="copyright">©2001-2024 SpeedTech | ||||||
|             <br>SpeedTech di Gerola Ing. Roberto - VAT ID : IT02446960227 - REA : TN - 225335 |             <br>SpeedTech di Gerola Ing. Roberto - VAT ID : IT02446960227 - REA : TN - 225335 | ||||||
|  |  | ||||||
|  | @ -984,6 +984,11 @@ header.blog-single .title { | ||||||
|   padding-left: 0; |   padding-left: 0; | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
|  | .footer-title { | ||||||
|  |   font-size: 1rem; | ||||||
|  |   font-weight: 900; | ||||||
|  | } | ||||||
|  | 
 | ||||||
| @media (min-width: 992px) { | @media (min-width: 992px) { | ||||||
|   .img-content.text-center img { |   .img-content.text-center img { | ||||||
|     max-width: 400px; |     max-width: 400px; | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue