diff --git a/assets/global/localization.js b/assets/global/localization.js index bccabfa..456448a 100644 --- a/assets/global/localization.js +++ b/assets/global/localization.js @@ -578,6 +578,7 @@ const translations = { grp_m4n1fest_hero_btn_stats: "Lihat Statistik Alumni", grp_m4n1fest_hero_btn_join: "Gabung Grup IKA", grp_m4n1fest_hero_stat_alumni: "TOTAL ALUMNI", + grp_m4n1fest_hero_stat_alumni_desc: "data diperoleh dari alumni terdata di tracer study", grp_m4n1fest_hero_stat_batch: "ANGKATAN", grp_m4n1fest_hero_stat_company: "PERUSAHAAN", grp_m4n1fest_eyebrow_achievers: "High Achievers", @@ -1285,6 +1286,7 @@ const translations = { grp_m4n1fest_hero_btn_stats: "View Alumni Statistics", grp_m4n1fest_hero_btn_join: "Join Alumni Group", grp_m4n1fest_hero_stat_alumni: "TOTAL ALUMNI", + grp_m4n1fest_hero_stat_alumni_desc: "data obtained from alumni recorded in tracer study", grp_m4n1fest_hero_stat_batch: "CLASSES", grp_m4n1fest_hero_stat_company: "COMPANIES", grp_m4n1fest_eyebrow_achievers: "High Achievers", diff --git a/groups/M4N1FEST/index.html b/groups/M4N1FEST/index.html index ab46d75..2bdd916 100644 --- a/groups/M4N1FEST/index.html +++ b/groups/M4N1FEST/index.html @@ -1,4 +1,4 @@ - + @@ -1188,15 +1188,16 @@
-
850+
+
212+
TOTAL ALUMNI
+
data diperoleh dari alumni terdata di tracer study
-
18+
+
22
ANGKATAN
-
150+
+
202+
PERUSAHAAN
@@ -1568,12 +1569,24 @@

-
- +
+ +
+
+
+ Grafik Jumlah Lulusan +
+
+
+ +
+
+ +
- + @@ -1605,18 +1618,6 @@ Sumber : BAK UNTAN - - -
-
-
- Grafik Jumlah Lulusan -
-
-
- -
-
diff --git a/groups/M4N1FEST/style.css b/groups/M4N1FEST/style.css index 127a74b..8fc82f7 100644 --- a/groups/M4N1FEST/style.css +++ b/groups/M4N1FEST/style.css @@ -666,11 +666,15 @@ ul.achiever-achievements li::before { gap: 52px; align-items: start; } +.stat-cols { + grid-template-columns: 1.3fr 0.7fr; +} .two-col > * { min-width: 0; } @media (max-width: 760px) { - .two-col { + .two-col, + .stat-cols { grid-template-columns: 1fr; gap: 32px; }
Periode Jumlah