diff --git a/assets/css/custom.css b/assets/css/custom.css new file mode 100644 index 0000000..33017bd --- /dev/null +++ b/assets/css/custom.css @@ -0,0 +1,59 @@ + +@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Merriweather:wght@700&display=swap'); + +body { + font-family: 'Lato', sans-serif; + background-color: #F8F9FA; +} + +h1, h2, h3, h4, h5, h6 { + font-family: 'Merriweather', serif; + font-weight: 700; +} + +.hero { + background: linear-gradient(45deg, #0A58CA, #5A8FD8); + color: white; + padding: 100px 0; + text-align: center; +} + +.hero h1 { + font-size: 3.5rem; +} + +.section { + padding: 80px 0; +} + +.card { + border: none; + border-radius: 0.5rem; + box-shadow: 0 4px 8px rgba(0,0,0,0.1); + transition: transform 0.3s; +} + +.card:hover { + transform: translateY(-5px); +} + +.btn-primary { + background-color: #0A58CA; + border-color: #0A58CA; + border-radius: 0.5rem; + padding: 10px 20px; + font-weight: 700; +} + +.btn-primary:hover { + background-color: #084aa3; + border-color: #084aa3; +} + +.navbar { + box-shadow: 0 2px 4px rgba(0,0,0,0.05); +} + +.modal-content { + border-radius: 0.5rem; +} diff --git a/assets/js/main.js b/assets/js/main.js new file mode 100644 index 0000000..fa36c56 --- /dev/null +++ b/assets/js/main.js @@ -0,0 +1,13 @@ + +document.addEventListener('DOMContentLoaded', function () { + // Smooth scrolling for anchor links + document.querySelectorAll('a[href^="#"]').forEach(anchor => { + anchor.addEventListener('click', function (e) { + e.preventDefault(); + + document.querySelector(this.getAttribute('href')).scrollIntoView({ + behavior: 'smooth' + }); + }); + }); +}); diff --git a/index.php b/index.php index 7205f3d..e441296 100644 --- a/index.php +++ b/index.php @@ -1,150 +1,158 @@ - - + - - - New Style - - - - - - - - - - - - - - - - - - - + + + SIAPON BAPENDA + + + + + + + + + + + -
-
-

Analyzing your requirements and generating your website…

-
- Loading… -
-

AI is collecting your requirements and applying the first changes.

-

This page will update automatically as the plan is implemented.

-

Runtime: PHP — UTC

+ + + + + +
+
+

Sistem Informasi Pembukuan Pajak Online

+

Modernisasi layanan perpajakan Badan Pendapatan Daerah Kabupaten Sarmi.

+ Learn More +
+
+ + +
+
+
+
+ Badan Pendapatan Daerah Kabupaten Sarmi +
+
+

About SIAPON

+

SIAPON adalah platform digital yang dirancang untuk merevolusi cara wajib pajak di Kabupaten Sarmi berinteraksi dengan Badan Pendapatan Daerah. Kami menyediakan sistem yang terintegrasi, efisien, dan transparan untuk semua kebutuhan perpajakan Anda.

+
+
+
+
+ + +
+
+
+

Key Features

+

Everything you need in one integrated platform.

+
+
+
+
+ +

E-SPTPD

+

Pelaporan SPTPD secara online yang cepat, mudah, dan dapat diakses kapan saja.

+
+
+
+
+ +

Registrasi Online

+

Pendaftaran NPWPD & NOPD baru tanpa harus datang ke kantor pelayanan.

+
+
+
+
+ +

Pembayaran Terintegrasi

+

Sistem pembayaran yang aman dan terhubung dengan berbagai kanal pembayaran.

+
+
+
+
+
+ + +
+
+
+
+

Contact Us

+

Have questions? We'd love to hear from you.

+
+
+
+ +
+
+ +
+
+
+ +
+ +
+
+
+
+
+ + +
+
+

© 2025 BAPENDA Kabupaten Sarmi. All Rights Reserved.

+
+
+ + + -
- + + + - + \ No newline at end of file