12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169 |
- <!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="shortcut icon" type="image/x-icon" href="./dist/assets/imgs/favicon.gif">
-
- <link rel="stylesheet" href="./all.css" />
-
- <title>Anwi</title>
- <style>
- .slick-prev {
- position: absolute;
- padding: 10px 15px;
- z-index: 1;
- left: -25px;
- top: 45%;
- border-radius: 50%;
- background: rgb(63, 76, 119);
- }
-
- .slick-next {
- position: absolute;
- padding: 10px 15px;
- right: -25px;
- top: 45%;
- border-radius: 50%;
- background: rgb(63, 76, 119);
- }
-
- .slick-prev.btn:hover,
- .slick-next.btn:hover {
- background: rgb(63, 76, 119);
- }
-
- /* .graphene_text::after{
- content: "";
- display: block;
- width: 60px;
- height: 3px;
- background: #ffffff;
- left: 0;
- } */
-
- .slick-track {
- display: flex !important;
- }
-
- .slick-slide {
- height: inherit !important;
- }
- </style>
- </head>
-
- <body>
- <!-- navbar -->
- <div id="navbar-head"></div>
- <!-- end-navbar -->
- <!-- main-body -->
- <main class="main-body home-main-container">
- <!-- banner-start -->
- <section class="hero-banner banner-wrapper" id="home_banner">
- <div class="banner-main-container">
- <div
- id="carouselExampleAutoplaying"
- class="carousel slide"
- data-bs-ride="carousel"
- >
- <div class="carousel-indicators mb-md-3">
- <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>
- <!-- <button type="button" data-bs-target="#carouselExampleAutoplaying" data-bs-slide-to="2"
- aria-label="Slide 3" class="carousel_btn"></button>
- <button type="button" data-bs-target="#carouselExampleAutoplaying" data-bs-slide-to="3"
- aria-label="Slide 4" class="carousel_btn"></button> -->
- </div>
- <div class="carousel-inner">
- <div class="carousel-item active" id="carousel_item1">
- <a href="/zeno-aio-landing.html">
- <img
- src="./dist/assets/imgs/banners/anwi-aio.png"
- class="d-block mx-auto w-100 carousel_img"
- alt="..."
- />
- </a>
- </div>
- <div class="carousel-item" id="carousel_item2">
- <a href="/zeno-landing.html">
- <img
- src="./dist/assets/imgs/banners/anwi-laptop.png"
- class="d-block w-100 mx-auto carousel_img"
- alt="..."
- />
- </a>
- </div>
- <!-- <div class="carousel-item" id="carousel_item3">
- <img src="./dist/assets/imgs/allin_imgs/sleekbookbanner.jpg" alt=""
- class="d-block mx-auto w-100 carousel_img">
- </div>
- <div class="carousel-item" id="carousel_item4">
- <img src="./dist/assets/imgs/allin_imgs/allinonebanner.jpg" alt=""
- class="d-block mx-auto w-100 carousel_img"> -->
- </div>
- </div>
- </div>
- </section>
- <!-- end-banner -->
-
- <!-- zeno section start -->
- <section class="zeno_steamlined_section py-5">
- <div class="container">
- <div class="zeno_steamlined_section_heading">
- <div
- class="d-flex align-items-center justify-content-center py-md-5"
- >
- <div class="zeno_logo">
- <img
- src="./dist/assets/imgs/Home_new/Zeno_head_logo.png"
- class="img-fluid"
- alt=""
- />
- </div>
- <div class="zeno_section_heading_titleText ms-4">
- <h1 class="">Streamlined and Efficient Computing!</h1>
- <h6 class="satoshi_font text-black-50">
- ZENO, the ideal choice for those who value efficiency and
- affordability.
- </h6>
- </div>
- </div>
- </div>
- <div class="zeno_products_main_container position-relative">
- <div class="row mt-4 justify-content-center">
- <div class="col-lg-6 h-100 d-none d-lg-block">
- <div class="">
- <div
- class="card ms-auto Two_four_inch_Card border-0 notes bg-gray-background rounded-4 pt-5"
- >
- <img
- src="./dist/assets/imgs/zeno/aio/aio.png"
- class="img-fluid w-65 w-sm-75 mx-auto success-img"
- alt="..."
- />
- <div class="card-body px-lg-5 pb-lg-5 pt-0">
- <h5 class="card-text satoshi_font fw-bold ms-md-0 ms-5">
- Zeno All-in-One 23.8 inch
- </h5>
-
- <ul class="showspecsul text-black-50 ms-md-0 ms-5">
- <li class="fs-9">23.8 inch FHD Display</li>
- <li class="fs-9">
- Intel<sup>®</sup> Core<sup>™</sup> i3 | i5 | i7
- Processor (12th | 13th Gen)
- </li>
- <li class="fs-9">16 GB RAM | 512 GB M.2 NVMe</li>
- <li class="fs-9">Plastic Body with Metal stand</li>
- </ul>
-
- <h5 class="card-text my-3">
- <small class="satoshi_font text-black-50"
- >Starting from ₹ 35,585</small
- >
- </h5>
- <a class="btn btn-dark" href="/zeno-aio-landing.html"
- >Know More</a
- >
- <p></p>
- </div>
- </div>
- </div>
- </div>
- <div class="col-12 d-md-none d-block">
- <div
- class="card mb-4 Two_four_inch_Card border-0 bg-gray-background rounded-4"
- >
- <div
- class="row g-0 px-3 p-md-3 py-lg-4 flex-column-reverse flex-md-row notes"
- >
- <div class="col-lg-6 col-md-6">
- <div class="card-body p-lg-5">
- <p class="card-text satoshi_font fw-bold ms-md-0 ms-5">
- Zeno All-in-One 23.8 inch
- </p>
- <ul class="showspecsul text-black-50 ms-md-0 ms-5">
- <li class="fs-9">23.8 inch FHD Display</li>
- <li class="fs-9">
- Intel<sup>®</sup> Core<sup>™</sup> i3 | i5 | i7
- Processor (12th | 13th Gen)
- </li>
- <li class="fs-9">16 GB RAM | 512 GB M.2 NVMe</li>
- </ul>
-
- <div class="text-md-start text-center pb-3 pb-md-0">
- <h5 class="card-text my-4">
- <small class="satoshi_font text-black-50"
- >Starting from ₹ 35,585</small
- >
- </h5>
- <a class="btn btn-dark" href="/zeno-aio-landing.html"
- >Know More</a
- >
- </div>
- </div>
- </div>
- <div class="col-md-6 my-auto">
- <img
- src="./dist/assets/imgs/zeno/aio/aio.png"
- class="img-fluid rounded-start w-lg-100 w-sm-75 p-3 success-img"
- alt="..."
- />
- </div>
- </div>
- </div>
- </div>
- <div class="col-lg-6 h-100 d-flex flex-column gap-two-half">
- <div class="card zeno_sleekbook_1 border-0">
- <div
- class="row g-0 px-3 p-md-3 py-lg-4 flex-sm-row-reverse flex-lg-row flex-column-reverse notes bg-gray-background rounded-4"
- >
- <div class="col-lg-6 col-md-6">
- <div class="card-body">
- <div class="py-lg-2">
- <h5
- class="card-title mb-2 satoshi_font fw-bold ms-md-0 ms-5"
- >
- Zeno Sleekbook 14.1 inch
- </h5>
-
- <ul class="showspecsul text-black-50 ms-md-0 ms-5">
- <li class="fs-9">14.1 inch 2.5K Display</li>
- <li class="fs-9">
- Intel<sup>®</sup> Core<sup>™</sup> i5-| i7 <br />
- (12th | 13th Gen)
- </li>
- <li class="fs-9">16 GB RAM , 512 GB M.2 NVMe</li>
- <li class="fs-9">Metal Body, 65W Type-c</li>
- </ul>
- <div class="text-md-start text-center pb-3 pb-md-0">
- <h5 class="card-text my-4">
- <small class="satoshi_font text-black-50"
- >Starting from ₹ 47,990</small
- >
- </h5>
- <a class="btn btn-dark" href="/zeno-landing.html"
- >Know More</a
- >
- </div>
- </div>
- </div>
- </div>
- <div class="col-md-6 my-auto">
- <img
- src="./dist/assets/imgs/productimg/home-laptop14.png"
- class="img-fluid rounded-start w-sm-50 pt-md-0 pt-5 success-img"
- alt="..."
- />
- </div>
- </div>
- </div>
- <div class="card mt-0 zeno_sleekbook_2 border-0">
- <div
- class="row g-0 px-3 p-md-3 py-lg-4 flex-column-reverse flex-md-row notes bg-gray-background rounded-4"
- >
- <div class="col-lg-6 col-md-6">
- <div class="card-body">
- <div class="py-lg-2">
- <h5
- class="card-title satoshi_font mb-2 fw-bold ms-md-0 ms-5"
- >
- Zeno Sleekbook 16 inch
- </h5>
- <ul class="showspecsul text-black-50 ms-md-0 ms-5">
- <li class="fs-9">16 inch 2.5K Display</li>
- <li class="fs-9">
- Intel<sup>®</sup> Core<sup>™</sup> i5-| i7 <br />
- (12th | 13th Gen)
- </li>
- <li class="fs-9">16 GB RAM , 512 GB M.2 NVMe</li>
- <li class="fs-9">Metal Body, 65W Type-c</li>
- </ul>
- <div class="text-md-start text-center pb-3 pb-md-0">
- <h5 class="card-text my-4">
- <small class="satoshi_font text-black-50"
- >Starting from ₹ 47,990</small
- >
- </h5>
- <a class="btn btn-dark" href="/zeno-landing.html"
- >Know More</a
- >
- </div>
- </div>
- </div>
- </div>
- <div class="col-md-6 my-auto">
- <img
- src="./dist/assets/imgs/productimg/home-laptop16.png"
- class="img-fluid rounded-start w-lg-100 w-200 mt-3 success-img"
- alt="..."
- />
- </div>
- </div>
- </div>
- </div>
- </div>
- <div class="d-md-block d-none">
- <span class="transform_text_1">Zeno Series</span>
- </div>
- </div>
- </div>
- </section>
- <!-- zeno section start -->
- <section class="bg-black px-0 m-auto">
- <div class="container">
- <img
- src="./dist/assets/imgs/banners/laptop1.jpg"
- alt=""
- class="img-fluid"
- />
- </div>
- </section>
- <!-- fyro section start -->
- <section class="fyro_steamlined_section py-md-5 d-none">
- <div class="container">
- <div class="fyro_steamlined_section_heading">
- <div
- class="d-flex align-items-center justify-content-center pb-md-5 pt-md-4 mb-md-5"
- >
- <div class="fyro_logo">
- <img
- src="./dist/assets/imgs/Home_new/fyro_logo.png"
- class="img-fluid"
- alt=""
- />
- </div>
- <div class="fyro_section_heading_titleText ms-4">
- <h1 class="">Unleash the Power of GPU!</h1>
- <h6 class="satoshi_font text-black-50">
- Explore the world of advanced computing with FYRO.
- </h6>
- </div>
- </div>
- </div>
- <div class="fyro_products_main_container position-relative">
- <div class="row mt-4 justify-content-center">
- <div class="col-lg-6 text-center text-md-start h-100">
- <div class="">
- <div class="position-relative d-none">
- <span class="transform_text">FYRO Series</span>
- </div>
- <div class="left-spacer-card">
- <div
- class="card mb-4 fyro_sleekbook_1 border-0 bg-gray-background rounded-4"
- >
- <div
- class="row g-0 px-3 p-md-3 py-lg-4 flex-sm-row-reverse flex-lg-row flex-column-reverse notes"
- >
- <div class="col-lg-6 col-md-6">
- <div class="card-body">
- <div class="py-lg-4">
- <h5
- class="card-title mb-2 satoshi_font fw-bold ms-md-0 ms-5"
- >
- FYRO 17.3 RTX 4080
- </h5>
- <ul
- class="showspecsul text-black-50 ms-md-0 ms-5"
- >
- <li class="fs-9">17.3 inch IPS level LCD</li>
- <li class="fs-9">
- Intel<sup>®</sup> Core<sup>™</sup> i9
- </li>
- <li class="fs-9">32 GB RAM , 2 TB M.2 NVMe</li>
- </ul>
- <div
- class="text-md-start text-center pb-3 pb-md-0"
- >
- <h5 class="card-text my-3">
- <small class="satoshi_font text-black-50"
- >Starting from ₹ 2,49,990</small
- >
- </h5>
- <a
- class="btn btn-dark"
- href="/laptopdetails.html?Fyro#productId=106633230000031"
- >Coming Soon</a
- >
- </div>
- </div>
- </div>
- </div>
- <div class="col-md-6 my-auto">
- <img
- src="./dist/assets/imgs/fyro_laptop_images/15%20inches.png"
- class="img-fluid rounded-start w-sm-50 pt-md-0 pt-5 success-img"
- alt="..."
- />
- </div>
- </div>
- </div>
- <div
- class="card mb-3 fyro_sleekbook_2 border-0 bg-gray-background rounded-4"
- >
- <div
- class="row g-0 px-3 p-md-3 py-lg-3 flex-column-reverse flex-md-row notes"
- >
- <div class="col-lg-6 col-md-6">
- <div class="card-body">
- <div class="py-lg-4">
- <h5
- class="card-title satoshi_font mb-2 fw-bold ms-md-0 ms-5"
- >
- FYRO 14 RTX 4060
- </h5>
- <ul
- class="showspecsul text-black-50 ms-md-0 ms-5"
- >
- <li class="fs-9">14.0 inch FHD</li>
- <li class="fs-9">
- Intel<sup>®</sup> Core<sup>™</sup> i5 | i7 |
- i9
- </li>
- <li class="fs-9">32 GB RAM , 2 TB M.2 NVMe</li>
- </ul>
- <div
- class="text-md-start text-center pb-3 pb-md-0"
- >
- <h5 class="card-text my-3">
- <small class="satoshi_font text-black-50"
- >Starting from ₹ 1,09,990</small
- >
- </h5>
- <a
- class="btn btn-dark"
- href="/laptopdetails.html?Fyro#productId=106633230000031"
- >Coming Soon
- </a>
- </div>
- </div>
- </div>
- </div>
- <div class="col-md-6 my-auto">
- <img
- src="../dist/assets/imgs/fyro_laptop_images/14 inches.png"
- class="img-fluid rounded-start w-lg-100 mt-3 w-200 success-img"
- alt="..."
- />
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- <div class="col-12 d-none d-lg-none">
- <div
- class="card mb-4 Two_four_inch_Card border-0 bg-gray-background rounded-4"
- >
- <div
- class="row g-0 px-3 p-md-3 py-lg-4 flex-column-reverse flex-md-row"
- >
- <div class="col-lg-6 col-md-6">
- <div class="card-body p-lg-5 text-white">
- <p class="card-text satoshi_font fw-bold ms-5">
- 24 Inch All-In-One
- </p>
- <ul class="showspecsul ms-5">
- <li>24 Inch 2K FHD</li>
- <li>
- ntel<sup class="copy-right_sup">®</sup> Core<sup
- class="trademark_sup"
- >TM</sup
- >
- i5 13400 | 16GB
- </li>
- <li>16GB Memory | 1TB NVMe</li>
- </ul>
- <div class="text-md-start text-center pb-3 pb-md-0">
- <p
- class="card-text satoshi_font mb-2"
- style="visibility: hidden;"
- >
- Starting from ₹ 54,999
- </p>
- <a class="btn btn-dark" href="#">Coming Soon</a>
- </div>
- </div>
- </div>
- <div class="col-md-6 my-auto">
- <img
- src="./dist/assets/imgs/laptop and all in one/Fyro/All-in-one 34 inches/Asset 4@2x.png"
- class="img-fluid rounded-start w-lg-100 w-sm-75 p-3"
- alt="..."
- />
- </div>
- </div>
- </div>
- </div>
- <div class="col-lg-6 h-100">
- <div
- class="card ms-auto Two_four_inch_Card border-0 notes bg-gray-background rounded-4"
- >
- <img
- src="./dist/assets/imgs/laptop_aio/Fyro/All-in-one 34 inches/Asset 4@2x.png"
- class="img-fluid w-75 w-sm-75 mx-auto my-4 pt-md-4 success-img"
- alt="..."
- />
- <div class="card-body">
- <div class="py-lg-4 ms-md-5">
- <h5
- class="card-title satoshi_font mb-2 fw-bold ms-md-0 ms-5"
- >
- FYRO AIO34 ARC
- </h5>
- <ul class="showspecsul text-black-50 ms-md-0 ms-5">
- <li class="fs-9">34 inch Curved 4K LCD</li>
- <li class="fs-9">
- Intel<sup>®</sup> Core<sup>™</sup> i7-| i9 Processor
- (12th | 13th Gen)
- </li>
- <li class="fs-9">32 GB RAM , 2 TB M.2 NVMe</li>
- </ul>
- <div class="text-md-start text-center pb-3 pb-md-0">
- <h5 class="card-text my-4">
- <small class="satoshi_font text-black-50"
- >Starting from ₹ 1,24,990</small
- >
- </h5>
- <a
- class="btn btn-dark"
- href="/laptopdetails.html?AIO%20Fyro#productId=106633230000027#itemid=106633240000126"
- >Coming Soon
- </a>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- <div class="d-md-block d-none">
- <span class="transform_text_2">FYRO Series</span>
- </div>
- </div>
- </div>
- </section>
- <!-- fyro section start -->
-
- <!-- Graphene Technology Section -->
- <section class="bg-black pb-md-5" 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 mb-md-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"
- />
- </div>
- <div class="col-md-8 col-9 text-white">
- <h1 class="satoshi_font">Our Innovation in Memory and Storage</h1>
- <h5 class="satoshi_font text-muted">
- Reliable Heat Dissipation with
- <span class="fw-600">Graphene Technology</span>
- </h5>
- </div>
- </div>
- <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"
- />
- </div>
- <div class="col-lg-6 text-white pe-lg-4">
- <h2 class="satoshi_font pb-md-3">
- A Breakthrough in Storage Performance and Sustainability
- </h2>
- <h6 class="mb-md-4 fw-lighter" style="line-height: 24px;">
- 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.
- </h6>
- <div class="row px-md-3">
- <div class="col-md-6 border-left pt-md-0 pt-2">
- <p class="graphene_text fs-9 mb-0">
- Optimal Thermal Management
- </p>
- </div>
- <div class="col-md-6 border-left">
- <p class="graphene_text fs-9 mb-0">
- Lightning-fast read and write speeds
- </p>
- </div>
- <div class="col-md-6 mt-md-3 border-left">
- <p class="graphene_text fs-9 mb-0">
- Lightweight & Flexible Deisgn
- </p>
- </div>
- <div class="col-md-6 mt-md-3 border-left">
- <p class="graphene_text fs-9 mb-0">Enhanced longevity</p>
- </div>
- <div class="col-12 pt-md-4 px-md-0 fs-9 pt-2">
- Upgrade to the Graphene Technology Memory Series and
- experience unparalleled performance, durability, and
- sustainability in your data storage solutions.
- </div>
- </div>
- <!-- <div class="text-end pe-md-4">
- <a class="btn btn-dark py-md-2" href="#">Know more...</a>
- </div> -->
- </div>
- </div>
- </div>
- <div class="col-12">
- <div class="row pt-md-4 align-items-center px-md-3">
- <div
- class="col-md-6 col-12 py-md-0 py-3 text-md-center text-white"
- >
- <h3 class="fw-600">99% thinner than Traditional Solutions</h3>
- </div>
- <div class="col-md-6">
- <div class="row justify-content-center align-items-center">
- <div class="col-lg-6 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>
- </div>
- </div>
- <div class="col-lg-6 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 w-75 text-dark ps-1"
- >
- 15% More Performance & Life
- </p>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- <div class="d-md-block d-none">
- <span class="transform_text1">Graphene Technology</span>
- </div>
- </div>
- </section>
- <!-- END Graphene Technology Section -->
-
- <!-- ORA series future storage section-->
- <section class="" id="Ora_series_1">
- <div class="container position-relative py-5 py-md-5">
- <div class="mb-5 mb-md-5 mt-md-5 pb-md-5 text-center">
- <h1 class="fw-600 satoshi_font">Discover the Future of Storage</h1>
- <h5 class="satoshi_font mb-0 text-black-50">
- with M2 NVMe SSDs at Lightning Speeds
- </h5>
- </div>
- <div
- class="align-items-center flex-column-reverse flex-md-row mx-0 px-md-5 rounded-4 row notes"
- 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 shadow" href="./storageproducts.html"
- >Shop Now</a
- >
- </div>
- </div>
- <div class="col-lg-8 col-md-8">
- <img
- src="./dist/assets/imgs/allin_imgs/pci_storage.png"
- class="img-fluid success-img"
- />
- </div>
- </div>
- <div class="d-md-block d-none">
- <span class="transform_text2 satoshi_font">ORA Series</span>
- </div>
- </div>
- </section>
- <!-- END ORA series future storage section-->
-
- <!-- ORA series Portability section-->
- <section class="" id="Ora_series_2">
- <div class="container py-md-5 py-5 position-relative">
- <div class="text-center mb-md-5 mb-5 pb-md-5 mt-md-2">
- <h1 class="satoshi_font fw-600">Portability Meets Power</h1>
- <h5 class="satoshi_font text-black-50">
- Boost the Laptops Potential with ORA Memory Series
- </h5>
- </div>
- <div
- class="align-items-center flex-md-row mx-0 px-md-5 rounded-4 row bg-gray-background notes"
- 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 success-img"
- />
- </div>
- <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 shadow" href="./ramproducts.html"
- >Shop Now</a
- >
- </div>
- </div>
- </div>
- <div class="d-md-block d-none">
- <span class="transform_text3 satoshi_font">ORA Series</span>
- </div>
- </div>
- </section>
- <!-- END ORA series Portability section-->
-
- <!-- ORA series Empowering section-->
- <section class="" id="Ora_series_3">
- <div class="container py-md-5 py-5 position-relative">
- <div class="text-center mb-5 mb-md-5 pb-md-5 pt-md-2">
- <h1 class="satoshi_font fw-600">Empowering the Performance</h1>
- <h5 class="satoshi_font text-black-50">
- Maximize Efficiency with ORA Desktop Memory Series
- </h5>
- </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 notes"
- 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 text-white"
- >
- <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-3">
- <a class="btn btn-dark shadow" href="./ramproducts.html"
- >Shop Now</a
- >
- </div>
- </div>
- <div class="col-lg-6 col-md-8 pt-lg-5">
- <img
- src="./dist/assets/imgs/allin_imgs/desktop_memory.png"
- class="img-fluid success-img"
- />
- </div>
- </div>
- <div class="d-md-block d-none">
- <span class="transform_text3 satoshi_font">ORA Series</span>
- </div>
- </div>
- </section>
- <!-- END ORA series Empowering section-->
-
- <!-- Top Selling Section -->
- <section>
- <div class="container mb-md-5 mb-5 d-none">
- <h1 class="satoshi_font text-center py-md-5 my-md-3 py-4 fw-600">
- Top Selling Products
- </h1>
- <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 fs-9">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 fs-9">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 fs-9">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"
- data_img="../dist/assets/imgs/allin_imgs/ora_desktop.png"
- ></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 fs-9">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"
- data_img="../dist/assets/imgs/allin_imgs/8gb_laptop.png"
- ></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/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 fs-9">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"
- data_img="../dist/assets/imgs/allin_imgs/32gb_laptop.png"
- ></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/32gb_laptop.png"
- class="w-100"
- />
- <p class="mb-0 fs-7 py-2">
- DDR4 <br />
- 3200MHz Laptop Memory
- </p>
- <p class="fw-600 text-primary mb-0 fs-9">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"
- data_img="../dist/assets/imgs/allin_imgs/32gb_laptop.png"
- ></p>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- <div
- class="container my-5 py-md-5 rounded-3 text-white notes"
- 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 success-img"
- />
- </div>
- <div class="col-md-6 text-center text-dark">
- <h1 class="">Innovation at your fingertips</h1>
- <h5 class="mb-md-3 fw-500 text-black-50">
- Be the first to set your digital world on fire!
- </h5>
- <a href="#" class="btn btn-dark px-md-4 shadow">Know More</a>
- </div>
- <div class="col-md-3 text-center">
- <img
- src="./dist/assets/imgs/allin_imgs/innovation_img2.png"
- class="img-fluid success-img"
- />
- </div>
- </div>
- </div>
- </section>
- <!-- END Top Selling Section -->
- </main>
- <!-- footer -->
- <div id="footer-head" class=""></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="./libs/axios.min.js"></script>
-
- <script src="./libs/cookies.min.js"></script>
-
- <script src="./dist/toaster/toastr.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>
-
- <!-- Main JS -->
- <script src="./dist/js/utils/helpers.js"></script>
- <script src="./dist/js/footer.js"></script>
- <script src="./dist/js/auth/apiservice.js"></script>
- <script src="./dist/js/navbar.js"></script>
- <script src="./dist/js/main.js"></script>
- <script src="./dist/js/index/index.js"></script>
-
- <script>
- $(document).ready(function () {
- let Newuser = window.localStorage.getItem(USER_AUTH_OKAY);
-
- if (Newuser == 1) {
- toasteropts();
- Command: toastr["success"]("Account Created Successfully");
- window.localStorage.removeItem(USER_AUTH_OKAY);
- return;
- } else if (Newuser == 2) {
- toasteropts();
- Command: toastr["success"]("Logged In Successfully");
- window.localStorage.removeItem(USER_AUTH_OKAY);
- return;
- }
-
- function toasteropts() {
- toastr.options = {
- closeButton: true,
- debug: false,
- newestOnTop: true,
- progressBar: true,
- positionClass: "toast-top-center",
- preventDuplicates: true,
- onclick: null,
- showDuration: "300",
- hideDuration: "1000",
- timeOut: "5000",
- extendedTimeOut: "1000",
- showEasing: "swing",
- hideEasing: "linear",
- showMethod: "fadeIn",
- hideMethod: "fadeOut",
- };
- }
- });
-
- $(".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>')
- $(".aw-main-features-toggle").click(function () {
- $(".feature-bg-image").addClass("d-none");
- $(".aw-main-features-toggle").addClass("p-4 bg-light");
- $(".aw-main-features-toggler-tab").removeClass("d-none");
- // $('.aw-main-features-toggler-tab.p-4').removeClass('p-4');
- let toggleTab = $(this).find(".feature-bg-image:visible").length;
- if (toggleTab) {
- // $(this).find('.feature-bg-image').addClass('d-none');
- $(this).find(".feature-bg-image").animate(
- {
- width: "toggle",
- },
- 500
- );
- } else {
- // $(this).find('.aw-main-features-toggler-tab').addClass('d-none');
-
- $(".aw-main-features-toggle.d-flex").removeClass("p-4");
-
- $(this).addClass("d-flex");
-
- $(this).find(".aw-main-features-toggler-tab").addClass("p-4");
- $(this)
- .find(".feature-bg-image")
- .removeClass("d-none")
- .addClass("animated-feature-img");
-
- if (window.width > 768) {
- $(this).find(".feature-bg-image").animate(
- {
- width: "50rem",
- },
- 500
- );
- } else {
- $(this).find(".feature-bg-image").animate(
- {
- width: "auto",
- },
- 500
- );
- }
- $(this).removeClass("p-4 bg-light");
- }
- });
- 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 data_img = $(this).find(".selling_product").attr("data_img");
-
- let top_obj = {
- name: product_name,
- version: data_version,
- device: data_device,
- gb: data_gb,
- price: data_price,
- img: data_img,
- };
- localStorage.setItem("top_data", JSON.stringify(top_obj));
- window.location.href = "./productdetails.html";
- });
- });
- </script>
- </body>
- </html>
|