|
Server : LiteSpeed System : Linux terra.hostitbro.com 5.14.0-611.54.3.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Thu May 7 16:31:24 EDT 2026 x86_64 User : outerorb ( 1091) PHP Version : 8.1.34 Disable Function : mail Directory : /home2/outerorb/dev.outerorbittech.com/anant-engg/ | |
|
Path: /home2/outerorb/dev.outerorbittech.com/anant-engg/gallery.php
Size: 5.03 KB
Permissions: 0644
<?php
include_once("include/main.inc.php");
$hover='gallery';
$page_metatitle="Gallery - ".$admin_res['companyName'];
$page_metakey="Gallery - ".$admin_res['companyName'];
$page_metadesc="Gallery - ".$admin_res['companyName'];
?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<?php include "app_top.php"; ?>
</head>
<body>
<?php include "app_header.php"; ?>
<section class="heading_banner" style="background-image: url(<?=site_url;?>/designer/images/gallery-banner.jpg)">
<div class="container">
<div class="row">
<div class="col-xxl-12 col-xl-12 col-lg-12 col-md-12 col-sm-12 col-12 text-center">
<h1 class="cat_title">Gallery</h1>
<div class="clearfix"></div>
</div>
</div>
</div>
</section>
<div class="inner_breadcrumb hidden_xs">
<div class="container">
<div class="row">
<div class="col-xxl-12 col-xl-12 col-lg-12 col-md-12 col-sm-12 col-12">
<ul class="breadcrumb">
<li><a href="<?=site_url;?>" title="Home">Home</a></li>
<li class="active"> Gallery</li>
</ul>
</div>
</div>
</div>
</div>
<section class="gallery_page">
<div class="container">
<h2 class="title_2 d-none"> Gallery</h2>
<div class="aboutTitle">Our <span> Gallery</span></div>
<p class="mx-auto w-75 text-center mb-3">Explore our gallery showcasing precision engineering at its finest. Witness the mastery of our skilled craftsmen in every component. From intricate machinery to flawless products, each image tells a story of quality and innovation.</p>
<div class="clearfix"></div>
<div class="row">
<div class="col-md-6 col-sm-6 wow fadeInDown animated animated" data-wow-delay=".1s"
style="visibility: visible; animation-delay: 0.1s; animation-name: fadeInDown;">
<a href="<?=site_url;?>/photo-gallery.htm" title="Photo Gallery">
<div class="gallery_category">
<div class="gallery_image">
<img src="<?=site_url;?>/designer/images/image1.jpg" alt="Photo Gallery" title="Photo Gallery">
</div>
<div class="caption">
<h3>Photo Gallery</h3>
</div>
<div class="link-wrap">
<i>
<svg width="20px" height="20px" viewBox="0 0 24 24" fill="#fff" xmlns="http://www.w3.org/2000/svg">
<path d="M3 8.976C3 4.05476 4.05476 3 8.976 3H15.024C19.9452 3 21 4.05476 21 8.976V15.024C21 19.9452 19.9452 21 15.024 21H8.976C4.05476 21 3 19.9452 3 15.024V8.976Z" stroke="#323232" stroke-width="2"/>
<path d="M17.0045 16.5022L12.7279 12.2256C9.24808 8.74578 7.75642 8.74578 4.27658 12.2256L3 13.5022" stroke="#323232" stroke-width="2" stroke-linecap="round"/>
<path d="M21 13.6702C18.9068 12.0667 17.4778 12.2919 15.198 14.3459" stroke="#323232" stroke-width="2" stroke-linecap="round"/>
<path d="M17 8C17 8.55228 16.5523 9 16 9C15.4477 9 15 8.55228 15 8C15 7.44772 15.4477 7 16 7C16.5523 7 17 7.44772 17 8Z" stroke="#323232" stroke-width="2"/>
</svg>
</i>
</div>
</div>
</a>
</div>
<div class="col-md-6 col-sm-6 wow fadeInDown animated animated" data-wow-delay=".1s"
style="visibility: visible; animation-delay: 0.1s; animation-name: fadeInDown;">
<a href="<?=site_url;?>/video-gallery.htm" title="Video Gallery">
<div class="gallery_category">
<div class="gallery_image">
<img src="<?=site_url;?>/designer/images/image-6.jpg" alt="Video Gallery" title="Video Gallery">
</div>
<div class="caption">
<h3>Video Gallery</h3>
</div>
<div class="link-wrap">
<i>
<svg width="20px" height="20px" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
<rect x="0" fill="#fff" width="20" height="20"/>
<g>
<path d="M19 15V5c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h13c1.1 0 2-.9 2-2zM8 14V6l6 4z"/>
</g>
</svg>
</i>
</div>
</div>
</a>
</div>
</div>
</div>
</section>
<h4 class="title_2 d-none">Our Gallery</h4>
<?//php include "app_faq.php"; ?>
<?//php include 'app_clients.php'; ?>
<?php include "app_footer.php"; ?>
<?php include "app_bottom.php"; ?>
</body>
</html>