暫無描述
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.html 51KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8" />
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  6. <meta http-equiv="X-UA-Compatible" content="ie=edge" />
  7. <link rel="stylesheet" href="./all.css">
  8. <title>Anwi</title>
  9. <style>
  10. .slick-prev {
  11. position: absolute;
  12. padding: 10px 15px;
  13. z-index: 1;
  14. left: -25px;
  15. top: 45%;
  16. border-radius: 50%;
  17. background: rgb(63, 76, 119);
  18. }
  19. .slick-next {
  20. position: absolute;
  21. padding: 10px 15px;
  22. right: -25px;
  23. top: 45%;
  24. border-radius: 50%;
  25. background: rgb(63, 76, 119);
  26. }
  27. .slick-prev.btn:hover,
  28. .slick-next.btn:hover {
  29. background: rgb(63, 76, 119);
  30. }
  31. /* .graphene_text::after{
  32. content: "";
  33. display: block;
  34. width: 60px;
  35. height: 3px;
  36. background: #ffffff;
  37. left: 0;
  38. } */
  39. .slick-track {
  40. display: flex !important;
  41. }
  42. .slick-slide {
  43. height: inherit !important;
  44. }
  45. </style>
  46. </head>
  47. <body>
  48. <!-- navbar -->
  49. <div id="navbar-head"></div>
  50. <!-- end-navbar -->
  51. <!-- main-body -->
  52. <main class="main-body home-main-container">
  53. <!-- banner-start -->
  54. <section class="hero-banner banner-wrapper " id="home_banner">
  55. <div class="banner-main-container">
  56. <div id="carouselExampleAutoplaying" class="carousel slide " data-bs-ride="carousel">
  57. <div class="carousel-indicators mb-md-3">
  58. <button type="button" data-bs-target="#carouselExampleAutoplaying" data-bs-slide-to="0"
  59. class="active carousel_btn" aria-current="true" aria-label="Slide 1"></button>
  60. <button type="button" data-bs-target="#carouselExampleAutoplaying" data-bs-slide-to="1"
  61. aria-label="Slide 2" class="carousel_btn"></button>
  62. <!-- <button type="button" data-bs-target="#carouselExampleAutoplaying" data-bs-slide-to="2"
  63. aria-label="Slide 3" class="carousel_btn"></button>
  64. <button type="button" data-bs-target="#carouselExampleAutoplaying" data-bs-slide-to="3"
  65. aria-label="Slide 4" class="carousel_btn"></button> -->
  66. </div>
  67. <div class="carousel-inner">
  68. <div class="carousel-item active" id="carousel_item1">
  69. <img src="./dist/assets/imgs/banners/anwi-laptop.png"
  70. class="d-block mx-auto w-100 carousel_img" alt="...">
  71. </div>
  72. <div class="carousel-item " id="carousel_item2">
  73. <img src="./dist/assets/imgs/banners/anwi-aio.png"
  74. class="d-block w-100 mx-auto carousel_img" alt="...">
  75. </div>
  76. <!-- <div class="carousel-item" id="carousel_item3">
  77. <img src="./dist/assets/imgs/allin_imgs/sleekbookbanner.jpg" alt=""
  78. class="d-block mx-auto w-100 carousel_img">
  79. </div>
  80. <div class="carousel-item" id="carousel_item4">
  81. <img src="./dist/assets/imgs/allin_imgs/allinonebanner.jpg" alt=""
  82. class="d-block mx-auto w-100 carousel_img"> -->
  83. </div>
  84. </div>
  85. </div>
  86. </div>
  87. </section>
  88. <!-- end-banner -->
  89. <!-- zeno section start -->
  90. <section class="zeno_steamlined_section py-5">
  91. <div class="container">
  92. <div class="zeno_steamlined_section_heading">
  93. <div class="d-flex align-items-center justify-content-center py-md-5">
  94. <div class="zeno_logo">
  95. <img src="./dist/assets/imgs/Home_new/Zeno_head_logo.png" class="img-fluid" alt="">
  96. </div>
  97. <div class="zeno_section_heading_titleText ms-4">
  98. <h1 class="">Streamlined and Efficient Computing!</h1>
  99. <h6 class="satoshi_font text-black-50">ZENO, the ideal choice for those who value efficiency
  100. and affordability.</h6>
  101. </div>
  102. </div>
  103. </div>
  104. <div class="zeno_products_main_container position-relative">
  105. <div class="row mt-4 justify-content-center">
  106. <div class="col-lg-6 h-100 d-none d-lg-block">
  107. <div class="">
  108. <div
  109. class="card ms-auto Two_four_inch_Card border-0 notes bg-gray-background rounded-4 pt-5">
  110. <img src="./dist/assets/imgs/productimg/home-aio.png"
  111. class="img-fluid w-65 w-sm-75 mx-auto success-img" alt="...">
  112. <div class="card-body px-lg-5 pb-lg-5 pt-0">
  113. <h5 class="card-text satoshi_font fw-bold ms-md-0 ms-5">Zeno All-in-One 23.8
  114. inch</h5>
  115. <ul class="showspecsul text-black-50 ms-md-0 ms-5">
  116. <li class="fs-9"> 23.8 inch FHD Display</li>
  117. <li class="fs-9">Intel<sup>®</sup> Core<sup>™</sup> i3 | i5 | i7 Processor
  118. (12th | 13th
  119. Gen)</li>
  120. <li class="fs-9">16 GB RAM | 512 GB M.2 NVMe</li>
  121. <li class="fs-9">Plastic Body with Metal stand</li>
  122. </ul>
  123. <h5 class="card-text my-3"><small class="satoshi_font text-black-50">Starting
  124. from ₹ 37,990</small></h5>
  125. <a class="btn btn-dark "
  126. href="/laptopdetails.html?AIO%20Zeno#productId=106633230000026#itemid=106633240000110">Buy
  127. Now</a>
  128. <p></p>
  129. </div>
  130. </div>
  131. </div>
  132. </div>
  133. <div class="col-12 d-block d-lg-none">
  134. <div class="card mb-4 Two_four_inch_Card border-0 bg-gray-background rounded-4">
  135. <div class="row g-0 px-3 p-md-3 py-lg-4 flex-column-reverse flex-md-row notes">
  136. <div class="col-lg-6 col-md-6">
  137. <div class="card-body p-lg-5">
  138. <p class="card-text satoshi_font fw-bold ms-md-0 ms-5">23.8 Inch All-In-One
  139. </p>
  140. <ul class="showspecsul text-black-50 ms-md-0 ms-5">
  141. <li class="fs-9"> 23.8 inch FHD Display</li>
  142. <li class="fs-9">Intel<sup>®</sup> Core<sup>™</sup> i3 | i5 | i7
  143. Processor
  144. (12th | 13th
  145. Gen)</li>
  146. <li class="fs-9">16 GB RAM | 512 GB M.2 NVMe</li>
  147. </ul>
  148. <div class="text-md-start text-center pb-3 pb-md-0 ">
  149. <h5 class="card-text my-4"><small
  150. class="satoshi_font text-black-50">Starting from ₹
  151. 37,990</small></h5>
  152. <a class="btn btn-dark " href="#">Buy Now</a>
  153. </div>
  154. </div>
  155. </div>
  156. <div class="col-md-6 my-auto">
  157. <img src="./dist/assets/imgs/Home/all-in-one-mobile.png"
  158. class="img-fluid rounded-start w-lg-100 w-sm-75 p-3 success-img" alt="...">
  159. </div>
  160. </div>
  161. </div>
  162. </div>
  163. <div class="col-lg-6 h-100 d-flex flex-column gap-two-half">
  164. <div class="card zeno_sleekbook_1 border-0">
  165. <div
  166. 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">
  167. <div class="col-lg-6 col-md-6">
  168. <div class="card-body">
  169. <div class="py-lg-2">
  170. <h5 class="card-title mb-2 satoshi_font fw-bold ms-md-0 ms-5">Zeno
  171. Sleekbook 14.1 inch</h5>
  172. <ul class="showspecsul text-black-50 ms-md-0 ms-5">
  173. <li class="fs-9">14.1 inch 2.5K Display</li>
  174. <li class="fs-9">Intel<sup>®</sup> Core<sup>™</sup> i5-| i7 <br>
  175. (12th |
  176. 13th
  177. Gen)</li>
  178. <li class="fs-9">16 GB RAM , 512 GB M.2 NVMe</li>
  179. <li class="fs-9">Metal Body, 65W Type-c </li>
  180. </ul>
  181. <div class="text-md-start text-center pb-3 pb-md-0 ">
  182. <h5 class="card-text my-4"><small
  183. class="satoshi_font text-black-50">Starting from ₹
  184. 47,990</small></h5>
  185. <a class="btn btn-dark "
  186. href="/laptopdetails.html?Zeno#productId=106633230000029">Buy
  187. Now</a>
  188. </div>
  189. </div>
  190. </div>
  191. </div>
  192. <div class="col-md-6 my-auto">
  193. <img src="./dist/assets/imgs/productimg/home-laptop14.png"
  194. class="img-fluid rounded-start w-sm-50 pt-md-0 pt-5 success-img" alt="...">
  195. </div>
  196. </div>
  197. </div>
  198. <div class="card mt-0 zeno_sleekbook_2 border-0">
  199. <div
  200. class="row g-0 px-3 p-md-3 py-lg-4 flex-column-reverse flex-md-row notes bg-gray-background rounded-4">
  201. <div class="col-lg-6 col-md-6">
  202. <div class="card-body ">
  203. <div class="py-lg-2">
  204. <h5 class="card-title satoshi_font mb-2 fw-bold ms-md-0 ms-5">Zeno
  205. Sleekbook 16 inch</h5>
  206. <ul class="showspecsul text-black-50 ms-md-0 ms-5">
  207. <li class="fs-9">16 inch 2.5K Display</li>
  208. <li class="fs-9">Intel<sup>®</sup> Core<sup>™</sup> i5-| i7 <br>
  209. (12th |
  210. 13th
  211. Gen)</li>
  212. <li class="fs-9">16 GB RAM , 512 GB M.2 NVMe</li>
  213. <li class="fs-9">Metal Body, 65W Type-c </li>
  214. </ul>
  215. <div class="text-md-start text-center pb-3 pb-md-0 ">
  216. <h5 class="card-text my-4"><small
  217. class="satoshi_font text-black-50">Starting from ₹
  218. 47,990</small></h5>
  219. <a class="btn btn-dark "
  220. href="/laptopdetails.html?Zeno#productId=106633230000029">Buy
  221. Now</a>
  222. </div>
  223. </div>
  224. </div>
  225. </div>
  226. <div class="col-md-6 my-auto">
  227. <img src="./dist/assets/imgs/productimg/home-laptop16.png"
  228. class="img-fluid rounded-start w-lg-100 w-200 mt-3 success-img" alt="...">
  229. </div>
  230. </div>
  231. </div>
  232. </div>
  233. </div>
  234. <div class="d-md-block d-none">
  235. <span class="transform_text_1">Zeno&nbsp;Series</span>
  236. </div>
  237. </div>
  238. </div>
  239. </section>
  240. <!-- zeno section start -->
  241. <section class="bg-black px-0 m-auto">
  242. <div class="container">
  243. <img src="./dist/assets/imgs/banners/laptop1.jpg" alt="" class="img-fluid">
  244. </div>
  245. </section>
  246. <!-- fyro section start -->
  247. <section class="fyro_steamlined_section py-md-5 d-none">
  248. <div class="container">
  249. <div class="fyro_steamlined_section_heading">
  250. <div class="d-flex align-items-center justify-content-center pb-md-5 pt-md-4 mb-md-5">
  251. <div class="fyro_logo">
  252. <img src="./dist/assets/imgs/Home_new/fyro_logo.png" class="img-fluid" alt="">
  253. </div>
  254. <div class="fyro_section_heading_titleText ms-4">
  255. <h1 class="">Unleash the Power of GPU!</h1>
  256. <h6 class="satoshi_font text-black-50">Explore the world of advanced computing with FYRO.
  257. </h6>
  258. </div>
  259. </div>
  260. </div>
  261. <div class="fyro_products_main_container position-relative">
  262. <div class="row mt-4 justify-content-center">
  263. <div class="col-lg-6 text-center text-md-start h-100">
  264. <div class="">
  265. <div class="position-relative d-none">
  266. <span class="transform_text">FYRO&nbsp;Series</span>
  267. </div>
  268. <div class="left-spacer-card">
  269. <div class="card mb-4 fyro_sleekbook_1 border-0 bg-gray-background rounded-4">
  270. <div
  271. class="row g-0 px-3 p-md-3 py-lg-4 flex-sm-row-reverse flex-lg-row flex-column-reverse notes">
  272. <div class="col-lg-6 col-md-6">
  273. <div class="card-body">
  274. <div class="py-lg-4">
  275. <h5 class="card-title mb-2 satoshi_font fw-bold ms-md-0 ms-5">
  276. FYRO 17.3 RTX 4080</h5>
  277. <ul class="showspecsul text-black-50 ms-md-0 ms-5">
  278. <li class="fs-9">17.3 inch IPS level LCD</li>
  279. <li class="fs-9">Intel<sup>®</sup> Core<sup>™</sup> i9</li>
  280. <li class="fs-9">32 GB RAM , 2 TB M.2 NVMe</li>
  281. </ul>
  282. <div class="text-md-start text-center pb-3 pb-md-0 ">
  283. <h5 class="card-text my-3">
  284. <small class="satoshi_font text-black-50">Starting from
  285. ₹ 2,49,990</small>
  286. </h5>
  287. <a class="btn btn-dark "
  288. href="/laptopdetails.html?Fyro#productId=106633230000031">Coming
  289. Soon</a>
  290. </div>
  291. </div>
  292. </div>
  293. </div>
  294. <div class="col-md-6 my-auto">
  295. <img src="./dist/assets/imgs/fyro_laptop_images/15%20inches.png"
  296. class="img-fluid rounded-start w-sm-50 pt-md-0 pt-5 success-img"
  297. alt="...">
  298. </div>
  299. </div>
  300. </div>
  301. <div class="card mb-3 fyro_sleekbook_2 border-0 bg-gray-background rounded-4">
  302. <div class="row g-0 px-3 p-md-3 py-lg-3 flex-column-reverse flex-md-row notes">
  303. <div class="col-lg-6 col-md-6">
  304. <div class="card-body">
  305. <div class="py-lg-4">
  306. <h5 class="card-title satoshi_font mb-2 fw-bold ms-md-0 ms-5">
  307. FYRO 14 RTX 4060</h5>
  308. <ul class="showspecsul text-black-50 ms-md-0 ms-5">
  309. <li class="fs-9">14.0 inch FHD</li>
  310. <li class="fs-9">Intel<sup>®</sup> Core<sup>™</sup> i5 | i7
  311. | i9</li>
  312. <li class="fs-9">32 GB RAM , 2 TB M.2 NVMe</li>
  313. </ul>
  314. <div class="text-md-start text-center pb-3 pb-md-0 ">
  315. <h5 class="card-text my-3">
  316. <small class="satoshi_font text-black-50">Starting from
  317. ₹ 1,09,990</small>
  318. </h5>
  319. <a class="btn btn-dark "
  320. href="/laptopdetails.html?Fyro#productId=106633230000031">Coming
  321. Soon </a>
  322. </div>
  323. </div>
  324. </div>
  325. </div>
  326. <div class="col-md-6 my-auto">
  327. <img src="../dist/assets/imgs/fyro_laptop_images/14 inches.png"
  328. class="img-fluid rounded-start w-lg-100 mt-3 w-200 success-img"
  329. alt="...">
  330. </div>
  331. </div>
  332. </div>
  333. </div>
  334. </div>
  335. </div>
  336. <div class="col-12 d-none d-lg-none">
  337. <div class="card mb-4 Two_four_inch_Card border-0 bg-gray-background rounded-4">
  338. <div class="row g-0 px-3 p-md-3 py-lg-4 flex-column-reverse flex-md-row">
  339. <div class="col-lg-6 col-md-6">
  340. <div class="card-body p-lg-5 text-white ">
  341. <p class="card-text satoshi_font fw-bold ms-5">24 Inch All-In-One</p>
  342. <ul class="showspecsul ms-5">
  343. <li>24 Inch 2K FHD</li>
  344. <li>ntel<sup class="copy-right_sup">®</sup> Core<sup
  345. class="trademark_sup">TM</sup> i5 13400 | 16GB</li>
  346. <li>16GB Memory | 1TB NVMe</li>
  347. </ul>
  348. <div class="text-md-start text-center pb-3 pb-md-0 ">
  349. <p class="card-text satoshi_font mb-2" style="visibility: hidden;">
  350. Starting from ₹ 54,999</p>
  351. <a class="btn btn-dark " href="#">Coming Soon</a>
  352. </div>
  353. </div>
  354. </div>
  355. <div class="col-md-6 my-auto">
  356. <img src="./dist/assets/imgs/laptop and all in one/Fyro/All-in-one 34 inches/Asset 4@2x.png"
  357. class="img-fluid rounded-start w-lg-100 w-sm-75 p-3" alt="...">
  358. </div>
  359. </div>
  360. </div>
  361. </div>
  362. <div class="col-lg-6 h-100">
  363. <div class="card ms-auto Two_four_inch_Card border-0 notes bg-gray-background rounded-4">
  364. <img src="./dist/assets/imgs/laptop_aio/Fyro/All-in-one 34 inches/Asset 4@2x.png"
  365. class="img-fluid w-75 w-sm-75 mx-auto my-4 pt-md-4 success-img" alt="...">
  366. <div class="card-body ">
  367. <div class="py-lg-4 ms-md-5">
  368. <h5 class="card-title satoshi_font mb-2 fw-bold ms-md-0 ms-5">FYRO AIO34 ARC
  369. </h5>
  370. <ul class="showspecsul text-black-50 ms-md-0 ms-5">
  371. <li class="fs-9">34 inch Curved 4K LCD</li>
  372. <li class="fs-9">Intel<sup>®</sup> Core<sup>™</sup> i7-| i9 Processor (12th
  373. | 13th Gen)</li>
  374. <li class="fs-9">32 GB RAM , 2 TB M.2 NVMe</li>
  375. </ul>
  376. <div class="text-md-start text-center pb-3 pb-md-0 ">
  377. <h5 class="card-text my-4"><small
  378. class="satoshi_font text-black-50">Starting from ₹ 1,24,990</small>
  379. </h5>
  380. <a class="btn btn-dark "
  381. href="/laptopdetails.html?AIO%20Fyro#productId=106633230000027#itemid=106633240000126">Coming
  382. Soon </a>
  383. </div>
  384. </div>
  385. </div>
  386. </div>
  387. </div>
  388. </div>
  389. <div class="d-md-block d-none">
  390. <span class="transform_text_2">FYRO&nbsp;Series</span>
  391. </div>
  392. </div>
  393. </div>
  394. </section>
  395. <!-- fyro section start -->
  396. <!-- Graphene Technology Section -->
  397. <section class="bg-black pb-md-5" id="graphene_section">
  398. <div class="container py-md-5 py-4 position-relative">
  399. <div class="row align-items-center justify-content-center pb-md-5 pb-4 mb-md-4">
  400. <div class="col-md-4 col-3 text-end">
  401. <img src="./dist/assets/imgs/allin_imgs/ora_img.png" class="img-fluid w-md-50" />
  402. </div>
  403. <div class="col-md-8 col-9 text-white">
  404. <h1 class="satoshi_font">Our Innovation in Memory and Storage</h1>
  405. <h5 class="satoshi_font text-muted">Reliable Heat Dissipation with <span class="fw-600">Graphene
  406. Technology</span></h5>
  407. </div>
  408. </div>
  409. <div class="align-items-center py-md-5 py-4 mx-0 rounded-3 row" id="graphene_tech">
  410. <div class="col-12">
  411. <div class="row align-items-center justify-content-md-center ">
  412. <div class="col-lg-6 col-md-8 text-center px-lg-3 px-md-5">
  413. <img src="./dist/assets/imgs/allin_imgs/graphene_img.png"
  414. class="img-fluid text-center" />
  415. </div>
  416. <div class="col-lg-6 text-white pe-lg-4">
  417. <h2 class="satoshi_font pb-md-3">A Breakthrough in Storage Performance and
  418. Sustainability</h2>
  419. <h6 class="mb-md-4 fw-lighter" style="line-height: 24px;">Experience a new era of
  420. storage technology with
  421. our innovative Graphene-Thermal Pad solution
  422. designed to revolutionize performance, longevity,
  423. and environmental sustainability.<br>
  424. ORA Series offers unparalleled benefits
  425. that set it apart from traditional storage options.</h6>
  426. <div class="row px-md-3">
  427. <div class="col-md-6 border-left pt-md-0 pt-2">
  428. <p class="graphene_text fs-9 mb-0">Optimal Thermal Management</p>
  429. </div>
  430. <div class="col-md-6 border-left">
  431. <p class="graphene_text fs-9 mb-0"> Lightning-fast read and write speeds</p>
  432. </div>
  433. <div class="col-md-6 mt-md-3 border-left">
  434. <p class="graphene_text fs-9 mb-0">Lightweight & Flexible Deisgn</p>
  435. </div>
  436. <div class="col-md-6 mt-md-3 border-left">
  437. <p class="graphene_text fs-9 mb-0">Enhanced longevity</p>
  438. </div>
  439. <div class="col-12 pt-md-4 px-md-0 fs-9 pt-2">Upgrade to the Graphene Technology
  440. Memory Series and experience unparalleled performance, durability, and
  441. sustainability in your data storage solutions.</div>
  442. </div>
  443. <!-- <div class="text-end pe-md-4">
  444. <a class="btn btn-dark py-md-2" href="#">Know more...</a>
  445. </div> -->
  446. </div>
  447. </div>
  448. </div>
  449. <div class="col-12">
  450. <div class="row pt-md-4 align-items-center px-md-3">
  451. <div class="col-md-6 col-12 py-md-0 py-3 text-md-center text-white">
  452. <h3 class="fw-600">99% thinner than
  453. Traditional Solutions</h3>
  454. </div>
  455. <div class="col-md-6">
  456. <div class="row justify-content-center align-items-center">
  457. <div class="col-lg-6 col-12 text-center text-white">
  458. <div class="bg-black d-flex fs-9 px-md-4 py-md-2 py-2 px-3 rounded-3">
  459. <p class="mb-0 px-md-2 py-md-1"><i class="fa-sharp fa-arrow-right fs-7"></i>
  460. || <i class="fa-sharp fa-arrow-left fs-7"></i></p>
  461. <p class="mb-0 text-start py-md-1 w-75 fs-7">&nbsp;World's Thinnest Heat
  462. Sink 100% More Effective</p>
  463. </div>
  464. </div>
  465. <div class="col-lg-6 col-12 pt-lg-0 pt-3 text-center">
  466. <div class="bg-white fs-7 px-md-2 py-md-2 rounded-3">
  467. <div class="border d-flex fs-7 rounded-3 align-items-center">
  468. <div class="p-2"
  469. style="background-color: #50b2e4;border-top-left-radius: 7px;border-bottom-left-radius:7px;">
  470. <img src="./dist/assets/imgs/allin_imgs/15_percent.png"
  471. class="img-fluid w-60" />
  472. </div>
  473. <p class="py-md-2 border-left mb-0 w-75 text-dark ps-1">15% More
  474. Performance & Life</p>
  475. </div>
  476. </div>
  477. </div>
  478. </div>
  479. </div>
  480. </div>
  481. </div>
  482. </div>
  483. <div class="d-md-block d-none">
  484. <span class="transform_text1">Graphene&nbsp;Technology</span>
  485. </div>
  486. </div>
  487. </section>
  488. <!-- END Graphene Technology Section -->
  489. <!-- ORA series future storage section-->
  490. <section class="" id="Ora_series_1">
  491. <div class="container position-relative py-5 py-md-5">
  492. <div class="mb-5 mb-md-5 mt-md-5 pb-md-5 text-center">
  493. <h1 class="fw-600 satoshi_font">Discover the Future of Storage</h1>
  494. <h5 class="satoshi_font mb-0 text-black-50">with M2 NVMe SSDs at Lightning Speeds</h5>
  495. </div>
  496. <div class="align-items-center flex-column-reverse flex-md-row mx-0 px-md-5 rounded-4 row notes"
  497. id="Fyro_main_card">
  498. <div class="col-lg-4 col-md-4 pb-4 ps-4 ps-md-0 py-md-5 ps-lg-5">
  499. <h3 class="fw-600 mb-md-3">ORA PCIe Storage</h3>
  500. <h5 class="mb-1">NVMe M.2 SSDs</h5>
  501. <h6 class="fs-7 mb-1">SSDs for your All-in-Ones and Laptops</h6>
  502. <h6 class="fs-9 fw-600">Starting from ₹ 2,700</h6>
  503. <div class="py-2">
  504. <a class="btn btn-dark shadow" href="./storageproducts.html">Shop Now</a>
  505. </div>
  506. </div>
  507. <div class="col-lg-8 col-md-8">
  508. <img src="./dist/assets/imgs/allin_imgs/pci_storage.png" class="img-fluid success-img">
  509. </div>
  510. </div>
  511. <div class="d-md-block d-none">
  512. <span class="transform_text2 satoshi_font">ORA&nbsp;Series</span>
  513. </div>
  514. </div>
  515. </section>
  516. <!-- END ORA series future storage section-->
  517. <!-- ORA series Portability section-->
  518. <section class="" id="Ora_series_2">
  519. <div class="container py-md-5 py-5 position-relative ">
  520. <div class="text-center mb-md-5 mb-5 pb-md-5 mt-md-2">
  521. <h1 class="satoshi_font fw-600">Portability Meets Power</h1>
  522. <h5 class="satoshi_font text-black-50">Boost the Laptops Potential with ORA Memory Series</h5>
  523. </div>
  524. <div class="align-items-center flex-md-row mx-0 px-md-5 rounded-4 row bg-gray-background notes"
  525. id="laptop_memory_sec">
  526. <div class="col-lg-8 col-md-8">
  527. <img src="./dist/assets/imgs/allin_imgs/laptop_memory.png" class="img-fluid success-img" />
  528. </div>
  529. <div class="col-lg-4 col-md-4 pb-4 ps-4 ps-md-0 py-md-5 ps-lg-5">
  530. <h3 class="fw-600 mb-md-0">ORA Series</h3>
  531. <h3 class="fw-600 mb-md-2">Laptop Memory</h3>
  532. <h6 class="fs-9 fw-600">Starting from ₹ 1,900</h6>
  533. <div class="py-2">
  534. <a class="btn btn-dark shadow" href="./ramproducts.html">Shop Now</a>
  535. </div>
  536. </div>
  537. </div>
  538. <div class="d-md-block d-none">
  539. <span class="transform_text3 satoshi_font">ORA&nbsp;Series</span>
  540. </div>
  541. </div>
  542. </section>
  543. <!-- END ORA series Portability section-->
  544. <!-- ORA series Empowering section-->
  545. <section class="" id="Ora_series_3">
  546. <div class="container py-md-5 py-5 position-relative">
  547. <div class="text-center mb-5 mb-md-5 pb-md-5 pt-md-2">
  548. <h1 class="satoshi_font fw-600">Empowering the Performance</h1>
  549. <h5 class="satoshi_font text-black-50">Maximize Efficiency with ORA Desktop Memory Series</h5>
  550. </div>
  551. <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"
  552. id="desktop_memory_sec">
  553. <div class="col-lg-6 col-md-4 pb-4 pb-md-0 ps-4 ps-md-0 ps-lg-5 text-white">
  554. <h3 class="fw-600 mb-md-0">ORA Series</h3>
  555. <h3 class="fw-600 mb-md-2">Desktop Memory</h3>
  556. <h6 class="fs-9 fw-600">Starting from ₹ 2,100</h6>
  557. <div class="py-2 mt-lg-3">
  558. <a class="btn btn-dark shadow" href="./ramproducts.html">Shop Now</a>
  559. </div>
  560. </div>
  561. <div class="col-lg-6 col-md-8 pt-lg-5 ">
  562. <img src="./dist/assets/imgs/allin_imgs/desktop_memory.png" class="img-fluid success-img" />
  563. </div>
  564. </div>
  565. <div class="d-md-block d-none">
  566. <span class="transform_text3 satoshi_font">ORA&nbsp;Series</span>
  567. </div>
  568. </div>
  569. </section>
  570. <!-- END ORA series Empowering section-->
  571. <!-- Top Selling Section -->
  572. <section>
  573. <div class="container mb-md-5 mb-5 d-none">
  574. <h1 class="satoshi_font text-center py-md-5 my-md-3 py-4 fw-600">Top Selling Products</h1>
  575. <div class="row justify-content-center align-items-center pb-md-5 ">
  576. <div class="col-10">
  577. <div id="homepage-slider">
  578. <div class="slider-hero">
  579. <div class="card h-100 mx-1 text-center bg-gray-4 border-0">
  580. <div class="card-body">
  581. <a href="./storageproducts.html">
  582. <img src="./dist/assets/imgs/allin_imgs/ora3_storage.png" class="w-100" />
  583. <p class="mb-0 fs-7 py-2">ORA3 M.2 NVMe 512GB<br> PCI Express 3.0</p>
  584. <p class="fw-600 text-primary mb-0 fs-9">Buy Now</p>
  585. </a>
  586. </div>
  587. </div>
  588. <div class="card h-100 mx-1 text-center bg-gray-4 border-0">
  589. <div class="card-body">
  590. <a href="./storageproducts.html">
  591. <img src="./dist/assets/imgs/allin_imgs/ora4_storage.png" class="w-100" />
  592. <p class="mb-0 fs-7 py-2">ORA4 M.2 NVMe 2TB<br> PCI Express 4.0</p>
  593. <p class="fw-600 text-primary mb-0 fs-9">Buy Now</p>
  594. </a>
  595. </div>
  596. </div>
  597. <div class="card h-100 mx-1 text-center bg-gray-4 border-0 top_sell">
  598. <div class="card-body">
  599. <img src="./dist/assets/imgs/allin_imgs/ora_desktop.png" class="w-100" />
  600. <p class="mb-0 fs-7 py-2">ORA 32GB DDR5 <br> 4800MHz Desktop Memory</p>
  601. <p class="fw-600 text-primary mb-0 fs-9">Buy Now</p>
  602. <p class="selling_product d-none" data_name="ORA 32GB DDR5 4800MHz Desktop RAM "
  603. data_version="DDR5" data_device="Desktop" data_gb="32GB" data_price="15500"
  604. data_img="../dist/assets/imgs/allin_imgs/ora_desktop.png">
  605. </p>
  606. </div>
  607. </div>
  608. <div class="card h-100 mx-1 text-center bg-gray-4 border-0 top_sell">
  609. <div class="card-body">
  610. <img src="./dist/assets/imgs/allin_imgs/8gb_laptop.png" class="w-100" />
  611. <p class="mb-0 fs-7 py-2">ORA 8GB DDR5 <br> 4800MHz Laptop Memory</p>
  612. <p class="fw-600 text-primary mb-0 fs-9">Buy Now</p>
  613. <p class="selling_product d-none" data_name="ORA 8GB DDR5 4800MHz Laptop RAM "
  614. data_version="DDR5" data_device="Laptop" data_gb="8GB" data_price="5150"
  615. data_img="../dist/assets/imgs/allin_imgs/8gb_laptop.png">
  616. </p>
  617. </div>
  618. </div>
  619. <div class="card h-100 mx-1 text-center bg-gray-4 border-0 top_sell">
  620. <div class="card-body">
  621. <img src="./dist/assets/imgs/allin_imgs/32gb_laptop.png" class="w-100" />
  622. <p class="mb-0 fs-7 py-2">ORA 32GB DDR4 <br> 3200MHz Laptop Memory</p>
  623. <p class="fw-600 text-primary mb-0 fs-9">Buy Now</p>
  624. <p class="selling_product d-none" data_name="ORA 32GB DDR4 3200MHz Laptop RAM "
  625. data_version="DDR4" data_device="Laptop" data_gb="32GB" data_price="8450"
  626. data_img="../dist/assets/imgs/allin_imgs/32gb_laptop.png">
  627. </p>
  628. </div>
  629. </div>
  630. <div class="card h-100 mx-1 text-center bg-gray-4 border-0 top_sell">
  631. <div class="card-body">
  632. <img src="./dist/assets/imgs/allin_imgs/32gb_laptop.png" class="w-100" />
  633. <p class="mb-0 fs-7 py-2">DDR4 <br> 3200MHz Laptop Memory</p>
  634. <p class="fw-600 text-primary mb-0 fs-9">Buy Now</p>
  635. <p class="selling_product d-none" data_name="ORA 32GB DDR4 3200MHz Laptop RAM "
  636. data_version="DDR4" data_device="Laptop" data_gb="32GB" data_price="8450"
  637. data_img="../dist/assets/imgs/allin_imgs/32gb_laptop.png">
  638. </p>
  639. </div>
  640. </div>
  641. </div>
  642. </div>
  643. </div>
  644. </div>
  645. </div>
  646. <div class="container my-5 py-md-5 rounded-3 text-white notes" id="innovation_sections">
  647. <div class="row align-items-center">
  648. <div class="col-md-3 text-center">
  649. <img src="./dist/assets/imgs/allin_imgs/innovation_img1.png" class="img-fluid success-img" />
  650. </div>
  651. <div class="col-md-6 text-center text-dark">
  652. <h1 class="">Innovation at your fingertips</h1>
  653. <h5 class="mb-md-3 fw-500 text-black-50">Be the first to set your digital world on fire!</h5>
  654. <a href="#" class="btn btn-dark px-md-4 shadow">Know More</a>
  655. </div>
  656. <div class="col-md-3 text-center">
  657. <img src="./dist/assets/imgs/allin_imgs/innovation_img2.png" class="img-fluid success-img" />
  658. </div>
  659. </div>
  660. </div>
  661. </section>
  662. <!-- END Top Selling Section -->
  663. </main>
  664. <!-- footer -->
  665. <div id="footer-head" class=""></div>
  666. <!-- end-footer -->
  667. <script src="./libs/bootstrap/js/bootstrap.bundle.min.js"></script>
  668. <script src="./dist/js/jquery.min.js"></script>
  669. <script src="./libs/owlcarousel/js/owl.carousel.min.js"></script>
  670. <script src="./libs/axios.min.js"></script>
  671. <script src="./libs/cookies.min.js"></script>
  672. <script src="./dist/toaster/toastr.js"></script>
  673. <script src="./dist/js/fontawesome.all.js"></script>
  674. <script src="./dist/js/fontawesome.min.js"></script>
  675. <script src="./dist/js/vendor/modernizr-3.11.7.min.js"></script>
  676. <script src="./dist/js/vendor/jquery-v3.6.0.min.js"></script>
  677. <script src="./dist/js/vendor/jquery-migrate-v3.3.2.min.js"></script>
  678. <script src="./dist/js/vendor/bootstrap.min.js"></script>
  679. <script src="./dist/js/plugins/slick.js"></script>
  680. <script src="./dist/js/plugins/wow.js"></script>
  681. <script src="./dist/js/plugins/svg-injector.min.js"></script>
  682. <script src="./dist/js/plugins/jquery.nice-select.min.js"></script>
  683. <!-- Main JS -->
  684. <script src="./dist/js/utils/helpers.js"></script>
  685. <script src="./dist/js/footer.js"></script>
  686. <script src="./dist/js/auth/apiservice.js"></script>
  687. <script src="./dist/js/navbar.js"></script>
  688. <script src="./dist/js/main.js"></script>
  689. <script src="./dist/js/index/index.js"></script>
  690. <script>
  691. $(document).ready(function () {
  692. let Newuser = window.localStorage.getItem(USER_AUTH_OKAY);
  693. if (Newuser == 1) {
  694. toasteropts()
  695. Command: toastr["success"]("Account Created Successfully");
  696. window.localStorage.removeItem(USER_AUTH_OKAY)
  697. return
  698. } else if (Newuser == 2) {
  699. toasteropts()
  700. Command: toastr["success"]("Logged In Successfully");
  701. window.localStorage.removeItem(USER_AUTH_OKAY)
  702. return
  703. }
  704. function toasteropts() {
  705. toastr.options = {
  706. "closeButton": true,
  707. "debug": false,
  708. "newestOnTop": true,
  709. "progressBar": true,
  710. "positionClass": "toast-top-center",
  711. "preventDuplicates": true,
  712. "onclick": null,
  713. "showDuration": "300",
  714. "hideDuration": "1000",
  715. "timeOut": "5000",
  716. "extendedTimeOut": "1000",
  717. "showEasing": "swing",
  718. "hideEasing": "linear",
  719. "showMethod": "fadeIn",
  720. "hideMethod": "fadeOut"
  721. }
  722. }
  723. });
  724. $(".slick-prev").addClass("btn text-white");
  725. $(".slick-next").addClass("btn text-white");
  726. $(".slick-prev").html("←");
  727. $(".slick-next").html("→")
  728. // $('.owl-carousel.hero_carousel_main').owlCarousel({
  729. // loop: true,
  730. // nav: false,
  731. // dots: true,
  732. // responsive: {
  733. // 0: {
  734. // items: 1
  735. // },
  736. // 600: {
  737. // items: 1
  738. // },
  739. // 1000: {
  740. // items: 1
  741. // }
  742. // }
  743. // });
  744. // $('.owl-carousel.star-products-img-sec').owlCarousel({
  745. // // loop: true,
  746. // margin: 10,
  747. // rtl: false,
  748. // nav: true,
  749. // navText: [
  750. // "<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>",
  751. // "<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>"
  752. // ],
  753. // responsive: {
  754. // 0: {
  755. // items: 1
  756. // },
  757. // 600: {
  758. // items: 3
  759. // },
  760. // 1000: {
  761. // items: 5
  762. // }
  763. // }
  764. // });
  765. // $('.owl-nav,.owl-dots').wrapAll('<div class="d-flex flex-row-reverse justify-content-between align-items-center"></div>')
  766. $(".aw-main-features-toggle").click(function () {
  767. $('.feature-bg-image').addClass('d-none');
  768. $(".aw-main-features-toggle").addClass('p-4 bg-light')
  769. $('.aw-main-features-toggler-tab').removeClass('d-none');
  770. // $('.aw-main-features-toggler-tab.p-4').removeClass('p-4');
  771. let toggleTab = $(this).find('.feature-bg-image:visible').length
  772. if (toggleTab) {
  773. // $(this).find('.feature-bg-image').addClass('d-none');
  774. $(this).find('.feature-bg-image').animate({
  775. width: "toggle"
  776. }, 500);
  777. } else {
  778. // $(this).find('.aw-main-features-toggler-tab').addClass('d-none');
  779. $('.aw-main-features-toggle.d-flex').removeClass('p-4')
  780. $(this).addClass('d-flex');
  781. $(this).find('.aw-main-features-toggler-tab').addClass('p-4');
  782. $(this).find('.feature-bg-image').removeClass('d-none').addClass('animated-feature-img');
  783. if (window.width > 768) {
  784. $(this).find('.feature-bg-image').animate({
  785. width: "50rem"
  786. }, 500);
  787. } else {
  788. $(this).find('.feature-bg-image').animate({
  789. width: "auto"
  790. }, 500);
  791. }
  792. $(this).removeClass('p-4 bg-light')
  793. }
  794. });
  795. let width_sc = $(window).width();
  796. if (width_sc <= 1198) {
  797. $(".text_fyro").addClass("d-none");
  798. $(".Fyro_main_card").removeClass("col-lg-11").addClass("col-12")
  799. }
  800. $(".top_sell").each(function () {
  801. $(".top_sell").click(function () {
  802. let product_name = $(this).find(".selling_product").attr("data_name");
  803. let data_version = $(this).find(".selling_product").attr("data_version");
  804. let data_device = $(this).find(".selling_product").attr("data_device");
  805. let data_gb = $(this).find(".selling_product").attr("data_gb");
  806. let data_price = $(this).find(".selling_product").attr("data_price");
  807. let data_img = $(this).find(".selling_product").attr("data_img");
  808. let top_obj = {
  809. name: product_name,
  810. version: data_version,
  811. device: data_device,
  812. gb: data_gb,
  813. price: data_price,
  814. img: data_img
  815. }
  816. localStorage.setItem("top_data", JSON.stringify(top_obj));
  817. window.location.href = "./productdetails.html";
  818. })
  819. })
  820. </script>
  821. </body>
  822. </html>