You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
708 B
20 lines
708 B
<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>
|