updated
This commit is contained in:
parent
b273776ecd
commit
08be9b2b36
@ -3,37 +3,37 @@ $ourworksData= [
|
|||||||
[
|
[
|
||||||
'title' => 'Swift Carpet Cleaners',
|
'title' => 'Swift Carpet Cleaners',
|
||||||
'description' => 'Welcome to Swift Carpet Cleaners - Caring for your carpets since 1991!',
|
'description' => 'Welcome to Swift Carpet Cleaners - Caring for your carpets since 1991!',
|
||||||
'image' => '../assets/images/work-one.jpg',
|
'image' => './assets/images/work-one.jpg',
|
||||||
'alt' => 'Swift Carpet Cleaners',
|
'alt' => 'Swift Carpet Cleaners',
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
'title' => 'eGear',
|
'title' => 'eGear',
|
||||||
'description' => 'Whatever part you want, we will get it for you.',
|
'description' => 'Whatever part you want, we will get it for you.',
|
||||||
'image' => '../assets/images/work-two.jpg',
|
'image' => './assets/images/work-two.jpg',
|
||||||
'alt' => 'eGear',
|
'alt' => 'eGear',
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
'title' => 'Food Restaurant',
|
'title' => 'Food Restaurant',
|
||||||
'description' => 'Serving good food for over 10 years.',
|
'description' => 'Serving good food for over 10 years.',
|
||||||
'image' => '../assets/images/work-three.jpg',
|
'image' => './assets/images/work-three.jpg',
|
||||||
'alt' => 'Food Restaurant',
|
'alt' => 'Food Restaurant',
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
'title' => 'Travel Agency',
|
'title' => 'Travel Agency',
|
||||||
'description' => 'Thinking like a creative - Explore your dream destination!',
|
'description' => 'Thinking like a creative - Explore your dream destination!',
|
||||||
'image' => '../assets/images/work-four.jpg',
|
'image' => './assets/images/work-four.jpg',
|
||||||
'alt' => 'Travel Agency',
|
'alt' => 'Travel Agency',
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
'title' => 'Handmade Products',
|
'title' => 'Handmade Products',
|
||||||
'description' => 'Leading producer & exporter of handmade Nepali products.',
|
'description' => 'Leading producer & exporter of handmade Nepali products.',
|
||||||
'image' => '../assets/images/work-five.jpg',
|
'image' => './assets/images/work-five.jpg',
|
||||||
'alt' => 'Handmade Products',
|
'alt' => 'Handmade Products',
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
'title' => 'Raffles Education',
|
'title' => 'Raffles Education',
|
||||||
'description' => 'Shaping students\' careers since 2005.',
|
'description' => 'Shaping students\' careers since 2005.',
|
||||||
'image' => '../assets/images/work-six.jpg',
|
'image' => './assets/images/work-six.jpg',
|
||||||
'alt' => 'Raffles Education',
|
'alt' => 'Raffles Education',
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
|
34
home.php
Normal file
34
home.php
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
<?php include('./includes/header.php'); ?>
|
||||||
|
|
||||||
|
<section id="main-carousel">
|
||||||
|
<?php include('./includes/carousel.php'); ?>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section id="about">
|
||||||
|
<?php include('./templates/about.php'); ?>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section id="services">
|
||||||
|
<?php include('./templates/services.php'); ?>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section id="packages">
|
||||||
|
<?php include('./templates/packages.php'); ?>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section id="our-works">
|
||||||
|
<?php include('./templates/our-works.php'); ?>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section id="testimonials">
|
||||||
|
<?php include('./includes/testimonials.php'); ?>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section id="contact">
|
||||||
|
<?php include('./templates/contact.php'); ?>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<?php include('./includes/footer.php'); ?>
|
||||||
|
|
||||||
|
|
||||||
|
<?php include('./includes/button.php'); ?>
|
@ -61,6 +61,7 @@
|
|||||||
</script>
|
</script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
<section>
|
||||||
<?php
|
<?php
|
||||||
echo '
|
echo '
|
||||||
<button id="back-to-top" class="back-to-top">
|
<button id="back-to-top" class="back-to-top">
|
||||||
@ -68,5 +69,6 @@
|
|||||||
</button>
|
</button>
|
||||||
';
|
';
|
||||||
?>
|
?>
|
||||||
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -6,8 +6,8 @@
|
|||||||
<title>Bibhuti Solutions</title>
|
<title>Bibhuti Solutions</title>
|
||||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
|
||||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons/font/bootstrap-icons.css" rel="stylesheet">
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons/font/bootstrap-icons.css" rel="stylesheet">
|
||||||
<link rel="stylesheet" href="../assets/css/carousels.css">
|
<link rel="stylesheet" href="./assets/css/carousels.css">
|
||||||
<script src="../assets/js/carousel.js"></script>
|
<script src="./assets/js/carousel.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
@ -20,7 +20,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="carousel-inner">
|
<div class="carousel-inner">
|
||||||
<div class="carousel-item active">
|
<div class="carousel-item active">
|
||||||
<img src="../assets/images/carousel-one.jpg" class="d-block w-100" alt="...">
|
<img src="./assets/images/carousel-one.jpg" class="d-block w-100" alt="...">
|
||||||
<div class="carousel-caption d-none d-md-block">
|
<div class="carousel-caption d-none d-md-block">
|
||||||
<h5><span class="carouspan">We Provide</span><br>Truly Prominent IT Services</h5>
|
<h5><span class="carouspan">We Provide</span><br>Truly Prominent IT Services</h5>
|
||||||
<p>We will make sure that your company is always on high-profile and up with your competitors.</p>
|
<p>We will make sure that your company is always on high-profile and up with your competitors.</p>
|
||||||
@ -31,7 +31,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="carousel-item">
|
<div class="carousel-item">
|
||||||
<img src="../assets/images/carousel-two.jpg" class="d-block w-100" alt="...">
|
<img src="./assets/images/carousel-two.jpg" class="d-block w-100" alt="...">
|
||||||
<div class="carousel-caption d-none d-md-block">
|
<div class="carousel-caption d-none d-md-block">
|
||||||
<h5><span class="carouspan">We help</span><br> to Develop Your Businesss</h5>
|
<h5><span class="carouspan">We help</span><br> to Develop Your Businesss</h5>
|
||||||
<p>We specialize in software application development, interactive website design, and many other services with creative and affordable solutions for small & medium on large business concerns.</p>
|
<p>We specialize in software application development, interactive website design, and many other services with creative and affordable solutions for small & medium on large business concerns.</p>
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet"
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet"
|
||||||
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
|
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
|
||||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons/font/bootstrap-icons.css" rel="stylesheet">
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons/font/bootstrap-icons.css" rel="stylesheet">
|
||||||
<link rel="stylesheet" href="../assets/css/footers.css">
|
<link rel="stylesheet" href="./assets/css/footers.css">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
<title>Bibhuti Solutions</title>
|
<title>Bibhuti Solutions</title>
|
||||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
|
||||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons/font/bootstrap-icons.css" rel="stylesheet">
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons/font/bootstrap-icons.css" rel="stylesheet">
|
||||||
<link rel="stylesheet" href="../assets/css/headers.css">
|
<link rel="stylesheet" href="./assets/css/headers.css">
|
||||||
<style>
|
<style>
|
||||||
/* Add custom styles here if needed */
|
/* Add custom styles here if needed */
|
||||||
</style>
|
</style>
|
||||||
@ -33,7 +33,7 @@
|
|||||||
<nav class="custom-navbar navbar navbar-expand-lg overflow-hidden">
|
<nav class="custom-navbar navbar navbar-expand-lg overflow-hidden">
|
||||||
<div class="container-fluid">
|
<div class="container-fluid">
|
||||||
<div class="logocover">
|
<div class="logocover">
|
||||||
<a class="navbar-brand" href="#"><img class="logo" src="../assets/images/main-logo.png" alt="logo"></a>
|
<a class="navbar-brand" href="#"><img class="logo" src="./assets/images/main-logo.png" alt="logo"></a>
|
||||||
</div>
|
</div>
|
||||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
|
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
|
||||||
<span class="navbar-toggler-icon"></span>
|
<span class="navbar-toggler-icon"></span>
|
||||||
@ -41,22 +41,22 @@
|
|||||||
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
||||||
<ul class="navbar-nav mx-auto mb-2 mb-lg-0">
|
<ul class="navbar-nav mx-auto mb-2 mb-lg-0">
|
||||||
<li class="nav-item">
|
<li class="nav-item">
|
||||||
<a class="homeactive nav-link active" href="http://localhost/bibhuti_solutions/templates/#home">HOME</a>
|
<a class="homeactive nav-link active" href="home.php">HOME</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="nav-item">
|
<li class="nav-item">
|
||||||
<a class="nav-link" href="http://localhost/bibhuti_solutions/templates/#about">ABOUT</a>
|
<a class="nav-link" href="#about">ABOUT</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="nav-item">
|
<li class="nav-item">
|
||||||
<a class="nav-link" href="http://localhost/bibhuti_solutions/templates/#services">SERVICES</a>
|
<a class="nav-link" href="#services">SERVICES</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="nav-item">
|
<li class="nav-item">
|
||||||
<a class="nav-link" href="http://localhost/bibhuti_solutions/templates/#packages">PACKAGES</a>
|
<a class="nav-link" href="#packages">PACKAGES</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="nav-item">
|
<li class="nav-item">
|
||||||
<a class="nav-link" href="http://localhost/bibhuti_solutions/templates/#our-works">OUR WORKS</a>
|
<a class="nav-link" href="#our-works">OUR WORKS</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="nav-item">
|
<li class="nav-item">
|
||||||
<a class="nav-link" href="http://localhost/bibhuti_solutions/templates/#contact">CONTACT</a>
|
<a class="nav-link" href="#contact">CONTACT</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<button type="button" class="quotebtn">GET A QUOTE?</button>
|
<button type="button" class="quotebtn">GET A QUOTE?</button>
|
||||||
|
@ -10,13 +10,14 @@
|
|||||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons/font/bootstrap-icons.css" rel="stylesheet">
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons/font/bootstrap-icons.css" rel="stylesheet">
|
||||||
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css">
|
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css">
|
||||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
|
||||||
<link rel="stylesheet" href="../assets/css/testimonials.css">
|
<link rel="stylesheet" href="./assets/css/testimonials.css">
|
||||||
<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
|
<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
|
||||||
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js"></script>
|
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js"></script>
|
||||||
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js"></script>
|
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js"></script>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
<section id="testimonials">
|
||||||
<div class="container testimonials-carousel">
|
<div class="container testimonials-carousel">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-sm-12">
|
<div class="col-sm-12">
|
||||||
@ -34,7 +35,7 @@
|
|||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-sm-6">
|
<div class="col-sm-6">
|
||||||
<div class="media">
|
<div class="media">
|
||||||
<img src="../assets/images/testimonial-one.jpeg" class="mr-3" alt="">
|
<img src="./assets/images/testimonial-one.jpeg" class="mr-3" alt="">
|
||||||
<div class="media-body">
|
<div class="media-body">
|
||||||
<div class="testimonial">
|
<div class="testimonial">
|
||||||
<p>We have been working with Bibhuti Solutions for two years to develop a robust software application that supports the company’s daily activities. The Mindfire team is highly responsive and professional providing us with great problem solving on a daily basis. They are a tremendous extension of our team.
|
<p>We have been working with Bibhuti Solutions for two years to develop a robust software application that supports the company’s daily activities. The Mindfire team is highly responsive and professional providing us with great problem solving on a daily basis. They are a tremendous extension of our team.
|
||||||
@ -46,7 +47,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="col-sm-6">
|
<div class="col-sm-6">
|
||||||
<div class="media">
|
<div class="media">
|
||||||
<img src="../assets/images/testimonial-two.jpg" class="mr-3" alt="">
|
<img src="./assets/images/testimonial-two.jpg" class="mr-3" alt="">
|
||||||
<div class="media-body">
|
<div class="media-body">
|
||||||
<div class="testimonial">
|
<div class="testimonial">
|
||||||
<p>Bibhuti Solutions has been an integral partner in improving our site's user experience. Their QA testing team is responsive, fast, proactive, and flexible - overall, an absolute pleasure to work with. After just a short amount of time, we've seen significant results.</p>
|
<p>Bibhuti Solutions has been an integral partner in improving our site's user experience. Their QA testing team is responsive, fast, proactive, and flexible - overall, an absolute pleasure to work with. After just a short amount of time, we've seen significant results.</p>
|
||||||
@ -61,7 +62,7 @@
|
|||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-sm-6">
|
<div class="col-sm-6">
|
||||||
<div class="media">
|
<div class="media">
|
||||||
<img src="../assets/images/testimonial-three.jpg" class="mr-3" alt="">
|
<img src="./assets/images/testimonial-three.jpg" class="mr-3" alt="">
|
||||||
<div class="media-body">
|
<div class="media-body">
|
||||||
<div class="testimonial">
|
<div class="testimonial">
|
||||||
<p>I have been involved in big projects for major corporations and the team at Bibhuti Solutions is the best that I have worked with. They are timely, efficient and use best practices in their development work. They move our project along quickly and keep us agile enough to be competitive. I would recommend them to anyone.
|
<p>I have been involved in big projects for major corporations and the team at Bibhuti Solutions is the best that I have worked with. They are timely, efficient and use best practices in their development work. They move our project along quickly and keep us agile enough to be competitive. I would recommend them to anyone.
|
||||||
@ -73,7 +74,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="col-sm-6">
|
<div class="col-sm-6">
|
||||||
<div class="media">
|
<div class="media">
|
||||||
<img src="../assets/images/testimonial-four.jpg" class="mr-3" alt="">
|
<img src="./assets/images/testimonial-four.jpg" class="mr-3" alt="">
|
||||||
<div class="media-body">
|
<div class="media-body">
|
||||||
<div class="testimonial">
|
<div class="testimonial">
|
||||||
<p>Bibhuti Solutions has been an integral partner in improving our site's user experience. Their QA testing team is responsive, fast, proactive, and flexible - overall, an absolute pleasure to work with. After just a short amount of time, we've seen significant results.</p>
|
<p>Bibhuti Solutions has been an integral partner in improving our site's user experience. Their QA testing team is responsive, fast, proactive, and flexible - overall, an absolute pleasure to work with. After just a short amount of time, we've seen significant results.</p>
|
||||||
@ -118,6 +119,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</section>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
@ -5,7 +5,7 @@
|
|||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>Bibhuti Solutions</title>
|
<title>Bibhuti Solutions</title>
|
||||||
<link rel="stylesheet" href="../assets/css/style.css">
|
<link rel="stylesheet" href="./assets/css/style.css">
|
||||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet"
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet"
|
||||||
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
|
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
|
||||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons/font/bootstrap-icons.css" rel="stylesheet">
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons/font/bootstrap-icons.css" rel="stylesheet">
|
||||||
@ -22,7 +22,7 @@
|
|||||||
<div class="card mb-3 mx-auto" style="max-width: 100%;">
|
<div class="card mb-3 mx-auto" style="max-width: 100%;">
|
||||||
<div class="row g-0">
|
<div class="row g-0">
|
||||||
<div class="col-md-4">
|
<div class="col-md-4">
|
||||||
<img src="../assets/images/about-img.jpg"
|
<img src="./assets/images/about-img.jpg"
|
||||||
class="aboutimg img-fluid rounded-start" style="height: 100%;" alt="...">
|
class="aboutimg img-fluid rounded-start" style="height: 100%;" alt="...">
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-8">
|
<div class="col-md-8">
|
||||||
|
@ -5,11 +5,11 @@
|
|||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>Bibhuti Solutions</title>
|
<title>Bibhuti Solutions</title>
|
||||||
<link rel="stylesheet" href="../assets/css/style.css">
|
<link rel="stylesheet" href="./assets/css/style.css">
|
||||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet"
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet"
|
||||||
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
|
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
|
||||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons/font/bootstrap-icons.css" rel="stylesheet">
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons/font/bootstrap-icons.css" rel="stylesheet">
|
||||||
<link rel="stylesheet" href="../assets/css/contacts.css">
|
<link rel="stylesheet" href="./assets/css/contacts.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<section class="contact" id ="contact">
|
<section class="contact" id ="contact">
|
||||||
|
@ -1,74 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en">
|
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
||||||
<title>Bibhuti Solutions</title>
|
|
||||||
<link rel="stylesheet" href="../assets/css/style.css">
|
|
||||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
|
|
||||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons/font/bootstrap-icons.css" rel="stylesheet">
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<!-- <section>
|
|
||||||
<div class="contact-bar d-flex flex-wrap justify-content-between align-items-center px-3 py-2">
|
|
||||||
<div class="contact-info text-center text-lg-start mb-2 mb-lg-0">
|
|
||||||
<span class="me-3 d-block d-lg-inline">
|
|
||||||
<i class="fas fa-phone-alt"></i> 0480 333 779
|
|
||||||
</span>
|
|
||||||
<span class="d-none d-lg-inline">|</span>
|
|
||||||
<a href="mailto:contact@bihubsolutions.com.au" class="ms-lg-3 d-block d-lg-inline">
|
|
||||||
<i class="fas fa-envelope"></i> contact@bihubsolutions.com.au
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
<div class="social-icons text-center">
|
|
||||||
<a href="https://facebook.com" target="_blank" class="text-white">
|
|
||||||
<i class="bi bi-facebook"></i>
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<nav class="custom-navbar navbar navbar-expand-lg overflow-hidden">
|
|
||||||
<div class="container-fluid">
|
|
||||||
<a class="navbar-brand" href="#"><img class="logo" src="https://bibhutisolutions.com.au/assets/images/main-logo.png" alt="logo"></a>
|
|
||||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
|
|
||||||
<span class="navbar-toggler-icon"></span>
|
|
||||||
</button>
|
|
||||||
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
||||||
<ul class="navbar-nav mx-auto mb-2 mb-lg-0">
|
|
||||||
<li class="nav-item">
|
|
||||||
<a class="homeactive nav-link active" aria-current="page" href="#home">HOME</a>
|
|
||||||
</li>
|
|
||||||
<li class="nav-item">
|
|
||||||
<a class="nav-link" href="#about">ABOUT</a>
|
|
||||||
</li>
|
|
||||||
<li class="nav-item">
|
|
||||||
<a class="nav-link" href="#services">SERVICES</a>
|
|
||||||
</li>
|
|
||||||
<li class="nav-item">
|
|
||||||
<a class="nav-link" href="#packages">PACKAGES</a>
|
|
||||||
</li>
|
|
||||||
<li class="nav-item">
|
|
||||||
<a class="nav-link" href="#">OUR WORKS</a>
|
|
||||||
</li>
|
|
||||||
<li class="nav-item">
|
|
||||||
<a class="nav-link" href="#">CONTACT</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<button type="button" class="quotebtn btn btn-light">GET A QUOTE?</button>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</nav>
|
|
||||||
</section> -->
|
|
||||||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
|
|
||||||
<?php include '../includes/header.php'; ?>
|
|
||||||
<?php include '../includes/carousel.php'; ?>
|
|
||||||
<?php include 'about.php'; ?>
|
|
||||||
<?php include 'services.php'; ?>
|
|
||||||
<?php include 'packages.php'; ?>
|
|
||||||
<?php include '../includes/testimonials.php'; ?>
|
|
||||||
<?php include 'our-works.php'; ?>
|
|
||||||
<?php include 'contact.php'; ?>
|
|
||||||
<?php include '../includes/footer.php'; ?>
|
|
||||||
<?php include '../includes/button.php'; ?>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
@ -1,5 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
include '../assets/data/ourWorksData.php';
|
include './assets/data/ourWorksData.php';
|
||||||
?>
|
?>
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
@ -10,7 +10,7 @@ include '../assets/data/ourWorksData.php';
|
|||||||
<link rel="stylesheet" href="../assets/css/style.css">
|
<link rel="stylesheet" href="../assets/css/style.css">
|
||||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
|
||||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons/font/bootstrap-icons.css" rel="stylesheet">
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons/font/bootstrap-icons.css" rel="stylesheet">
|
||||||
<link rel="stylesheet" href="../assets/css/our-works.css">
|
<link rel="stylesheet" href="./assets/css/our-works.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<section class="works" id="our-works">
|
<section class="works" id="our-works">
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
// Include the data file from assets/data/
|
// Include the data file from assets/data/
|
||||||
include '../assets/data/packagesData.php';
|
include './assets/data/packagesData.php';
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
@ -9,7 +9,7 @@ include '../assets/data/packagesData.php';
|
|||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>Bibhuti Solutions</title>
|
<title>Bibhuti Solutions</title>
|
||||||
<link rel="stylesheet" href="../assets/css/styles.css">
|
<link rel="stylesheet" href="./assets/css/styles.css">
|
||||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
|
||||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons/font/bootstrap-icons.css" rel="stylesheet">
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons/font/bootstrap-icons.css" rel="stylesheet">
|
||||||
</head>
|
</head>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
include '../assets/data/servicesData.php';
|
include './assets/data/servicesData.php';
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
@ -9,7 +9,7 @@ include '../assets/data/servicesData.php';
|
|||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>Bibhuti Solutions</title>
|
<title>Bibhuti Solutions</title>
|
||||||
<link rel="stylesheet" href="../assets/css/style.css">
|
<link rel="stylesheet" href="./assets/css/style.css">
|
||||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet"
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet"
|
||||||
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
|
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
|
||||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons/font/bootstrap-icons.css" rel="stylesheet">
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons/font/bootstrap-icons.css" rel="stylesheet">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user