12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788 |
- <!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" />
-
- <link rel="stylesheet" href="../libs/bootstrap/css/bootstrap.min.css" />
- <link rel="stylesheet" href="../dist/css/main.css" />
- <link rel="stylesheet" href="../styles/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">
- <title>Anwi</title>
- </head>
-
- <body class="product_page" data_src="ddrlm">
- <!-- navbar -->
- <div id="navbar-head"></div>
- <!-- end-navbar -->
- <!-- main-body -->
- <main class="main-body home-main-container pt-5">
- <section class="">
- <div class="container bg-white pt-5">
- <div class="row p-4">
- <div class="col-md-6 col-12">
- <div class="product_img">
- <img src="../dist/assets/imgs/productimg/oraddrlm4.jpg" class="img-fluid"
- alt="product image" />
- </div>
- <div>
- <h1 class="product_head py-2 ">ORA, Laptop RAM</h1>
- <p class="satoshi_font fw-normal">16GB DDR5, 4800 Mhz</p>
- <div class="d-none">
- <span class="small_content satoshi_font fw-normal"><span class="product_head satoshi_font pb-2">₹9,999 </span> Price inclusive of GST. Free Delivery.</span>
- </div>
- <div class="d-none align-items-center py-2">
- <span class="font-weight-600 satoshi_font">Delivary to </span>
- <span><input type="text"class="form-control satoshi_font fw-normal small_content shadow-none" placeholder="Input your pincode to check" /></span>
- </div>
- </div>
- </div>
- <div class="col-md-6 col-12 border-left product_details">
- <ul>
- <li>Memory Size :32GB Kit (2 x 16GB)</li>
- <li>Frequency : DDR5-6000 MT/s</li>
- <li>Timing : 40-40-40-76 (XMP 6000MT/s)</li>
- <li>Performance Profile : XMP 3.0</li>
- <li>Copper-aluminum composite heat spreaders with
- nano carbon coating to keep performance</li>
- <li>Intel Z690 certificated</li>
- <li>5 Years</li>
- <li>Comply with industrial standard JEDEC DDR5</li>
- <li>RGB Fusion 2.0 Supported</li>
- </ul>
- <div class="text-center">
- <a class="bg-black btn font-1-2 px-5 rounded-5 text-white" data-bs-toggle="modal" data-bs-target="#enquireModal" href="#">Buy Now</a>
- </div>
- </div>
- </div>
- <div class="p-4">
- <div>
- <h1 class="font-weight-600 product_heading satoshi_font text-black-50">The Advantages of Graphene-Based Insulation</h1>
- <p class="font-weight-500 mb-0 py-3 satoshi_font text-black-50">Introducing the all-new ORA memory series powered by Anwi Systems, specially craÿed for high-performance Laptops, PCs, and All-in-ones with graphene-based insulation to provide an exceptional
- heat dissipation effect.</p>
- <p class="font-weight-500 mb-0 pb-3 satoshi_font text-black-50">ORA memory series featured by Anwi Systems with graphene-based insulation to provide a more effective
- heat dissipation effect. The graphene cooling module allows natural convection or forced air cooling for
- fully enhanced heat dissipation. ORA memory series is the first on the market built specifically for high-</p>
- </div>
- </div>
- </div>
- </section>
- </main>
- <div id="enquire"></div>
- <!-- footer -->
- <div id="footer-head" class="sec-space-1"></div>
- <!-- end-footer -->
- <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>
- <script src="../dist/j/navbar.js"></script>
- <script src="./libs/axios.min.js"></script>
- <script src="../dist/js/footer.js"></script>
- <script src="../dist/js/cookies.min.js"></script>
- <script src="../dist/js/form.js"></script>
- </body>
-
- </html>
|