tambahannnya

This commit is contained in:
bipproduction
2025-02-15 21:56:18 +08:00
parent 00355814bc
commit 2115af8126
84 changed files with 2189 additions and 320 deletions

20
src/con/colors.ts Normal file
View File

@@ -0,0 +1,20 @@
const colors = {
"blue-button": "#0A4E78",
"white-1": "#FBFBFC",
"white-trans-1": "rgba(255, 255, 255, 0.5)",
"white-trans-2": "rgba(255, 255, 255, 0.7)",
"white-trans-3": "rgba(255, 255, 255, 0.9)",
"trans": {
"dark": {
"1": "rgba(0, 0, 0, 0.5)",
"2": "rgba(0, 0, 0, 0.7)",
"3": "rgba(0, 0, 0, 0.9)"
}
},
"grey": {
"1": "#F4F5F6"
}
}
export default colors
export type ColorsType = typeof colors

32
src/con/images.ts Normal file
View File

@@ -0,0 +1,32 @@
const images = {
"pudak-icon": "/assets/images/pudak-icon.png",
"module": {
"daves": "/assets/images/module/daves.png",
"mangan": "/assets/images/module/mangan.png",
"bicara-darma": "/assets/images/module/bicara-darma.png",
"bares": "/assets/images/module/bares.png",
"sajjana-dharma-raksaka": "/assets/images/module/sajjana-dharma-raksaka.png",
"pdkt": "/assets/images/module/pdkt.png",
"gelah-melah": "/assets/images/module/gelah-melah.png",
"inovasi-desa-darmasaba": "/assets/images/module/inovasi-desa-darmasaba.png"
},
"bg-slide": "/assets/images/bg-slide.png",
"sosmed": {
"telegram": "/assets/images/sosmed/telegram.png",
"instagram": "/assets/images/sosmed/instagram.png",
"gmail": "/assets/images/sosmed/gmail.png",
"x-twitter": "/assets/images/sosmed/x-twitter.png",
"tiktok": "/assets/images/sosmed/tiktok.png",
"youtube": "/assets/images/sosmed/youtube.png",
"whatsapp": "/assets/images/sosmed/whatsapp.png",
"facebook": "/assets/images/sosmed/facebook.png"
},
"bg-blur": "/assets/images/bg-blur.png",
"darmasaba-icon": "/assets/images/darmasaba-icon.png",
"bg-slide3": "/assets/images/bg-slide3.png",
"bg-slide2": "/assets/images/bg-slide2.png",
"perbekel": "/assets/images/perbekel.png",
"tps": "/assets/images/tps.png",
"bg": "/assets/images/bg.png"
};
export default images;

282
src/con/navbar-list-menu.ts Normal file
View File

@@ -0,0 +1,282 @@
const navbarListMenu = [
{
id: "1",
name: "Desa",
href: "/desa",
children: [
{
id: "1.1",
name: "profile",
href: "/desa/profile"
},
{
id: "1.2",
name: "potensi",
href: "/desa/potensi"
},
{
id: "1.3",
name: "berita",
href: "/desa/berita"
},
{
id: "1.4",
name: "pengumuman",
href: "/desa/pengumuman"
},
{
id: "1.5",
name: "galery",
href: "/desa/galery"
},
{
id: "1.6",
name: "layanan",
href: "/desa/layanan"
},
]
},
{
id: "2",
name: "Kesehatan",
href: "/kesehatan",
children: [
{
id: "2.1",
name: "Posyandu",
href: "/kesehatan/posyandu"
},
{
id: "2.2",
name: "Data Kesehatan Warga",
href: "/kesehatan/data-kesehatan-warga"
},
{
id: "2.3",
name: "Puskesmas",
href: "/kesehatan/puskesmas"
},
{
id: "2.4",
name: "Program Kesehatan",
href: "/kesehatan/program-kesehatan"
},
{
id: "2.5",
name: "Penanganan Darurat",
href: "/kesehatan/penanganan-darurat"
},
{
id: "2.6",
name: "Kontak Darurat",
href: "/kesehatan/kontak-darurat"
},
{
id: "2.7",
name: "Info Wabah/Penyakit",
href: "/kesehatan/info-wabah-penyakit"
}
]
},
{
id: "3",
name: "Keamanan",
href: "/keamanan",
children: [
{
id: "3.1",
name: "Keamanan Lingkungan (Pecalang/Patwal)",
href: "/keamanan/keamanan-lingkungan"
},
{
id: "3.2",
name: "Polsek Terdekat",
href: "/keamanan/polsek-terdekat"
},
{
id: "3.3",
name: "Kontak Darurat",
href: "/keamanan/kontak-darurat"
},
{
id: "3.4",
name: "Pencegahan Kriminalitas",
href: "/keamanan/pencegahan-kriminalitas"
},
{
id: "3.5",
name: "Laporan Publik",
href: "/keamanan/laporan-publik"
},
{
id: "3.6",
name: "Tips Keamanan",
href: "/keamanan/tips-keamanan"
}
]
},
{
id: "4",
name: "Ekonomi",
href: "/ekonomi",
children: [
{
id: "4.1",
name: "Pasar Desa",
href: "/ekonomi/pasar-desa"
},
{
id: "4.2",
name: "Koperasi",
href: "/ekonomi/koperasi"
},
{
id: "4.3",
name: "UMKM",
href: "/ekonomi/umkm"
},
{
id: "4.4",
name: "Data Ekonomi Desa",
href: "/ekonomi/data-ekonomi-desa"
},
{
id: "4.5",
name: "Pelatihan Wirausaha",
href: "/ekonomi/pelatihan-wirausaha"
},
{
id: "4.6",
name: "Bantuan & Pendanaan",
href: "/ekonomi/bantuan-pendanaan"
},
{
id: "4.7",
name: "Investasi Desa",
href: "/ekonomi/investasi-desa"
},
{
id: "4.8",
name: "Produk Unggulan",
href: "/ekonomi/produk-unggulan"
},
{
id: "4.9",
name: "Lowongan Kerja Lokal",
href: "/ekonomi/lowongan-kerja-lokal"
}
]
}, {
id: "5",
name: "Inovasi",
href: "/inovasi",
children: [
{
id: "5.1",
name: "Desa Digital/Smart Village",
href: "/inovasi/desa-digital-smart-village"
},
{
id: "5.2",
name: "Layanan Online Desa",
href: "/inovasi/layanan-online-desa"
},
{
id: "5.3",
name: "Program Kreatif Desa",
href: "/inovasi/program-kreatif-desa"
},
{
id: "5.4",
name: "Kolaborasi Inovasi",
href: "/inovasi/kolaborasi-inovasi"
},
{
id: "5.5",
name: "Info Teknologi Tepat Guna",
href: "/inovasi/info-teknologi-tepat-guna"
},
{
id: "5.6",
name: "Ajukan Ide Inovatif",
href: "/inovasi/ajukan-ide-inovatif"
}
]
}, {
id: "6",
name: "Lingkungan",
href: "/lingkungan",
children: [
{
id: "6.1",
name: "Pengelolaan Sampah (Bank Sampah)",
href: "/lingkungan/pengelolaan-sampah-bank-sampah"
},
{
id: "6.2",
name: "Program Penghijauan",
href: "/lingkungan/program-penghijauan"
},
{
id: "6.3",
name: "Data Lingkungan Desa",
href: "/lingkungan/data-lingkungan-desa"
},
{
id: "6.4",
name: "Gotong Royong",
href: "/lingkungan/gotong-royong"
},
{
id: "6.5",
name: "Edukasi Lingkungan",
href: "/lingkungan/edukasi-lingkungan"
},
{
id: "6.6",
name: "Konservasi Adat Bali",
href: "/lingkungan/konservasi-adat-bali"
}
]
}, {
id: "7",
name: "Pendidikan",
href: "/pendidikan",
children: [
{
id: "7.1",
name: "Info Sekolah & PAUD",
href: "/pendidikan/info-sekolah-paud"
},
{
id: "7.2",
name: "Beasiswa Desa",
href: "/pendidikan/beasiswa-desa"
},
{
id: "7.3",
name: "Program Pendidikan Anak",
href: "/pendidikan/program-pendidikan-anak"
},
{
id: "7.4",
name: "Bimbingan Belajar Desa",
href: "/pendidikan/bimbingan-belajar-desa"
},
{
id: "7.5",
name: "Pendidikan Non Formal",
href: "/pendidikan/pendidikan-non-formal"
},
{
id: "7.6",
name: "Perpustakaan Desa",
href: "/pendidikan/perpustakaan-desa"
}
]
}
]
export default navbarListMenu

26
src/con/sosmed.ts Normal file
View File

@@ -0,0 +1,26 @@
const sosmed = [
{
id: "1",
name: "Facebook",
href: "https://facebook.com",
},
{
id: "2",
name: "Instagram",
href: "https://instagram.com",
},
{
id: "3",
name: "Twitter",
href: "https://twitter.com",
},
{
id: "4",
name: "Youtube",
href: "https://youtube.com",
}
]
export default sosmed