説明なし
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

index.html 50KB

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