feat(C4A): implementasi hero section, staf section, sop section, faq section
This commit is contained in:
@@ -0,0 +1,43 @@
|
||||
[
|
||||
{
|
||||
"id": 1,
|
||||
"name": "Tuning Rahayu, S.Hut.",
|
||||
"role": "Staf Administrasi Informatika",
|
||||
"image": "assets/images/staff-female.png",
|
||||
"location": "Ruang Administrasi Prodi Informatika",
|
||||
"contact_consent": true,
|
||||
"phone": "6282350250892",
|
||||
"schedule": [
|
||||
{
|
||||
"day": "Senin – Jumat",
|
||||
"time": "07.30–16.00 WIB",
|
||||
"break": "istirahat 12.00–13.00 WIB"
|
||||
}
|
||||
],
|
||||
"tasks": [
|
||||
"Administrasi mahasiswa",
|
||||
"Informasi berkas akademik"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"name": "Mahyus Safutra, A.Md.",
|
||||
"role": "Staf Laboratorium Informatika",
|
||||
"image": "assets/images/staff-male.png",
|
||||
"location": "Laboratorium Informatika",
|
||||
"contact_consent": true,
|
||||
"phone": "895338672533",
|
||||
"schedule": [
|
||||
{
|
||||
"day": "Senin – Jumat",
|
||||
"time": "07.30–16.00 WIB",
|
||||
"break": "istirahat 12.00–13.00 WIB"
|
||||
}
|
||||
],
|
||||
"tasks": [
|
||||
"Pengelolaan laboratorium",
|
||||
"Dukungan praktikum",
|
||||
"Peminjaman ruangan dan alat"
|
||||
]
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user