This commit is contained in:
Yves Gatesoupe 2021-12-01 17:37:04 +01:00
parent fb1cbb1c4e
commit 63188e23a7
5 changed files with 5 additions and 6 deletions

View File

@ -8,8 +8,8 @@
<h1 class="[ member-list__heading ]">{{ teamListHeading }}</h1>
{{ content | safe }}
<div class="search-bar">
<label for="site-search">Filtrer par mots-clés :</label>
<input type="search" id="searchInput" name="q" aria-label="Filtrer par mots-clés" oninput="doSearch()">
<label for="site-search">Rechercher par mots-clés :</label>
<input type="search" id="searchInput" name="q" aria-label="Filtrer par mots-clés" oninput="doSearch()" placeholder="dev, linux, ...">
</div>
<ul class="tag-list mt-3" id="tagList">
{% for skill in collections.skillsList %}

View File

@ -8,7 +8,7 @@ personalSite: 'https://www.behance.net/ygates'
socialTwitter: 'https://twitter.com/YGdsgn'
socialLinkedin: 'https://www.linkedin.com/in/yves-gatesoupe-05990b17a/'
url: '/members/yves-gatesoupe'
tags: [ web, dev, design, front-end ]
tags: [ web, dev, design, front-end, graphisme, Vue.js, bootstrap, wordpress, intégration ]
location: [48.1047728782418, -1.6795127572657111]
---

View File

@ -3,7 +3,6 @@ title: 'L''équipe Astrolabe'
permalink: '/equipe/index.html'
layout: 'layouts/team.njk'
teamListHeading: 'L''équipe Astrolabe'
tagSearchHeading: 'Filtrer par mots-clés :'
eleventyExcludeFromCollections: true
---

View File

@ -13,4 +13,4 @@
margin: 0 0 0 1rem;
background-color: var(--color-light-gray);
}
}
}

View File

@ -23,7 +23,7 @@ permalink: /equipe/{{ tag }}/
<h1 class="[ member-list__heading ]">{{ teamListHeading }}</h1>
{{ content | safe }}
<div class="[ box-flex align-center fw-400 ]">
<h2>Profils par mot-clé : </h2>
<h2>Profils avec le mot-clé : </h2>
<span class="tag-item ml-1">{{ tag }}</span>
<a class="ml-1 link fw-600" href="/equipe">tout</a></h2>
</div>