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.
12 lines
478 B
12 lines
478 B
<!-- main navigation --> |
|
<nav class="navbar navbar-expand-lg bg-white shadow fixed-top py-0 mb-4"> |
|
<div class="container justify-content-center"> |
|
<!-- navbar brand & logo --> |
|
<a class="navbar-brand" href="/"> |
|
<img class="d-inline-block align-center" src="{{ asset('build/images/logo.png') }}" height="100" |
|
alt="Aucune Commission Logo"> |
|
</a> |
|
<!-- /navbar brand & logo --> |
|
</div> |
|
</nav> |
|
<!-- /main navigation --> |