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

View File

@ -8,7 +8,7 @@ personalSite: 'https://www.behance.net/ygates'
socialTwitter: 'https://twitter.com/YGdsgn' socialTwitter: 'https://twitter.com/YGdsgn'
socialLinkedin: 'https://www.linkedin.com/in/yves-gatesoupe-05990b17a/' socialLinkedin: 'https://www.linkedin.com/in/yves-gatesoupe-05990b17a/'
url: '/members/yves-gatesoupe' 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] location: [48.1047728782418, -1.6795127572657111]
--- ---

View File

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

View File

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