From 83020dcb5ba39a8d7024ccd0978871681199cee0 Mon Sep 17 00:00:00 2001 From: yolou Date: Thu, 19 Mar 2026 14:37:08 +0100 Subject: [PATCH] charte graphique --- parcoursup/app.riot | 84 +-- parcoursup/components/detail-view.riot | 144 ++++- parcoursup/index.html | 16 +- parcoursup/style.css | 714 +++++++++++++++++++------ 4 files changed, 753 insertions(+), 205 deletions(-) diff --git a/parcoursup/app.riot b/parcoursup/app.riot index f12f713..3ba175f 100644 --- a/parcoursup/app.riot +++ b/parcoursup/app.riot @@ -1,44 +1,22 @@ -
-

Open Data Parcoursup

-

Recherche de formations Parcoursup avec Riot

+ -

{ state.selectedFormations.length } formation(s) sélectionnée(s)

+
-

- { state.query } : { state.total } résultat(s) -

- -
-
- - - -
state.limit }> - - -

Page { state.page } / { getTotalPages() }

- - -
-
- - -
- -
0 }> +
0 }>

Comparateur

Choisis ton profil pour comparer les formations sélectionnées.

@@ -75,7 +53,7 @@
- +
@@ -102,11 +80,41 @@

-
+ +

+ { state.query } — { state.total } résultat(s) +

+ + + +
+
+ + + + +
+
@@ -325,4 +333,4 @@ } } - \ No newline at end of file + diff --git a/parcoursup/components/detail-view.riot b/parcoursup/components/detail-view.riot index cffa2bb..82258d4 100644 --- a/parcoursup/components/detail-view.riot +++ b/parcoursup/components/detail-view.riot @@ -148,6 +148,146 @@ - + + +

Profil des admis

+ +
+ + +
+

Répartition par type de bac

+ +
+ + + + + + + + + + + + + + + + + + + + + +
TypePourcentage
Général + { props.formation.pctGeneral || 0 }% +
Techno + { props.formation.pctTechno || 0 }% +
Pro + { props.formation.pctPro || 0 }% +
+
+
+ + +
+

Mentions au bac des admis

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
MentionPourcentage
Sans + { props.formation.pctSansMention || 0 }% +
AB + { props.formation.pctAB || 0 }% +
Bien + { props.formation.pctB || 0 }% +
TB + { props.formation.pctTB || 0 }% +
TB Féli. + { props.formation.pctTBF || 0 }% +
+
+
+ + +
+

Profil sociologique

+ +
+ + + + + + + + + + + + + + + + + + + + + +
CatégoriePourcentage
Femmes + { props.formation.pctFemmes || 0 }% +
Boursiers + { props.formation.pctBoursiers || 0 }% +
Néo-bac + { props.formation.pctNeoBac || 0 }% +
+
+
+ +
+ +
- \ No newline at end of file + + + diff --git a/parcoursup/index.html b/parcoursup/index.html index ffe77b9..a614ea9 100644 --- a/parcoursup/index.html +++ b/parcoursup/index.html @@ -3,23 +3,23 @@ - Parcoursup Riot - + Parcoursup Explorer + - + + - - - - - + + + +