feat: ajoute Jenny et Thierry
parent
accda732c2
commit
59cc787938
|
@ -2,7 +2,6 @@ import { formatWithOptions, isAfter, parse } from "date-fns/fp";
|
||||||
import { fr } from "date-fns/locale";
|
import { fr } from "date-fns/locale";
|
||||||
|
|
||||||
export type Departement =
|
export type Departement =
|
||||||
| "Oise"
|
|
||||||
| "Ardèche"
|
| "Ardèche"
|
||||||
| "Ariège"
|
| "Ariège"
|
||||||
| "Aude"
|
| "Aude"
|
||||||
|
@ -12,6 +11,7 @@ export type Departement =
|
||||||
| "Creuse"
|
| "Creuse"
|
||||||
| "Côte-d'Or"
|
| "Côte-d'Or"
|
||||||
| "Deux-Sèvres"
|
| "Deux-Sèvres"
|
||||||
|
| "Doubs"
|
||||||
| "Eure"
|
| "Eure"
|
||||||
| "Haut-Rhin"
|
| "Haut-Rhin"
|
||||||
| "Haute-Garonne"
|
| "Haute-Garonne"
|
||||||
|
@ -28,6 +28,7 @@ export type Departement =
|
||||||
| "Maine-et-Loire"
|
| "Maine-et-Loire"
|
||||||
| "Meurthe-et-Moselle"
|
| "Meurthe-et-Moselle"
|
||||||
| "Morbihan"
|
| "Morbihan"
|
||||||
|
| "Oise"
|
||||||
| "Puy-de-Dôme"
|
| "Puy-de-Dôme"
|
||||||
| "Rhône"
|
| "Rhône"
|
||||||
| "Seine-et-Marne"
|
| "Seine-et-Marne"
|
||||||
|
|
|
@ -6,6 +6,7 @@ import "./bertrand-angelique.pdf";
|
||||||
import "./emeline-sebastien.pdf";
|
import "./emeline-sebastien.pdf";
|
||||||
import "./florence-pierre-alexandre.pdf";
|
import "./florence-pierre-alexandre.pdf";
|
||||||
import "./guilhem-eglantine.pdf";
|
import "./guilhem-eglantine.pdf";
|
||||||
|
import "./jenny-thierry.pdf";
|
||||||
import "./julia-dawy.pdf";
|
import "./julia-dawy.pdf";
|
||||||
import "./lea-frederic.pdf";
|
import "./lea-frederic.pdf";
|
||||||
import "./lola-morgan.pdf";
|
import "./lola-morgan.pdf";
|
||||||
|
|
Binary file not shown.
|
@ -15,6 +15,7 @@ import "./guilhem-eglantine.jpg";
|
||||||
import "./helene-d.jpg";
|
import "./helene-d.jpg";
|
||||||
import "./helene-f.jpg";
|
import "./helene-f.jpg";
|
||||||
import "./isabelle-nicolas.jpg";
|
import "./isabelle-nicolas.jpg";
|
||||||
|
import "./jenny-thierry.jpg";
|
||||||
import "./jerome-gwenaelle.jpg";
|
import "./jerome-gwenaelle.jpg";
|
||||||
import "./jonathan-caroline.jpg";
|
import "./jonathan-caroline.jpg";
|
||||||
import "./julia-dawy.jpg";
|
import "./julia-dawy.jpg";
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 666 KiB |
|
@ -887,4 +887,21 @@ export const resistants: Resistant[] = [
|
||||||
mention: "",
|
mention: "",
|
||||||
video: "",
|
video: "",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
id: "jenny-thierry",
|
||||||
|
noms: "Jenny Lejeune et Thierry Brandt",
|
||||||
|
enfants: "Lou",
|
||||||
|
departement: "Doubs",
|
||||||
|
academie: "Besançon",
|
||||||
|
presentation:
|
||||||
|
"De quel droit des inconnus peuvent juger ce qui est mieux pour lui ? Qui peut affirmer que sa famille ne fait pas partie de sa situation propre ? Qui peut briser son équilibre émotionnel impunément et en Présentation de la famille toute conscience ? Nous, ses parents, connaissons Lou et savons que pour son intérêt supérieur l’instruction hors école lui convient parfaitement. \n" +
|
||||||
|
"\n" +
|
||||||
|
"Aujourd’hui nous sommes en **lutte** pour préserver notre équilibre. Nous sommes en lutte pour préserver l’équilibre des milliers de familles, des enfants, de **nos** enfants et de Lou. Nous sommes en lutte pour notre **liberté de choisir** !",
|
||||||
|
latitude: 47.14832918192116,
|
||||||
|
longitude: 6.342331883356072,
|
||||||
|
date_declaration: "2023-10-03",
|
||||||
|
lien_declaration: getResistantDeclarationUrl("jenny-thierry"),
|
||||||
|
mention: "",
|
||||||
|
video: "",
|
||||||
|
},
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in New Issue