-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #13 from UKM-Programming-UMDP/herlin-dev
Update Home Page
- Loading branch information
Showing
3 changed files
with
93 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
export const dataUnitKegiatan = { | ||
ukmKesenian: { | ||
title: "UKM KESENIAN", | ||
description: ["Marching Band", "Band", "Tari", "Paduan Suara"], | ||
}, | ||
|
||
ukmKeagamaan: { | ||
title: "UKM KEAGAMAAN", | ||
description: [ | ||
"Lembaga Dakwah Kampus Raudhatul Jannah (LDK RJ)", | ||
"Persekutuan Mahasiswa Kristen (PMK)", | ||
"Persaudaraan Mahasiswa Buddhis (Permadhis)", | ||
], | ||
}, | ||
|
||
himpunanMahasisa: { | ||
title: "HIMPUNAN MAHASISWA", | ||
description: [ | ||
"Sistem Informasi (HIMSI)", | ||
"Informatika (HIMIF)", | ||
"Teknik Elektro (HMTE)", | ||
"Manajemen Informatika (HIMMI)", | ||
"Manajemen (MANCOM)", | ||
"Akuntansi (HIMAKSI)", | ||
], | ||
}, | ||
|
||
ukmLainnya: { | ||
title: "UKM LAINNYA", | ||
description: [ | ||
"Komunitas Sosial Mahasiswa (KOSMA)", | ||
"Mahasiswa Pecinta Alam (MAPALA)", | ||
"Programming Community", | ||
"Entrepreneur Community", | ||
"Galeri Investasi", | ||
], | ||
}, | ||
|
||
ukmOlahraga: { | ||
title: "UKM OLAHRAGA", | ||
description: [ | ||
"Basket", | ||
"Badminton", | ||
"Taekwondo", | ||
"Futsal", | ||
"Volly", | ||
"E-Sport", | ||
], | ||
}, | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters