2023-02-01 17:36:30 +05:30
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html lang="en">
|
|
|
|
|
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="UTF-8" />
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
|
2023-04-17 11:11:03 +05:30
|
|
|
<link rel="shortcut icon" type="image/x-icon" href="./dist/assets/imgs/favicon.gif">
|
2023-02-01 17:36:30 +05:30
|
|
|
<link rel="stylesheet" href="./libs/bootstrap/css/bootstrap.min.css" />
|
|
|
|
|
<link rel="stylesheet" href="./dist/css/main.css" />
|
2023-04-17 11:11:03 +05:30
|
|
|
<link rel="stylesheet" href="./style.css">
|
|
|
|
|
<link rel="stylesheet" href="./libs/owlcarousel/Css/owl.carousel.min.css">
|
|
|
|
|
<link rel="stylesheet" href="./libs/owlcarousel/Css/owl.theme.default.min.css">
|
|
|
|
|
<!-- <link rel="stylesheet" href="./dist/css/font_icon.min.css"> -->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<link rel="stylesheet" href="./dist/css/vendor/bootstrap.min.css">
|
|
|
|
|
<link rel="stylesheet" href="./dist/css/vendor/bootstrap.min.css">
|
|
|
|
|
<link rel="stylesheet" href="./dist/css/vendor/vandella.css">
|
|
|
|
|
<link rel="stylesheet" href="./dist/css/vendor/jellybelly.css">
|
|
|
|
|
<!-- <link rel="stylesheet" href="./dist/css/vendor/icofont.min.css"> -->
|
|
|
|
|
<link rel="stylesheet" href="./dist/css/vendor/fontello.css">
|
|
|
|
|
<link rel="stylesheet" href="./dist/css/plugins/easyzoom.css">
|
|
|
|
|
<link rel="stylesheet" href="./dist/css/plugins/slick.css">
|
|
|
|
|
<link rel="stylesheet" href="./dist/css/plugins/nice-select.css">
|
|
|
|
|
<link rel="stylesheet" href="./dist/css/plugins/animate.css">
|
|
|
|
|
<link rel="stylesheet" href="./dist/css/plugins/magnific-popup.css">
|
|
|
|
|
<link rel="stylesheet" href="./dist/css/plugins/jquery-ui.css">
|
|
|
|
|
<link rel="stylesheet" href="./dist/css/style.css">
|
|
|
|
|
<link rel="stylesheet" href="./dist/css/fontawesome.all.min.css">
|
|
|
|
|
<link rel="stylesheet" href="./dist/css/fontawesome.min.css">
|
|
|
|
|
|
2023-02-01 17:36:30 +05:30
|
|
|
<title>Anwi</title>
|
2023-04-17 11:11:03 +05:30
|
|
|
<style>
|
|
|
|
|
.slick-prev{
|
|
|
|
|
position: absolute;
|
|
|
|
|
padding: 10px 15px;
|
|
|
|
|
z-index: 1;
|
|
|
|
|
left: -25px;
|
|
|
|
|
top: 70px;
|
|
|
|
|
border-radius: 50%;
|
|
|
|
|
background: rgb(63, 76, 119);
|
|
|
|
|
}
|
|
|
|
|
.slick-next{
|
|
|
|
|
position: absolute;
|
|
|
|
|
padding: 10px 15px;
|
|
|
|
|
right: -25px;
|
|
|
|
|
top: 70px;
|
|
|
|
|
border-radius: 50%;
|
|
|
|
|
background: rgb(63, 76, 119);
|
|
|
|
|
}
|
|
|
|
|
.slick-prev.btn:hover, .slick-next.btn:hover{
|
|
|
|
|
background: rgb(63, 76, 119);
|
|
|
|
|
}
|
|
|
|
|
</style>
|
2023-02-01 17:36:30 +05:30
|
|
|
</head>
|
|
|
|
|
|
|
|
|
|
<body>
|
2023-04-17 11:11:03 +05:30
|
|
|
<!-- navbar -->
|
|
|
|
|
<div id="navbar-head"></div>
|
|
|
|
|
<!-- end-navbar -->
|
2023-02-03 12:01:57 +05:30
|
|
|
<!-- main-body -->
|
|
|
|
|
<main class="main-body home-main-container">
|
2023-02-01 17:36:30 +05:30
|
|
|
<section class="hero-banner">
|
|
|
|
|
<!-- banner-start -->
|
2023-04-17 11:11:03 +05:30
|
|
|
<section class="banner-wrapper" id="home_banner">
|
|
|
|
|
<div class="banner-main-container">
|
|
|
|
|
<div id="carouselExampleAutoplaying" class="carousel slide pt-1" data-bs-ride="carousel">
|
|
|
|
|
<div class="carousel-indicators mb-md-5">
|
|
|
|
|
<button type="button" data-bs-target="#carouselExampleAutoplaying" data-bs-slide-to="0"
|
|
|
|
|
class="active carousel_btn" aria-current="true" aria-label="Slide 1"></button>
|
|
|
|
|
<button type="button" data-bs-target="#carouselExampleAutoplaying" data-bs-slide-to="1"
|
|
|
|
|
aria-label="Slide 2" class="carousel_btn"></button>
|
2023-02-01 17:36:30 +05:30
|
|
|
</div>
|
2023-04-17 11:11:03 +05:30
|
|
|
<div class="carousel-inner pt-md-5 pt-5">
|
|
|
|
|
<div class="carousel-item active pt-1" id="carousel_item1">
|
|
|
|
|
<img src="./dist/assets/imgs/allin_imgs/oradesktop.png"
|
|
|
|
|
class="d-block mx-auto w-100 carousel_img" alt="...">
|
|
|
|
|
</div>
|
|
|
|
|
<div class="carousel-item pt-1" id="carousel_item4">
|
|
|
|
|
<img src="./dist/assets/imgs/allin_imgs/oranvme.png" class="d-block w-100 mx-auto carousel_img"
|
|
|
|
|
alt="...">
|
|
|
|
|
</div>
|
2023-02-01 17:36:30 +05:30
|
|
|
</div>
|
|
|
|
|
</div>
|
2023-02-03 12:01:57 +05:30
|
|
|
</div>
|
2023-04-17 11:11:03 +05:30
|
|
|
</section>
|
2023-02-01 17:36:30 +05:30
|
|
|
</section>
|
|
|
|
|
<!-- end-banner -->
|
2023-04-17 11:11:03 +05:30
|
|
|
<!-- Graphene Technology Section -->
|
|
|
|
|
<section class=" bg-black" id="graphene_section">
|
|
|
|
|
<div class="container py-md-5 py-4 position-relative">
|
|
|
|
|
<div class="row align-items-center justify-content-center pb-md-5 pb-4">
|
|
|
|
|
<div class="col-md-4 col-3 text-end">
|
|
|
|
|
<img src="./dist/assets/imgs/allin_imgs/ora_img.png" class="img-fluid w-md-50"/>
|
2023-02-01 17:36:30 +05:30
|
|
|
</div>
|
2023-04-17 11:11:03 +05:30
|
|
|
<div class="col-md-8 col-9 text-white">
|
|
|
|
|
<h2 class="satoshi_font">Our Innovation in Memory and Storage</h2>
|
|
|
|
|
<h5 class="satoshi_font">Reliable Heat Dissipation with <span class="fw-600">Graphene
|
|
|
|
|
Technology</span></h5>
|
2023-02-01 17:36:30 +05:30
|
|
|
</div>
|
|
|
|
|
</div>
|
2023-04-17 11:11:03 +05:30
|
|
|
<div class="align-items-center py-md-5 py-4 mx-0 rounded-3 row" id="graphene_tech">
|
|
|
|
|
<div class="col-12">
|
|
|
|
|
<div class="row align-items-center justify-content-md-center">
|
|
|
|
|
<div class="col-lg-6 col-md-8 text-center px-lg-3 px-md-5">
|
|
|
|
|
<img src="./dist/assets/imgs/allin_imgs/graphene_img.png" class="img-fluid text-center" />
|
2023-02-01 17:36:30 +05:30
|
|
|
</div>
|
2023-04-17 11:11:03 +05:30
|
|
|
<div class="col-lg-6 text-white px-lg-3 px-md-5">
|
|
|
|
|
<h2 class="satoshi_font pb-md-3">A Breakthrough in Storage Performance and Sustainability</h2>
|
|
|
|
|
<h5 class="mb-md-4" style="line-height: 30px;">Experience a new era of storage technology with
|
|
|
|
|
our innovative Graphene-Thermal Pad solution
|
|
|
|
|
designed to revolutionize performance, longevity,
|
|
|
|
|
and environmental sustainability.<br>
|
|
|
|
|
ORA Series offers unparalleled benefits
|
|
|
|
|
that set it apart from traditional storage options.</h5>
|
|
|
|
|
<div class="text-end pe-md-4">
|
|
|
|
|
<a class="btn btn-dark button_dark py-md-2" href="#">Know more...</a>
|
2023-02-01 17:36:30 +05:30
|
|
|
</div>
|
|
|
|
|
</div>
|
2023-04-17 11:11:03 +05:30
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-12">
|
|
|
|
|
<div class="row pt-md-5 align-items-center">
|
|
|
|
|
<div class="col-md-5 col-12 py-md-0 py-3 text-center text-white">
|
|
|
|
|
<h3 class="fw-600">99% thinner than
|
|
|
|
|
Traditional Solutions</h3>
|
2023-02-01 17:36:30 +05:30
|
|
|
</div>
|
2023-04-17 11:11:03 +05:30
|
|
|
<div class="col-md-7">
|
|
|
|
|
<div class="row justify-content-center align-items-center">
|
|
|
|
|
<div class="col-lg-5 col-12 text-center text-white">
|
|
|
|
|
<div class="bg-black d-flex fs-9 px-md-4 py-md-2 py-2 px-3 rounded-3">
|
|
|
|
|
<p class="mb-0 px-md-2 py-md-1"><i class="fa-sharp fa-arrow-right fs-7"></i> || <i class="fa-sharp fa-arrow-left fs-7"></i></p>
|
|
|
|
|
<p class="mb-0 text-start py-md-1 w-75 fs-7"> World's Thinnest Heat Sink 100% More Effective</p>
|
2023-02-01 17:36:30 +05:30
|
|
|
</div>
|
|
|
|
|
</div>
|
2023-04-17 11:11:03 +05:30
|
|
|
<div class="col-lg-5 col-12 pt-lg-0 pt-3 text-center">
|
|
|
|
|
<div class="bg-white fs-7 px-md-2 py-md-2 rounded-3">
|
|
|
|
|
<div class="border d-flex fs-7 rounded-3 align-items-center">
|
|
|
|
|
<div class="p-2" style="background-color: #50b2e4;border-top-left-radius: 7px;border-bottom-left-radius:7px;">
|
|
|
|
|
<img src="./dist/assets/imgs/allin_imgs/15_percent.png" class="img-fluid w-60"/>
|
|
|
|
|
</div>
|
|
|
|
|
<p class="py-md-2 border-left mb-0 text-start w-75 text-dark ps-1">15% More Performance & Life</p>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2023-02-01 17:36:30 +05:30
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2023-04-17 11:11:03 +05:30
|
|
|
<div class="d-md-block d-none">
|
|
|
|
|
<span class="transform_text1">Graphene Technology</span>
|
|
|
|
|
</div>
|
2023-02-01 17:36:30 +05:30
|
|
|
</div>
|
|
|
|
|
</section>
|
2023-04-17 11:11:03 +05:30
|
|
|
<!-- END Graphene Technology Section -->
|
|
|
|
|
|
|
|
|
|
<!-- ORA series future storage section-->
|
|
|
|
|
<section class="bg-black" id="Ora_series_1">
|
|
|
|
|
<div class="container position-relative py-5 py-md-5">
|
|
|
|
|
<div class="mb-5 mb-md-5 text-center text-white">
|
|
|
|
|
<h2 class="satoshi_font">Discover the Future of Storage</h2>
|
|
|
|
|
<h6 class="satoshi_font">with M2 NVMe SSDs at Lightning Speeds</h6>
|
2023-02-01 17:36:30 +05:30
|
|
|
</div>
|
2023-04-17 11:11:03 +05:30
|
|
|
<div class="align-items-center flex-column-reverse flex-md-row mx-0 px-md-5 rounded-4 row" id="Fyro_main_card">
|
|
|
|
|
<div class="col-lg-4 col-md-4 pb-4 ps-4 ps-md-0 py-md-5 ps-lg-5">
|
|
|
|
|
<h3 class="fw-600 mb-md-3">ORA PCIe Storage</h3>
|
|
|
|
|
<h5 class="mb-1">NVMe M.2 SSDs</h5>
|
|
|
|
|
<h6 class="fs-7 mb-1">SSDs for your All-in-Ones and Laptops</h6>
|
|
|
|
|
<h6 class="fs-9 fw-600">Starting from ₹ 2,700</h6>
|
|
|
|
|
<div class="py-2">
|
|
|
|
|
<a class="btn btn-dark button_dark py-md-1" href="./storageproducts.html">Shop Now</a>
|
|
|
|
|
</div>
|
2023-02-01 17:36:30 +05:30
|
|
|
</div>
|
2023-04-17 11:11:03 +05:30
|
|
|
<div class="col-lg-8 col-md-8">
|
|
|
|
|
<img src="./dist/assets/imgs/allin_imgs/pci_storage.png" class="img-fluid">
|
2023-02-01 17:36:30 +05:30
|
|
|
</div>
|
|
|
|
|
</div>
|
2023-04-17 11:11:03 +05:30
|
|
|
<div class="d-md-block d-none">
|
|
|
|
|
<span class="transform_text2 satoshi_font">ORA Series</span>
|
|
|
|
|
</div>
|
2023-02-01 17:36:30 +05:30
|
|
|
</div>
|
|
|
|
|
</section>
|
2023-04-17 11:11:03 +05:30
|
|
|
<!-- END ORA series future storage section-->
|
|
|
|
|
|
|
|
|
|
<!-- ORA series Portability section-->
|
|
|
|
|
<section class="bg-black" id="Ora_series_2">
|
|
|
|
|
<div class="container py-md-5 py-5 position-relative">
|
|
|
|
|
<div class="text-center text-white mb-md-5 mb-5">
|
|
|
|
|
<h2 class="satoshi_font">Portability Meets Power</h2>
|
|
|
|
|
<h6 class="satoshi_font">Boost the laptops Potentail with ORA Memory Series</h6>
|
2023-02-01 17:36:30 +05:30
|
|
|
</div>
|
2023-04-17 11:11:03 +05:30
|
|
|
<div class="align-items-center flex-md-row mx-0 px-md-5 rounded-4 row" id="laptop_memory_sec">
|
|
|
|
|
<div class="col-lg-8 col-md-8">
|
|
|
|
|
<img src="./dist/assets/imgs/allin_imgs/laptop_memory.png" class="img-fluid"/>
|
2023-02-01 17:36:30 +05:30
|
|
|
</div>
|
2023-04-17 11:11:03 +05:30
|
|
|
<div class="col-lg-4 col-md-4 pb-4 ps-4 ps-md-0 py-md-5 ps-lg-5">
|
|
|
|
|
<h3 class="fw-600 mb-md-0">ORA Series</h3>
|
|
|
|
|
<h3 class="fw-600 mb-md-2">Laptop Memory</h3>
|
|
|
|
|
<h6 class="fs-9 fw-600">Starting from ₹ 1,900</h6>
|
|
|
|
|
<div class="py-2">
|
|
|
|
|
<a class="btn btn-dark button_dark py-md-1" href="./ramproducts.html">Shop Now</a>
|
2023-02-01 17:36:30 +05:30
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2023-04-17 11:11:03 +05:30
|
|
|
<div class="d-md-block d-none">
|
|
|
|
|
<span class="transform_text2 satoshi_font">ORA Series</span>
|
|
|
|
|
</div>
|
2023-02-01 17:36:30 +05:30
|
|
|
</div>
|
|
|
|
|
</section>
|
2023-04-17 11:11:03 +05:30
|
|
|
<!-- END ORA series Portability section-->
|
|
|
|
|
|
|
|
|
|
<!-- ORA series Empowering section-->
|
|
|
|
|
<section class="bg-black " id="Ora_series_3">
|
|
|
|
|
<div class="container py-md-5 py-5 position-relative">
|
|
|
|
|
<div class="text-center text-white mb-5 mb-md-5">
|
|
|
|
|
<h2 class="satoshi_font">Empowering the Performance</h2>
|
|
|
|
|
<h6 class="satoshi_font">Maximize Efficiency with ORA Desktop Memory Series</h6>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="align-items-center flex-column-reverse py-lg-5 py-md-5 flex-md-row mx-0 px-md-5 rounded-4 row" id="desktop_memory_sec">
|
|
|
|
|
<div class="col-lg-6 col-md-4 pb-4 pb-md-0 ps-4 ps-md-0 ps-lg-5">
|
|
|
|
|
<h3 class="fw-600 mb-md-0">ORA Series</h3>
|
|
|
|
|
<h3 class="fw-600 mb-md-2">Desktop Memory</h3>
|
|
|
|
|
<h6 class="fs-9 fw-600">Starting from ₹ 2,100</h6>
|
|
|
|
|
<div class="py-2 mt-lg-0">
|
|
|
|
|
<a class="btn btn-dark button_dark py-md-2" href="./ramproducts.html">Shop Now</a>
|
2023-02-01 17:36:30 +05:30
|
|
|
</div>
|
|
|
|
|
</div>
|
2023-04-17 11:11:03 +05:30
|
|
|
<div class="col-lg-6 col-md-8 pt-lg-5">
|
|
|
|
|
<img src="./dist/assets/imgs/allin_imgs/desktop_memory.png" class="img-fluid"/>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="d-md-block d-none">
|
|
|
|
|
<span class="transform_text2 satoshi_font">ORA Series</span>
|
2023-02-01 17:36:30 +05:30
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</section>
|
2023-04-17 11:11:03 +05:30
|
|
|
<!-- END ORA series Empowering section-->
|
|
|
|
|
|
|
|
|
|
<!-- Top Selling Section -->
|
|
|
|
|
<section>
|
|
|
|
|
<div class="container mb-md-5 mb-5">
|
|
|
|
|
<h2 class="satoshi_font text-center py-md-5 py-4">Top Selling Products</h2>
|
|
|
|
|
<div class="row justify-content-center align-items-center pb-md-5 ">
|
|
|
|
|
<div class="col-10">
|
|
|
|
|
<div id="homepage-slider" >
|
|
|
|
|
<div class="slider-hero">
|
|
|
|
|
<div class="card h-100 mx-1 text-center bg-gray-4 border-0">
|
|
|
|
|
<div class="card-body">
|
|
|
|
|
<a href="./storageproducts.html">
|
|
|
|
|
<img src="./dist/assets/imgs/allin_imgs/ora3_storage.png" class="w-100"/>
|
|
|
|
|
<p class="mb-0 fs-7 py-2">ORA3 M.2 NVMe 512GB<br> PCI Express 3.0</p>
|
|
|
|
|
<p class="fw-600 text-primary mb-0">Buy Now</p>
|
|
|
|
|
</a>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="card h-100 mx-1 text-center bg-gray-4 border-0">
|
|
|
|
|
<div class="card-body">
|
|
|
|
|
<a href="./storageproducts.html">
|
|
|
|
|
<img src="./dist/assets/imgs/allin_imgs/ora4_storage.png" class="w-100"/>
|
|
|
|
|
<p class="mb-0 fs-7 py-2">ORA4 M.2 NVMe 2TB<br> PCI Express 4.0</p>
|
|
|
|
|
<p class="fw-600 text-primary mb-0">Buy Now</p>
|
|
|
|
|
</a>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="card h-100 mx-1 text-center bg-gray-4 border-0 top_sell">
|
|
|
|
|
<div class="card-body">
|
|
|
|
|
<img src="./dist/assets/imgs/allin_imgs/ora_desktop.png" class="w-100"/>
|
|
|
|
|
<p class="mb-0 fs-7 py-2">ORA 32GB DDR5 <br> 4800MHz Desktop Memory</p>
|
|
|
|
|
<p class="fw-600 text-primary mb-0">Buy Now</p>
|
|
|
|
|
<p class="selling_product d-none"
|
|
|
|
|
data_name="ORA 32GB DDR5 4800MHz Desktop RAM "
|
|
|
|
|
data_version="DDR5"
|
|
|
|
|
data_device="Desktop"
|
|
|
|
|
data_gb="32GB"
|
|
|
|
|
data_price="15500">
|
|
|
|
|
</p>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="card h-100 mx-1 text-center bg-gray-4 border-0 top_sell">
|
|
|
|
|
<div class="card-body">
|
|
|
|
|
<img src="./dist/assets/imgs/allin_imgs/8gb_laptop.png" class="w-100"/>
|
|
|
|
|
<p class="mb-0 fs-7 py-2">ORA 8GB DDR5 <br> 4800MHz Laptop Memory</p>
|
|
|
|
|
<p class="fw-600 text-primary mb-0">Buy Now</p>
|
|
|
|
|
<p class="selling_product d-none"
|
|
|
|
|
data_name="ORA 8GB DDR5 4800MHz Laptop RAM "
|
|
|
|
|
data_version="DDR5"
|
|
|
|
|
data_device="Laptop"
|
|
|
|
|
data_gb="8GB"
|
|
|
|
|
data_price="5150">
|
|
|
|
|
</p>
|
2023-02-01 17:36:30 +05:30
|
|
|
</div>
|
2023-04-17 11:11:03 +05:30
|
|
|
</div>
|
|
|
|
|
<div class="card h-100 mx-1 text-center bg-gray-4 border-0 top_sell">
|
|
|
|
|
<div class="card-body">
|
|
|
|
|
<img src="./dist/assets/imgs/allin_imgs/32gb_laptop.png" class="w-100"/>
|
|
|
|
|
<p class="mb-0 fs-7 py-2">ORA 32GB DDR4 <br> 3200MHz Laptop Memory</p>
|
|
|
|
|
<p class="fw-600 text-primary mb-0">Buy Now</p>
|
|
|
|
|
<p class="selling_product d-none"
|
|
|
|
|
data_name="ORA 32GB DDR4 3200MHz Laptop RAM "
|
|
|
|
|
data_version="DDR4"
|
|
|
|
|
data_device="Laptop"
|
|
|
|
|
data_gb="32GB"
|
|
|
|
|
data_price="8450">
|
|
|
|
|
</p>
|
2023-02-01 17:36:30 +05:30
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2023-04-17 11:11:03 +05:30
|
|
|
</div>
|
|
|
|
|
<div class="bg-gradient-anwi container my-5 my-md-5 rounded-3 text-white" id="innovation_sections">
|
|
|
|
|
<div class="row align-items-center">
|
|
|
|
|
<div class="col-md-3 text-center">
|
|
|
|
|
<img src="./dist/assets/imgs/allin_imgs/innovation_img1.png" class="img-fluid"/>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-md-6 text-center">
|
|
|
|
|
<h1 class="">Innovation at your fingertips</h1>
|
|
|
|
|
<h5 class="mb-md-3 fw-600">Be the first to set your digital world on fire!</h5>
|
|
|
|
|
<a href="#" class="btn rounded-3 bg-black text-white px-md-4">Know More..</a>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-md-3 text-center">
|
|
|
|
|
<img src="./dist/assets/imgs/allin_imgs/innovation_img2.png" class="img-fluid"/>
|
|
|
|
|
</div>
|
2023-02-01 17:36:30 +05:30
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</section>
|
2023-04-17 11:11:03 +05:30
|
|
|
<!-- END Top Selling Section -->
|
2023-02-01 17:36:30 +05:30
|
|
|
</main>
|
|
|
|
|
<!-- footer -->
|
2023-04-17 11:11:03 +05:30
|
|
|
<div id="footer-head" class=""></div>
|
2023-02-01 17:36:30 +05:30
|
|
|
<!-- end-footer -->
|
|
|
|
|
<script src="./libs/bootstrap/js/bootstrap.bundle.min.js"></script>
|
2023-04-17 11:11:03 +05:30
|
|
|
<script src="./dist/js/jquery.min.js"></script>
|
|
|
|
|
<script src="./libs/owlcarousel/js/owl.carousel.min.js"></script>
|
|
|
|
|
<script src="./dist/js/navbar.js"></script>
|
|
|
|
|
<script src="./dist/js/axios.min.js"></script>
|
|
|
|
|
<script src="./dist/js/footer.js"></script>
|
|
|
|
|
<script src="./dist/js/cookies.min.js"></script>
|
|
|
|
|
<script src="./dist/js/fontawesome.all.js"></script>
|
|
|
|
|
<script src="./dist/js/fontawesome.min.js"></script>
|
|
|
|
|
<script src="./dist/js/vendor/modernizr-3.11.7.min.js"></script>
|
|
|
|
|
<script src="./dist/js/vendor/jquery-v3.6.0.min.js"></script>
|
|
|
|
|
<script src="./dist/js/vendor/jquery-migrate-v3.3.2.min.js"></script>
|
|
|
|
|
<script src="./dist/js/vendor/bootstrap.min.js"></script>
|
|
|
|
|
<script src="./dist/js/plugins/slick.js"></script>
|
|
|
|
|
<script src="./dist/js/plugins/wow.js"></script>
|
|
|
|
|
<script src="./dist/js/plugins/svg-injector.min.js"></script>
|
|
|
|
|
<script src="./dist/js/plugins/jquery.nice-select.min.js"></script>
|
|
|
|
|
<!-- <script src="./dist/js/plugins/mouse-parallax.js"></script>
|
|
|
|
|
<script src="./dist/js/plugins/images-loaded.js"></script>
|
|
|
|
|
<script src="./dist/js/plugins/isotope.js"></script>
|
|
|
|
|
<script src="./dist/js/plugins/jquery-ui.js"></script>
|
|
|
|
|
<script src="./dist/js/plugins/magnific-popup.js"></script> -->
|
|
|
|
|
<!-- Main JS -->
|
|
|
|
|
<script src="./dist/js/main.js"></script>
|
|
|
|
|
|
|
|
|
|
|
2023-02-01 17:36:30 +05:30
|
|
|
<script>
|
2023-04-17 11:11:03 +05:30
|
|
|
|
|
|
|
|
$(".slick-prev").addClass("btn text-white");
|
|
|
|
|
$(".slick-next").addClass("btn text-white");
|
|
|
|
|
$(".slick-prev").html("←");
|
|
|
|
|
$(".slick-next").html("→")
|
|
|
|
|
// $('.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>')
|
2023-02-03 12:01:57 +05:30
|
|
|
$(".aw-main-features-toggle").click(function () {
|
2023-02-01 17:36:30 +05:30
|
|
|
$('.feature-bg-image').addClass('d-none');
|
2023-02-03 12:01:57 +05:30
|
|
|
$(".aw-main-features-toggle").addClass('p-4 bg-light')
|
2023-02-01 17:36:30 +05:30
|
|
|
$('.aw-main-features-toggler-tab').removeClass('d-none');
|
2023-04-17 11:11:03 +05:30
|
|
|
// $('.aw-main-features-toggler-tab.p-4').removeClass('p-4');
|
2023-02-01 17:36:30 +05:30
|
|
|
let toggleTab = $(this).find('.feature-bg-image:visible').length
|
|
|
|
|
if (toggleTab) {
|
2023-04-17 11:11:03 +05:30
|
|
|
// $(this).find('.feature-bg-image').addClass('d-none');
|
2023-02-01 17:36:30 +05:30
|
|
|
$(this).find('.feature-bg-image').animate({
|
|
|
|
|
width: "toggle"
|
|
|
|
|
}, 500);
|
|
|
|
|
} else {
|
2023-04-17 11:11:03 +05:30
|
|
|
// $(this).find('.aw-main-features-toggler-tab').addClass('d-none');
|
2023-02-03 12:01:57 +05:30
|
|
|
|
2023-04-17 11:11:03 +05:30
|
|
|
$('.aw-main-features-toggle.d-flex').removeClass('p-4')
|
2023-02-03 12:01:57 +05:30
|
|
|
|
2023-04-17 11:11:03 +05:30
|
|
|
$(this).addClass('d-flex');
|
2023-02-03 12:01:57 +05:30
|
|
|
|
2023-04-17 11:11:03 +05:30
|
|
|
$(this).find('.aw-main-features-toggler-tab').addClass('p-4');
|
2023-02-03 12:01:57 +05:30
|
|
|
$(this).find('.feature-bg-image').removeClass('d-none').addClass('animated-feature-img');
|
2023-04-17 11:11:03 +05:30
|
|
|
|
2023-02-01 17:36:30 +05:30
|
|
|
if (window.width > 768) {
|
|
|
|
|
$(this).find('.feature-bg-image').animate({
|
2023-02-03 12:01:57 +05:30
|
|
|
width: "50rem"
|
2023-02-01 17:36:30 +05:30
|
|
|
}, 500);
|
|
|
|
|
} else {
|
|
|
|
|
$(this).find('.feature-bg-image').animate({
|
|
|
|
|
width: "auto"
|
|
|
|
|
}, 500);
|
|
|
|
|
|
|
|
|
|
}
|
2023-02-03 12:01:57 +05:30
|
|
|
$(this).removeClass('p-4 bg-light')
|
2023-02-01 17:36:30 +05:30
|
|
|
}
|
|
|
|
|
});
|
2023-04-17 11:11:03 +05:30
|
|
|
let width_sc = $(window).width();
|
|
|
|
|
if (width_sc <= 1198) {
|
|
|
|
|
$(".text_fyro").addClass("d-none");
|
|
|
|
|
$(".Fyro_main_card").removeClass("col-lg-11").addClass("col-12")
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
$(".top_sell").each(function(){
|
|
|
|
|
$(".top_sell").click(function(){
|
|
|
|
|
let product_name = $(this).find(".selling_product").attr("data_name");
|
|
|
|
|
let data_version = $(this).find(".selling_product").attr("data_version");
|
|
|
|
|
let data_device = $(this).find(".selling_product").attr("data_device");
|
|
|
|
|
let data_gb = $(this).find(".selling_product").attr("data_gb");
|
|
|
|
|
let data_price = $(this).find(".selling_product").attr("data_price");
|
|
|
|
|
|
|
|
|
|
let top_obj = {
|
|
|
|
|
name:product_name,
|
|
|
|
|
version:data_version,
|
|
|
|
|
device:data_device,
|
|
|
|
|
gb:data_gb,
|
|
|
|
|
price:data_price
|
|
|
|
|
}
|
|
|
|
|
localStorage.setItem("top_data",JSON.stringify(top_obj));
|
|
|
|
|
window.location.href="./productdetails.html";
|
|
|
|
|
})
|
|
|
|
|
})
|
2023-02-01 17:36:30 +05:30
|
|
|
</script>
|
|
|
|
|
</body>
|
|
|
|
|
|
|
|
|
|
</html>
|