Locations template
The locations template is a selection of pre-made sections where companies can pick and choose which sections they want to use to present their location.
HTML Click the snippet to select
<div class="row row-cols-1 row-cols-sm-2 row-cols-lg-3">
<div class="col d-flex align-items-stretch">
<a class="btn btn-outline-primary w-100 text-start btn-lg d-block" href="/media-resources/brand-manual">
<h5 class="mb-0 mt-sm-1">Brand manual</h5>
<p class="fs-6 text-body d-sm-block my-1">Logo, subsidiary company names, product names, font, colors, slogan and core values and more.</p>
</a>
</div>
<div class="col d-flex align-items-stretch">
<a class="btn btn-outline-primary w-100 text-start btn-lg d-block" href="/media-resources/site-documentation">
<h5 class="mb-0 mt-sm-1">Site documentation</h5>
<p class="fs-6 text-body d-sm-block my-1">Documentation for how the site should work, and how to work with elements within it.</p>
</a>
</div>
</div>