product url issue sorted
This commit is contained in:
parent
a4071c5730
commit
30641eb4e5
@ -83,7 +83,7 @@
|
||||
</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a href="contact.php" class="nav-link">
|
||||
<a href="product.php" class="nav-link">
|
||||
Products
|
||||
<i class='bx bx-caret-down'></i>
|
||||
</a>
|
||||
@ -144,7 +144,7 @@
|
||||
</div>
|
||||
<div class="pt-2 menulist nav nav-pills" id="v-pills-tab" role="tablist" aria-orientation="vertical">
|
||||
<button class="arrow-icon nav-link" id="tab-8-tab" data-bs-toggle="pill" data-bs-target="#tab8" type="button" role="tab" aria-controls="tab-8" aria-selected="false">
|
||||
<span>3D Animation & Characters Designing Services</span>
|
||||
<span>3D Animation & Characters Designing Services</span>
|
||||
<i class="bx bx-chevron-right"></i>
|
||||
</button>
|
||||
<button class="arrow-icon nav-link" id="tab-4-tab" data-bs-toggle="pill" data-bs-target="#tab4" type="button" role="tab" aria-controls="tab-4" aria-selected="false">
|
||||
@ -157,8 +157,8 @@
|
||||
</button>
|
||||
<button class="arrow-icon nav-link" id="tab-6-tab" data-bs-toggle="pill" data-bs-target="#tab6" type="button" role="tab" aria-controls="tab-6" aria-selected="false">
|
||||
<span>Cloud Infrastructure Deployments</span>
|
||||
<i class="bx bx-chevron-right"></i>
|
||||
</button>
|
||||
<i class="bx bx-chevron-right"></i>
|
||||
</button>
|
||||
<button class="arrow-icon nav-link" id="tab-14-tab" data-bs-toggle="pill" data-bs-target="#tab14" type="button" role="tab" aria-controls="tab-14" aria-selected="false">
|
||||
<span>Cyber security solutions</span>
|
||||
<i class="bx bx-chevron-right"></i>
|
||||
@ -206,8 +206,8 @@
|
||||
<button class="arrow-icon nav-link" id="tab-2-tab" data-bs-toggle="pill" data-bs-target="#tab2" type="button" role="tab" aria-controls="tab2" aria-selected="false">
|
||||
<span>VLSI Design</span>
|
||||
<i class="bx bx-chevron-right"></i>
|
||||
</button>
|
||||
</div>
|
||||
</button>
|
||||
</div>
|
||||
<div class="menu-content tab-content" id="v-pills-tabContent">
|
||||
<div class="softdev tab-pane fade show active" id="tab1" role="tabpanel" aria-labelledby="tab-1-tab">
|
||||
|
||||
|
||||
@ -3,34 +3,33 @@ require_once "./admin/db/config.php";
|
||||
?>
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<?PHP include './includes/links.php'; ?>
|
||||
<title>Meta verse AR brought a complete change in the way education is provided to higher segments in Medical and Engineering - Tech4Biz Solutions - Excellence Guaranteed</title>
|
||||
<title>Products</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<?PHP include './includes/spinner.php';?>
|
||||
<?PHP include './includes/header.php'; ?>
|
||||
<div class="container" style="background-color:#000066;"> <!-- Replace #f0f0f0 with your desired color -->
|
||||
<div class="container" style="background-color:#000066;">
|
||||
<div class="row pt-3">
|
||||
<div class="col-4 product-title-menu">
|
||||
<h3>Coding Solution</h3>
|
||||
<div class="blog-list">
|
||||
<img src="assets/images/header/coding.jpg" alt="Coding-Solution" class="img-responsive">
|
||||
<a href="coding-solution.php">We write code that makes the eCommerce world go round.</a>
|
||||
<p class="color-white">Tech4biz provides eCommerce codes that are the lifeblood of online shopping. Without these codes, businesses would not be able to process transactions or keep track of inventory.</p>
|
||||
<img src="assets/images/header/coding.jpg" alt="Coding-Solution" class="img-responsive">
|
||||
<a href="coding-solution.php">We write code that makes the eCommerce world go round.</a>
|
||||
<p class="color-white">Tech4biz provides eCommerce codes that are the lifeblood of online shopping. Without these codes, businesses would not be able to process transactions or keep track of inventory.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-4 product-title-menu">
|
||||
<div class="col-4 product-title-menu">
|
||||
<h3>Crackit</h3>
|
||||
<div class="blog-list">
|
||||
<img src="assets/images/header/Technical-Support.jpg" alt="Crackit" class="img-responsive">
|
||||
<img src="assets/images/header/Technical-Support.jpg" alt="Crackit" class="img-responsive">
|
||||
<a href="crackit.php">Crackit - Tech Queries, Tech Solutions</a>
|
||||
<p class="color-white">In today's digital age, businesses need to be readily accessible to their customers - and that means being available online. But keeping up with the ever-changing landscape of the internet can be daunting.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-4 product-title-menu">
|
||||
<div class="col-4 product-title-menu">
|
||||
<h3>Web Hosting</h3>
|
||||
<div class="blog-list">
|
||||
<img src="assets/images/header/web-hosting.jpg" alt="Hosting-Services" class="img-responsive">
|
||||
@ -40,9 +39,9 @@ require_once "./admin/db/config.php";
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</body>
|
||||
</html>
|
||||
<?PHP include './includes/footer.php'; ?>
|
||||
|
||||
<?PHP include './includes/footer.php'; ?>
|
||||
|
||||
<?PHP include './includes/scripts.php'; ?>
|
||||
Loading…
Reference in New Issue
Block a user