diff --git a/src/Resistant.ts b/src/Resistant.ts index 34afc6c..4822241 100644 --- a/src/Resistant.ts +++ b/src/Resistant.ts @@ -1,6 +1,11 @@ export interface Resistant { - Noms: string - Département: string - Académie: string - ["Nombre de familles"]: string + noms: string + enfants: string + departement: string + academie: string + presentation: string + video: string + "lien_declaration": string + "date_declaration": string + mention: string } diff --git a/src/routes/ListeResistants.tsx b/src/routes/ListeResistants.tsx index 2949a30..2fcb09e 100644 --- a/src/routes/ListeResistants.tsx +++ b/src/routes/ListeResistants.tsx @@ -4,7 +4,7 @@ import {Resistant} from "../Resistant"; export const resistantsLoader = async () => { const spreadsheetId = '1GL1MBChnwNn0t8WtKK5M3PbtCJ_bTJRhoTwAI9jeWck' - let sheetName = "Résistants"; + let sheetName = "RésistantsW"; const parser = new PublicGoogleSheetsParser() const resistants = await parser.parse(spreadsheetId, sheetName); return { resistants } @@ -16,7 +16,7 @@ export const ListeResistants = () => { return ( <>
- {resistants.map((r) => )} + {resistants.map((r) => )}
diff --git a/src/routes/ResistantRow.tsx b/src/routes/ResistantRow.tsx index 358d136..2997eed 100644 --- a/src/routes/ResistantRow.tsx +++ b/src/routes/ResistantRow.tsx @@ -3,56 +3,57 @@ import {Resistant} from "../Resistant"; interface Props { resistant: Resistant } + export const ResistantRow = ({resistant}: Props) => { return (<>
-
-
-
-
-
-
-
-
-
- -
-
-
-
+
+
+
+
+ +
+ +
+
+ + + Jonathan Attias et Caroline Perez
-
+
+ id="block-yui_3_17_2_1_1663343055963_122180">
-

- Vidéo diffusée le 1er mai 2022, pour déclarer notre entrée en désobéissance civile.

+ +

Notre + déclaration de désobéissance civile, en {resistant.date_declaration}

+ +
@@ -61,7 +62,7 @@ export const ResistantRow = ({resistant}: Props) => { id="block-yui_3_17_2_1_1666274786250_108799">

- {resistant.Noms}, parents de Zeÿa + {resistant.noms}, parents de {resistant.enfants}

@@ -69,18 +70,14 @@ export const ResistantRow = ({resistant}: Props) => { id="block-yui_3_17_2_1_1602775217144_4986">
-

({resistant.Département}, Académie de - {resistant.Académie})
cofondateurs du mouvement Enfance Libre

- “À l'image des objecteurs de conscience qui refusaient le service militaire pour ne pas - s'entraîner à tuer, nous refusons l'idée d'un service scolaire obligatoire qui - entraînerait - notre enfant à obéir.”

- - Voir notre communiqué officiel aux autorités le 1er mai 2022. -

+

({resistant.departement}, Académie + de + {resistant.academie})
{resistant.mention} +

+

+ {resistant.presentation} +

+