Viewing file: About Kateb Hospital.php (5.98 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
include('admin/conn.php');
$settings = mysqli_query($con,"SELECT * FROM settings");
$setting = mysqli_fetch_array($settings);
?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="keywords" content="Site keywords here">
<meta name="description" content="#">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title><?php echo $setting['site_name'] ?></title>
<link rel="icon" href="assets/img/favicon.png">
<link href="https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,400;0,500;0,600;0,700;0,900;1,500;1,700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/cube-portfolio.min.css">
<link rel="stylesheet" href="assets/css/owl.carousel.min.css">
<link rel="stylesheet" href="assets/css/slicknav.min.css">
<link rel="stylesheet" href="assets/css/maginific-popup.min.css">
<link rel="stylesheet" href="assets/css/animate.min.css">
<link rel="stylesheet" href="assets/css/nice-select.css">
<link rel="stylesheet" href="assets/css/datepicker.css">
<link rel="stylesheet" href="assets/css/fontawesome.min.css">
<link rel="stylesheet" href="assets/css/icofont.css">
<link rel="stylesheet" href="assets/css/default.css">
<link rel="stylesheet" href="assets/css/style.css">
<link rel="stylesheet" href="assets/css/responsive.css">
</head>
<body>
<?php require_once('header.php') ?>
<section class="breadcrumbs" style="background-image:url(assets/img/2.png)">
<div class="container">
<div class="row">
<div class="col-lg-6 offset-lg-3 col-12">
<div class="breadcrumb-content">
<h4>About Kateb Hospital</h4>
<ul class="breadcrumb-menu">
<li><a href="index">Home</a><i class="far fa-angle-double-right"></i></li>
<li><a href="#">About Kateb Hospital</a></li>
</ul>
</div>
</div>
</div>
</div>
</section>
<section class="service-details-area">
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-7 col-12 wow fadeInUp" data-wow-delay="0.2s">
<div class="service-details-sidebar">
<div class="sidebar-service">
<?php include('sidebar-service.php') ?>
</div>
</div>
</div>
<div class="col-lg-8 col-12 wow fadeInUp" data-wow-delay="0.2s">
<div class="service-details-inner">
<div class="service-details-content">
<div class="service-d-description">
<div class="service-d-top-img">
<img src="assets/img/hero-slider/slider-1.jpg" alt="#">
</div>
<h3> About Kateb Hospital</h3>
<p>
Faiz Mohammad Kateb hospital was established in 2018 based on the work permit of the Ministry of Public Health located on Shahid Mazari Road, Haji Nawroz cross road, west of Kabul. The overall goal of Kateb curative hospital is provision of specialized health care services, Education of the students of medical faculty, improving the level of health of the people, prevention of diseases and decreasing mortality rate. Kateb Hospital has general medicine, general surgery, obstetrics and gynecology, children and infants, operations room and 24 hours ambulance. And then laboratory, Xray, pharmacy, echocardiography, hemodialysis, dental clinic, physiotherapy, Tuberculosis, Vaccine and ICU, NICU were added to the facilities of the hospital. <br>
Kateb Curative Hospital enjoys a highly specialized human resources, standard building, operations room, birth room, fully equipped emergency room, ordinary and VIP rooms, ICU and NICU rooms, equipped laboratory, pharmacy and 24 hours ambulance, heating system, specialized health care service aligned with international and MPH norms to serve the people with high quality service. <br>
Kateb curative hospital observing the charter of patients, patients' safety protocols, ensuring a safe working and treatment environment, has achieved outstanding achievements during after it was established including but not limited to lowering caesarean rate in this hospital in comparison to the international rates.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<?php include('footer.php') ?>
<script data-cfasync="false" src="../cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script>
<script src="assets/js/jquery-3.6.0.min.js"></script>
<script src="assets/js/bootstrap.bundle.min.js"></script>
<script src="assets/js/bootstrap-datepicker.js"></script>
<script src="assets/js/modernizer.min.js"></script>
<script src="assets/js/magnific-popup.min.js"></script>
<script src="assets/js/waypoints.min.js"></script>
<script src="assets/js/jquery.counterup.min.js"></script>
<script src="assets/js/owl.carousel.min.js"></script>
<script src="assets/js/cube-portfolio.min.js"></script>
<script src="assets/js/nice-select.min.js"></script>
<script src="assets/js/wow.min.js"></script>
<script src="assets/js/jquery.slicknav.min.js"></script>
<script src="assets/js/steller.min.js"></script>
<script src="assets/js/easing.min.js"></script>
<script src="assets/js/jquery.scrollUp.min.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>
|