updated
This commit is contained in:
@ -10,13 +10,14 @@
|
||||
<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">
|
||||
<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>
|
||||
<section id="testimonials">
|
||||
<div class="container testimonials-carousel">
|
||||
<div class="row">
|
||||
<div class="col-sm-12">
|
||||
@ -34,7 +35,7 @@
|
||||
<div class="row">
|
||||
<div class="col-sm-6">
|
||||
<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="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.
|
||||
@ -46,7 +47,7 @@
|
||||
</div>
|
||||
<div class="col-sm-6">
|
||||
<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="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>
|
||||
@ -61,7 +62,7 @@
|
||||
<div class="row">
|
||||
<div class="col-sm-6">
|
||||
<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="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.
|
||||
@ -73,7 +74,7 @@
|
||||
</div>
|
||||
<div class="col-sm-6">
|
||||
<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="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>
|
||||
@ -118,6 +119,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</body>
|
||||
|
||||
</html>
|
Reference in New Issue
Block a user