Added visual in hero
This commit is contained in:
parent
c7184bb6f8
commit
fe6767a217
1 changed files with 8 additions and 5 deletions
|
|
@ -88,10 +88,13 @@
|
|||
</header>
|
||||
|
||||
<main data-screen="search">
|
||||
<div class="hero hero-secondary container-fluid">
|
||||
<div class="hero hero-primary container-fluid">
|
||||
<div class="d-flex">
|
||||
<div class="container">
|
||||
<div class="col-lg-8">
|
||||
<div class="row">
|
||||
<div class="col-lg-6 bottom-anchored order-2 order-lg-1 ">
|
||||
<img class="img-fluid" src="static/img/ban-3.png">
|
||||
</div>
|
||||
<div class="col-lg-6 order-1 order-lg-2">
|
||||
<h1 class="display-5 fw-bold lh-1 mb-3 mb-lg-5">Rechercher des TANDEMs</h1>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -145,7 +148,7 @@
|
|||
|
||||
<section id="tandem-list" class="col-lg-8">
|
||||
<div class="ui-btn">
|
||||
<a data-bs-toggle="collapse" href="#search-filters" role="button" aria-expanded="false" aria-controls="search-filters"><span><img class="icon-ui" src="static/img/icons/filters.svg" alt=""></span>Afficher les filtres</a>
|
||||
<a data-bs-toggle="collapse" href="#search-filters" role="button" aria-expanded="false" aria-controls="search-filters"><span><img class="icon-ui" src="static/img/icons/filters.svg" alt=""></span>Filtrer</a>
|
||||
</div>
|
||||
<div id="search-filters" class="collapse">
|
||||
<form>
|
||||
|
|
@ -217,7 +220,7 @@
|
|||
</form>
|
||||
</div>
|
||||
<div id="search-total-results" class="alert alert-warning mt-3">
|
||||
XX profils correspondent à vos critères de recherche
|
||||
XX profils correspondent à votre recherche
|
||||
</div>
|
||||
|
||||
<div id="tandem-search-results">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue