Shell File Manager
<?php $page = 'home' ?>
<?php
include_once('include/config.php');
if (isset($_GET['log_status'])) {
$log_status = $_GET['log_status'];
} else {
$log_status = '';
}
?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>CamScan FZCO | Home</title>
<link rel="shortcut icon" type="image/x-icon" href="./camsan_icon.png">
<?php
include('Home/header.php');
?>
</head>
<body>
<?php
include('Home/nav.php');
?>
<!-- ======= Hero Section ======= -->
<section id="hero">
<div id="heroCarousel" data-bs-interval="5000" class="carousel slide carousel-fade" data-bs-ride="carousel">
<ol class="carousel-indicators" id="hero-carousel-indicators"></ol>
<div class="r" role="listbox">
<!-- Slide 1 -->
<div class="carousel-item active" style="background-image: url(assets/img/slides/slider3.jpg) ; ">
<div class="container">
<h2>Security Solutions <span></span></h2>
<p>CamScan FZCO Limited is a leader in CCTV surveillance solutions</p>
<a href="#about" class="btn-get-started scrollto">Read More</a>
</div>
</div>
<!-- Slide 2 -->
<div class="carousel-item" style="background-image: url(assets/img/slides/1.png) ">
<div class="container">
<h2>Security Solutions</h2>
<p>CamScan FZCO solutions for city surveillance</p>
<a href="#about" class="btn-get-started scrollto">Read More</a>
</div>
</div>
<!-- Slide 3 -->
<div class="carousel-item" style="background-image: url(assets/img/slides/2.png)">
<div class="container">
<h2>Security Solutions</h2>
<p>CamScan FZCO solutions for prison security</p>
<a href="#about" class="btn-get-started scrollto">Read More</a>
</div>
</div>
<div class="carousel-item" style="background-image: url(assets/img/slides/4.png)">
<div class="container">
<h2>Security Solutions</h2>
<p>CamScan FZCO solutions for Airport security</p>
<a href="#about" class="btn-get-started scrollto">Read More</a>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#heroCarousel" role="button" data-bs-slide="prev">
<span class="carousel-control-prev-icon bi bi-chevron-left" aria-hidden="true"></span>
</a>
<a class="carousel-control-next" href="#heroCarousel" role="button" data-bs-slide="next">
<span class="carousel-control-next-icon bi bi-chevron-right" aria-hidden="true"></span>
</a>
</div>
</section><!-- End Hero -->
<main id="main">
<!-- ======= Featured Services Section ======= -->
<section id="featured-services" class="featured-services">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>Find Security Solution For </h2>
</div>
<br>
<div class="row">
<div class="col-md-6 col-lg-3 d-flex align-items-stretch mb-5 mb-lg-0">
<div class="icon-box" data-aos="fade-up" data-aos-delay="100">
<div class="icon">
<center> <img src="assets/img/website/home.png" width="150px"> </center>
</div>
<center>
<h4 class="title"><a href="">Home</a></h4>
</center>
<p class="description">Full home protection through the monitoring systems used</p>
</div>
</div>
<div class="col-md-6 col-lg-3 d-flex align-items-stretch mb-5 mb-lg-0">
<div class="icon-box" data-aos="fade-up" data-aos-delay="200">
<div class="icon">
<center> <img src="assets/img/website/car.png" width="150px"> </center>
</div>
<center>
<h4 class="title"><a href="">Car</a></h4>
<p class="description"> Keep your car safe and controlled, and it's hard to steal</p>
</div>
</div>
<div class="col-md-6 col-lg-3 d-flex align-items-stretch mb-5 mb-lg-0">
<div class="icon-box" data-aos="fade-up" data-aos-delay="400">
<div class="icon">
<center> <img src="assets/img/website/outdoor.png" width="150px"> </center>
</div>
<center>
<h4 class="title"><a href="">Outdoor</a></h4>
<p class="description">Surveillance systems are available anywhere & any time</p>
</div>
</div>
<div class="col-md-6 col-lg-3 d-flex align-items-stretch mb-5 mb-lg-0">
<div class="icon-box" data-aos="fade-up" data-aos-delay="300">
<div class="icon">
<center> <img src="assets/img/website/work.png" width="150px"> </center>
</div>
<center>
<h4 class="title"><a href="">Office</a></h4>
<p class="description">Get all the customer and staff movements easily</p>
</div>
</div>
</div>
</div>
</section><!-- End Featured Services Section -->
<!-- ======= Cta Section ======= -->
<section id="cta" class="cta">
<div class="container" data-aos="zoom-in">
<div class="text-center">
<h3>
DOWNLOAD <br>
our catalogue now!
& take the advantage</h3>
<p> CamScan FZCO Volume 10 catalogue features the latest in AHD 2.0, EX-SDI, and 4K camera technologies. Further, the latest in network and digital recording solutions are featured in this latest edition.</p>
<a class="cta-btn scrollto" href="./downloads/download.php?file=Camscan.pdf"> Download Catalog</a>
</div>
</div>
</section><!-- End Cta Section -->
<!-- ======= Counts Section ======= -->
<section id="counts" class="counts">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>Products Type & Categories</h2>
<p>CamScan FZCO includes a diverse and distinct range of products to meet all different requirements.</p>
</div>
<div class="row no-gutters">
<div class="col-lg-3 col-md-6 d-md-flex align-items-md-stretch">
<div class="count-box">
<i class="fa "> <img src="assets/img/website/cctv.png" width="35px"></i>
<?php
$type = "SELECT Count(type) FROM tb1 Where type='Cameras' ";
$type_run = mysqli_query($connection, $type);
if (mysqli_num_rows($type_run) > 0) {
foreach ($type_run as $typefor) {
// print_r($pritems1);
$type = $typefor['Count(type)'];
}
}
?>
<span data-purecounter-start="0" data-purecounter-end="<?php print_r($type); ?>" data-purecounter-duration="1" class="purecounter"></span>
<p><strong>Cameras </strong> include PTZ,bullet,dome , Thermal & box ..etc cameras</p>
<a href="products/category.php?log_status=<?php print_r($log_status); ?>">Find out more »</a>
</div>
</div>
<div class="col-lg-3 col-md-6 d-md-flex align-items-md-stretch">
<div class="count-box">
<i class="fa "> <img src="assets/img/website/dvr.png" width="35px"></i>
<?php
$type = "SELECT Count(type) FROM tb1 Where type='Recorders ' ";
$type_run = mysqli_query($connection, $type);
if (mysqli_num_rows($type_run) > 0) {
foreach ($type_run as $typefor) {
// print_r($pritems1);
$type = $typefor['Count(type)'];
}
}
?>
<span data-purecounter-start="0" data-purecounter-end="<?php print_r($type); ?>" data-purecounter-duration="1" class="purecounter"></span>
<p><strong>Recorders</strong> include Network Video Recorders & Digital Video Recorders </p>
<a href="products/category.php?log_status=<?php print_r($log_status); ?>">Find out more »</a>
</div>
</div>
<div class="col-lg-3 col-md-6 d-md-flex align-items-md-stretch">
<div class="count-box">
<i class="fa "> <img src="assets/img/website/imac.png" width="35px"></i>
<?php
$type = "SELECT Count(type) FROM tb1 Where type='Smart Home' ";
$type_run = mysqli_query($connection, $type);
if (mysqli_num_rows($type_run) > 0) {
foreach ($type_run as $typefor) {
// print_r($pritems1);
$type = $typefor['Count(type)'];
}
}
?>
<span data-purecounter-start="0" data-purecounter-end="<?php print_r($type); ?>" data-purecounter-duration="1" class="purecounter"></span>
<p><strong>Smart Home </strong> include Smart Control Devices </p>
<a href="products/category.php?log_status=<?php print_r($log_status); ?>">Find out more »</a>
</div>
</div>
<div class="col-lg-3 col-md-6 d-md-flex align-items-md-stretch">
<div class="count-box">
<i class="fa "> <img src="assets/img/website/cable.png" width="35px"></i>
<?php
$type = "SELECT Count(type) FROM tb1 Where type='Others Products ' ";
$type_run = mysqli_query($connection, $type);
if (mysqli_num_rows($type_run) > 0) {
foreach ($type_run as $typefor) {
// print_r($pritems1);
$type = $typefor['Count(type)'];
}
}
?>
<span data-purecounter-start="0" data-purecounter-end="<?php print_r($type); ?>" data-purecounter-duration="1" class="purecounter"></span>
<p><strong>Others Products</strong> include miscellaneous products</p>
<a href="products/category.php?log_status=<?php print_r($log_status); ?>">Find out more »</a>
</div>
</div>
</div>
</div>
</section><!-- End Counts Section -->
<!-- ======= Departments Section ======= -->
<section id="departments" class="departments">
<div class="container" data-aos="fade-up">
<div class="row" data-aos="fade-up" data-aos-delay="100">
<div class="col-lg-4 mb-5 mb-lg-0">
<ul class="nav nav-tabs flex-column">
<li class="nav-item">
<a class="nav-link active show" data-bs-toggle="tab" data-bs-target="#tab-1">
<h4>Video Surveillance Systems</h4>
<p>Producing cutting-edge video surveillance systems.</p>
</a>
</li>
<li class="nav-item mt-2">
<a class="nav-link" data-bs-toggle="tab" data-bs-target="#tab-2">
<h4>Security Surveillance Cameras</h4>
<p>Developed new image capture technologies for security cameras.</p>
</a>
</li>
<li class="nav-item mt-2">
<a class="nav-link" data-bs-toggle="tab" data-bs-target="#tab-3">
<h4>Security Surveillance Recorders</h4>
<p>DVR's and NVR's Devices.</p>
</a>
</li>
<li class="nav-item mt-2">
<a class="nav-link" data-bs-toggle="tab" data-bs-target="#tab-4">
<h4>Other Products</h4>
<p>Offers a full security cameras solution.</p>
</a>
</li>
</ul>
</div>
<div class="col-lg-8">
<div class="tab-content">
<div class="tab-pane active show" id="tab-1">
<h3>Video Surveillance Systems</h3>
<p class="fst-italic">CamScan FZCO LIMITED has been producing cutting-edge video surveillance systems for almost 10 years.</p>
<img src="assets/img/website/1.jpeg" alt="" class="img-fluid">
<p>The full spectrum of security requirements is covered from cameras (analogue, HD over coax, IP and specialty cameras), to recorders (both analogue recorders and network video recorders).</p>
<strong> <a href="products/category.php?log_status=<?php print_r($log_status); ?>">Find out more »</a> </strong>
</div>
<div class="tab-pane" id="tab-2">
<h3>Security Surveillance Cameras</h3>
<p class="fst-italic">Over the years, CamScan FZCO has developed new image capture technologies for security cameras.</p>
<img src="assets/img/website/2.jpeg" alt="" class="img-fluid">
<p>These technologies have been incorporated into CamScan FZCO's IP cameras, HD over coax cameras, analogue cameras, and specialty cameras.</p>
<strong> <a href="products/category.php?log_status=<?php print_r($log_status); ?>">Find out more »</a> </strong>
</div>
<div class="tab-pane" id="tab-3">
<h3>Security Surveillance Recorders</h3>
<p class="fst-italic">DVR's and NVR's for all project sizes and recording time, resolution, and frame-rate requirements are covered with the CamScan FZCO range.</p>
<img src="assets/img/website/Recorders.png" alt="" class="img-fluid">
<p>Third party integration is possible on all CamScan FZCO recording solutions.</p>
<strong> <a href="products/category.php?log_status=<?php print_r($log_status); ?>">Find out more »</a> </strong>
</div>
<div class="tab-pane" id="tab-4">
<h3>Other Products</h3>
<p class="fst-italic">CamScan FZCO offers a full security cameras solution.</p>
<img src="assets/img/website/Surveillance-Recorders.png" alt="" class="img-fluid">
<p>this includes miscellaneous products that facilitate the systems integrators job.</p>
<strong> <a href="products/category.php?log_status=<?php print_r($log_status); ?>">Find out more »</a> </strong>
</div>
</div>
</div>
</div>
</div>
</section><!-- End Departments Section -->
<!-- ======= Services Section ======= -->
<section id="services" class="services services">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>Features & Services</h2>
<p>Deciding to install a surveillance solution system in your home is the easy step. But knowing the type and features of the camera... Now that's the hard part. <br>CamScan FZCO security cameras have many features and options, the most prominent of which are described below.</p>
</div>
<div class="row">
<div class="col-lg-4 col-md-6 icon-box" data-aos="zoom-in" data-aos-delay="100">
<div class="icon"><i class="bi bi-cloud-fog2-fill"></i></div>
<h4 class="title"><a href="">Remote Access and Cloud Backup</a></h4>
<p class="description" style="text-align: justify;text-align-last: center;"> This means that you are able to see live footage from the camera on your mobile phone while you are way, even in another city.it also gives you control over how and where you can access your security system</p>
</div>
<div class="col-lg-4 col-md-6 icon-box" data-aos="zoom-in" data-aos-delay="200">
<div class="icon"><i class="bi bi-broadcast"></i></div>
<h4 class="title"><a href="">Motion Sensors and Automation</a></h4>
<p class="description" style="text-align: justify;text-align-last: center;"> The primary of Motion Sensors & Automation advantage is that it cuts down the amount of footage being recorded, saving you tonnes of storage space. It also helps save your internet data as it needs fewer backups to the cloud </p>
</div>
<div class="col-lg-4 col-md-6 icon-box" data-aos="zoom-in" data-aos-delay="300">
<div class="icon"><i class="bi bi-moon-stars-fill"></i></div>
<h4 class="title"><a href="">Night Vision/Low-Light Cameras</a></h4>
<p class="description" style="text-align: justify;text-align-last: center;"> Most cameras record footage that resembles regular black and white videos. Camsan camera systems use infrared or heat-vision cameras for completely dark areas where simple night vision does not quite cut it</p>
</div>
<div class="col-lg-4 col-md-6 icon-box" data-aos="zoom-in" data-aos-delay="100">
<div class="icon"><i class="fas fa-cloud-download-alt"></i> </div>
<h4 class="title"><a href="">Ability to securely back up footage offsite </a></h4>
<p class="description">Mitigate any risk of losing vital footage due to deliberate or accidental damage (fire/flooding etc.) to local recorders, by storing footage with CamScan FZCOner recorders</p>
</div>
<div class="col-lg-4 col-md-6 icon-box" data-aos="zoom-in" data-aos-delay="200">
<div class="icon"><i class="fas fa-user-plus"></i></div>
<h4 class="title"><a href="">Ability to add users easily and quickly </a></h4>
<p class="description" style="text-align: justify;text-align-last: center;">Allows the main user to edit permissions quickly so that they can allow other people to monitor the footage as well It should also allow other users to access the footage </p>
</div>
<div class="col-lg-4 col-md-6 icon-box" data-aos="zoom-in" data-aos-delay="300">
<div class="icon"><i class="fas fa-hourglass-start"></i></div>
<h4 class="title"><a href="">Ability to save time by finding footage quickly </a></h4>
<p class="description" style="text-align: justify;text-align-last: center;">Scheduling can significantly reduce the amount of irrelevant footage recorded, but Camsan system’s object detection can save even more time</p>
</div>
</div>
</div>
</section><!-- End Services Section -->
<!-- ======= Gallery Section ======= -->
<section id="gallery" class="gallery">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>Special & Best Selling </h2>
<p>Discover the Special and best-selling CamScan FZCO CCTV system details, features and models </p>
</div>
<div class="gallery-slider swiper">
<div class="swiper-wrapper align-items-center">
<?php
$special = "SELECT * FROM tb1 Where special=1 or best=1 ";
$special_run = mysqli_query($connection, $special);
if (mysqli_num_rows($type_run) > 0) {
foreach ($special_run as $specialfor) {
// print_r($pritems1);
$Image = $specialfor['Image'];
$Name = $specialfor['Name'];
?>
<div class="swiper-slide" style="text-align: center;">
<a class="gallery-lightbox" href="assets/img/products/<?php print_r($Image); ?> ">
<img src="assets/img/products/<?php print_r($Image); ?> " class="img-fluid" alt=""> <?php print_r($Name); ?> </a>
</div>
<?php
}
}
?>
</div>
<div class="swiper-pagination"></div>
</div>
</div>
</section><!-- End Gallery Section -->
<!-- ======= About Us Section ======= -->
<section id="about" class="about">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>About </h2>
<p>CamScan FZCO is a security solutions company established . Established in 2006, CamScan FZCO has been serving its customers with great devotion ever since. The surveillance products offered are divided into six main categories, box/zoom cameras, infrared cameras, mini-dome cameras, speed-dome cameras (or PTZ cameras), DVRs, IP and other products. Furthermore, CamScan FZCO offers comprehensive access control and security monitoring solutions as well as providing professional CCTV consultation.</p>
</div>
<div class="row">
<div class="col-lg-6" data-aos="fade-right">
<img src="assets/img/website/about camscam.jpeg" class="img-fluid" alt="">
</div>
<div class="col-lg-6 pt-4 pt-lg-0 content" data-aos="fade-left">
<h3>In Addition..</h3>
<p>
CamScan FZCO is pleased to have recently pursued an expansion into the small and large scale IP solution projects field. Naturally, such systems require Central Management Systems (CMS) integration, which are offered as well to complete the surveillance system package.
CamScan FZCO Limited and the CamScan FZCO brand name are owned by Aswar Aldirah Electronics Trading LLC.
</p>
<ul>
<li><i class="bi bi-check-circle"></i> Commitment</li>
<li><i class="bi bi-check-circle"></i> Quality</li>
<li><i class="bi bi-check-circle"></i> Innovation</li>
</ul>
<p>
<a href="company/about.php?log_status=<?php print_r($log_status) ?>"> Read more.. </a>
</p>
</div>
</div>
</div>
</section><!-- End About Us Section -->
</main><!-- End #main -->
<!-- ======= Footer ======= -->
<?php
include 'Home/footer.php';
?>
</body>
</html>
Shell File Manager Version 1.1, Coded By Shell
Email: [email protected]