22 lines
1.4 KiB
Twig
22 lines
1.4 KiB
Twig
<head>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
<link rel="stylesheet" href="{{asset('css/site.css')}}">
|
|
</head>
|
|
<header>
|
|
<div
|
|
class="d-none d-md-flex justify-content-end " style="background:#fff; position:relative; z-index: 20;">
|
|
<!-- Header Logo -->
|
|
<a class="img-fluid px-3 my-1 float-start col-md-3 col-lg-3 col-sm-3 col-xs-6 text-center hidden-xs" href="{{app.request.getSchemeAndHttpHost()}}/">
|
|
<img src="{{ asset('images/logo12.png') }}" style="\" max-height:100%\""/>
|
|
</a>
|
|
<div
|
|
class="d-flex col-md-9 col-lg-9 col-sm-9 col-xs-12">
|
|
<!-- Header Content -->
|
|
<div class="d-flex flex-row flex-fill justify-content-between" style="background: url({{asset('images/header-left.png')}}) left center no-repeat, url({{asset('images/header-right.png')}}) 72px center no-repeat; background-size: 72px 100%, 100% 100%; "></div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
</header> |