65 lines
3.6 KiB
PHP
65 lines
3.6 KiB
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 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>
|