|
Server IP : 2a02:4780:11:1017:0:31f1:b895:8 / Your IP : 216.73.216.163 Web Server : LiteSpeed System : Linux in-mum-web917.main-hosting.eu 4.18.0-553.37.1.lve.el8.x86_64 #1 SMP Mon Feb 10 22:45:17 UTC 2025 x86_64 User : u837925013 ( 837925013) PHP Version : 8.2.27 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : OFF | Python : OFF Directory (0755) : /home/u837925013/domains/tech2wizard.com/public_html/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
<?php include('inc/function.php');?>
<!DOCTYPE html>
<html lang="zxx">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<?php $get_seo= mysqli_fetch_array($con->query("select * from seo WHERE id=4")); ?>
<title><?php if(!empty($get_seo['meta_title'])){ echo $get_seo['meta_title']; } ?></title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="<?php if(!empty($get_seo['meta_description'])){ echo $get_seo['meta_description']; }?>">
<meta name="keywords" content="<?php if(!empty($get_seo['meta_keyword'])){ echo $get_seo['meta_keyword']; }?>"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/png" href="<?php echo IMAGE_SITE_PATH.$get_logo['fevicon']?>" />
<link rel="stylesheet" href="assets/css/animate.min.css" />
<link rel="stylesheet" href="assets/css/bootstrap.min.css" />
<link rel="stylesheet" href="assets/css/fontawsome.min.css" />
<link rel="stylesheet" href="assets/css/flaticon.css" />
<link rel="stylesheet" href="assets/css/meanmenu.min.css" />
<link rel="stylesheet" href="assets/css/owl.carousel.min.css" />
<link rel="stylesheet" href="assets/css/nice-select.min.css" />
<link rel="stylesheet" href="assets/css/owl.theme.default.min.css" />
<link rel="stylesheet" href="assets/css/magnific-popup.min.css" />
<link rel="stylesheet" href="assets/css/jquery-ui.min.css" />
<link rel="stylesheet" href="assets/css/swiper.min.css" />
<link rel="stylesheet" href="assets/css/odometer.min.css" />
<link rel="stylesheet" href="assets/css/style.css" />
<link rel="stylesheet" href="assets/css/responsive.css" />
<?php echo $setting['head_code']; ?>
</head>
<body>
<?php include('inc/header.php'); ?>
<div class="uni-banner"style="background-image: url('<?php if(!empty($get_seo['banner'])){ echo BANNER_SITE_PATH.$get_seo['banner']; }?>');">
<div class="container-fluid container-large">
<div class="uni-banner-text-area">
<h1><?php if(!empty($get_seo['banner_title'])){ echo $get_seo['banner_title']; }?></h1>
<?php if(!empty($get_seo['banner_sub_title'])){ echo "<p class='text-white'>".$get_seo['banner_sub_title']."</p>"; }?>
<ul>
<li><a href="index.php">Home</a></li>
<li><?php if(!empty($get_seo['page_name'])){ echo $get_seo['page_name']; }?></li>
</ul>
</div>
</div>
</div>
<div class="pricing ptb-40">
<div class="container">
<div class="row justify-content-center">
<div class="col-md-12">
<div class="main-heading-title">
<h2>Press & News Coverages</h2>
</div>
</div>
<div class="col-lg-12 col-md-12 col-sm-12 col-12">
<div class="row ptb-40">
<div class="col-lg-6">
<div class="mt-20 pr-20">
<div class="default-section-title">
<p>Welcome to the Tech Wizardry Press Page! Here, you'll find the latest news and updates about our company, including press releases, media
coverage, and announcements.
</p>
<p>At Tech Wizardry, we're committed to staying on the cutting edge of the tech industry and providing our customers with the best possible service. We believe in transparency and open communication, and that's why we're dedicated to keeping our customers, partners, and stakeholders informed about the latest developments at our company.
</p>
<p>Whether you're a journalist, blogger, or industry insider, our press page is the place to be for the latest news and information about Tech Wizardry. Here, you'll find press releases about our latest product launches, new services, and corporate developments, as well as media coverage of our company in the news.</p>
<p>If you're interested in covering Tech Wizardry in the media or have any press inquiries, please don't hesitate to reach out to us. We're always happy to speak with members of the media and provide them with the information they need to tell our story.
</p>
<p>If you're interested in covering Tech Wizardry in the media or have any press inquiries, please don't hesitate to reach out to us. We're always happy to speak with members of the media and provide them with the information they need to tell our story.</p>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="about-img-area" style="background-image: url('admin/uploads/icon/press-release-service.jpeg');">
<img src="admin/uploads/icon/press-release-service.jpeg" alt="image">
</div>
</div>
</div>
</div>
<div class="col-lg-12 col-md-12 col-sm-12 col-12">
<?php
$press= $con ->query("SELECT * FROM press Where status='1'");
while($press_data = $press ->fetch_assoc()){
?>
<div class="single-press wow fadeIn row">
<div class="press-image col-md-3">
<img src="<?php echo PRESS_SITE_PATH.$press_data['image']; ?>" alt="image">
</div>
<div class="press-data col-md-9">
<div class="row">
<div class="col-md-6"><span class="press-icon"><i class="fa fa-globe press-icon"></i> <a href="<?php echo $press_data['url']; ?>"><?php echo $press_data['website']; ?></a></span></div>
<div class="col-md-6"><span class="press-icon"><i class="flaticon-deadline"></i> <?php echo date('d M Y', strtotime($press_data['date'])); ?></span></div>
<div class="col-md-12 mt-20">
<h4><?php echo $press_data['title']; ?></h4>
<p><?php echo $press_data['dsc']; ?></p>
</div>
</div>
</div>
</div>
<?php } ?>
</div>
</div>
</div>
</div>
<?php include('inc/footer.php'); ?>
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery-ui.min.js"></script>
<script src="assets/js/bootstrap.bundle.min.js"></script>
<script src="assets/js/meanmenu.js"></script>
<script src="assets/js/owl.carousel2.thumbs.js"></script>
<script src="assets/js/owl.carousel.min.js"></script>
<script src="assets/js/magnific-popup.min.js"></script>
<script src="assets/js/TweenMax.js"></script>
<script src="assets/js/nice-select.min.js"></script>
<script src="assets/js/form-validator.min.js"></script>
<script src="assets/js/contact-form-script.js"></script>
<script src="assets/js/ajaxchimp.min.js"></script>
<script src="assets/js/appear.min.js"></script>
<script src="assets/js/swiper-bundle.min.js"></script>
<script src="assets/js/tilt.js"></script>
<script src="assets/js/odometer.min.js"></script>
<script src="assets/js/custom.js"></script>
</body>
</html>