Map: Init
This commit is contained in:
16
layouts/partials/usps.html
Normal file
16
layouts/partials/usps.html
Normal file
@@ -0,0 +1,16 @@
|
||||
<section class="usp-bar py-3 py-lg-4 bg-white">
|
||||
<div class="container px-lg-5">
|
||||
<div class="row g-3 g-lg-4 justify-content-center">
|
||||
{{ range .Params.usps }}
|
||||
<div class="col-auto mx-auto">
|
||||
<div class="usp-item d-flex align-items-center">
|
||||
<svg class="me-2" width="26" height="22" viewBox="0 0 18 14" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M1.5 7.5L6.5 12.5L16.5 1.5" stroke="#B95913" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
</svg>
|
||||
<span class="usp-text">{{ . }}</span>
|
||||
</div>
|
||||
</div>
|
||||
{{ end }}
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
Reference in New Issue
Block a user