|
|
@ -2,7 +2,7 @@ |
|
|
|
<main> |
|
|
|
<div class="container-fluid py-5"> |
|
|
|
<div class="container"> |
|
|
|
<h2 class="text-center text-uppercase">Clients</h2> |
|
|
|
<h2 class="text-center text-uppercase custom-text">Clients</h2> |
|
|
|
<div class="row justify-content-between align-items-center"> |
|
|
|
{{ range where (where .Site.RegularPages "Type" "clients") "Params.home" true }} |
|
|
|
<div class="col-xl-2 col-lg-4 col-6 text-center"> |
|
|
@ -13,7 +13,7 @@ |
|
|
|
|
|
|
|
<hr /> |
|
|
|
|
|
|
|
<h3 class="pt-3 text-xl-start text-center text-uppercase">Featured Case Studies</h3> |
|
|
|
<h3 class="pt-3 text-xl-start text-center text-uppercase custom-text">Featured Case Studies</h3> |
|
|
|
|
|
|
|
<div class="row pt-3 pb-3"> |
|
|
|
{{ range first 2 (where .Site.RegularPages "Type" "work") }} |
|
|
|