add new changes

This commit is contained in:
2023-05-25 12:32:11 +05:30
parent c2f6fbdb94
commit 60ea1797f1
43 changed files with 2938 additions and 1006 deletions
+14 -13
View File
@@ -48,17 +48,18 @@
<body class="product_pg">
<!-- navbar -->
<auth-loader></auth-loader>
<div id="navbar-head" class="shadow"></div>
<!-- end-navbar -->
<!-- main-body -->
<main class="main-body home-main-container pt-md-0 pt-5">
<section class="services h-100 pt-3 bg-gradient-anwi">
<!-- <section class="services h-100 pt-3 bg-gradient-anwi">
<div class="container pt-5 ">
<div class="text-center text-white ">
</div>
</div>
</section>
<section class="position-relative bg-black">
</section> -->
<section class="position-relative bg-black section-one">
<!-- <img src="./dist/assets/imgs/allin_imgs/ssd_img.png" class="img-fluid w-100" alt="ssd_img"/> -->
<iframe src="https://player.vimeo.com/video/816131155?h=4667fd18e1&autoplay=1&loop=1&autopause=0&badge=0&player_id=0&controls=0&muted=1" width="1536px" height="860px" frameborder="0" allow="autoplay; fullscreen; picture-in-picture" allowfullscreen></iframe>
<!-- <div class="position-fixed text-white volume_btn" style="right:35px;bottom:20px">
@@ -66,7 +67,7 @@
<p class="bg-blue mb-0 p-2 px-3 rounded-circle shadow" id="unmute"><i class="fa-sharp fa-volume-xmark"></i></p>
</div> -->
</section>
<section class="pt-2" id="ora_products">
<section class="pt-2 section-two" id="ora_products">
<div class="products-container">
<div class="product-cards">
@@ -88,7 +89,7 @@
<!-- first tab-pane -->
<div class="row product_card_section">
<!--desktop--->
<div class="col-sm-4 p-3">
<!-- <div class="col-sm-4 p-3">
<div class="product_card_1 shadow ram_card">
<div class="card-item-header">
<div class="card-header-sub-1"><a class=" py-md-1" href="">
@@ -104,7 +105,7 @@
</div>
</div>
</div>
</div>
</div> -->
</div>
</div>
</div>
@@ -119,6 +120,7 @@
<!-- footer -->
<div id="footer-head"></div>
<!-- end-footer -->
<script src="./dist/js/components/authloader/authloader.js"></script>
<script src="./libs/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="./dist/js/jquery.min.js"></script>
<script src="./libs/owlcarousel/js/owl.carousel.min.js"></script>
@@ -126,6 +128,7 @@
<script src="./libs/axios.min.js"></script>
<script src="./libs/cookies.min.js"></script>
<script src="./dist/js/utils/helpers.js"></script>
<script src="./dist/toaster/toastr.js"></script>
<script src="./dist/js/fontawesome.all.js"></script>
@@ -141,15 +144,13 @@
<!-- Main JS -->
<script src="./dist/js/utils/helpers.js"></script>
<script src="./dist/js/navbar.js"></script>
<script src="./dist/js/footer.js"></script>
<script src="./dist/js/footer.js"></script>
<script src="./dist/js/main.js"></script>
<script src="./dist/js/auth/apiservice.js"></script>
<script src="./dist/js/products/products.js"></script>
<script src="./dist/js/auth/apiservice.js"></script>
<script src="./dist/js/products/products.js"></script>
</body>
</html>