mirror of
https://github.com/edcommonwealth/ecp.org.git
synced 2026-03-08 23:18:13 -07:00
19 lines
708 B
Text
19 lines
708 B
Text
<header class="bg-dark-blue py-5 relative">
|
|
<div class="container px-5">
|
|
<div class="row gx-5 justify-content-center">
|
|
<div class="col-lg-6">
|
|
<div class="text-center my-5">
|
|
<h1 class="display-5 fw-bolder text-white mb-2"><%= heading %></h1>
|
|
<div class="d-grid gap-3 d-sm-flex justify-content-sm-center">
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="custom-shape-divider-bottom-triangle">
|
|
<svg data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none">
|
|
<path d="M598.97 114.72L0 0 0 120 1200 120 1200 0 598.97 114.72z" class="shape-fill"></path>
|
|
</svg>
|
|
</div>
|
|
</header>
|