feat: ajout actu manif JIPLI
parent
6adc6df21b
commit
809460199c
|
@ -93,6 +93,12 @@ module.exports = function(eleventyConfig) {
|
|||
.filter(post => post.date >= DateTime.fromISO('2022-09-01') && post.date < DateTime.fromISO('2022-09-15'))
|
||||
])
|
||||
|
||||
eleventyConfig.addCollection('presseManif15', collection => [
|
||||
...collection
|
||||
.getFilteredByTags('presse', 'nonscollectif')
|
||||
.filter(post => post.date >= DateTime.fromISO('2022-09-15') && post.date < DateTime.fromISO('2022-09-17'))
|
||||
])
|
||||
|
||||
eleventyConfig.setLibrary('md', markdownIt(markdownItOptions).use(markdownItAttrs))
|
||||
|
||||
eleventyConfig.setFrontMatterParsingOptions({ excerpt: true });
|
||||
|
|
|
@ -0,0 +1,57 @@
|
|||
---
|
||||
title: Manifestation pour la Journée Internationale Pour la Liberté d'Instruction
|
||||
description: Manifestation le jeudi 1er septembre 2022 pour la défense de l'instruction en famille
|
||||
date: 2022-09-15
|
||||
modified: 2022-09-26
|
||||
image: /images/manif-2022-09-15/IMG_20220915_120101.jpg
|
||||
---
|
||||
|
||||
<p>Le NonSco'llectif est venu en nombre pour se faire entendre à Toulouse</p>
|
||||
|
||||
---
|
||||
|
||||
<video controls class="mx-auto">
|
||||
<source src="/images/manif-2022-09-15/VID_20220915_161452.mp4" type="video/mp4">
|
||||
</video>
|
||||
|
||||
|
||||
<p class="mt-8">Malgré nos invitations en chansons, Moustafa Fourar n'est pas descendu à notre rencontre, ni aucun representant du rectorat.</p>
|
||||
|
||||
<p>Notre mobilisation a fait réagir largement la presse locale ! Nous avons rassemblé toutes les <a href="/presse">retombées presse</a>.</p>
|
||||
|
||||
<div class="wrapper-news">
|
||||
|
||||
{% set presse = collections.presseManif15 %}
|
||||
{% for article in presse %}
|
||||
<a href="{{ article.url }}">
|
||||
<article class="news-card" style="height: 300px">
|
||||
<div class="news-head">
|
||||
<img alt="{{ article.data.media | mediaName }}" src="{{ article.data.media | mediaLogo }}" />
|
||||
<h3>{{article.data.title}}</h3>
|
||||
</div>
|
||||
{% if article.data.articleImage %}
|
||||
<img alt="{{ article.data.title }}" src="{{ article.data.articleImage }}" />
|
||||
{% endif %}
|
||||
{% if article.data.iframe %}
|
||||
{{ article.data.iframe | safe }}
|
||||
{% endif %}
|
||||
</article>
|
||||
</a>
|
||||
{% endfor %}
|
||||
|
||||
</div>
|
||||
|
||||
Quelques souvenirs de cette journée festive :
|
||||
|
||||
<div class="flex flex-wrap">
|
||||
<img class="m-4 mx-auto h-64" class="my-8 mx-auto" src="/images/manif-2022-09-15/IMG_20220915_150033.jpg" alt="Manifestation de non-rentrée" />
|
||||
<img class="m-4 mx-auto h-64" src="/images/manif-2022-09-15/IMG_20220915_120101.jpg" class="w-full lg:max-w-4xl mx-auto my-8"/>
|
||||
<img class="m-4 mx-auto h-64" src="/images/manif-2022-09-15/IMG_20220915_162511.jpg" alt="Manifestation de non-rentrée" />
|
||||
<img class="m-4 mx-auto h-64" src="/images/manif-2022-09-15/IMG_20220915_162610.jpg" alt="Manifestation de non-rentrée" />
|
||||
<img class="m-4 mx-auto h-64" src="/images/manif-2022-09-15/IMG_20220915_162635.jpg" alt="Manifestation de non-rentrée" />
|
||||
<img class="m-4 mx-auto h-64" src="/images/manif-2022-09-15/IMG_20220915_170533.jpg" alt="Manifestation de non-rentrée" />
|
||||
</div>
|
||||
|
||||
<p>Le NonSco'llectif continue à se mobiliser pour faire sauter l'article 49 de cette loi absurde. On ne s'arrêtera pas au Tribunal Administratif !</p>
|
||||
|
||||
<p>👉 Pour soutenir les familles dans leur combat judiciaire : <a href="/cagnotte/">Notre cagnotte</a></p>
|
Binary file not shown.
After Width: | Height: | Size: 1.3 MiB |
Binary file not shown.
After Width: | Height: | Size: 976 KiB |
Binary file not shown.
After Width: | Height: | Size: 197 KiB |
Binary file not shown.
After Width: | Height: | Size: 860 KiB |
Binary file not shown.
After Width: | Height: | Size: 186 KiB |
Binary file not shown.
After Width: | Height: | Size: 882 KiB |
Binary file not shown.
Loading…
Reference in New Issue