added back link
removed join section in results typo
This commit is contained in:
parent
b8951d45ce
commit
91aa807499
20
src/_includes/partials/components/member-list-simple.njk
Normal file
20
src/_includes/partials/components/member-list-simple.njk
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
<section class="[ member-list ]">
|
||||||
|
<div class="[ wrapper ]">
|
||||||
|
{% if teamListItems.length %}
|
||||||
|
<ol class="[ member-list__items ]" reversed>
|
||||||
|
{% for item in teamListItems %}
|
||||||
|
<li class="member-list__item">
|
||||||
|
<img src=" {{ item.data.profile }}" alt="photo de {{ item.data.name }}">
|
||||||
|
<a role="button" href="{{ item.data.url }}" class="btn btn-primary">{{ item.data.name }}
|
||||||
|
<svg width="18" height="14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.602 5.823L12.05.376a1.357 1.357 0 00-1.875 0 1.295 1.295 0 000 1.84l3.278 3.235H1.326C.587 5.451 0 6.027 0 6.752s.587 1.302 1.326 1.302h12.127l-3.278 3.215a1.295 1.295 0 000 1.84 1.349 1.349 0 001.894 0l5.533-5.427c.246-.242.398-.576.398-.93 0-.353-.133-.687-.398-.93z" fill="#111"></path></svg>
|
||||||
|
</a>
|
||||||
|
<p>{{ item.data.position }}</p>
|
||||||
|
{% if item.data.positionInternal %}
|
||||||
|
<p>{{ item.data.positionInternal }}</p>
|
||||||
|
{% endif %}
|
||||||
|
</li>
|
||||||
|
{% endfor %}
|
||||||
|
</ol>
|
||||||
|
{% endif %}
|
||||||
|
</div>
|
||||||
|
</section>
|
@ -12,9 +12,6 @@ tags:
|
|||||||
- html
|
- html
|
||||||
- design
|
- design
|
||||||
- dev
|
- dev
|
||||||
skills:
|
|
||||||
- dev
|
|
||||||
- Vue.js
|
|
||||||
---
|
---
|
||||||
|
|
||||||
Je suis designer web indépendant depuis janvier 2020.
|
Je suis designer web indépendant depuis janvier 2020.
|
||||||
|
@ -3,7 +3,7 @@ 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: 'Filter par mots-clés :'
|
tagSearchHeading: 'Filtrer par mots-clés :'
|
||||||
eleventyExcludeFromCollections: true
|
eleventyExcludeFromCollections: true
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
title: On parle des CAE au Labo de L'ESS
|
title: On parle des CAE au Labo de L'ESS
|
||||||
date: '2021-06-16'
|
date: '2021-06-16'
|
||||||
type: 'new'
|
type: 'news'
|
||||||
illustration: '/images/posts/Podcast-LaboESS-Logo.jpg'
|
illustration: '/images/posts/Podcast-LaboESS-Logo.jpg'
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -49,6 +49,15 @@ a:not([class]):visited {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.link {
|
||||||
|
font-weight: 400;
|
||||||
|
color: var(--color-dark);
|
||||||
|
|
||||||
|
&:visited {
|
||||||
|
color: inherit;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.return-link {
|
.return-link {
|
||||||
align-self: flex-end;
|
align-self: flex-end;
|
||||||
font-size: 1.125rem;
|
font-size: 1.125rem;
|
||||||
@ -72,3 +81,23 @@ a:not([class]):visited {
|
|||||||
.mt-2 {
|
.mt-2 {
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.ml-1 {
|
||||||
|
margin-left: 1rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.align-center {
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.fw-400 {
|
||||||
|
font-weight: 400;
|
||||||
|
}
|
||||||
|
|
||||||
|
.fs-h2 {
|
||||||
|
font-size: 1.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.fs-h3 {
|
||||||
|
font-size: 1.25rem;
|
||||||
|
}
|
||||||
|
@ -22,9 +22,13 @@ permalink: /equipe/{{ tag }}/
|
|||||||
<div class="[ wrapper ]">
|
<div class="[ wrapper ]">
|
||||||
<h1 class="[ member-list__heading ]">{{ teamListHeading }}</h1>
|
<h1 class="[ member-list__heading ]">{{ teamListHeading }}</h1>
|
||||||
{{ content | safe }}
|
{{ content | safe }}
|
||||||
<h2 class="[ gap-top-700 ]">Profils par mot-clé : <span class="tag-item">{{ tag }}</span></h2>
|
<div class="[ box-flex align-center fw-400 ]">
|
||||||
|
<h2>Profils par mot-clé : </h2>
|
||||||
|
<span class="tag-item ml-1 fs-h2">{{ tag }}</span>
|
||||||
|
<a class="ml-1 link fw-400 fs-h3" href="/equipe">retour</a></h2>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{% include "partials/components/member-list.njk" %}
|
{% include "partials/components/member-list-simple.njk" %}
|
||||||
<div class="wrapper box-flex justify-end">
|
<div class="wrapper box-flex justify-end">
|
||||||
<a class="return-link" href="/equipe">Voir tous les membres</a>
|
<a class="return-link" href="/equipe">Voir tous les membres</a>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user