Mini Shell
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>ติดต่อเรา English Program|โรงเรียนเทศบาลวัดชัยชุมพล | CCP</title>
<meta name="description" content="ติดต่อเรา | English Program | โรงเรียนเทศบาลวัดชัยชุมพล | Watchaichumpol municipality school">
<?php include 'head.php'; ?>
<style>
/* HERO */
.hero-section{
position: relative;
padding: 16px 0 22px;
overflow: hidden;
color: #fff;
background: radial-gradient(1200px 400px at 20% 20%, rgba(255,255,255,.18), transparent 55%),
linear-gradient(135deg, #6a5af9 0%, #7b6cff 50%, #8f85ff 100%);
box-shadow: 0 10px 26px rgba(106, 90, 249, 0.22);
}
.hero-section h1{ margin:0; font-size:24px; font-weight:600; letter-spacing:.3px; }
.hero-section::before{
content:""; position:absolute; inset:-40px; pointer-events:none;
background:
radial-gradient(600px 260px at 75% 35%, rgba(255,255,255,.16), transparent 60%),
radial-gradient(420px 220px at 20% 75%, rgba(255,255,255,.10), transparent 62%),
repeating-linear-gradient(135deg, rgba(255,255,255,.08) 0px, rgba(255,255,255,.08) 1px, transparent 1px, transparent 14px);
opacity:.75; transform: rotate(-2deg);
}
.hero-wave{ position:absolute; left:0; right:0; bottom:-1px; height:32px; line-height:0; }
.hero-wave svg{ width:100%; height:100%; display:block; }
.hero-wave path{ fill:#fff; }
/* ทำรูปในกริดให้สวยขึ้น (ยังใช้โครง gallery เดิมของธีม) */
.probootstrap-gallery .grid-item a{
display:block;
border-radius: 18px;
overflow:hidden;
box-shadow: 0 12px 26px rgba(0,0,0,.10);
background:#fff;
}
.probootstrap-gallery .grid-item img{
width:100%;
height: 230px; /* ปรับได้ */
object-fit: cover;
display:block;
}
/* PAGINATION FIX */
.site-pageination.pagination-clean{
list-style:none !important;
padding:0 !important;
margin:26px 0 10px !important;
display:flex !important;
justify-content:center !important;
align-items:center !important;
gap:10px !important;
flex-wrap:wrap !important;
width:100% !important;
}
.site-pageination.pagination-clean li,
.site-pageination.pagination-clean li:before,
.site-pageination.pagination-clean li:after{
list-style:none !important;
content:none !important;
background:none !important;
float:none !important;
width:auto !important;
margin:0 !important;
padding:0 !important;
}
.site-pageination.pagination-clean > li{ display:inline-flex !important; }
.site-pageination.pagination-clean > li > a,
.site-pageination.pagination-clean > li > span{
display:inline-flex !important;
align-items:center !important;
justify-content:center !important;
height:40px !important;
min-width:44px !important;
padding:0 14px !important;
border-radius:999px !important;
border:1px solid rgba(0,0,0,.12) !important;
background:#fff !important;
color:#333 !important;
font-weight:700 !important;
text-decoration:none !important;
line-height:1 !important;
transition:all .2s ease;
}
.site-pageination.pagination-clean > li > a:hover{
background:rgba(22,163,74,.10) !important;
border-color:rgba(22,163,74,.35) !important;
color:#16a34a !important;
}
.site-pageination.pagination-clean > li.active > a{
background:#16a34a !important;
border-color:#16a34a !important;
color:#fff !important;
}
.site-pageination.pagination-clean > li.disabled > a{ pointer-events:none !important; opacity:.45 !important; }
.site-pageination.pagination-clean > li.dots > span{
border:0 !important; background:transparent !important; min-width:auto !important; padding:0 6px !important;
}
</style>
</head>
<body>
<div class="probootstrap-page-wrapper">
<!-- Fixed navbar -->
<?php include 'header.php'; ?>
<section class="probootstrap-section probootstrap-section-colored hero-section">
<div class="container">
<div class="row">
<div class="col-md-12 text-left section-heading probootstrap-animate">
<h1>ติดต่อเรา</h1>
</div>
</div>
</div>
<div class="hero-wave" aria-hidden="true">
<svg viewBox="0 0 1440 160" preserveAspectRatio="none">
<path d="M0,96 C240,160 480,32 720,96 C960,160 1200,32 1440,96 L1440,160 L0,160 Z"></path>
</svg>
</div>
</section>
<section class="probootstrap-section">
<div class="container">
<?php
$content_id = 003;
$sql_content = "SELECT * FROM content WHERE content_id = $content_id ";
$result_content = mysqli_query($link, $sql_content);
$row_content = mysqli_fetch_array($result_content);
echo $row_content['content'];
?>
</div>
</section>
<?php include 'footer.php'; ?>
</div>
<!-- END wrapper -->
<script src="js/scripts.min.js"></script>
<script src="js/main.min.js"></script>
<script src="js/custom.js"></script>
</body>
</html>
Zerion Mini Shell 1.0