code added

This commit is contained in:
2023-05-01 14:23:56 +05:30
parent 9a63b4dcdc
commit bf783a338b
15 changed files with 176 additions and 165 deletions
+1 -39
View File
@@ -171,7 +171,7 @@
</div>
</div>
</div>
</div>
</section>
</main>
<!-- footer -->
@@ -208,45 +208,7 @@
<script>
$('.owl-carousel.hero_carousel_main').owlCarousel({
loop: true,
nav: false,
dots: true,
responsive: {
0: {
items: 1
},
600: {
items: 1
},
1000: {
items: 1
}
}
});
// $('.owl-carousel.star-products-img-sec').owlCarousel({
// // loop: true,
// margin: 10,
// rtl: false,
// nav: true,
// navText: [
// "<svg xmlns='http://www.w3.org/2000/svg' width='35' height='35' fill='#B8B8B8' class='bi bi-arrow-left-short' viewBox='0 0 16 16'> <path fill-rule='evenodd' d='M12 8a.5.5 0 0 1-.5.5H5.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L5.707 7.5H11.5a.5.5 0 0 1 .5.5z'/></svg>",
// "<svg xmlns='http://www.w3.org/2000/svg' width='35' height='35' fill='#B8B8B8' class='bi bi-arrow-right-short' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/> </svg>"
// ],
// responsive: {
// 0: {
// items: 1
// },
// 600: {
// items: 3
// },
// 1000: {
// items: 5
// }
// }
// });
// $('.owl-nav,.owl-dots').wrapAll('<div class="d-flex flex-row-reverse justify-content-between align-items-center"></div>')
$(".aw-main-features-toggle").click(function () {
$('.feature-bg-image').addClass('d-none');
$(".aw-main-features-toggle").addClass('p-4 bg-light')