Initial commit

This commit is contained in:
Aashish_Nepal
2024-12-11 13:15:45 +05:45
commit 2508e02c19
23 changed files with 1670 additions and 0 deletions

60
templates/about.php Normal file
View File

@ -0,0 +1,60 @@
<!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 class="aboutbg align-items-center justify-content-center" id="about">
<div class="text-center">
<h1 class="abouthone">About Bibhuti Solutions</h1>
<img class="mb-5 imgline" src="https://bibhutisolutions.com.au/assets/images/line.png" alt="line">
</div>
<div class="container aboutmain">
<div class="card mb-3 mx-auto" style="max-width: 100%;">
<div class="row g-0">
<div class="col-md-4">
<img src="https://bibhutisolutions.com.au/assets/images/about/1.jpg"
class="aboutimg img-fluid rounded-start" style="height: 100%;" alt="...">
</div>
<div class="col-md-8">
<div class="card-body">
<h5 class="card-title">We offer a well-balanced blend of technological skills, domain
knowledge, hands-on experience and effective methodology.</h5><br>
<p class="card-text">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 company
with a wider array of IT solutions, Bibhuti Solutions helps to solve big challenges that
are technically complex and mission-critical.
</p>
<p class="card-text">
We specialize in software application development, interactive website design, and many
other services with creative and affordable solutions for small & medium to large
business concerns. We have skills and experience to build functional, attractive
websites at a reasonable cost. We also have a passionate, results-oriented digital
marketing team.
</p>
<p class="card-text">
Further, we offer high quality and cost-effective web application development. We will
make sure that your company is always on high-profile and up with your competitors.</p>
</div>
</div>
</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>

53
templates/contact.php Normal file
View File

@ -0,0 +1,53 @@
<!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">
<link rel="stylesheet" href="../assets/css/contacts.css">
</head>
<body>
<section class="contact" id ="contact">
<div class="container py-5">
<div class="row">
<!-- Contact Form -->
<div class="contact-left col-md-6">
<h3><span>Get</span> in touch with us!</h3>
<p>Write a message. We will reply within 24 hours.</p>
<form action="contact_process.php" method="POST">
<div class="mb-3">
<input type="text" name="name" class="form-control" placeholder="Name" required>
</div>
<div class="mb-3">
<input type="email" name="email" class="form-control" placeholder="Email" required>
</div>
<div class="mb-3">
<input type="text" name="subject" class="form-control" placeholder="Subject" required>
</div>
<div class="mb-3">
<textarea name="message" class="form-control" rows="5" placeholder="Your Message" required></textarea>
</div>
<button type="submit" class="btn btn-danger w-100">Submit Message</button>
</form>
</div>
<!-- Contact Information -->
<div class="contact-right col-md-6">
<h3>Sydney</h3>
<p><i class="bi bi-geo-alt-fill"></i> Cranbrook, NSW 2749, Australia</p>
<p><i class="bi bi-envelope-fill"></i> contact@bibhutisolutions.com.au</p>
<p><i class="bi bi-telephone-fill"></i> 0480 333 779</p>
</div>
</div>
</div>
</section>
<!-- Bootstrap Bundle JS -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/js/bootstrap.bundle.min.js"></script>
</body>
</html>

74
templates/home.php Normal file
View File

@ -0,0 +1,74 @@
<!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>

100
templates/our-works.php Normal file
View File

@ -0,0 +1,100 @@
<!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">
<link rel="stylesheet" href="../assets/css/our-works.css">
</head>
<body>
<section class="works" id="our-works">
<div class="text-center">
<h1 class="abouthone">Our Works</h1>
<img class="imgline" src="https://bibhutisolutions.com.au/assets/images/line.png" alt="line">
</div>
<div class="container my-5">
<div class="d-flex justify-content-center mb-4">
<button type="button" class="btn btn-danger">Website Development</button>
</div>
<div class="our-works-cards row row-cols-1 row-cols-md-3 g-4 ">
<!-- Card 1 -->
<div class="col">
<a href="#" class="text-decoration-none">
<div class="card">
<img src="https://bibhutisolutions.com.au/assets/images/works/swift-carpet-cleaners.jpg" class="card-img-top" alt="Swift Carpet Cleaners">
<div class="card-body">
<h5 class="card-title">Swift Carpet Cleaners</h5>
<p class="card-text">Welcome to Swift Carpet Cleaners - Caring for your carpets since 1991!</p>
</div>
</div>
</a>
</div>
<!-- Card 2 -->
<div class="col">
<a href="#" class="text-decoration-none">
<div class="card">
<img src="https://bibhutisolutions.com.au/assets/images/works/plant-gear.jpg" class="card-img-top" alt="eGear">
<div class="card-body">
<h5 class="card-title">eGear</h5>
<p class="card-text">Whatever part you want, we will get it for you.</p>
</div>
</div>
</a>
</div>
<!-- Card 3 -->
<div class="col">
<a href="#" class="text-decoration-none">
<div class="card">
<img src="https://bibhutisolutions.com.au/assets/images/works/gurkhas-food.jpg" class="card-img-top" alt="Food Restaurant">
<div class="card-body">
<h5 class="card-title">Food Restaurant</h5>
<p class="card-text">Serving good food for over 10 years.</p>
</div>
</div>
</a>
</div>
<!-- Card 4 -->
<div class="col">
<a href="#" class="text-decoration-none">
<div class="card">
<img src="https://bibhutisolutions.com.au/assets/images/works/mango-travel.jpg" class="card-img-top" alt="Travel Agency">
<div class="card-body">
<h5 class="card-title">Travel Agency</h5>
<p class="card-text">Thinking like a creative - Explore your dream destination!</p>
</div>
</div>
</a>
</div>
<!-- Card 5 -->
<div class="col">
<a href="#" class="text-decoration-none">
<div class="card">
<img src="https://bibhutisolutions.com.au/assets/images/works/asterisk-international.jpg" class="card-img-top" alt="Handmade Products">
<div class="card-body">
<h5 class="card-title">Handmade Products</h5>
<p class="card-text">Leading producer & exporter of handmade Nepali products.</p>
</div>
</div>
</a>
</div>
<!-- Card 6 -->
<div class="col">
<a href="#" class="text-decoration-none">
<div class="card">
<img src="https://bibhutisolutions.com.au/assets/images/works/raffles-educare.jpg" class="card-img-top" alt="Raffles Education">
<div class="card-body">
<h5 class="card-title">Raffles Education</h5>
<p class="card-text">Shaping students' careers since 2005.</p>
</div>
</div>
</a>
</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>

50
templates/packages.php Normal file
View File

@ -0,0 +1,50 @@
<?php
// Include the data file from assets/data/
include '../assets/data/packagesData.php';
?>
<!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/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-icons/font/bootstrap-icons.css" rel="stylesheet">
</head>
<body>
<section class="packages" id="packages">
<div class="text-center">
<h1 class="abouthone">Our Packages</h1>
<img class="imgline" src="https://bibhutisolutions.com.au/assets/images/line.png" alt="line">
</div>
<div class="container mt-5">
<div class="row text-center">
<?php foreach ($packagesData as $plan) : ?>
<div class="col-md-4">
<div class="pricing-card">
<div class="pricing-card-header"><?php echo $plan['title']; ?></div>
<div class="pricing-card-body">
<ul class="list-unstyled">
<?php foreach ($plan['features'] as $feature) : ?>
<li class="feature-item"><?php echo $feature; ?>
<h3 class="feature-head"></h3>
</li>
<?php endforeach; ?>
</ul>
</div>
<div class="pricing-card-footer">
<button class="purchase-btn">PURCHASE</button>
</div>
</div>
</div>
<?php endforeach; ?>
</div>
</div>
</section>
</body>
</html>

73
templates/services.php Normal file
View File

@ -0,0 +1,73 @@
<?php
// Include the data file from assets/data/
include '../assets/data/servicesData.php';
?>
<!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 class="services" id="services">
<div class="text-center">
<h1 class="abouthone">Our Services</h1>
<img class="imgline" src="https://bibhutisolutions.com.au/assets/images/line.png" alt="line">
</div>
<div class="container mt-5">
<div class="row">
<!-- Left Section -->
<!-- Left Section -->
<div class="col-md-4 shadow p-4 rounded">
<h3 class="mx-auto text-left">Why Choose Us</h3>
<p class="servicespara fs-6 fw-light">
Bibhuti Solutions is a registered web development business in Australia founded with an aim to give complete IT solutions. <br> <br>
As one of the web development companies with a wider array of IT solutions, we help solve big challenges that are technically complex and mission-critical...
</p>
<a href="#" class="d-block text-left fs-6" style="max-width: 150px; text-decoration: none; color:#C52903">Read More</a>
</div>
<!-- Right Section -->
<div class="col-md-8">
<div class="row row-cols-1 row-cols-md-2 g-4">
<?php
foreach ($servicesData as $service) {
echo "
<div class='col'>
<div class='card h-100 shadow p-3 service-card'>
<div class='card-body'>
<a href='{$service['link']}' class='text-decoration-none' style='color: inherit;'>
<h5 class='serviceshfive card-title'>
<i class='{$service['icon']} me-2'></i>
{$service['title']}
</h5>
</a>
<p class='card-text fs-7'>{$service['description']}</p>
</div>
</div>
</div>
";
}
?>
</div>
</div>
</div>
</div>
</section>
</body>
</html>