Initial commit
This commit is contained in:
63
includes/button.php
Normal file
63
includes/button.php
Normal file
@ -0,0 +1,63 @@
|
||||
<!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 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">
|
||||
<style>
|
||||
.back-to-top {
|
||||
position: fixed;
|
||||
bottom: 20px;
|
||||
right: 10px;
|
||||
display: none;
|
||||
background-color: #C52903;
|
||||
color: white;
|
||||
border: none;
|
||||
border-radius: 12%;
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
z-index: 1000;
|
||||
cursor: pointer;
|
||||
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
|
||||
.back-to-top:hover {
|
||||
background-color: grey;
|
||||
}
|
||||
|
||||
.back-to-top i {
|
||||
font-size: 24px;
|
||||
}
|
||||
</style>
|
||||
<script>
|
||||
document.addEventListener("DOMContentLoaded", function () {
|
||||
const backToTopButton = document.getElementById("back-to-top");
|
||||
|
||||
window.addEventListener("scroll", function () {
|
||||
if (window.scrollY > 200) {
|
||||
backToTopButton.style.display = "flex";
|
||||
} else {
|
||||
backToTopButton.style.display = "none";
|
||||
}
|
||||
});
|
||||
|
||||
backToTopButton.addEventListener("click", function () {
|
||||
window.scrollTo({ top: 0, behavior: "smooth" });
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<?php
|
||||
echo '
|
||||
<button id="back-to-top" class="back-to-top">
|
||||
<i class="bi bi-arrow-up"></i>
|
||||
</button>
|
||||
';
|
||||
?>
|
||||
</body>
|
||||
</html>
|
59
includes/carousel.php
Normal file
59
includes/carousel.php
Normal file
@ -0,0 +1,59 @@
|
||||
<!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 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 rel="stylesheet" href="../assets/css/carousels.css">
|
||||
<script src="../assets/js/carousel.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<section id="main-carousel">
|
||||
<div id="carouselExampleCaptions" class="carousel slide">
|
||||
<div class="carousel-indicators">
|
||||
<button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="0" class="active" aria-current="true" aria-label="Slide 1"></button>
|
||||
<button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="1" aria-label="Slide 2"></button>
|
||||
<button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="2" aria-label="Slide 3"></button>
|
||||
</div>
|
||||
<div class="carousel-inner">
|
||||
<div class="carousel-item active">
|
||||
<img src="https://bibhutisolutions.com.au/assets/images/slider/1.jpg" class="d-block w-100" alt="...">
|
||||
<div class="carousel-caption d-none d-md-block">
|
||||
<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>
|
||||
<div class="button-carousel d-flex justify-content-center gap-4">
|
||||
<button type="button" class="carousebtn btn btn-danger">VIEW DETAILS</button>
|
||||
<button type="button" class="carousebtn btn btn-danger">CONTACT US</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="carousel-item">
|
||||
<img src="https://bibhutisolutions.com.au/assets/images/slider/2.jpg" class="d-block w-100" alt="...">
|
||||
<div class="carousel-caption d-none d-md-block">
|
||||
<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>
|
||||
<div class="button-carousel d-flex justify-content-center gap-4">
|
||||
<button type="button" class="carousebtn btn btn-danger">READ MORE</button>
|
||||
<button type="button" class="carousebtn btn btn-danger">CONTACT US</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide="prev">
|
||||
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
|
||||
<span class="visually-hidden">Previous</span>
|
||||
</button>
|
||||
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide="next">
|
||||
<span class="carousel-control-next-icon" aria-hidden="true"></span>
|
||||
<span class="visually-hidden">Next</span>
|
||||
</button>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
|
||||
</body>
|
||||
</html>
|
64
includes/footer.php
Normal file
64
includes/footer.php
Normal file
@ -0,0 +1,64 @@
|
||||
<!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 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 rel="stylesheet" href="../assets/css/footers.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<section id="footer">
|
||||
<div class="container-fluid footer">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<!-- About Section -->
|
||||
<div class="col-md-3 col-12">
|
||||
<img src="https://bibhutisolutions.com.au/assets/images/white-logo.png" alt="Logo" style="width: 150px;">
|
||||
<p class="mt-3">Bibhuti Solutions is a registered web development business in Australia founded with an aim to give complete IT solutions. As one of the web development companies with a wider array of IT solutions...</p>
|
||||
</div>
|
||||
|
||||
<!-- Quick Links Section -->
|
||||
<div class="col-md-3 col-12 footlinks">
|
||||
<h5>Quick Links</h5>
|
||||
<ul class="list-unstyled">
|
||||
<li><a href="#"><i class="bi bi-arrow-right-square mr-2"></i>Domain & Hosting</a></li>
|
||||
<li><a href="#"><i class="bi bi-arrow-right-square mr-2"></i>Web Maintenance</a></li>
|
||||
<li><a href="#"><i class="bi bi-arrow-right-square mr-2"></i>Web Applications</a></li>
|
||||
<li><a href="#"><i class="bi bi-arrow-right-square mr-2"></i>Logo & Graphics Design</a></li>
|
||||
<li><a href="#"><i class="bi bi-arrow-right-square mr-2"></i>Home PC Service</a></li>
|
||||
<li><a href="#"><i class="bi bi-arrow-right-square mr-2"></i>Our Packages</a></li>
|
||||
<li><a href="#"><i class="bi bi-arrow-right-square mr-2"></i>Our Works</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<!-- Facebook Page -->
|
||||
<div class="col-md-3 col-12 facebook-page">
|
||||
<h5>Facebook Page</h5>
|
||||
<iframe id="facebook-iframe" src="https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2FBibhutiSolutions&tabs=timeline&width=300&height=70&small_header=false&adapt_container_width=true&hide_cover=false&show_facepile=true&appId" allow="autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share"></iframe>
|
||||
</div>
|
||||
|
||||
<!-- Contact Section -->
|
||||
<div class="col-md-3 col-12">
|
||||
<h5>Contact Information</h5>
|
||||
<p><strong>Location:</strong> Cranbrook, NSW 2749, Australia</p>
|
||||
<p><strong>Email:</strong> contact@bibhutisolutions.com.au</p>
|
||||
<p><strong>Phone:</strong> 0480 333 779</p>
|
||||
<h5>Follow Us:</h5>
|
||||
<a class="fblink" href="#"><i class="bi bi-facebook"></i> Facebook</a>
|
||||
</div>
|
||||
</div>
|
||||
<hr class="bg-light">
|
||||
<div class="text-center">
|
||||
<p>Copyright ©2024 Bibhuti Solutions. All Rights Reserved</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
|
||||
</body>
|
||||
</html>
|
68
includes/header.php
Normal file
68
includes/header.php
Normal file
@ -0,0 +1,68 @@
|
||||
<!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 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 rel="stylesheet" href="../assets/css/header.css">
|
||||
<style>
|
||||
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<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="bi bi-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">
|
||||
<div class="logocover">
|
||||
<a class="navbar-brand" href="#"><img class="logo" src="https://bibhutisolutions.com.au/assets/images/main-logo.png" alt="logo"></a>
|
||||
</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">
|
||||
<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="http://localhost/bibhuti_solutions/templates/#home">HOME</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="http://localhost/bibhuti_solutions/templates/#about">ABOUT</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="http://localhost/bibhuti_solutions/templates/#services">SERVICES</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="http://localhost/bibhuti_solutions/templates/#packages">PACKAGES</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="http://localhost/bibhuti_solutions/templates/#our-works">OUR WORKS</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="http://localhost/bibhuti_solutions/templates/#contact">CONTACT</a>
|
||||
</li>
|
||||
</ul>
|
||||
<button type="button" class="quotebtn">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>
|
||||
</body>
|
||||
</html>
|
123
includes/testimonials.php
Normal file
123
includes/testimonials.php
Normal file
@ -0,0 +1,123 @@
|
||||
<!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 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 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="../assets/css/testimonials.css">
|
||||
<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://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="container testimonials-carousel">
|
||||
<div class="row">
|
||||
<div class="col-sm-12">
|
||||
<h2>Testimonials</h2>
|
||||
<div id="myCarousel" class="carousel slide" data-ride="carousel">
|
||||
<!-- Carousel indicators -->
|
||||
<ol class="carousel-indicators">
|
||||
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
|
||||
<li data-target="#myCarousel" data-slide-to="1"></li>
|
||||
<li data-target="#myCarousel" data-slide-to="2"></li>
|
||||
</ol>
|
||||
<!-- Wrapper for carousel items -->
|
||||
<div class="carousel-inner">
|
||||
<div class="carousel-item active">
|
||||
<div class="row">
|
||||
<div class="col-sm-6">
|
||||
<div class="media">
|
||||
<img src="https://tse1.mm.bing.net/th?id=OIP.2WvsyP3WbSiXvqCOjeB9MgHaFY&pid=Api&P=0&h=220" class="mr-3" alt="">
|
||||
<div class="media-body">
|
||||
<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>
|
||||
<p class="overview"><b>Paula Wilson</b>, Media Analyst</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-sm-6">
|
||||
<div class="media">
|
||||
<img src="https://content.latest-hairstyles.com/wp-content/uploads/chin-length-bob-haircut-with-bangs-for-chubby-faces.jpg" class="mr-3" alt="">
|
||||
<div class="media-body">
|
||||
<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 class="overview"><b>Antonio Moreno</b>, Web Developer</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="carousel-item">
|
||||
<div class="row">
|
||||
<div class="col-sm-6">
|
||||
<div class="media">
|
||||
<img src="https://readymadeui.com/team-2.webp" class="mr-3" alt="">
|
||||
<div class="media-body">
|
||||
<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>
|
||||
<p class="overview"><b>Michael Holz</b>, Seo Analyst</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-sm-6">
|
||||
<div class="media">
|
||||
<img src="https://readymadeui.com/team-3.webp" class="mr-3" alt="">
|
||||
<div class="media-body">
|
||||
<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 class="overview"><b>Mary Saveley</b>, Web Designer</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- <div class="carousel-item">
|
||||
<div class="row">
|
||||
<div class="col-sm-6">
|
||||
<div class="media">
|
||||
<img src="/examples/images/clients/5.jpg" class="mr-3" alt="">
|
||||
<div class="media-body">
|
||||
<div class="testimonial">
|
||||
<p>Lorem ipsum dolor sit amet, consec adipiscing elit. Nam eusem
|
||||
scelerisque tempor, varius quam luctus dui. Mauris magna metus nec.
|
||||
</p>
|
||||
<p class="overview"><b>Martin Sommer</b>, UX Analyst</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-sm-6">
|
||||
<div class="media">
|
||||
<img src="/examples/images/clients/6.jpg" class="mr-3" alt="">
|
||||
<div class="media-body">
|
||||
<div class="testimonial">
|
||||
<p>Vestibulum quis quam ut magna consequat faucibus. Pellentesque eget
|
||||
mi suscipit tincidunt. Utmtc tempus dictum. Pellentesque virra.</p>
|
||||
<p class="overview"><b>John Williams</b>, Web Developer</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div> -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
Reference in New Issue
Block a user