diff --git a/app/e-majalah-polri/daftar-majalah/layout.tsx b/app/e-majalah-polri/daftar-majalah/layout.tsx new file mode 100644 index 0000000..5e42303 --- /dev/null +++ b/app/e-majalah-polri/daftar-majalah/layout.tsx @@ -0,0 +1,13 @@ +import { HumasLayout } from "@/components/layout/HumasLayout"; + +export default function EMajalahLayout({ + children, +}: { + children: React.ReactNode; +}) { + return ( + + {children} + + ); +} diff --git a/app/e-majalah-polri/daftar-majalah/page.tsx b/app/e-majalah-polri/daftar-majalah/page.tsx new file mode 100644 index 0000000..1222c41 --- /dev/null +++ b/app/e-majalah-polri/daftar-majalah/page.tsx @@ -0,0 +1,8 @@ +import ListEnewsPolri from '@/components/table/tabel-emajalah-polri' +import React from 'react' + +export default function ListEnewsPage() { + return ( + + ) +} diff --git a/app/e-majalah-polri/page.tsx b/app/e-majalah-polri/page.tsx new file mode 100644 index 0000000..e69de29 diff --git a/app/portal-ppid/admin/page.tsx b/app/portal-ppid/admin/page.tsx new file mode 100644 index 0000000..d4981e6 --- /dev/null +++ b/app/portal-ppid/admin/page.tsx @@ -0,0 +1,7 @@ +import React from 'react' + +export default function PPIDAdminPage() { + return ( +
PPIDAdminPage
+ ) +} diff --git a/app/portal-ppid/e-ppid-satker/layout.tsx b/app/portal-ppid/e-ppid-satker/layout.tsx new file mode 100644 index 0000000..60d49f1 --- /dev/null +++ b/app/portal-ppid/e-ppid-satker/layout.tsx @@ -0,0 +1,19 @@ +'use client' +import { PPIDLayout } from '@/components/layout/PPIDLayout'; +import { usePathname } from 'next/navigation'; +import React, { Children } from 'react' + +export default function EPPIDSatkerLayout({ + children, +}: { + children: React.ReactNode +}) { + const pathname = usePathname(); + console.log(pathname) + + return ( + + {children} + + ) +} diff --git a/app/portal-ppid/e-ppid-satker/page.tsx b/app/portal-ppid/e-ppid-satker/page.tsx new file mode 100644 index 0000000..c551720 --- /dev/null +++ b/app/portal-ppid/e-ppid-satker/page.tsx @@ -0,0 +1,7 @@ +import PPIDSatker from '@/components/Portal PPID/PPIDSatker' + +export default function PPIDSakterPage() { + return ( + + ) +} diff --git a/app/portal-ppid/layout.tsx b/app/portal-ppid/informasi-publik/layout.tsx similarity index 89% rename from app/portal-ppid/layout.tsx rename to app/portal-ppid/informasi-publik/layout.tsx index df14497..dcd019e 100644 --- a/app/portal-ppid/layout.tsx +++ b/app/portal-ppid/informasi-publik/layout.tsx @@ -3,7 +3,7 @@ import { PPIDLayout } from '@/components/layout/PPIDLayout'; import { usePathname } from 'next/navigation'; import React, { Children } from 'react' -export default function PortalPPIDLayout({ +export default function InfoPublicLayout({ children, }: { children: React.ReactNode diff --git a/app/portal-ppid/layanan-informasi/layout.tsx b/app/portal-ppid/layanan-informasi/layout.tsx new file mode 100644 index 0000000..b4b25dd --- /dev/null +++ b/app/portal-ppid/layanan-informasi/layout.tsx @@ -0,0 +1,19 @@ +'use client' +import { PPIDLayout } from '@/components/layout/PPIDLayout'; +import { usePathname } from 'next/navigation'; +import React, { Children } from 'react' + +export default function LayananInformasiLayout({ + children, +}: { + children: React.ReactNode +}) { + const pathname = usePathname(); + console.log(pathname) + + return ( + + {children} + + ) +} diff --git a/app/portal-ppid/page.tsx b/app/portal-ppid/page.tsx index 28bb01d..c0661f6 100644 --- a/app/portal-ppid/page.tsx +++ b/app/portal-ppid/page.tsx @@ -1,6 +1,8 @@ 'use client' +import FooterPPID from '@/components/Portal PPID/FooterPPID'; import PPIDbody from '@/components/Portal PPID/PpidMain'; import PPIDBanner from '@/components/Portal PPID/ppid-banner'; +import NavbarPPID from '@/components/navbar/NavbarPPID'; import { usePathname } from 'next/navigation'; import React from 'react'; @@ -14,8 +16,10 @@ export default function PortalPPID({ return ( <> + + ) } diff --git a/app/portal-ppid/profile/layout.tsx b/app/portal-ppid/profile/layout.tsx new file mode 100644 index 0000000..c67a7ae --- /dev/null +++ b/app/portal-ppid/profile/layout.tsx @@ -0,0 +1,19 @@ +'use client' +import { PPIDLayout } from '@/components/layout/PPIDLayout'; +import { usePathname } from 'next/navigation'; +import React, { Children } from 'react' + +export default function PPIDProfileLayout({ + children, +}: { + children: React.ReactNode +}) { + const pathname = usePathname(); + console.log(pathname) + + return ( + + {children} + + ) +} diff --git a/app/portal-ppid/regulasi/layout.tsx b/app/portal-ppid/regulasi/layout.tsx new file mode 100644 index 0000000..17eef02 --- /dev/null +++ b/app/portal-ppid/regulasi/layout.tsx @@ -0,0 +1,19 @@ +'use client' +import { PPIDLayout } from '@/components/layout/PPIDLayout'; +import { usePathname } from 'next/navigation'; +import React, { Children } from 'react' + +export default function RegulasiLayout({ + children, +}: { + children: React.ReactNode +}) { + const pathname = usePathname(); + console.log(pathname) + + return ( + + {children} + + ) +} diff --git a/app/portal-ppid/regulasi/page.tsx b/app/portal-ppid/regulasi/page.tsx index e784e36..b634852 100644 --- a/app/portal-ppid/regulasi/page.tsx +++ b/app/portal-ppid/regulasi/page.tsx @@ -4,10 +4,10 @@ import RegulationTable from '@/components/table/tabel-regulasi' export default function RegulasiPage() { return (
-
+
-
+
diff --git a/app/portal-ppid/satuan-kerja/[satker-name]/layout.tsx b/app/portal-ppid/satuan-kerja/[satker-name]/layout.tsx new file mode 100644 index 0000000..a4dff35 --- /dev/null +++ b/app/portal-ppid/satuan-kerja/[satker-name]/layout.tsx @@ -0,0 +1,19 @@ +'use client' +import { SatkerLayout } from '@/components/layout/SatKerLayout'; +import { usePathname } from 'next/navigation'; +import React from 'react'; + +export default function DinamicSatkerLayout({ + children, +}: { + children: React.ReactNode +}) { + const pathname = usePathname(); + console.log(pathname) + + return ( + + {children} + + ) +} diff --git a/app/portal-ppid/satuan-kerja/[satker-name]/page.tsx b/app/portal-ppid/satuan-kerja/[satker-name]/page.tsx new file mode 100644 index 0000000..0e5f027 --- /dev/null +++ b/app/portal-ppid/satuan-kerja/[satker-name]/page.tsx @@ -0,0 +1,13 @@ +'use client' +import { usePathname } from 'next/navigation'; +import React from 'react' + +export default function SatkerPage() { + const pathname = usePathname(); + console.log(pathname) + return ( +
+ {pathname} +
+ ) +} diff --git a/app/portal-ppid/satuan-kerja/[satker-name]/profile/profile-singkat-ppid/page.tsx b/app/portal-ppid/satuan-kerja/[satker-name]/profile/profile-singkat-ppid/page.tsx new file mode 100644 index 0000000..d465284 --- /dev/null +++ b/app/portal-ppid/satuan-kerja/[satker-name]/profile/profile-singkat-ppid/page.tsx @@ -0,0 +1,8 @@ +import About from '@/components/detail/About' +import React from 'react' + +export default function PPIDProfile() { + return ( + + ) +} diff --git a/app/portal-ppid/satuan-kerja/[satker-name]/profile/sejarah-ppid-polri/page.tsx b/app/portal-ppid/satuan-kerja/[satker-name]/profile/sejarah-ppid-polri/page.tsx new file mode 100644 index 0000000..a84afcd --- /dev/null +++ b/app/portal-ppid/satuan-kerja/[satker-name]/profile/sejarah-ppid-polri/page.tsx @@ -0,0 +1,8 @@ +import HistoryPPID from '@/components/page/HistoryPPID' +import React from 'react' + +export default function PPIDProfilePage() { + return ( + + ) +} diff --git a/app/portal-ppid/satuan-kerja/[satker-name]/profile/struktur-ppid/page.tsx b/app/portal-ppid/satuan-kerja/[satker-name]/profile/struktur-ppid/page.tsx new file mode 100644 index 0000000..b8748fb --- /dev/null +++ b/app/portal-ppid/satuan-kerja/[satker-name]/profile/struktur-ppid/page.tsx @@ -0,0 +1,7 @@ +import StrukturOrganisasi from "@/components/detail/StrukturOrganisasi"; + +export default function StructurePPID() { + return ( + + ) +} \ No newline at end of file diff --git a/app/portal-ppid/satuan-kerja/[satker-name]/profile/tugas-dan-fungsi-ppid/page.tsx b/app/portal-ppid/satuan-kerja/[satker-name]/profile/tugas-dan-fungsi-ppid/page.tsx new file mode 100644 index 0000000..c8c16f0 --- /dev/null +++ b/app/portal-ppid/satuan-kerja/[satker-name]/profile/tugas-dan-fungsi-ppid/page.tsx @@ -0,0 +1,9 @@ +import Task from "@/components/detail/TaskDetail"; + + + +export default function PPIDTask() { + return ( + + ) +} diff --git a/app/portal-ppid/satuan-kerja/[satker-name]/profile/visi-dan-misi-ppid/page.tsx b/app/portal-ppid/satuan-kerja/[satker-name]/profile/visi-dan-misi-ppid/page.tsx new file mode 100644 index 0000000..978e1a3 --- /dev/null +++ b/app/portal-ppid/satuan-kerja/[satker-name]/profile/visi-dan-misi-ppid/page.tsx @@ -0,0 +1,8 @@ +import VisiMisi from '@/components/detail/VisiMisi' +import React from 'react' + +export default function VMPPID() { + return ( + + ) +} diff --git a/app/portal-ppid/standar-layanan/layout.tsx b/app/portal-ppid/standar-layanan/layout.tsx new file mode 100644 index 0000000..9da02e2 --- /dev/null +++ b/app/portal-ppid/standar-layanan/layout.tsx @@ -0,0 +1,19 @@ +'use client' +import { PPIDLayout } from '@/components/layout/PPIDLayout'; +import { usePathname } from 'next/navigation'; +import React, { Children } from 'react' + +export default function StandarLayananLayout({ + children, +}: { + children: React.ReactNode +}) { + const pathname = usePathname(); + console.log(pathname) + + return ( + + {children} + + ) +} diff --git a/components/Landing Page/ENewsPolri.tsx b/components/Landing Page/ENewsPolri.tsx index a93575c..1ed6037 100644 --- a/components/Landing Page/ENewsPolri.tsx +++ b/components/Landing Page/ENewsPolri.tsx @@ -1,8 +1,9 @@ 'use client' -import { Button, Card, CardBody, CardFooter, } from '@nextui-org/react' +import { Card, CardFooter } from '@nextui-org/react'; import Image from 'next/image'; -import React, { useEffect, useState } from 'react' +import { useState } from 'react'; import { ChevronLeftWhite, ChevronRightIcon } from '../icons'; +import Link from 'next/link'; export default function ENewsPolri() { const [limitedData, setLimitedData] = useState([]); @@ -44,7 +45,7 @@ export default function ENewsPolri() { // }, [eNews]); return ( -
+

E-Majalah Polri

@@ -71,6 +72,7 @@ export default function ENewsPolri() {
+ Lihat Semua
) } diff --git a/components/Portal PPID/LatestNews.tsx b/components/Portal PPID/LatestNews.tsx index 487456e..68ce3e0 100644 --- a/components/Portal PPID/LatestNews.tsx +++ b/components/Portal PPID/LatestNews.tsx @@ -38,7 +38,7 @@ export default function LatestNews() {
Kakorpolairud Kunjungi Polda Jateng, Tekankan Pelayanan Terbaik Bagi Masyarakat
-
+ {/*
@@ -67,8 +67,8 @@ export default function LatestNews() {
Kakorpolairud Kunjungi Polda Jateng, Tekankan Pelayanan Terbaik Bagi Masyarakat
-
-
+
*/} +
+ ) +} diff --git a/components/Portal PPID/PPIDSatker.tsx b/components/Portal PPID/PPIDSatker.tsx new file mode 100644 index 0000000..2d93bb8 --- /dev/null +++ b/components/Portal PPID/PPIDSatker.tsx @@ -0,0 +1,246 @@ +'use client' +import { BreadcrumbItem, Breadcrumbs, Button, Input, Select, SelectItem, SelectSection, Table, TableBody, TableCell, TableColumn, TableHeader, TableRow } from "@nextui-org/react"; +import PPIDSidebar from '../Portal PPID/PPIDSidebar'; +import { EyeFilledIcon, SearchIcon } from '../icons'; +import Link from "next/link"; + + +export default function PPIDSatker() { + const searchInput = ( + + } + endContent={ + + } + type="search" + /> + ) + + const filters = [ + { label: "Title", value: "title" }, + { label: "Date", value: "date" }, + { label: "Created At", value: "createdAt" }, + ]; + return ( +
+
+
+
Satuan Kerja
+
+ + Beranda + Satuan Kerja + +
+
+
Satuan Kerja
+
+
+ + logo + +
+
+ + logo + +
+
+ + logo + +
+
+ + logo + +
+
+ + logo + +
+
+ + logo + +
+
+ + logo + +
+
+ + logo + +
+
+ + logo + +
+
+ + logo + +
+
+ + logo + +
+
+ + logo + +
+
+ + logo + +
+
+ + logo + +
+
+ + logo + +
+
+ + logo + +
+
+ + logo + +
+
+ + logo + +
+
+ + logo + +
+
+ + logo + +
+
+ + logo + +
+
+ + logo + +
+
+ + logo + +
+
+ + logo + +
+
+ + logo + +
+
+ + logo + +
+
+ + logo + +
+
+ + logo + +
+
+ + logo + +
+
+ + logo + +
+
+ + logo + +
+
+ + logo + +
+
+ + logo + +
+
+ + logo + +
+
+ + logo + +
+
+ + logo + +
+
+ + logo + +
+
+
+
+
+ +
+
+
+ +
+
+ ) +} diff --git a/components/Portal PPID/PPIDSidebar.tsx b/components/Portal PPID/PPIDSidebar.tsx index 9a0b5e7..2030a94 100644 --- a/components/Portal PPID/PPIDSidebar.tsx +++ b/components/Portal PPID/PPIDSidebar.tsx @@ -3,13 +3,23 @@ import { Button, Input, ScrollShadow } from '@nextui-org/react' import React from 'react' import { EyeIcon } from '../icons' import GPRKominfo from '../SocialMedia/GprKominfo' +import Link from 'next/link' export default function PPIDSidebar() { return (
-
satker
-
permohonan
-
+
+ + satker + +
+
satker
+
+ + permohonan + +
+
Permohonan Informasi
@@ -18,13 +28,21 @@ export default function PPIDSidebar() {
Lupa Password?
-
-
+
+ + + +
+
+ + + +
-
+ {/*
-
-
+
*/} + {/*
Media Update
@@ -52,7 +70,7 @@ export default function PPIDSidebar() {
-
+
*/}
Publikasi
@@ -60,18 +78,18 @@ export default function PPIDSidebar() { publikasi publikasi publikasi - publikasi + {/* publikasi */} publikasi - publikasi + publikasi
Channel Humas Polri -
+
humas-polri humas-polri - humas-polri + {/* humas-polri */} humas-polri
diff --git a/components/Portal PPID/PpidMain.tsx b/components/Portal PPID/PpidMain.tsx index 6e09b49..4133c5a 100644 --- a/components/Portal PPID/PpidMain.tsx +++ b/components/Portal PPID/PpidMain.tsx @@ -2,15 +2,19 @@ import React from 'react' import PublicInformation from './PublicInformation' import PPIDSidebar from './PPIDSidebar' import LatestNews from './LatestNews' +import MediaUpdate from './MediaUpdate' +import Statistics from './Statistics' export default function PPIDbody() { return (
-
+
+ +
-
+
diff --git a/components/Portal PPID/Statistics.tsx b/components/Portal PPID/Statistics.tsx new file mode 100644 index 0000000..e8c92f4 --- /dev/null +++ b/components/Portal PPID/Statistics.tsx @@ -0,0 +1,32 @@ +'use client' +import React from 'react' + +export default function Statistics() { + return ( +
+

Statistik Pengunjung

+
+
+
laporan
+
5,000+
+
Pengaduan
+
+
+
laporan
+
97,439+
+
Permintaan Informasi
+
+
+
laporan
+
39+
+
Keberatan
+
+
+
laporan
+
16+
+
Lapor!
+
+
+
+ ) +} diff --git a/components/detail/About.tsx b/components/detail/About.tsx index c8e649d..3560314 100644 --- a/components/detail/About.tsx +++ b/components/detail/About.tsx @@ -5,8 +5,8 @@ export default function About() {
-
LAYANAN INFORMASI PUBLIK
-
+
Profile Singkat PPID
+
Berdasarkan Undang-Undang No.14 Tahun 2008 tentang Keterbukaan Informasi Publik dan Peraturan Komisi Informasi (PERKI) No. I Tahun 2021, Bab I Ketentuan Umum, Pasal 1 ayat 9, menyatakan bahwa Pejabat Pengelola Informasi dan Dokumentasi yang selanjutnya disebut PPID adalah pejabat yang bertanggung jawab di bidang penyimpanan, pendokumentasian, penyediaan, dan/atau pelayanan Informasi di Badan Publik. diff --git a/components/detail/Contact.tsx b/components/detail/Contact.tsx index 4cb1d75..c6035cb 100644 --- a/components/detail/Contact.tsx +++ b/components/detail/Contact.tsx @@ -95,7 +95,7 @@ const Contact: React.FC = () => {
Hari Senin - Jumat | 08:00 - 15:00 WIB
-
+
maps
diff --git a/components/detail/StrukturOrganisasi.tsx b/components/detail/StrukturOrganisasi.tsx index 7588d82..e16fe83 100644 --- a/components/detail/StrukturOrganisasi.tsx +++ b/components/detail/StrukturOrganisasi.tsx @@ -7,7 +7,7 @@ export default function StrukturOrganisasi() {
Struktur Organisasi
-
+
diff --git a/components/detail/TaskDetail.tsx b/components/detail/TaskDetail.tsx index 3478529..98dcc72 100644 --- a/components/detail/TaskDetail.tsx +++ b/components/detail/TaskDetail.tsx @@ -8,7 +8,7 @@ export default function Task() {
Tugas & Fungsi
-
+
diff --git a/components/detail/VisiMisi.tsx b/components/detail/VisiMisi.tsx index 91e2b59..24dd523 100644 --- a/components/detail/VisiMisi.tsx +++ b/components/detail/VisiMisi.tsx @@ -8,7 +8,7 @@ export default function VisiMisi() {
Visi & Misi
-
+
diff --git a/components/layout/SatKerLayout.tsx b/components/layout/SatKerLayout.tsx new file mode 100644 index 0000000..1ff0065 --- /dev/null +++ b/components/layout/SatKerLayout.tsx @@ -0,0 +1,22 @@ +"use client"; +import React from "react"; +import FooterPPID from "../Portal PPID/FooterPPID"; +import NavbarPPID from "../navbar/NavbarPPID"; +import NavbarSatker from "../navbar/NavbarSatker"; +import FooterSatker from "../navbar/FooterSatker"; + +interface Props { + children: React.ReactNode; + pageTitle?: string; +} + +export const SatkerLayout = ({ children, pageTitle }: Props) => { + + return ( +
+ + {children} + +
+ ); +}; diff --git a/components/navbar/FooterSatker.tsx b/components/navbar/FooterSatker.tsx new file mode 100644 index 0000000..90150ba --- /dev/null +++ b/components/navbar/FooterSatker.tsx @@ -0,0 +1,86 @@ +import React from 'react' +import { FbIcon, Hotline, IgIcon, Location, Mail, TtIcon, TwIcon, WorldIcon, YtIcon } from '../icons' + +export default function FooterSatker() { + return ( + <> +
+
+ logo +
+
+
Kontak Kami
+
+
+
Jl Trunojoyo No.3, RT.2/RW.1, Selong, Kec. Kebayoran Baru, Kota Jakarta Selatan, Daerah Khusus Ibukota Jakarta 12110, Indonesia
+
+
+
+
Hotline Divisi HumasPolri (021) 72120599
+
+
+
+
Call Center 110
+
+
+
+
ppid@polri.go.id
+
+
+
+
+
Tautan
+
+
+
+
Polri.go.id
+
+
+
+
TBNews
+
+
+
+
Humas Polri
+
+
+
+
MediaHub
+
+
+
+
Satu Data
+
+
+
+
PUSIKNAS
+
+
+
+
SPIT
+
+
+
+
POLRI TV
+
+
+
+
+
+
+
Social Media Humas
+
+
+
+
+
+
+
+
+
+
+
© Copyright Humas

  POLRI ®

  All Rights Reserved
+ + + ) +} diff --git a/components/navbar/NavbarHumas.tsx b/components/navbar/NavbarHumas.tsx index e513f9e..6b68a2c 100644 --- a/components/navbar/NavbarHumas.tsx +++ b/components/navbar/NavbarHumas.tsx @@ -27,7 +27,10 @@ export default function NavbarHumas() { /> ); return ( - +
@@ -37,7 +40,7 @@ export default function NavbarHumas() {
Beranda
- + + + + + } + > + + Informasi Serta Merta + + + } + > + + Informasi Berkala + + + }> + + Informasi Setiap Saat + + + }> + + Informasi Dikecualikan + + + }> + + Penerangan Satuan + + + }> + + UU & Peraturan + + + + + + + + + + + + } + > + + Sejarah PPID Polri + + + } + > + + Profile Singkat PPID + + + }> + + Tugas dan Fungsi PPID + + + }> + + Struktur PPID + + + }> + + Visi & Misi PPID + + + + + + + + + + + + } + > + + Registrasi Permohonan + + + } + > + + Permohonan Informasi + + + }> + + Permohonan Keberatan + + + }> + + Statistik / Rekapitulasi + + + }> + + Laporan Informasi Publik Tahunan + + + + + + + + + + + + } + > + + Alur Pelayanan Informasi Publik Polri + + + } + > + + Tata Cara Permohonan Informasi + + + }> + + Mekanisme Keberatan + + + }> + + Mekanisme Permohonan Penyelesainan Sengketa + + + }> + + Waktu Pelayanan + + + }> + + Standar Biaya Pelayanan + + + }> + + Maklumat Pelayanan + + + + + + + Regulasi + + + + + Kontak + + +
+
+
+ + + + +
+ {/*
@@ -315,7 +622,7 @@ export default function NavbarPPID() {
-
+
*/} ) } diff --git a/components/navbar/NavbarSatker.tsx b/components/navbar/NavbarSatker.tsx new file mode 100644 index 0000000..8a69273 --- /dev/null +++ b/components/navbar/NavbarSatker.tsx @@ -0,0 +1,632 @@ +import { Link } from '@nextui-org/link' +import { Navbar, NavbarContent, NavbarItem, NavbarMenuToggle } from '@nextui-org/navbar' +import { Button, Dropdown, DropdownItem, DropdownMenu, DropdownTrigger } from '@nextui-org/react' +import { ChevronDownIcon, ChevronRightIcon, FbIcon, IdnIcon, IgIcon, TtIcon, TwIcon, YtIcon } from '../icons' +import { ThemeSwitch } from '../theme-switch' +import { usePathname } from 'next/navigation' + +export default function NavbarSatker() { + const pathname = usePathname(); + console.log(pathname) + + return ( + +
+
+ + logo + +
+
+
+
+
+
+
+
+
+
+
+
+
+ + + Beranda + + + + + + + + + + } + > + + Informasi Serta Merta + + + } + > + + Informasi Berkala + + + }> + + Informasi Setiap Saat + + + }> + + Informasi Dikecualikan + + + }> + + Penerangan Satuan + + + }> + + UU & Peraturan + + + + + + + + + + + + } + > + + Sejarah PPID Polri + + + } + > + + Profile Singkat PPID + + + }> + + Tugas dan Fungsi PPID + + + }> + + Struktur PPID + + + }> + + Visi & Misi PPID + + + + + + + + + + + + } + > + + Registrasi Permohonan + + + } + > + + Permohonan Informasi + + + }> + + Permohonan Keberatan + + + }> + + Statistik / Rekapitulasi + + + }> + + Laporan Informasi Publik Tahunan + + + + + + + + + + + + } + > + + Alur Pelayanan Informasi Publik Polri + + + } + > + + Tata Cara Permohonan Informasi + + + }> + + Mekanisme Keberatan + + + }> + + Mekanisme Permohonan Penyelesainan Sengketa + + + }> + + Waktu Pelayanan + + + }> + + Standar Biaya Pelayanan + + + }> + + Maklumat Pelayanan + + + + + + + Regulasi + + + + + Kontak + + +
+
+
+ + + + +
+ {/*
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ + logo + +
+
+ + + Beranda + + + + + + + + + + } + > + + Informasi Serta Merta + + + } + > + + Informasi Berkala + + + }> + + Informasi Setiap Saat + + + }> + + Informasi Dikecualikan + + + }> + + Penerangan Satuan + + + }> + + UU & Peraturan + + + + + + + + + + + + } + > + + Sejarah PPID Polri + + + } + > + + Profile Singkat PPID + + + }> + + Tugas dan Fungsi PPID + + + }> + + Struktur PPID + + + }> + + Visi & Misi PPID + + + + + + + + + + + + } + > + + Registrasi Permohonan + + + } + > + + Permohonan Informasi + + + }> + + Permohonan Keberatan + + + }> + + Statistik / Rekapitulasi + + + }> + + Laporan Informasi Publik Tahunan + + + + + + + + + + + + } + > + + Alur Pelayanan Informasi Publik Polri + + + } + > + + Tata Cara Permohonan Informasi + + + }> + + Mekanisme Keberatan + + + }> + + Mekanisme Permohonan Penyelesainan Sengketa + + + }> + + Waktu Pelayanan + + + }> + + Standar Biaya Pelayanan + + + }> + + Maklumat Pelayanan + + + + + + + Regulasi + + + + + Kontak + + +
+
+ + + + +
+
*/} +
+ ) +} diff --git a/components/table/informasi-berkala.tsx b/components/table/informasi-berkala.tsx index 0d76f93..81daf2b 100644 --- a/components/table/informasi-berkala.tsx +++ b/components/table/informasi-berkala.tsx @@ -32,7 +32,7 @@ export default function InformasiBerkala() { ]; return (
-
+
Informasi Berkala
@@ -254,7 +254,7 @@ export default function InformasiBerkala() {
-
+
diff --git a/components/table/informasi-dikecualikan.tsx b/components/table/informasi-dikecualikan.tsx index 86f8b3f..e8c7a48 100644 --- a/components/table/informasi-dikecualikan.tsx +++ b/components/table/informasi-dikecualikan.tsx @@ -32,7 +32,7 @@ export default function InformasiDikecualikan() { ]; return (
-
+
Informasi Dikecualikan
@@ -230,7 +230,7 @@ export default function InformasiDikecualikan() {
-
+
diff --git a/components/table/informasi-sertamerta.tsx b/components/table/informasi-sertamerta.tsx index 94ea2f8..1c86155 100644 --- a/components/table/informasi-sertamerta.tsx +++ b/components/table/informasi-sertamerta.tsx @@ -33,7 +33,7 @@ export default function InformasiSertaMerta() { ]; return (
-
+
Informasi Serta Merta
@@ -153,7 +153,7 @@ export default function InformasiSertaMerta() {
-
+
diff --git a/components/table/informasi-setiap-saat.tsx b/components/table/informasi-setiap-saat.tsx index 9e02422..bfbf419 100644 --- a/components/table/informasi-setiap-saat.tsx +++ b/components/table/informasi-setiap-saat.tsx @@ -32,7 +32,7 @@ export default function InformasiSetiapSaat() { ]; return (
-
+
Informasi Setiap Saat
@@ -230,7 +230,7 @@ export default function InformasiSetiapSaat() {
-
+
diff --git a/components/table/penerangan-satuan.tsx b/components/table/penerangan-satuan.tsx index ae1cd61..0b0661c 100644 --- a/components/table/penerangan-satuan.tsx +++ b/components/table/penerangan-satuan.tsx @@ -32,7 +32,7 @@ export default function PeneranganSatuan() { ]; return (
-
+
Penerangan Satuan
@@ -230,7 +230,7 @@ export default function PeneranganSatuan() {
-
+
diff --git a/components/table/tabel-emajalah-polri.tsx b/components/table/tabel-emajalah-polri.tsx new file mode 100644 index 0000000..8045f42 --- /dev/null +++ b/components/table/tabel-emajalah-polri.tsx @@ -0,0 +1,186 @@ +'use client' +import { BreadcrumbItem, Breadcrumbs, Button, Input, Select, SelectItem, SelectSection, Table, TableBody, TableCell, TableColumn, TableHeader, TableRow, getKeyValue } from "@nextui-org/react"; +import PPIDSidebar from '../Portal PPID/PPIDSidebar'; +import { Checklist, EyeFilledIcon, EyeIcon, SearchIcon } from '../icons'; + + +export default function ListEnewsPolri() { + const searchInput = ( + + } + endContent={ + + } + type="search" + /> + ) + + const tableData = [ + { + key: "1", + tahun: "MAJALAH TRIBRATA NEWS SUMSEL EDISI 33/ VII-IX/2023", + icon: + }, + { + key: "2", + tahun: "Tribrata Edisi 1 2023", + icon: + }, + { + key: "3", + tahun: "MAJALAH TRIBRATA NEWS SUMSEL EDISI 33/ VII-IX/2023", + icon: + }, + { + key: "4", + tahun: "MAJALAH TRIBRATA NEWS SUMSEL EDISI 33/ VII-IX/2023", + icon: + }, + { + key: "5", + tahun: "MAJALAH TRIBRATA NEWS SUMSEL EDISI 33/ VII-IX/2023", + icon: + }, + ]; + + const header = [ + { + key: "tahun", + label: "Daftar E-Majalah Polri", + }, + { + key: "icon", + label: '' + } + ] + + const animals = [ + { label: "Title", value: "title" }, + { label: "Date", value: "date" }, + { label: "Created At", value: "createdAt" }, + ]; + return ( +
+
+
+
E-Majalah Polri
+
+ + Beranda + E-Majalah Polri + +
+
+
E-majalah Polri
+
+ {searchInput} + + +
+
+
+ + + {(column) => {column.label}} + + + {(item) => ( + + {(columnKey) => {getKeyValue(item, columnKey)}} + + )} + +
+
+
+
+
+
+ +
+
+
+ +
+
+ ) +} diff --git a/components/table/uu-peraturan.tsx b/components/table/uu-peraturan.tsx index 1f6308d..702afbc 100644 --- a/components/table/uu-peraturan.tsx +++ b/components/table/uu-peraturan.tsx @@ -32,7 +32,7 @@ export default function UUPeraturan() { ]; return (
-
+
UU & Peraturan
@@ -230,7 +230,7 @@ export default function UUPeraturan() {
-
+
diff --git a/public/assets/polda/internasional.png b/public/assets/polda/internasional.png new file mode 100644 index 0000000..9637ada Binary files /dev/null and b/public/assets/polda/internasional.png differ diff --git a/public/assets/polda/internasional.svg b/public/assets/polda/internasional.svg new file mode 100644 index 0000000..8f78a43 --- /dev/null +++ b/public/assets/polda/internasional.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/public/assets/polda/polda-aceh.png b/public/assets/polda/polda-aceh.png new file mode 100644 index 0000000..b6a8c17 Binary files /dev/null and b/public/assets/polda/polda-aceh.png differ diff --git a/public/assets/polda/polda-aceh.svg b/public/assets/polda/polda-aceh.svg new file mode 100644 index 0000000..c0a0b12 --- /dev/null +++ b/public/assets/polda/polda-aceh.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/public/assets/polda/polda-bali.png b/public/assets/polda/polda-bali.png new file mode 100644 index 0000000..bb03bf7 Binary files /dev/null and b/public/assets/polda/polda-bali.png differ diff --git a/public/assets/polda/polda-bali.svg b/public/assets/polda/polda-bali.svg new file mode 100644 index 0000000..e705904 --- /dev/null +++ b/public/assets/polda/polda-bali.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/public/assets/polda/polda-banten.png b/public/assets/polda/polda-banten.png new file mode 100644 index 0000000..da59f3d Binary files /dev/null and b/public/assets/polda/polda-banten.png differ diff --git a/public/assets/polda/polda-banten.svg b/public/assets/polda/polda-banten.svg new file mode 100644 index 0000000..925c5a5 --- /dev/null +++ b/public/assets/polda/polda-banten.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/public/assets/polda/polda-bengkulu.png b/public/assets/polda/polda-bengkulu.png new file mode 100644 index 0000000..74d1c51 Binary files /dev/null and b/public/assets/polda/polda-bengkulu.png differ diff --git a/public/assets/polda/polda-bengkulu.svg b/public/assets/polda/polda-bengkulu.svg new file mode 100644 index 0000000..976de0d --- /dev/null +++ b/public/assets/polda/polda-bengkulu.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/public/assets/polda/polda-diy.png b/public/assets/polda/polda-diy.png new file mode 100644 index 0000000..6957c18 Binary files /dev/null and b/public/assets/polda/polda-diy.png differ diff --git a/public/assets/polda/polda-diy.svg b/public/assets/polda/polda-diy.svg new file mode 100644 index 0000000..048e52f --- /dev/null +++ b/public/assets/polda/polda-diy.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/public/assets/polda/polda-gorontalo.png b/public/assets/polda/polda-gorontalo.png new file mode 100644 index 0000000..8b3fe29 Binary files /dev/null and b/public/assets/polda/polda-gorontalo.png differ diff --git a/public/assets/polda/polda-gorontalo.svg b/public/assets/polda/polda-gorontalo.svg new file mode 100644 index 0000000..e8db177 --- /dev/null +++ b/public/assets/polda/polda-gorontalo.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/public/assets/polda/polda-jabar.png b/public/assets/polda/polda-jabar.png new file mode 100644 index 0000000..5d4345c Binary files /dev/null and b/public/assets/polda/polda-jabar.png differ diff --git a/public/assets/polda/polda-jabar.svg b/public/assets/polda/polda-jabar.svg new file mode 100644 index 0000000..255a4f7 --- /dev/null +++ b/public/assets/polda/polda-jabar.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/public/assets/polda/polda-jambi.png b/public/assets/polda/polda-jambi.png new file mode 100644 index 0000000..447ff43 Binary files /dev/null and b/public/assets/polda/polda-jambi.png differ diff --git a/public/assets/polda/polda-jambi.svg b/public/assets/polda/polda-jambi.svg new file mode 100644 index 0000000..542c702 --- /dev/null +++ b/public/assets/polda/polda-jambi.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/public/assets/polda/polda-jateng.png b/public/assets/polda/polda-jateng.png new file mode 100644 index 0000000..0cf70cb Binary files /dev/null and b/public/assets/polda/polda-jateng.png differ diff --git a/public/assets/polda/polda-jateng.svg b/public/assets/polda/polda-jateng.svg new file mode 100644 index 0000000..202ad13 --- /dev/null +++ b/public/assets/polda/polda-jateng.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/public/assets/polda/polda-jatim.png b/public/assets/polda/polda-jatim.png new file mode 100644 index 0000000..4ff768e Binary files /dev/null and b/public/assets/polda/polda-jatim.png differ diff --git a/public/assets/polda/polda-jatim.svg b/public/assets/polda/polda-jatim.svg new file mode 100644 index 0000000..ebf199c --- /dev/null +++ b/public/assets/polda/polda-jatim.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/public/assets/polda/polda-kalbar.png b/public/assets/polda/polda-kalbar.png new file mode 100644 index 0000000..0ae2f18 Binary files /dev/null and b/public/assets/polda/polda-kalbar.png differ diff --git a/public/assets/polda/polda-kalbar.svg b/public/assets/polda/polda-kalbar.svg new file mode 100644 index 0000000..adb3e93 --- /dev/null +++ b/public/assets/polda/polda-kalbar.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/public/assets/polda/polda-kalsel.png b/public/assets/polda/polda-kalsel.png new file mode 100644 index 0000000..f5d5cc7 Binary files /dev/null and b/public/assets/polda/polda-kalsel.png differ diff --git a/public/assets/polda/polda-kalsel.svg b/public/assets/polda/polda-kalsel.svg new file mode 100644 index 0000000..afaf749 --- /dev/null +++ b/public/assets/polda/polda-kalsel.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/public/assets/polda/polda-kalteng.png b/public/assets/polda/polda-kalteng.png new file mode 100644 index 0000000..875c173 Binary files /dev/null and b/public/assets/polda/polda-kalteng.png differ diff --git a/public/assets/polda/polda-kalteng.svg b/public/assets/polda/polda-kalteng.svg new file mode 100644 index 0000000..5014845 --- /dev/null +++ b/public/assets/polda/polda-kalteng.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/public/assets/polda/polda-kaltim.png b/public/assets/polda/polda-kaltim.png new file mode 100644 index 0000000..d541530 Binary files /dev/null and b/public/assets/polda/polda-kaltim.png differ diff --git a/public/assets/polda/polda-kaltim.svg b/public/assets/polda/polda-kaltim.svg new file mode 100644 index 0000000..e58dacf --- /dev/null +++ b/public/assets/polda/polda-kaltim.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/public/assets/polda/polda-kalut.png b/public/assets/polda/polda-kalut.png new file mode 100644 index 0000000..e773598 Binary files /dev/null and b/public/assets/polda/polda-kalut.png differ diff --git a/public/assets/polda/polda-kalut.svg b/public/assets/polda/polda-kalut.svg new file mode 100644 index 0000000..cb744f4 --- /dev/null +++ b/public/assets/polda/polda-kalut.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/public/assets/polda/polda-kepri.png b/public/assets/polda/polda-kepri.png new file mode 100644 index 0000000..417bfd0 Binary files /dev/null and b/public/assets/polda/polda-kepri.png differ diff --git a/public/assets/polda/polda-kepri.svg b/public/assets/polda/polda-kepri.svg new file mode 100644 index 0000000..3c1d0de --- /dev/null +++ b/public/assets/polda/polda-kepri.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/public/assets/polda/polda-lampung.png b/public/assets/polda/polda-lampung.png new file mode 100644 index 0000000..27fb043 Binary files /dev/null and b/public/assets/polda/polda-lampung.png differ diff --git a/public/assets/polda/polda-lampung.svg b/public/assets/polda/polda-lampung.svg new file mode 100644 index 0000000..7178bd8 --- /dev/null +++ b/public/assets/polda/polda-lampung.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/public/assets/polda/polda-maluku.png b/public/assets/polda/polda-maluku.png new file mode 100644 index 0000000..48ecaac Binary files /dev/null and b/public/assets/polda/polda-maluku.png differ diff --git a/public/assets/polda/polda-maluku.svg b/public/assets/polda/polda-maluku.svg new file mode 100644 index 0000000..9e86c9b --- /dev/null +++ b/public/assets/polda/polda-maluku.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/public/assets/polda/polda-malut.png b/public/assets/polda/polda-malut.png new file mode 100644 index 0000000..9b38f4b Binary files /dev/null and b/public/assets/polda/polda-malut.png differ diff --git a/public/assets/polda/polda-malut.svg b/public/assets/polda/polda-malut.svg new file mode 100644 index 0000000..5fe1af9 --- /dev/null +++ b/public/assets/polda/polda-malut.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/public/assets/polda/polda-metro.png b/public/assets/polda/polda-metro.png new file mode 100644 index 0000000..c4f7513 Binary files /dev/null and b/public/assets/polda/polda-metro.png differ diff --git a/public/assets/polda/polda-metro.svg b/public/assets/polda/polda-metro.svg new file mode 100644 index 0000000..25744d3 --- /dev/null +++ b/public/assets/polda/polda-metro.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/public/assets/polda/polda-ntb.svg b/public/assets/polda/polda-ntb.svg new file mode 100644 index 0000000..26b9c2a --- /dev/null +++ b/public/assets/polda/polda-ntb.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/public/assets/polda/polda-ntt.svg b/public/assets/polda/polda-ntt.svg new file mode 100644 index 0000000..4652357 --- /dev/null +++ b/public/assets/polda/polda-ntt.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/public/assets/polda/polda-papua.svg b/public/assets/polda/polda-papua.svg new file mode 100644 index 0000000..73c83f3 --- /dev/null +++ b/public/assets/polda/polda-papua.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/public/assets/polda/polda-papuabarat.svg b/public/assets/polda/polda-papuabarat.svg new file mode 100644 index 0000000..2bff428 --- /dev/null +++ b/public/assets/polda/polda-papuabarat.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/public/assets/polda/polda-riau.svg b/public/assets/polda/polda-riau.svg new file mode 100644 index 0000000..54991bc --- /dev/null +++ b/public/assets/polda/polda-riau.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/public/assets/polda/polda-satker.jpeg b/public/assets/polda/polda-satker.jpeg new file mode 100644 index 0000000..ca5d444 Binary files /dev/null and b/public/assets/polda/polda-satker.jpeg differ diff --git a/public/assets/polda/polda-sulbar.svg b/public/assets/polda/polda-sulbar.svg new file mode 100644 index 0000000..ba86e63 --- /dev/null +++ b/public/assets/polda/polda-sulbar.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/public/assets/polda/polda-sulsel.svg b/public/assets/polda/polda-sulsel.svg new file mode 100644 index 0000000..ef9a9f1 --- /dev/null +++ b/public/assets/polda/polda-sulsel.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/public/assets/polda/polda-sulteng.svg b/public/assets/polda/polda-sulteng.svg new file mode 100644 index 0000000..8929a4d --- /dev/null +++ b/public/assets/polda/polda-sulteng.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/public/assets/polda/polda-sultenggara.svg b/public/assets/polda/polda-sultenggara.svg new file mode 100644 index 0000000..9eb3168 --- /dev/null +++ b/public/assets/polda/polda-sultenggara.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/public/assets/polda/polda-sulut.svg b/public/assets/polda/polda-sulut.svg new file mode 100644 index 0000000..a8ab71f --- /dev/null +++ b/public/assets/polda/polda-sulut.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/public/assets/polda/polda-sumbar.svg b/public/assets/polda/polda-sumbar.svg new file mode 100644 index 0000000..5dfb565 --- /dev/null +++ b/public/assets/polda/polda-sumbar.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/public/assets/polda/polda-sumsel.svg b/public/assets/polda/polda-sumsel.svg new file mode 100644 index 0000000..f661de8 --- /dev/null +++ b/public/assets/polda/polda-sumsel.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/public/assets/polda/polda-sumut.svg b/public/assets/polda/polda-sumut.svg new file mode 100644 index 0000000..f514f01 --- /dev/null +++ b/public/assets/polda/polda-sumut.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/public/assets/satker/EPPID.png b/public/assets/satker/EPPID.png new file mode 100644 index 0000000..2d5a3dd Binary files /dev/null and b/public/assets/satker/EPPID.png differ diff --git a/public/assets/satker/EPPID2.png b/public/assets/satker/EPPID2.png new file mode 100644 index 0000000..0d3a9f8 Binary files /dev/null and b/public/assets/satker/EPPID2.png differ diff --git a/public/assets/satker/akpol.svg b/public/assets/satker/akpol.svg new file mode 100644 index 0000000..560c9ab --- /dev/null +++ b/public/assets/satker/akpol.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/public/assets/satker/baharkam.svg b/public/assets/satker/baharkam.svg new file mode 100644 index 0000000..bef137e --- /dev/null +++ b/public/assets/satker/baharkam.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/public/assets/satker/baharkam2.svg b/public/assets/satker/baharkam2.svg new file mode 100644 index 0000000..9f2065b --- /dev/null +++ b/public/assets/satker/baharkam2.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/public/assets/satker/baintelkam.svg b/public/assets/satker/baintelkam.svg new file mode 100644 index 0000000..cf95b36 --- /dev/null +++ b/public/assets/satker/baintelkam.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/public/assets/satker/bareskrim.svg b/public/assets/satker/bareskrim.svg new file mode 100644 index 0000000..df3e6ba --- /dev/null +++ b/public/assets/satker/bareskrim.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/public/assets/satker/binmas.svg b/public/assets/satker/binmas.svg new file mode 100644 index 0000000..05a7906 --- /dev/null +++ b/public/assets/satker/binmas.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/public/assets/satker/brimob.svg b/public/assets/satker/brimob.svg new file mode 100644 index 0000000..a4463eb --- /dev/null +++ b/public/assets/satker/brimob.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/public/assets/satker/densus.svg b/public/assets/satker/densus.svg new file mode 100644 index 0000000..e12df92 --- /dev/null +++ b/public/assets/satker/densus.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/public/assets/satker/divhubinter.svg b/public/assets/satker/divhubinter.svg new file mode 100644 index 0000000..381ed44 --- /dev/null +++ b/public/assets/satker/divhubinter.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/public/assets/satker/divkum.svg b/public/assets/satker/divkum.svg new file mode 100644 index 0000000..4292c81 --- /dev/null +++ b/public/assets/satker/divkum.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/public/assets/satker/divtik.svg b/public/assets/satker/divtik.svg new file mode 100644 index 0000000..bedb74c --- /dev/null +++ b/public/assets/satker/divtik.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/public/assets/satker/e-ppid.png b/public/assets/satker/e-ppid.png new file mode 100644 index 0000000..9a3689a Binary files /dev/null and b/public/assets/satker/e-ppid.png differ diff --git a/public/assets/satker/humas.svg b/public/assets/satker/humas.svg new file mode 100644 index 0000000..b8d190b --- /dev/null +++ b/public/assets/satker/humas.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/public/assets/satker/itwasum.svg b/public/assets/satker/itwasum.svg new file mode 100644 index 0000000..0cd3a18 --- /dev/null +++ b/public/assets/satker/itwasum.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/public/assets/satker/korlantas.svg b/public/assets/satker/korlantas.svg new file mode 100644 index 0000000..949a277 --- /dev/null +++ b/public/assets/satker/korlantas.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/public/assets/satker/lemdiklat.svg b/public/assets/satker/lemdiklat.svg new file mode 100644 index 0000000..4c2b36a --- /dev/null +++ b/public/assets/satker/lemdiklat.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/public/assets/satker/polair.svg b/public/assets/satker/polair.svg new file mode 100644 index 0000000..96086d9 --- /dev/null +++ b/public/assets/satker/polair.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/public/assets/satker/polairud.svg b/public/assets/satker/polairud.svg new file mode 100644 index 0000000..f35b93f --- /dev/null +++ b/public/assets/satker/polairud.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/public/assets/satker/poludara.svg b/public/assets/satker/poludara.svg new file mode 100644 index 0000000..5e93119 --- /dev/null +++ b/public/assets/satker/poludara.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/public/assets/satker/propam.svg b/public/assets/satker/propam.svg new file mode 100644 index 0000000..1ae4dec --- /dev/null +++ b/public/assets/satker/propam.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/public/assets/satker/pusdokes.svg b/public/assets/satker/pusdokes.svg new file mode 100644 index 0000000..c8cc9cf --- /dev/null +++ b/public/assets/satker/pusdokes.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/public/assets/satker/pusiknas.svg b/public/assets/satker/pusiknas.svg new file mode 100644 index 0000000..aee9593 --- /dev/null +++ b/public/assets/satker/pusiknas.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/public/assets/satker/pusinafis.svg b/public/assets/satker/pusinafis.svg new file mode 100644 index 0000000..ee94154 --- /dev/null +++ b/public/assets/satker/pusinafis.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/public/assets/satker/pusjarah.svg b/public/assets/satker/pusjarah.svg new file mode 100644 index 0000000..c599c24 --- /dev/null +++ b/public/assets/satker/pusjarah.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/public/assets/satker/puskeu.svg b/public/assets/satker/puskeu.svg new file mode 100644 index 0000000..0ed03bb --- /dev/null +++ b/public/assets/satker/puskeu.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/public/assets/satker/puslabfor.svg b/public/assets/satker/puslabfor.svg new file mode 100644 index 0000000..17b588e --- /dev/null +++ b/public/assets/satker/puslabfor.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/public/assets/satker/puslitbang.svg b/public/assets/satker/puslitbang.svg new file mode 100644 index 0000000..698bf95 --- /dev/null +++ b/public/assets/satker/puslitbang.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/public/assets/satker/sahli-kapolri.svg b/public/assets/satker/sahli-kapolri.svg new file mode 100644 index 0000000..09e43f5 --- /dev/null +++ b/public/assets/satker/sahli-kapolri.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/public/assets/satker/sespim.svg b/public/assets/satker/sespim.svg new file mode 100644 index 0000000..19594b6 --- /dev/null +++ b/public/assets/satker/sespim.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/public/assets/satker/setum.svg b/public/assets/satker/setum.svg new file mode 100644 index 0000000..95fad0b --- /dev/null +++ b/public/assets/satker/setum.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/public/assets/satker/setupa.svg b/public/assets/satker/setupa.svg new file mode 100644 index 0000000..716d42d --- /dev/null +++ b/public/assets/satker/setupa.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/public/assets/satker/siber.svg b/public/assets/satker/siber.svg new file mode 100644 index 0000000..903f9ff --- /dev/null +++ b/public/assets/satker/siber.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/public/assets/satker/slog.svg b/public/assets/satker/slog.svg new file mode 100644 index 0000000..03d226a --- /dev/null +++ b/public/assets/satker/slog.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/public/assets/satker/sops.svg b/public/assets/satker/sops.svg new file mode 100644 index 0000000..4e01b04 --- /dev/null +++ b/public/assets/satker/sops.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/public/assets/satker/spripim.svg b/public/assets/satker/spripim.svg new file mode 100644 index 0000000..bfcbb9f --- /dev/null +++ b/public/assets/satker/spripim.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/public/assets/satker/srena.png b/public/assets/satker/srena.png new file mode 100644 index 0000000..7392f54 Binary files /dev/null and b/public/assets/satker/srena.png differ diff --git a/public/assets/satker/srena.svg b/public/assets/satker/srena.svg new file mode 100644 index 0000000..4be5962 --- /dev/null +++ b/public/assets/satker/srena.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/public/assets/satker/ssdm.png b/public/assets/satker/ssdm.png new file mode 100644 index 0000000..dfc6fd3 Binary files /dev/null and b/public/assets/satker/ssdm.png differ diff --git a/public/assets/satker/ssdm.svg b/public/assets/satker/ssdm.svg new file mode 100644 index 0000000..d3ea95b --- /dev/null +++ b/public/assets/satker/ssdm.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/public/assets/satker/stik-ptik.png b/public/assets/satker/stik-ptik.png new file mode 100644 index 0000000..234e6f6 Binary files /dev/null and b/public/assets/satker/stik-ptik.png differ diff --git a/public/assets/satker/stik-ptik.svg b/public/assets/satker/stik-ptik.svg new file mode 100644 index 0000000..3e0f1f4 --- /dev/null +++ b/public/assets/satker/stik-ptik.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/public/e-library.png b/public/e-library.png new file mode 100644 index 0000000..7049f6c Binary files /dev/null and b/public/e-library.png differ diff --git a/public/e-ppid-permohonan-informasi.png b/public/e-ppid-permohonan-informasi.png index a1b3f0a..26118f9 100644 Binary files a/public/e-ppid-permohonan-informasi.png and b/public/e-ppid-permohonan-informasi.png differ diff --git a/public/e-ppid-polda.png b/public/e-ppid-polda.png new file mode 100644 index 0000000..14af641 Binary files /dev/null and b/public/e-ppid-polda.png differ diff --git a/public/e-ppid-satker.png b/public/e-ppid-satker.png index a170888..cb5d328 100644 Binary files a/public/e-ppid-satker.png and b/public/e-ppid-satker.png differ diff --git a/public/keberatan.png b/public/keberatan.png new file mode 100644 index 0000000..976f2f4 Binary files /dev/null and b/public/keberatan.png differ diff --git a/public/lapor.png b/public/lapor.png new file mode 100644 index 0000000..9698067 Binary files /dev/null and b/public/lapor.png differ diff --git a/public/pengaduan.png b/public/pengaduan.png new file mode 100644 index 0000000..5f1b22d Binary files /dev/null and b/public/pengaduan.png differ diff --git a/public/permintaan-informasi.png b/public/permintaan-informasi.png new file mode 100644 index 0000000..6b20888 Binary files /dev/null and b/public/permintaan-informasi.png differ diff --git a/public/publikasi8.png b/public/publikasi8.png new file mode 100644 index 0000000..7049f6c Binary files /dev/null and b/public/publikasi8.png differ diff --git a/public/publikasi9.png b/public/publikasi9.png new file mode 100644 index 0000000..b38a72f Binary files /dev/null and b/public/publikasi9.png differ