Skip to content

Commit

Permalink
Pondération
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreOlivierBrillant committed Jan 24, 2025
1 parent 4956ecb commit 8d70301
Show file tree
Hide file tree
Showing 12 changed files with 69 additions and 2 deletions.
1 change: 1 addition & 0 deletions web/docs/01-cours/06-rencontre6.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: 3.2 - Forms, guards, routes 💂
hide_table_of_contents: true
sidebar_class_name: remise-tp1-uml
---

## Reactive Forms, guards et routes enfants 💂
Expand Down
1 change: 1 addition & 0 deletions web/docs/01-cours/09-rencontre9.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: 5.1 - SignalR (Partie 2) 👉👈🥺
hide_table_of_contents: true
sidebar_class_name: remise-tp1-code
---

# SignalR (Partie 2) 👉👈🥺
Expand Down
1 change: 1 addition & 0 deletions web/docs/01-cours/10-rencontre10.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: 5.2 - Évaluation TP1 💯
hide_table_of_contents: true
sidebar_class_name: remise-tp1-signalr
---

# Évaluation individuelle du TP1 (Sauf pour la tâche Hub) 💯
Expand Down
1 change: 1 addition & 0 deletions web/docs/01-cours/12-rencontre12.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: 6.2 - Formatif
hide_table_of_contents: true
sidebar_class_name: remise-tp1-groupe
---

# TP1
Expand Down
1 change: 1 addition & 0 deletions web/docs/01-cours/14-rencontre14.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: 7.2 - Examen Intra
hide_table_of_contents: true
sidebar_class_name: examen
---

# Examen Intra
Expand Down
1 change: 1 addition & 0 deletions web/docs/01-cours/17-rencontre17.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: 9.1 - Tests unitaires 🧪
hide_table_of_contents: true
sidebar_class_name: remise-tp2-groupe-devops
---

# Tests unitaires 🧪
Expand Down
1 change: 1 addition & 0 deletions web/docs/01-cours/20-rencontre20.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: 10.2 - Github & TP2 ⛙
hide_table_of_contents: true
sidebar_class_name: remise-tp2-fonctionnalites
---

# Github & TP2 ⛙
Expand Down
1 change: 1 addition & 0 deletions web/docs/01-cours/24-rencontre24.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: 12.2 - Mocks et tests 🤡
hide_table_of_contents: true
sidebar_class_name: remise-tp3-groupe
---

# Mocks et tests pour contrôleurs 🤡
Expand Down
1 change: 1 addition & 0 deletions web/docs/01-cours/26-rencontre26.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: 13.2 - Déploiement 🌐
hide_table_of_contents: true
sidebar_class_name: remise-tp3-devops
---

# Déploiement 🌐
Expand Down
1 change: 1 addition & 0 deletions web/docs/01-cours/29-rencontre29.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: 15.1 - Examen Final
hide_table_of_contents: true
sidebar_class_name: examen
---

## Examen final
Expand Down
1 change: 1 addition & 0 deletions web/docs/01-cours/30-rencontre30.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: 15.2 - Évaluation Finale TP3 💯
hide_table_of_contents: true
sidebar_class_name: remise-tp3-fonctionnalites
---

# Évaluation finale du TP3 💯
60 changes: 58 additions & 2 deletions web/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
--ifm-color-primary-lighter: #359962;
--ifm-color-primary-lightest: #3cad6e;
--ifm-code-font-size: 95%;
--ifm-menu-link-padding-horizontal:1.5em;
--ifm-menu-link-padding-horizontal: 1.5em;
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.1);
}

/* For readability concerns, you should choose a lighter palette in dark mode. */
[data-theme='dark'] {
[data-theme="dark"] {
--ifm-color-primary: #25c2a0;
--ifm-color-primary-dark: #21af90;
--ifm-color-primary-darker: #1fa588;
Expand Down Expand Up @@ -69,3 +69,59 @@
background: #8787ff;
font-size: 0.75em;
}

.examen {
background-color: #ff6e75;
}

.remise-tp1-uml::after,
.remise-tp1-code::after,
.remise-tp1-signalr::after,
.remise-tp1-groupe::after,
.remise-tp2-groupe-devops::after,
.remise-tp2-fonctionnalites::after,
.remise-tp3-groupe::after,
.remise-tp3-devops::after,
.remise-tp3-fonctionnalites::after {
text-align: center;
width: 100%;
display: block;
background: #8787ff;
font-size: 0.75em;
}

.remise-tp1-uml::after {
content: "Remise TP1 UML (3%)";
}

.remise-tp1-code::after {
content: "Remise TP1 Code (10%)";
}

.remise-tp1-signalr::after {
content: "Remise TP1 SignalR (10%)";
}

.remise-tp1-groupe::after {
content: "Remise TP1 Groupe (5% + 2%)";
}

.remise-tp2-groupe-devops::after {
content: "Remise TP2 Groupe & DevOps (2% + 3%)";
}

.remise-tp2-fonctionnalites::after {
content: "Remise TP2 Fonctionnalités (10% + 5%)";
}

.remise-tp3-groupe::after {
content: "Remise TP3 Groupe (4%)";
}

.remise-tp3-devops::after {
content: "Remise TP3 DevOps (4%)";
}

.remise-tp3-fonctionnalites::after {
content: "Remise TP3 Fonctionnalités (10% + 4% + 2%)";
}

0 comments on commit 8d70301

Please sign in to comment.