19 lines
		
	
	
		
			No EOL
		
	
	
		
			734 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			No EOL
		
	
	
		
			734 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <section id="home-bottom">
 | |
|   <div class="container">
 | |
|     <h2>{{ i18n "services_title" }}</h2>
 | |
|     <div class="row">
 | |
|       {{ range (where .Site.RegularPages "Type" "service").ByParam "position" }}
 | |
|       <div class="col m6 l6 service">
 | |
|           <div class="align-items-start" style="margin-right: 20px;">
 | |
|             <a href="{{ .Permalink | relURL }}" title="{{ .Title }}"><i class="{{ .Params.menu.main.params.iconClass }} fa-2x"></i></a>
 | |
|           </div>
 | |
|           <div>
 | |
|             <h4><a href="{{ .Permalink | relURL }}">{{ .Title }}</a></h4>
 | |
|             <p><a href="{{ .Permalink | relURL }}">{{ .Params.shortDescription}}</a></p>
 | |
|           </div>
 | |
|       </div>
 | |
|       {{ end }}
 | |
|       <!-- Row -->
 | |
|     </div>
 | |
|     </div>
 | |
| </section> | 
