60 lines
3.2 KiB
PHP
60 lines
3.2 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 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="./assets/images/about-img.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> |