-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathindex.php
274 lines (253 loc) · 11.2 KB
/
index.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
<!DOCTYPE html>
<html lang="en" class="scroll-smooth">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Aplikasi Pengaduan Masyarakat</title>
<!-- Tailwind CSS -->
<link rel="stylesheet" href="css/output.css" />
<!-- Swiper CSS -->
<link rel="stylesheet" href="css/swiper-bundle.min.css" />
<!-- Font Google -->
<link
href="css/font.css"
rel="stylesheet" />
<!-- Remixicons -->
<link href="css/remixicon.css" rel="stylesheet" />
<!-- Boxicons -->
<link href="css/boxicons2.min.css" rel="stylesheet" />
<!-- Drop Down Menu -->
<link href="css/tailwind.min.css" rel="stylesheet">
<script defer src="js/cdn.min.js"></script>
<script>
if (localStorage.theme === "dark" || (!("theme" in localStorage) && window.matchMedia(
"(prefers-color-scheme: dark)").matches)) {
document.documentElement.classList.add("dark");
} else {
document.documentElement.classList.remove("dark");
}
</script>
<!-- Scroll Reveal JS -->
<script src="js/scrollreveal.min.js"></script>
</head>
<body class="scrollbar">
<!-- Navbar Section -->
<header class="header-nav">
<nav class="container">
<div class="container flex items-center justify-between mx-auto">
<!-- Theme Change Button -->
<div class="flex">
<span class="mr-2 font-poppins text-sm text-primary">Mode</span>
<input type="checkbox" class="hidden" id="dark-toggle" />
<label for="dark-toggle">
<div class="flex h-5 w-10 cursor-pointer items-center rounded-full bg-slate-400 p-0.5">
<div class="toggle-circle h-4 w-4 rounded-full bg-white transition duration-300">
<span class="flex items-center justify-center text-base text-yellow-500 dark:text-darkTheme">
<i class="bx bxs-sun" id="iconNow"></i>
</span>
</div>
</div>
</label>
</div>
<a href='cek.php' class="btn-ghost">Masuk / Daftar</a>
<!-- Nav Menu -->
<div class="nav-menu">
<ul class="nav-list">
<a href="#home" class="nav-link active-link"><i class="ri-home-4-fill"></i><span
class="nav-name">Beranda</span></a>
<a href="#about" class="nav-link"><i class="ri-user-3-fill"></i><span class="nav-name">Tentang</span></a>
<a href="#alur" class="nav-link"><i class="ri-book-2-fill"></i><span class="nav-name">Alur</span></a>
<a href="#contact" class="nav-link"><i class="ri-message-2-fill"></i><span
class="nav-name">Hubungi</span></a>
<svg class="indicator" width="94" height="56" xmlns="http://www.w3.org/2000/svg">
<ellipse cx="47" cy="28" rx="24" ry="28" />
<path d="M24 20C24 20 28 55.9999 48 56L0 55.9997C18 55.9998 24 20 24 20Z" />
<path d="M70 20C70 20 66 55.9999 46 56L94 55.9997C76 55.9998 70 20 70 20Z" />
</svg>
</ul>
</div>
</div>
</nav>
</header>
<!-- Hero Section -->
<section id="home" class="dark-mode py-28">
<div class="container">
<!-- Automatic Column View -->
<div class="flex flex-wrap">
<!-- Greetings -->
<div class="home-greets">
<h1 class="dark-mode-text my-1 block text-4xl font-bold text-dark lg:text-[40px]">Whistleblowing System</h1>
<h3 class="dark-mode-text mb-5 text-base font-semibold text-secondary md:text-lg">(WBS)
</h3>
<p class="dark-mode-text mb-10 text-base leading-relaxed text-secondary md:text-base">
<span class="font-bold md:text-xl">"</span>Yuk.... kenali apa itu Pengaduan dan bagaimana cara melakukan pengaduan, pilih aja menu yang tersedia<span
class="font-bold md:text-xl">"</span>
<br />
<!-- <span class="text-red-500">*</span><span class="text-sm">Attention, please use this file </span><span class="text-sm font-semibold">according to the applicable procedure</span> -->
</p>
<!-- <a download="Nope" href="" class="btn-ghost mb-10"><i
class="bx bxs-download bx-burst mr-2"></i>Nope</a> -->
<a href="#contact" class="btn-ghost">Contact</a>
</div>
<!-- Profile Img -->
<div class="home-image">
<div class="relative mt-10 lg:right-0 lg:mt-0">
<img src="img/icon/hero-img.png" alt="profile-img"
class="mx-auto max-w-full rounded-xl dark:relative dark:z-10" />
<span class="absolute bottom-5 left-1/2 -z-10 -translate-x-1/2 dark:z-0 md:scale-110 lg:scale-125">
<!--<img src="dist/img/blob.svg" alt="blob" />-->
<!-- <svg width="400" height="400" viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg">
<path
fill="#77bef8"
d="M67.6,-22.3C74.6,-0.5,58.2,28.5,35.2,44.2C12.2,59.9,-17.4,62.3,-39.8,47.7C-62.2,33.1,-77.3,1.5,-69.5,-21.4C-61.7,-44.4,-30.8,-58.7,-0.3,-58.6C30.3,-58.5,60.6,-44,67.6,-22.3Z"
transform="translate(300 300) scale(1.1)"
/>
</svg> -->
</span>
</div>
</div>
</div>
</div>
</section>
<!-- About Section -->
<section id="about" class="dark-mode py-24">
<div class="container">
<div class="title-main">
<h2 class="text-title">PENGADUAN MASYARAKAT</h2>
<br>
<span class="text-subtitle block mb-6 text-base font-semibold text-secondary md:text-lg">Selamat datang di Website Pengaduan Kota Malang, yang dimana disediakan untuk menjebatani sekaligus memudahkan masyarakat kota khususnya untuk melayangkan aspirasi, saran, kritik, pengaduan, maupun pertanyaan kepada perangkat pemerintah kota MALANG. Silahkan layangkan pengaduan anda untuk kota MALANG yang lebih baik.</span>
</div>
</div>
</section>
<!-- Skill Section -->
<section id="alur" class="dark-mode py-24">
<div class="container">
<div class="title-main">
<h2 class="text-title">Alur Pengaduan</h2>
</div>
<div class="skill-data">
<!-- Frontend -->
<div class="w-full py-4 px-2 md:w-5/2 lg:w-5/2 xl:w-5/3">
<div class="skill-card">
<div class="pt-5 pb-7 text-center">
<h3 class="skill-title">Alur Pengaduan</h3>
</div>
<div class="flex flex-wrap px-2 pb-5">
<div class="w-5/2">
<div class="skill-list">
<i class="text-3xl text-[#E34F26]"></i>
<span class="skill-list-name">1. Input pengaduan anda dengan login website</span>
</div>
<div class="skill-list">
<i class="text-3xl text-[#1572B6]"></i>
<span class="skill-list-name">2. Pengaduan telah diterima dan diverifikasi</span>
</div>
<div class="skill-list">
<i class="text-3xl text-[#7952B3]"></i>
<span class="skill-list-name">3. Pengaduan akan didisposisi ke ODP terkait</span>
</div>
<div class="skill-list">
<i class="text-3xl text-[#06B6D4]"></i>
<span class="skill-list-name">4. Pengaduan akan ditindaklanjuti oleh ODP dan menjawab pengaduan masyarakat</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Contact Section -->
<section id="contact" class="dark-mode pt-24 pb-28">
<div class="container">
<div class="title-main">
<h2 class="text-title">Contact</h2>
<span class="text-subtitle block">PEMERINTAH KOTA MALANG</span>
</div>
<div class="contact-data">
<div class="w-full p-4 md:w-1/2 lg:w-1/2 xl:w-1/3">
<a href="https://goo.gl/maps/JVMTRviDmv3ZcBdT9" target="_blank" class="contact-icons">
<div class="contact-card hover:border-[#33cccc] hover:text-[#33cccc]"> <img align="center" src="img/icon/location.gif" alt="phone" width="100px">
<i class="bx bxl-location text-6xl lg:text-8xl"></i>
<h3 class="contact-title">Location</h3>
<span class="contact-subtitle">Jl. Tugu No.01 Kiduldalem, Kec. Klojen Kota Malang, Jawa Timur 65119</span>
</div>
</a>
</div>
<div class="w-full p-4 md:w-1/2 lg:w-1/2 xl:w-1/3">
<a href="mailto:[email protected]" target="_blank" class="contact-icons">
<div class="contact-card hover:border-[#33cccc] hover:text-[#33cccc]"> <img align="center" src="img/icon/email.gif" alt="phone" width="100px">
<i class="bx bxl-email text-6xl lg:text-8xl"></i>
<h3 class="contact-title">Email</h3>
<span class="contact-subtitle">[email protected]</span>
</div>
</a>
</div>
<div class="w-full p-4 md:w-1/2 lg:w-1/2 xl:w-1/3">
<a href="https://malangkota.go.id" target="_blank" class="contact-icons">
<div class="contact-card hover:border-[#33cccc] hover:text-[#33cccc]"> <img align="center" src="img/icon/browser.gif" alt="phone" width="100px">
<i class="bx bxl-website text-6xl lg:text-8xl"></i>
<h3 class="contact-title">Website</h3>
<span class="contact-subtitle">malangkota.go.id</span>
</div>
</a>
</div>
<div class="w-full p-4 md:w-1/2 lg:w-1/2 xl:w-1/3">
<a href="#" target="_blank" class="contact-icons">
<div class="contact-card hover:border-[#33cccc] hover:text-[#33cccc]"> <img align="center" src="img/icon/phone.gif" alt="phone" width="100px">
<i class="bx bxl-phone text-6xl lg:text-8xl"></i>
<h3 class="contact-title">Call / Fax</h3>
<span class="contact-subtitle">(0341)4242351</span>
</div>
</a>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="bg-primary pt-16 pb-12">
<div class="container">
<div class="w-full border-t border-slate-400 pt-10">
<span class="ml-4 text-sm text-icons">© 2023 <span class="font-semibold">Pemerintah Kota Malang</span>. All Rights
Reserved</span>
</div>
<!-- <ul class="text-icons text-sm flex justify-start gap-6 mb-1">
<li><a href="#about" class="footer-link">About</a></li>
<li><a href="#portfolio" class="footer-link">Portfolio</a></li>
</ul> -->
</div>
</footer>
<!-- JS -->
<script src="js/main.js"></script>
<!-- Swiper JS -->
<script src="js/swiper-bundle.min.js"></script>
<!-- Initialize Swiper -->
<script>
let swiperPortfolio = new Swiper(".portfolio-list", {
spaceBetween: 24,
centeredSlides: true,
autoplay: {
delay: 5000,
disableOnInteraction: false,
},
pagination: {
el: ".swiper-pagination",
clickable: true,
},
navigation: {
nextEl: ".swiper-button-next",
prevEl: ".swiper-button-prev",
},
breakpoints: {
768: {
slidesPerView: 2,
},
1024: {
slidesPerView: 2,
},
},
});
</script>
</body>
</html>