-
Notifications
You must be signed in to change notification settings - Fork 0
/
pegawai.php
333 lines (275 loc) · 18.5 KB
/
pegawai.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
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-KyZXEAg3QhqLMpG8r+8fhAXLRk2vvoC2f3B09zVXn8CA5QIVfZOJ3BCsw2P0p/We" crossorigin="anonymous">
<!-- Link -->
<link rel="stylesheet" href="CSS/style2.css">
<link rel="stylesheet" href="CSS/style3.css">
<link rel="stylesheet" href="font/css/all.css">
<title>KUA Selong. Lombok Timur | Kementrian Agama Prov.NTB</title>
</head>
<body>
<button id="back-to-top-btn">
<i class="fas fa-angle-double-up"></i>
</button>
<!-- Navbar -->
<nav class="navbar navbar-expand-lg navbar-light bg-light sticky-top">
<div class="container-fluid">
<a class="navbar-brand" href="#">
<img src="img/logo_KUA1.jpg" alt="" width="30" height="24" class="d-inline-block align-text-top">
kantor Urusan Agama
</a>
</div>
<div class="container-fluid sticky-top">
<a class="navbar-brand" href="Index.php">Home</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNavDropdown">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="Berita.php">Berita</a>
</li>
<li class="nav-item">
<a class="nav-link" href="hukum.php">Hukum</a>
</li>
<li class="nav-item">
<a class="nav-link" href="gallery.php">Gallery</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdownMenuLink" role="button" data-bs-toggle="dropdown" aria-expanded="false">
Profile
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink">
<li><a class="dropdown-item" href="sejarah.php">Sejarah</a></li>
<li><a class="dropdown-item" href="pegawai.php">Pegawai</a></li>
<li><a class="dropdown-item" href="Real Glassmorphism Card Hover Effects/Index.php"><span>Siswa PKL</span></a></li>
<li><a class="dropdown-item" href="php/Index.php"><span>Hubungi Kami</span></a></li>
</ul>
</li>
</ul>
</div>
</div>
</nav>
<!-- EndNavbar -->
<!-- Figure -->
<div class="container p-3">
<figure class="figure">
<img src="img/slide2.jpeg" class="figure-img img-fluid rounded" alt="kantor KUA" style="border: 5px solid green; padding: 3px;">
<figcaption class="figure-caption">Gedung kantor Urusan Agama Kec.Selong</figcaption>
</figure>
</div>
<br><br>
<!-- Card -->
<div class="container d-flex justify-content-around text-center" style="margin-top: 20px;">
<div class="card shadow-lg" style="width: 18rem; background: rgb(131, 227, 116);">
<img src="img/foto/foto_1.png" class="card-img-top" alt="..." style="border: 9px solid green; padding: 5px;">
<div class="card-body">
<h5 class="card-title" style="font-family: Agency FB; font-size: 23px;">H.Muhammad Khairil Anwar, S.HI, MH</h5>
<hr class="mb-4">
<p class="card-text" style="font-family: Agency FB; font-size: 21px;">Kepala KUA Kec.Selong</p>
<a href="kepala.php" class="btn btn-primary" style="font-family: Agency FB; font-size: 20px;">Selengkapnya</a>
</div>
</div>
</div>
<br>
<div class="container d-flex justify-content-around text-center" style="margin-top: 20px;">
<div class="card" style="width: 18rem; background: rgb(131, 227, 116);">
<img src="img/foto/foto_2.png" class="card-img-top" alt="..." style="border: 9px solid green; padding: 5px;">
<div class="card-body">
<h5 class="card-title" style="font-family: Agency FB; font-size: 23px;">Sahrudin, S.Pdi</h5>
<hr class="mb-4">
<p class="card-text" style="font-family: Agency FB; font-size: 21px;">Penghulu Madya</p>
<a href="penghulu.php" class="btn btn-primary" style="font-family: Agency FB; font-size: 20px;">Selengkapnya</a>
</div>
</div>
<div class="card" style="width: 18rem; background: rgb(131, 227, 116);">
<img src="img/foto/foto_3.png" class="card-img-top" alt="..." style="border: 9px solid green; padding: 5px;">
<div class="card-body">
<h5 class="card-title" style="font-family: Agency FB; font-size: 23px;">Muhammad Ahyar, S.Ag.M.HI</h5>
<hr class="mb-4">
<p class="card-text" style="font-family: Agency FB; font-size: 21px;">Penghulu Ahli Madya</p>
<a href="penghulu_1.php" class="btn btn-primary" style="font-family: Agency FB; font-size: 20px;">Selengkapnya</a>
</div>
</div>
<div class="card" style="width: 18rem; background: rgb(131, 227, 116);">
<img src="img/foto/foto_4.png" class="card-img-top" alt="..." style="border: 9px solid green; padding: 5px;">
<div class="card-body">
<h5 class="card-title" style="font-family: Agency FB; font-size: 23px;">Husnul Khatimah, SH,Mpd</h5>
<hr class="mb-4">
<p class="card-text" style="font-family: Agency FB; font-size: 21px;">Penyuluh Madya</p>
<a href="penyuluh.php" class="btn btn-primary" style="font-family: Agency FB; font-size: 20px;">Selengkapnya</a>
</div>
</div>
</div>
<br>
<div class="container d-flex justify-content-around text-center" style="margin-top: 20px;">
<div class="card" style="width: 18rem; background: rgb(131, 227, 116);">
<img src="img/foto/foto_5.png" class="card-img-top" alt="..." style="border: 9px solid green; padding: 5px;">
<div class="card-body">
<h5 class="card-title" style="font-family: Agency FB; font-size: 23px;">Saipul Haq</h5>
<hr class="mb-4">
<p class="card-text" style="font-family: Agency FB; font-size: 21px;">JFU</p>
<a href="JFU.php" class="btn btn-primary" style="font-family: Agency FB; font-size: 20px;">Selengkapnya</a>
</div>
</div>
<div class="card" style="width: 18rem; background: rgb(131, 227, 116);">
<img src="img/foto/foto_6.png" class="card-img-top" alt="..." style="border: 9px solid green; padding: 5px;">
<div class="card-body">
<h5 class="card-title" style="font-family: Agency FB; font-size: 23px;">Darsiah, S.Hi</h5>
<hr class="mb-4">
<p class="card-text" style="font-family: Agency FB; font-size: 21px;">Penghulu Muda</p>
<a href="penghulu_2.php" class="btn btn-primary" style="font-family: Agency FB; font-size: 20px;">Selengkapnya</a>
</div>
</div>
<div class="card" style="width: 18rem; background: rgb(131, 227, 116);">
<img src="img/foto/foto_7.png" class="card-img-top" alt="..." style="border: 9px solid green; padding: 5px;">
<div class="card-body">
<h5 class="card-title" style="font-family: Agency FB; font-size: 23px;">Mamnunah</h5>
<hr class="mb-4">
<p class="card-text" style="font-family: Agency FB; font-size: 21px;">Bendahara Pengeluaran Pembantu</p>
<a href="Mamnunah.php" class="btn btn-primary" style="font-family: Agency FB; font-size: 20px;">Selengkapnya</a>
</div>
</div>
</div>
<br>
<div class="container d-flex justify-content-around text-center" style="margin-top: 20px;">
<div class="card" style="width: 18rem; background: rgb(131, 227, 116);">
<img src="img/foto/foto_8.png" class="card-img-top" alt="..." style="border: 9px solid green; padding: 5px;">
<div class="card-body">
<h5 class="card-title" style="font-family: Agency FB; font-size: 23px;">Heru Prasetyo Adi, S.Pd</h5>
<hr class="mb-4">
<p class="card-text" style="font-family: Agency FB; font-size: 21px;">Petugas Pengadministrasian</p>
<a href="heru.php" class="btn btn-primary" style="font-family: Agency FB; font-size: 20px;">Selengkapnya</a>
</div>
</div>
<div class="card" style="width: 18rem; background: rgb(131, 227, 116);">
<img src="img/foto/foto_9.png" class="card-img-top" alt="..." style="border: 9px solid green; padding: 5px;">
<div class="card-body">
<h5 class="card-title" style="font-family: Agency FB; font-size: 23px;">Baiq Muslimatusshalihah, S.Ag</h5>
<hr class="mb-4">
<p class="card-text" style="font-family: Agency FB; font-size: 21px;">Penyusun Bahan Pembinaan Penghulu dan Penyuluh</p>
<a href="baiq.php" class="btn btn-primary" style="font-family: Agency FB; font-size: 20px;">Selengkapnya</a>
</div>
</div>
</div>
<!-- EndCard -->
<br>
<!-- footer -->
<footer class="bg-dark text-light pt-5 pb-4">
<div class="container text-center text-md-left">
<div class="row text-center text-md-left">
<div class="col-md-3 col-lg-3 col-xl-3 mx-auto
mt-3">
<h5 class="text-uppercase mb-4 font-weight-bold text-warning">Kantor Urusan Agama</h5>
<p>
kantor Urusan Agama Kec.Selong merupakan salah 1 kantor Urusan Agama Kecamatan dari 20, Kantor Urusan Agama yang berada di wilayah Lombok Timur.
</p>
</div>
<div class="col-md-2 col-lg-2 col-xl-2 mx-auto mt-3">
<h5 class="text-uppercase mb-4 font-weight-bold text-warning">
Help
</h5>
<p>
<a href="#" class="text-light" style="text-decoration: none;">TheProviders</a>
</p>
<p>
<a href="#" class="text-light" style="text-decoration: none;">Creativity</a>
</p>
<p>
<a href="#" class="text-light" style="text-decoration: none;">sourceFiles</a>
</p>
<p>
<a href="#" class="text-light" style="text-decoration: none;">Boostrap 5 alpha</a>
</p>
</div>
<div class="col-md-3 col-lg-2 col-xl-2 mx-auto mt-3">
<h5 class="text-uppercase mb-4 font-weight-bold text-warning">Useful Links</h5>
<p>
<a href="#" class="text-light" style="text-decoration: none;">Your Account</a>
</p>
<p>
<a href="#" class="text-light" style="text-decoration: none;">Become an Affiliates</a>
</p>
<p>
<a href="#" class="text-light" style="text-decoration: none;">Shiping Rates</a>
</p>
<p>
<a href="#" class="text-light" style="text-decoration: none;">Help</a>
</p>
</div>
<div class="col-md-4 col-lg-3 col-xl-3 mx-auto mt-3">
<h5 class="text-uppercase mb-4 font-weight-bold text-warning">Contack</h5>
<p>
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" class="bi bi-house-fill" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="m8 3.293 6 6V13.5a1.5 1.5 0 0 1-1.5 1.5h-9A1.5 1.5 0 0 1 2 13.5V9.293l6-6zm5-.793V6l-2-2V2.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5z"/>
<path fill-rule="evenodd" d="M7.293 1.5a1 1 0 0 1 1.414 0l6.647 6.646a.5.5 0 0 1-.708.708L8 2.207 1.354 8.854a.5.5 0 1 1-.708-.708L7.293 1.5z"/>
</svg>  Pancor, Selong, Kab.Lombok Timur, NTB
</p>
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" class="bi bi-envelope-fill" viewBox="0 0 16 16">
<path d="M.05 3.555A2 2 0 0 1 2 2h12a2 2 0 0 1 1.95 1.555L8 8.414.05 3.555zM0 4.697v7.104l5.803-3.558L0 4.697zM6.761 8.83l-6.57 4.027A2 2 0 0 0 2 14h12a2 2 0 0 0 1.808-1.144l-6.57-4.027L8 9.586l-1.239-.757zm3.436-.586L16 11.801V4.697l-5.803 3.546z"/>
</svg>  [email protected]
</p>
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" class="bi bi-telephone-fill" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M1.885.511a1.745 1.745 0 0 1 2.61.163L6.29 2.98c.329.423.445.974.315 1.494l-.547 2.19a.678.678 0 0 0 .178.643l2.457 2.457a.678.678 0 0 0 .644.178l2.189-.547a1.745 1.745 0 0 1 1.494.315l2.306 1.794c.829.645.905 1.87.163 2.611l-1.034 1.034c-.74.74-1.846 1.065-2.877.702a18.634 18.634 0 0 1-7.01-4.42 18.634 18.634 0 0 1-4.42-7.009c-.362-1.03-.037-2.137.703-2.877L1.885.511z"/>
</svg>  (+62376) 21135
</p>
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" class="bi bi-printer-fill" viewBox="0 0 16 16">
<path d="M5 1a2 2 0 0 0-2 2v1h10V3a2 2 0 0 0-2-2H5zm6 8H5a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1v-3a1 1 0 0 0-1-1z"/>
<path d="M0 7a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2h-1v-2a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v2H2a2 2 0 0 1-2-2V7zm2.5 1a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1z"/>
</svg>  +01 335 663 77
</p>
</div>
<hr class="mb-4">
<div class="row align-items-center">
<div class="col-md-7 col-lg-8">
<p>
Copyright 2021 All rights reserved by :
<a href="#" style="text-decoration: none;"><strong class="text-warning">Ahmad Sopyan</strong></a>
</p>
</div>
<div class="col-md-5 col-lg-4">
<div class="text-center text-md-right">
<ul class="list-unstyled-item">
<li class="list-inline-item">
<a href="#" class="btn-floating btn-sm text-white" style="font-size: 23px;"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-facebook" viewBox="0 0 16 16">
<path d="M16 8.049c0-4.446-3.582-8.05-8-8.05C3.58 0-.002 3.603-.002 8.05c0 4.017 2.926 7.347 6.75 7.951v-5.625h-2.03V8.05H6.75V6.275c0-2.017 1.195-3.131 3.022-3.131.876 0 1.791.157 1.791.157v1.98h-1.009c-.993 0-1.303.621-1.303 1.258v1.51h2.218l-.354 2.326H9.25V16c3.824-.604 6.75-3.934 6.75-7.951z"/>
</svg></a>
</li>
<li class="list-inline-item">
<a href="#" class="btn-floating btn-sm text-white" style="font-size: 23px;"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-twitter" viewBox="0 0 16 16">
<path d="M5.026 15c6.038 0 9.341-5.003 9.341-9.334 0-.14 0-.282-.006-.422A6.685 6.685 0 0 0 16 3.542a6.658 6.658 0 0 1-1.889.518 3.301 3.301 0 0 0 1.447-1.817 6.533 6.533 0 0 1-2.087.793A3.286 3.286 0 0 0 7.875 6.03a9.325 9.325 0 0 1-6.767-3.429 3.289 3.289 0 0 0 1.018 4.382A3.323 3.323 0 0 1 .64 6.575v.045a3.288 3.288 0 0 0 2.632 3.218 3.203 3.203 0 0 1-.865.115 3.23 3.23 0 0 1-.614-.057 3.283 3.283 0 0 0 3.067 2.277A6.588 6.588 0 0 1 .78 13.58a6.32 6.32 0 0 1-.78-.045A9.344 9.344 0 0 0 5.026 15z"/>
</svg></a>
</li>
<li class="list-inline-item">
<a href="#" class="btn-floating btn-sm text-white" style="font-size: 23px;"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-google" viewBox="0 0 16 16">
<path d="M15.545 6.558a9.42 9.42 0 0 1 .139 1.626c0 2.434-.87 4.492-2.384 5.885h.002C11.978 15.292 10.158 16 8 16A8 8 0 1 1 8 0a7.689 7.689 0 0 1 5.352 2.082l-2.284 2.284A4.347 4.347 0 0 0 8 3.166c-2.087 0-3.86 1.408-4.492 3.304a4.792 4.792 0 0 0 0 3.063h.003c.635 1.893 2.405 3.301 4.492 3.301 1.078 0 2.004-.276 2.722-.764h-.003a3.702 3.702 0 0 0 1.599-2.431H8v-3.08h7.545z"/>
</svg></a>
</li>
<li class="list-inline-item">
<a href="#" class="btn-floating btn-sm text-white" style="font-size: 23px;"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-linkedin" viewBox="0 0 16 16">
<path d="M0 1.146C0 .513.526 0 1.175 0h13.65C15.474 0 16 .513 16 1.146v13.708c0 .633-.526 1.146-1.175 1.146H1.175C.526 16 0 15.487 0 14.854V1.146zm4.943 12.248V6.169H2.542v7.225h2.401zm-1.2-8.212c.837 0 1.358-.554 1.358-1.248-.015-.709-.52-1.248-1.342-1.248-.822 0-1.359.54-1.359 1.248 0 .694.521 1.248 1.327 1.248h.016zm4.908 8.212V9.359c0-.216.016-.432.08-.586.173-.431.568-.878 1.232-.878.869 0 1.216.662 1.216 1.634v3.865h2.401V9.25c0-2.22-1.184-3.252-2.764-3.252-1.274 0-1.845.7-2.165 1.193v.025h-.016a5.54 5.54 0 0 1 .016-.025V6.169h-2.4c.03.678 0 7.225 0 7.225h2.4z"/>
</svg></a>
</li>
<li class="list-inline-item">
<a href="https://bit.ly/3A72zFV" target="_blank" class="btn-floating btn-sm text-white" style="font-size: 23px;"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-youtube" viewBox="0 0 16 16">
<path d="M8.051 1.999h.089c.822.003 4.987.033 6.11.335a2.01 2.01 0 0 1 1.415 1.42c.101.38.172.883.22 1.402l.01.104.022.26.008.104c.065.914.073 1.77.074 1.957v.075c-.001.194-.01 1.108-.082 2.06l-.008.105-.009.104c-.05.572-.124 1.14-.235 1.558a2.007 2.007 0 0 1-1.415 1.42c-1.16.312-5.569.334-6.18.335h-.142c-.309 0-1.587-.006-2.927-.052l-.17-.006-.087-.004-.171-.007-.171-.007c-1.11-.049-2.167-.128-2.654-.26a2.007 2.007 0 0 1-1.415-1.419c-.111-.417-.185-.986-.235-1.558L.09 9.82l-.008-.104A31.4 31.4 0 0 1 0 7.68v-.123c.002-.215.01-.958.064-1.778l.007-.103.003-.052.008-.104.022-.26.01-.104c.048-.519.119-1.023.22-1.402a2.007 2.007 0 0 1 1.415-1.42c.487-.13 1.544-.21 2.654-.26l.17-.007.172-.006.086-.003.171-.007A99.788 99.788 0 0 1 7.858 2h.193zM6.4 5.209v4.818l4.157-2.408L6.4 5.209z"/>
</svg></a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</footer>
<!-- EndFooter -->
<script src="js/main.js"></script>
<!-- Option 1: Bootstrap Bundle with Popper -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-U1DAWAznBHeqEIlVSCgzq+c9gqGAJn5c/t99JyeKa9xxaYpSvHU5awsuZVVFIhvj" crossorigin="anonymous"></script>
</body>
</html>