HTLM5 Website
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.
 
 
 
 

18 lines
861 B

<!-- start of page-header -->
<section class="page-header bg-light-gray has-shapes has-bg-brash bg-brash-bottom"
style="background-image:url('{{`images/brushes/banner.svg` | absURL}}')">
<div class="container h-100">
<div class="row d-flex align-items-center h-100">
<div class="col-md-12 text-center">
<h2 class="h1 font-weight-bold">{{.Title }}</h2>
<nav class="mt-15" aria-label="breadcrumb">
<ol class="breadcrumb font-weight-bold bg-transparent p-0 justify-content-center">
<li class="breadcrumb-item"><a href="{{ site.BaseURL | absLangURL }}" class="text-black-300">{{i18n "home"}}</a></li>
<li class="breadcrumb-item text-primary" aria-current="page">{{ .Title }}</li>
</ol>
</nav>
</div>
</div>
</div>
</section>
<!-- end of page-header -->