Sindbad~EG File Manager
<!DOCTYPE html>
<html lang="en">
<head>
<head>
<!-- Meta Title Services page -->
<title> 120 Characters needs here</title>
<!-- Meta Description Services page -->
<meta name="description" content="200 Characters needs here">
<!-- Meta Keywords Services page-->
<meta name="keywords" content="SEO Based keywords needs here">
<!-- Meta Robots
<meta name="robots" content="index, follow">
<!-- Canonical URL
<link rel="canonical" href="https://steamcookingsystemmanufacturer.in/">
<!-- Favicon -->
<link rel="icon" href="img/favicon.png" type="image/x-icon">
<!-- Apple Touch Icon -->
<link rel="apple-touch-icon" href="img/icon.png">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet">
<!-- Bootstrap Icons -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons/font/bootstrap-icons.css" rel="stylesheet">
<link href="css.css" rel="stylesheet">
</head>
<body>
<?php include('header.php') ?>
<?php include 'service-list.php' ?>
<!-- Services Section -->
<section id="services" class="services-section py-5 bg-white">
<div class="container">
<div class="text-center mb-5">
<h2 class="services-title ">Our Services</h2>
<p class="text-secondary">Expert Solutions for Every Construction Need</p>
</div>
<div class="row row-cols-1 row-cols-md-3 g-4">
<?php $limitedServices = array_slice($services, 0, 18); foreach ($limitedServices as $service): ?>
<div class="col">
<div class="card h-100">
<div class="card-body text-center">
<i class="bi <?= $service['icon']; ?> service-icon text-primary"></i>
<h3 class="card-title mt-3"><?= $service['title']; ?></h3>
<p class="card-text"><?= $service['description']; ?></p>
</div>
</div>
</div>
<?php endforeach; ?>
</div>
</div>
</section>
<?php include('footer.php') ?>
</body>
</html>
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists