feat: standar layanan PPID

This commit is contained in:
amd123 2024-02-26 14:24:22 +07:00
parent 37b3e32e41
commit b5e2eebb17
24 changed files with 193 additions and 8 deletions

View File

@ -0,0 +1,8 @@
import ServiceFlow from '@/components/detail/ServiceFlow'
import React from 'react'
export default function ServiceFlowPage() {
return (
<ServiceFlow />
)
}

View File

@ -0,0 +1,8 @@
import ServiceAnnouncement from '@/components/detail/ServiceAnnouncement'
import React from 'react'
export default function ServiceAnnouncePage() {
return (
<ServiceAnnouncement />
)
}

View File

@ -0,0 +1,8 @@
import ObjectionMecanism from '@/components/detail/ObjectionMecanism'
import React from 'react'
export default function ObjectionMecanismPage() {
return (
<ObjectionMecanism />
)
}

View File

@ -0,0 +1,8 @@
import RequestDispute from '@/components/detail/RequestDispute'
import React from 'react'
export default function RequestDisputePage() {
return (
<RequestDispute />
)
}

View File

@ -0,0 +1,8 @@
import ServiceFee from '@/components/detail/ServiceFee'
import React from 'react'
export default function ServiceFeePage() {
return (
<ServiceFee />
)
}

View File

@ -0,0 +1,8 @@
import RequestInformation from '@/components/detail/RequestInformation'
import React from 'react'
export default function RequestInformationPage() {
return (
<RequestInformation />
)
}

View File

@ -0,0 +1,8 @@
import ServiceTime from '@/components/detail/ServiceTime'
import React from 'react'
export default function ServiceTimePage() {
return (
<ServiceTime />
)
}

View File

@ -0,0 +1,16 @@
'use client'
export default function ObjectionMecanism() {
return (
<div className='bg-white text-black p-1 md:p-5'>
<div className='flex justify-center items-center'>
<div className='pt-4 hidden md:block'><img src="/al.png" alt="" className='' /></div>
<div className='font-bold text-lg md:text-2xl text-[#DD8306] pl-3'>Mekanisme Keberatan</div>
<div className='hidden md:block absolute pb-10 pl-[410px]'><img src="/spark.png" alt="" /></div>
</div>
<div className='p-1 md:p-3 lg:p-5 bg-[#FFF6E9] mx-1 md:mx-3 lg:mx-10 my-4 flex flex-col items-center'>
<img src="/mekanisme-keberatan.png" alt="logo" />
</div>
</div>
)
}

View File

@ -0,0 +1,19 @@
'use client'
export default function RequestDispute() {
return (
<div className='bg-white text-black p-1 md:p-5'>
<div className='flex justify-center items-center'>
<div className='pt-4 hidden md:block'><img src="/al.png" alt="" className='' /></div>
<div className='font-bold text-lg md:text-2xl text-[#DD8306] pl-3'>Mekanisme Permohonan Penyelesaian Senketa Informasi</div>
<div className='hidden md:block absolute pb-10 pl-[850px]'><img src="/spark.png" alt="" /></div>
</div>
<div className='p-1 md:p-3 lg:p-5 bg-[#FFF6E9] mx-1 md:mx-3 lg:mx-10 my-4 flex flex-col items-center space-y-5'>
<img src="/sengketa1.png" alt="sengketa" className="border-b-3 pb-6" />
<img src="/sengketa2.png" alt="sengketa" className="border-b-3 pb-6" />
<img src="/sengketa3.png" alt="sengketa" className="border-b-3 pb-6" />
<img src="/sengketa4.png" alt="sengketa" />
</div>
</div>
)
}

View File

@ -0,0 +1,16 @@
'use client'
export default function RequestInformation() {
return (
<div className='bg-white text-black p-1 md:p-5'>
<div className='flex justify-center items-center'>
<div className='pt-4 hidden md:block'><img src="/al.png" alt="" className='' /></div>
<div className='font-bold text-lg md:text-2xl text-[#DD8306] pl-3'>Tata Cara Permohonan Informasi</div>
<div className='hidden md:block absolute pb-10 pl-[540px]'><img src="/spark.png" alt="" /></div>
</div>
<div className='p-1 md:p-3 lg:p-5 bg-[#FFF6E9] mx-1 md:mx-3 lg:mx-10 my-4 flex flex-col items-center'>
<img src="/tata-cara-permohonan-informasi.png" alt="logo" />
</div>
</div>
)
}

View File

@ -0,0 +1,30 @@
'use client'
export default function ServiceAnnouncement() {
return (
<div className='bg-white text-black p-1 md:p-5'>
<div className='flex justify-center items-center'>
<div className='pt-4 hidden md:block'><img src="/al.png" alt="" className='' /></div>
<div className='font-bold text-lg md:text-2xl text-[#DD8306] pl-3'>Maklumat Pelayanan</div>
<div className='hidden md:block absolute pb-10 pl-[390px]'><img src="/spark.png" alt="" /></div>
</div>
<div className='p-1 md:p-3 lg:p-5 bg-[#FFF6E9] mx-1 md:mx-3 lg:mx-10 my-4 flex flex-col items-center space-y-5'>
<img src="/e-ppid.png" alt="service" />
<div className=" rounded-md p-2 md:p-5 lg:p-7 w-[400px] bg-[#776D6E] text-white text-center space-y-5">
<div className="text-xl font-bold">
Maklumat Pelayanan Informasi Publik
</div>
<div className="font-medium text-sm pb-5">
PPID Polri siap memberikan pelayanan informasi publik secara cepat, tepat waktu, berbiaya ringan dan cara sederhana, sesuai ketentuan perundang-undangan
</div>
<div className="font-light">
Tertanda
</div>
<div className="font-bold">
PPID Polri
</div>
</div>
</div>
</div>
)
}

View File

@ -0,0 +1,16 @@
'use client'
export default function ServiceFee() {
return (
<div className='bg-white text-black p-1 md:p-5'>
<div className='flex justify-center items-center'>
<div className='pt-4 hidden md:block'><img src="/al.png" alt="" className='' /></div>
<div className='font-bold text-lg md:text-2xl text-[#DD8306] pl-3'>Standar Biaya Pelayanan</div>
<div className='hidden md:block absolute pb-10 pl-[450px]'><img src="/spark.png" alt="" /></div>
</div>
<div className='p-1 md:p-3 lg:p-5 bg-[#FFF6E9] mx-1 md:mx-3 lg:mx-10 my-4 flex flex-col items-center space-y-5'>
<img src="/biaya-pelayanan.png" alt="service" />
</div>
</div>
)
}

View File

@ -0,0 +1,16 @@
'use client'
export default function ServiceFlow() {
return (
<div className='bg-white text-black p-1 md:p-5'>
<div className='flex justify-center items-center'>
<div className='pt-4 hidden md:block'><img src="/al.png" alt="" className='' /></div>
<div className='font-bold text-lg md:text-2xl text-[#DD8306] pl-3'>Alur Pelayanan Informasi Publik</div>
<div className='hidden md:block absolute pb-10 pl-[530px]'><img src="/spark.png" alt="" /></div>
</div>
<div className='p-1 md:p-3 lg:p-5 bg-[#FFF6E9] mx-1 md:mx-3 lg:mx-10 my-4 flex flex-col items-center'>
<img src="/alurpelayanan.png" alt="logo" />
</div>
</div>
)
}

View File

@ -0,0 +1,16 @@
'use client'
export default function ServiceTime() {
return (
<div className='bg-white text-black p-1 md:p-5'>
<div className='flex justify-center items-center'>
<div className='pt-4 hidden md:block'><img src="/al.png" alt="" className='' /></div>
<div className='font-bold text-lg md:text-2xl text-[#DD8306] pl-3'>Waktu Pelayanan</div>
<div className='hidden md:block absolute pb-10 pl-[350px]'><img src="/spark.png" alt="" /></div>
</div>
<div className='p-1 md:p-3 lg:p-5 bg-[#FFF6E9] mx-1 md:mx-3 lg:mx-10 my-4 flex flex-col items-center space-y-5'>
<img src="/service-time.png" alt="service" />
</div>
</div>
)
}

View File

@ -255,44 +255,44 @@ export default function NavbarPPID() {
<DropdownItem
endContent={<ChevronRightIcon />}
>
<Link href='/portal-ppid/informasi-publik/informasi-serta-merta' color='foreground'>
<Link href='/portal-ppid/standar-layanan/alur-pelayanan-informasi-publik' color='foreground'>
Alur Pelayanan Informasi Publik Polri
</Link>
</DropdownItem>
<DropdownItem
endContent={<ChevronRightIcon />}
>
<Link href='/portal-ppid/informasi-publik/informasi-berkala' color='foreground'>
<Link href='/portal-ppid/standar-layanan/tata-cara-permohonan-informasi' color='foreground'>
Tata Cara Permohonan Informasi
</Link>
</DropdownItem>
<DropdownItem
endContent={<ChevronRightIcon />}>
<Link href='/portal-ppid/informasi-publik/informasi-setiap-saat' color='foreground'>
<Link href='/portal-ppid/standar-layanan/mekanisme-keberatan' color='foreground'>
Mekanisme Keberatan
</Link>
</DropdownItem>
<DropdownItem
endContent={<ChevronRightIcon />}>
<Link href='/portal-ppid/informasi-publik/informasi-dikecualikan' color='foreground'>
Mekanisme Permohonan Penyelesinan Sengketa
<Link href='/portal-ppid/standar-layanan/mekanisme-permohonan-penyelesaian-sengketa' color='foreground'>
Mekanisme Permohonan Penyelesainan Sengketa
</Link>
</DropdownItem>
<DropdownItem
endContent={<ChevronRightIcon />}>
<Link href='/portal-ppid/informasi-publik/penerangan-satuan' color='foreground'>
<Link href='/portal-ppid/standar-layanan/waktu-pelayanan' color='foreground'>
Waktu Pelayanan
</Link>
</DropdownItem>
<DropdownItem
endContent={<ChevronRightIcon />}>
<Link href='/portal-ppid/informasi-publik/penerangan-satuan' color='foreground'>
<Link href='/portal-ppid/standar-layanan/standar-biaya-pelayanan' color='foreground'>
Standar Biaya Pelayanan
</Link>
</DropdownItem>
<DropdownItem
endContent={<ChevronRightIcon />}>
<Link href='/portal-ppid/informasi-publik/penerangan-satuan' color='foreground'>
<Link href='/portal-ppid/standar-layanan/maklumat-pelayanan' color='foreground'>
Maklumat Pelayanan
</Link>
</DropdownItem>

BIN
public/alurpelayanan.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 721 KiB

BIN
public/biaya-pelayanan.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 110 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 455 KiB

BIN
public/sengketa1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 765 KiB

BIN
public/sengketa2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 426 KiB

BIN
public/sengketa3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 365 KiB

BIN
public/sengketa4.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 318 KiB

BIN
public/service-time.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 195 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 398 KiB