diff --git a/back/tests/data/communities/communities.parquet b/back/tests/data/communities/communities.parquet new file mode 100644 index 000000000..f46d48543 Binary files /dev/null and b/back/tests/data/communities/communities.parquet differ diff --git a/front/app/(visualiser)/interpeller/[siren]/step2/page.tsx b/front/app/(visualiser)/interpeller/[siren]/step2/page.tsx index e43dd877e..692512ec2 100644 --- a/front/app/(visualiser)/interpeller/[siren]/step2/page.tsx +++ b/front/app/(visualiser)/interpeller/[siren]/step2/page.tsx @@ -91,9 +91,7 @@ export default async function InterpellateStep2({ params }: InterpellateStep2Pro {!emailContactsLen && formContactLen > 0 && ( <>

- Interpeller

- Interpeller Nous n’avons pas de contact direct avec les élus pour {communityName}

diff --git a/front/app/(visualiser)/interpeller/[siren]/step4/page.tsx b/front/app/(visualiser)/interpeller/[siren]/step4/page.tsx index 339fe7c80..df96044c8 100644 --- a/front/app/(visualiser)/interpeller/[siren]/step4/page.tsx +++ b/front/app/(visualiser)/interpeller/[siren]/step4/page.tsx @@ -21,7 +21,7 @@ export default async function InterpellateStep4() { Interpeller

Interpeller

diff --git a/front/app/community/[siren]/components/FicheHeader/FicheHeader.tsx b/front/app/community/[siren]/components/FicheHeader/FicheHeader.tsx index b3dee6e9c..b445066fb 100644 --- a/front/app/community/[siren]/components/FicheHeader/FicheHeader.tsx +++ b/front/app/community/[siren]/components/FicheHeader/FicheHeader.tsx @@ -26,7 +26,7 @@ export function FicheHeader({ community, similarCommunityList }: FicheHeaderProp
{/* Background image with high priority */} En-tête collectivité (
Mascotte Éclaireur Public (
Mascotte Éclaireur Public - Interpeller + Interpeller Interpeller diff --git a/front/app/components/OurMethodology.tsx b/front/app/components/OurMethodology.tsx deleted file mode 100644 index a5eb60a9c..000000000 --- a/front/app/components/OurMethodology.tsx +++ /dev/null @@ -1,129 +0,0 @@ -'use client'; - -import { useState } from 'react'; - -import Image from 'next/image'; -import Link from 'next/link'; - -import { CRITERIA, SCORES } from '@/utils/constants'; -import { ChevronRight } from 'lucide-react'; - -export default function OurMethodology() { - const [selectedScore, setSelectedScore] = useState('A'); - - return ( -
-

Notre méthodologie

-
-
-
-

- L'indice de transparence des marchés publics repose sur trois facteurs clés : -

-
-
- - - -
-
-
- -
-
- {SCORES[selectedScore].title} -
- -
- {/* Score selector */} -
- {Object.keys(SCORES).map((score) => ( -
- -
- ))} -
- - {/* Score display */} - -
-

{SCORES[selectedScore].title}

-

{SCORES[selectedScore].description}

-
-
-
-
- - Découvrir notre méthodologie - - -
-
- ); -} - -function MethodologyCard({ - picto, - title, - colorClassName, - criteria, -}: { - picto: string; - title: string; - colorClassName?: string; - criteria?: string[]; -}) { - return ( -
-
- {title} -

{title}

-
- {criteria && ( -
- {criteria.map((criterion) => ( -
-
-
{criterion}
-
-
- ))} -
- )} -
- ); -} diff --git a/front/app/components/OurMethodologyExtended.tsx b/front/app/components/OurMethodologyExtended.tsx index 37502408b..8ba8d5852 100644 --- a/front/app/components/OurMethodologyExtended.tsx +++ b/front/app/components/OurMethodologyExtended.tsx @@ -39,17 +39,17 @@ export default function OurMethodologyExtended() {
= ({ > {/* Bandeau d'alerte */}
- Erreur = ({ {/* Mascotte par-dessus */}
Mascotte Éclaireur Public{title}
Image d'erreur
- Interpeller + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/front/public/eclaireur/500.png b/front/public/eclaireur/500.png deleted file mode 100644 index c6b2672e7..000000000 Binary files a/front/public/eclaireur/500.png and /dev/null differ diff --git a/front/public/eclaireur/500.svg b/front/public/eclaireur/500.svg new file mode 100644 index 000000000..ef9fc7bdd --- /dev/null +++ b/front/public/eclaireur/500.svg @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/front/public/eclaireur/Mascotte-appel.png b/front/public/eclaireur/Mascotte-appel.png deleted file mode 100644 index ce2a6a207..000000000 Binary files a/front/public/eclaireur/Mascotte-appel.png and /dev/null differ diff --git a/front/public/eclaireur/Mascotte-appel.svg b/front/public/eclaireur/Mascotte-appel.svg new file mode 100644 index 000000000..b94cfe59a --- /dev/null +++ b/front/public/eclaireur/Mascotte-appel.svg @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/front/public/eclaireur/call_icon.png b/front/public/eclaireur/call_icon.png deleted file mode 100644 index 60782fb1e..000000000 Binary files a/front/public/eclaireur/call_icon.png and /dev/null differ diff --git a/front/public/eclaireur/error_icon.png b/front/public/eclaireur/error_icon.png deleted file mode 100644 index ddded9ccf..000000000 Binary files a/front/public/eclaireur/error_icon.png and /dev/null differ diff --git a/front/public/eclaireur/fix-mobile.png b/front/public/eclaireur/fix-mobile.png deleted file mode 100644 index 763d4c39d..000000000 Binary files a/front/public/eclaireur/fix-mobile.png and /dev/null differ diff --git a/front/public/eclaireur/interpeller.png b/front/public/eclaireur/interpeller.png deleted file mode 100644 index 587c259e4..000000000 Binary files a/front/public/eclaireur/interpeller.png and /dev/null differ diff --git a/front/public/eclaireur/logo-navmenu-mobile-1.png b/front/public/eclaireur/logo-navmenu-mobile-1.png deleted file mode 100644 index 4e41af93f..000000000 Binary files a/front/public/eclaireur/logo-navmenu-mobile-1.png and /dev/null differ diff --git a/front/public/eclaireur/logo-navmenu-mobile-2.png b/front/public/eclaireur/logo-navmenu-mobile-2.png deleted file mode 100644 index 019dea1a4..000000000 Binary files a/front/public/eclaireur/logo-navmenu-mobile-2.png and /dev/null differ diff --git a/front/public/eclaireur/logo-navmenu-mobile-2.svg b/front/public/eclaireur/logo-navmenu-mobile-2.svg deleted file mode 100644 index 95146e662..000000000 --- a/front/public/eclaireur/logo-navmenu-mobile-2.svg +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/front/public/eclaireur/logo.png b/front/public/eclaireur/logo.png deleted file mode 100644 index 06e6f13d7..000000000 Binary files a/front/public/eclaireur/logo.png and /dev/null differ diff --git a/front/public/eclaireur/map_icon.png b/front/public/eclaireur/map_icon.png deleted file mode 100644 index cbf720ea6..000000000 Binary files a/front/public/eclaireur/map_icon.png and /dev/null differ diff --git a/front/public/eclaireur/mascotte_reward.png b/front/public/eclaireur/mascotte_reward.png deleted file mode 100644 index 799c13601..000000000 Binary files a/front/public/eclaireur/mascotte_reward.png and /dev/null differ diff --git a/front/public/eclaireur/mascotte_reward.svg b/front/public/eclaireur/mascotte_reward.svg new file mode 100644 index 000000000..8c4a48fd9 --- /dev/null +++ b/front/public/eclaireur/mascotte_reward.svg @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/front/public/eclaireur/one.png b/front/public/eclaireur/one.png deleted file mode 100644 index 87a885168..000000000 Binary files a/front/public/eclaireur/one.png and /dev/null differ diff --git a/front/public/eclaireur/partager_EP.png b/front/public/eclaireur/partager_EP.png deleted file mode 100644 index 5f22f8bf2..000000000 Binary files a/front/public/eclaireur/partager_EP.png and /dev/null differ diff --git a/front/public/eclaireur/project_background.jpg b/front/public/eclaireur/project_background.jpg deleted file mode 100644 index 50097eb37..000000000 Binary files a/front/public/eclaireur/project_background.jpg and /dev/null differ diff --git a/front/public/eclaireur/search_icon.png b/front/public/eclaireur/search_icon.png deleted file mode 100644 index e837c40c7..000000000 Binary files a/front/public/eclaireur/search_icon.png and /dev/null differ diff --git a/front/public/eclaireur/three.png b/front/public/eclaireur/three.png deleted file mode 100644 index f3b3d88cf..000000000 Binary files a/front/public/eclaireur/three.png and /dev/null differ diff --git a/front/public/eclaireur/two.png b/front/public/eclaireur/two.png deleted file mode 100644 index 1a25c635b..000000000 Binary files a/front/public/eclaireur/two.png and /dev/null differ diff --git a/front/public/error.svg b/front/public/error.svg deleted file mode 100644 index cacac6ddd..000000000 --- a/front/public/error.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/front/public/icons/map.svg b/front/public/icons/map.svg new file mode 100644 index 000000000..c6e1f0708 --- /dev/null +++ b/front/public/icons/map.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/front/public/icons/one.svg b/front/public/icons/one.svg new file mode 100644 index 000000000..463d4719f --- /dev/null +++ b/front/public/icons/one.svg @@ -0,0 +1,3 @@ + + + diff --git a/front/public/icons/search.svg b/front/public/icons/search.svg new file mode 100644 index 000000000..597999e9e --- /dev/null +++ b/front/public/icons/search.svg @@ -0,0 +1,3 @@ + + + diff --git a/front/public/icons/speaker-white.svg b/front/public/icons/speaker-white.svg new file mode 100644 index 000000000..2aa357889 --- /dev/null +++ b/front/public/icons/speaker-white.svg @@ -0,0 +1,3 @@ + + + diff --git a/front/public/icons/speaker.svg b/front/public/icons/speaker.svg new file mode 100644 index 000000000..b9a1891ea --- /dev/null +++ b/front/public/icons/speaker.svg @@ -0,0 +1,3 @@ + + + diff --git a/front/public/icons/three.svg b/front/public/icons/three.svg new file mode 100644 index 000000000..a27fc4525 --- /dev/null +++ b/front/public/icons/three.svg @@ -0,0 +1,3 @@ + + + diff --git a/front/public/icons/two.svg b/front/public/icons/two.svg new file mode 100644 index 000000000..1a6039567 --- /dev/null +++ b/front/public/icons/two.svg @@ -0,0 +1,3 @@ + + + diff --git a/front/public/index-mp.png b/front/public/index-mp.png deleted file mode 100644 index e0f553138..000000000 Binary files a/front/public/index-mp.png and /dev/null differ diff --git a/front/public/index-subventions.png b/front/public/index-subventions.png deleted file mode 100644 index 08aa864f6..000000000 Binary files a/front/public/index-subventions.png and /dev/null differ diff --git a/front/public/logos/rs/Facebook.png b/front/public/logos/rs/Facebook.png deleted file mode 100644 index dd724e281..000000000 Binary files a/front/public/logos/rs/Facebook.png and /dev/null differ diff --git a/front/public/logos/rs/Facebook.svg b/front/public/logos/rs/Facebook.svg new file mode 100644 index 000000000..4567040f4 --- /dev/null +++ b/front/public/logos/rs/Facebook.svg @@ -0,0 +1,3 @@ + + + diff --git a/front/public/logos/rs/Instagram.png b/front/public/logos/rs/Instagram.png deleted file mode 100644 index bf0f3ac7f..000000000 Binary files a/front/public/logos/rs/Instagram.png and /dev/null differ diff --git a/front/public/logos/rs/Instagram.svg b/front/public/logos/rs/Instagram.svg new file mode 100644 index 000000000..0d0baca26 --- /dev/null +++ b/front/public/logos/rs/Instagram.svg @@ -0,0 +1,3 @@ + + + diff --git a/front/public/logos/rs/Linkedin.png b/front/public/logos/rs/Linkedin.png deleted file mode 100644 index 162acf9e7..000000000 Binary files a/front/public/logos/rs/Linkedin.png and /dev/null differ diff --git a/front/public/logos/rs/Linkedin.svg b/front/public/logos/rs/Linkedin.svg new file mode 100644 index 000000000..c832c7cce --- /dev/null +++ b/front/public/logos/rs/Linkedin.svg @@ -0,0 +1,3 @@ + + + diff --git a/front/public/placeholder-collectivite-selectionnee.png b/front/public/placeholder-collectivite-selectionnee.png deleted file mode 100644 index c765e57dc..000000000 Binary files a/front/public/placeholder-collectivite-selectionnee.png and /dev/null differ diff --git a/front/public/placeholder-stepper.png b/front/public/placeholder-stepper.png deleted file mode 100644 index 96fe8fc9c..000000000 Binary files a/front/public/placeholder-stepper.png and /dev/null differ diff --git a/front/public/placeholder.jpg b/front/public/placeholder.jpg deleted file mode 100644 index 819fc11f5..000000000 Binary files a/front/public/placeholder.jpg and /dev/null differ diff --git a/front/public/placeholder.webp b/front/public/placeholder.webp deleted file mode 100644 index 5cef1e3e7..000000000 Binary files a/front/public/placeholder.webp and /dev/null differ diff --git a/front/public/telecharger.png b/front/public/telecharger.png deleted file mode 100644 index ed53fdc4e..000000000 Binary files a/front/public/telecharger.png and /dev/null differ diff --git a/front/public/transparency.png b/front/public/transparency.png deleted file mode 100644 index b15afab53..000000000 Binary files a/front/public/transparency.png and /dev/null differ diff --git a/front/public/transparency2.jpg b/front/public/transparency2.jpg deleted file mode 100644 index 6f6290f65..000000000 Binary files a/front/public/transparency2.jpg and /dev/null differ diff --git a/front/public/transparency2.webp b/front/public/transparency2.webp deleted file mode 100644 index 9a03d3d0e..000000000 Binary files a/front/public/transparency2.webp and /dev/null differ diff --git a/front/public/transparencyLogo.png b/front/public/transparencyLogo.png deleted file mode 100644 index b3cab43a1..000000000 Binary files a/front/public/transparencyLogo.png and /dev/null differ diff --git a/front/tailwind.config.ts b/front/tailwind.config.ts index 084e99d12..caca4dde5 100644 --- a/front/tailwind.config.ts +++ b/front/tailwind.config.ts @@ -51,7 +51,6 @@ export default { ], }, backgroundImage: { - // 'homepage-header': 'url("/transparency.png")', 'gradient-fade': 'linear-gradient(to right, transparent 0%, #FAF79E 10%, #FAF79E 90%, transparent 100%)', },