123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414 |
- <!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
- href="./dist/css/plugins/aos.css"
- rel="stylesheet"
- media="(min-width: 550px)"
- />
- <link rel="shortcut icon" type="image/x-icon" href="./dist/assets/imgs/favicon.gif">
- <link rel="stylesheet" href="./all.css" />
-
- <title>ADM</title>
- <style>
- ol > li {
- margin: 20px 0px;
- }
-
- @keyframes zoomAnimation {
- 0% {
- transform: scale(1.5);
- /* Inner zoom */
- }
-
- 100% {
- transform: scale(0.5);
- /* Zoom out */
- }
- }
-
- .visual-excellence-image {
- animation: zoomAnimation 10s ease-in-out forwards;
- /* Change the duration as needed */
- }
- </style>
- </head>
-
- <body>
- <!-- navbar -->
- <!-- <auth-loader></auth-loader> -->
- <div id="navbar-head" class=""></div>
- <!-- end-navbar -->
- <!-- main-body -->
- <main
- class="main-body home-main-container loading-main"
- id="home-main-container"
- >
- <section class="">
- <div class="container-fluid position-relative d-none">
- <div class="product_details d-md-none d-block">
- <div>
- <input type="hidden" name="" id="skudetailitem" />
- <h4 class="productname fw-600 ps-3 pt-5"></h4>
- </div>
- </div>
- <div class="text-center">
- <img
- src="./dist/assets/imgs/banners/ADM-laptop.png"
- class="w-100"
- />
- </div>
- <div class="position-absolute product_details d-md-block d-none">
- <div>
- <input type="hidden" name="" id="skudetailitem" />
- <h4 class="productname"></h4>
- </div>
- </div>
- </div>
- </section>
- <!-- visual excellence section starts -->
- <section
- class="border border-5 rounded-5 m-md-5 m-0 p-md-0 p-3 d-flex align-items-center flex-column-reverse flex-md-column"
- style="border-bottom-width: 35px !important;"
- >
- <div class="container mt-5">
- <div
- class="row justify-content-around"
- data-aos="fade-up"
- data-aos-duration="3000"
- >
- <h1 class="col-md-4 font-weight-600">
- Visual Excellence Redefined
- </h1>
- <div class="col-md-3 py-3 rounded text-light bg-dark">
- Experience the Clarity of 2.5K on a Vibrant IPS Display. Every
- Hue, Uncompromisingly Accurate with 100% sRGB. See More, Do More
- with a Spacious 16:10 Aspect Ratio.
- </div>
- </div>
- </div>
- <div class="d-flex">
- <div class="px-5 text-center">
- <img
- src="./dist/assets/imgs/zeno/14 inch/4.png"
- alt=""
- class="img-fluid p-md-5 py-5 pb-0"
- style="width: 90%;"
- data-aos="fade-in"
- />
- </div>
- </div>
- </section>
- <!-- type in confort -->
- <section class="bg-dark">
- <div class="mx-md-5 row align-items-center mx-0">
- <img
- src="./dist/assets/imgs/zeno/14 inch/5.png"
- alt=""
- class="img-fluid col-md-8 pe-0"
- />
- <div class="col-md-4 text-white ps-5 ps-md-0 font-weight-600 pe-0">
- <h2 data-aos="fade-left" data-aos-duration="3000">
- Type in Comfort,
- </h2>
- <h2
- data-aos="fade-left"
- data-aos-duration="3000"
- data-aos-delay="300"
- >
- Day or <span class="text-black fs-1">Night</span>
- </h2>
- </div>
- </div>
- </section>
- <!-- finger print -->
- <section>
- <div class="container my-5">
- <div class="row align-items-center justify-content-around">
- <div class="col-md-4">
- <h2
- class="font-weight-600 mb-0"
- style="color: #3c3d48;"
- data-aos="fade-left"
- data-aos-duration="3000"
- >
- Seamless Security
- </h2>
- <h2
- class="font-weight-700"
- style="color: #00708f;"
- data-aos="fade-right"
- data-aos-duration="3000"
- >
- Meets Convenience
- </h2>
- <p class="text-black-50 fw-700">
- Integrated Fingerprint Scanner on the Power Button for Swift,
- One-Touch Access. Power Up and Log In with a Single Press.
- </p>
- </div>
- <img
- src="./dist/assets/imgs/zeno/14 inch/fingerprint.webp"
- alt=""
- class="img-fluid col-md-4"
- />
- </div>
- </div>
- </section>
- <!-- trackpad -->
- <section>
- <div class="container my-5">
- <div
- class="row align-items-center flex-column-reverse flex-md-row justify-content-around"
- >
- <img
- src="./dist/assets/imgs/zeno/14 inch/trackpad.png"
- alt=""
- class="img-fluid col-md-4 rounded-5"
- />
- <div class="col-md-4">
- <h2
- class="font-weight-600 mb-0"
- style="color: #3c3d48;"
- data-aos="fade-down"
- data-aos-duration="3000"
- >
- Navigate with
- </h2>
- <h2 class="font-weight-700" style="color: #00708f;">
- Precision and Ease
- </h2>
- <p class="text-black-50 fw-700">
- A Large Multi-Touch Glass Trackpad That Transforms Every Swipe
- and Scroll into a Fluid, Responsive Experience.
- </p>
- </div>
- </div>
- </div>
- </section>
- <!-- dual fan cooling -->
- <section>
- <div class="container">
- <div
- class="rounded-5 p-5"
- style="
- background: linear-gradient(144deg, #000000, #34302d);
- padding-top: 100px !important;
- "
- >
- <div class="row mb-3">
- <h3 class="text-info col-md-5 fw-700 text-md-start text-end">
- stay <u>cool</u> Under pressure
- </h3>
- <p class="text-white text-end fw-500 col-md-7">
- Advanced Dual Fan Cooling System, Engineered to Keep the
- Processor and Internal Components Operating at Peak Efficiency.
- </p>
- </div>
- <img
- src="./dist/assets/imgs/zeno/14 inch/Fan2.png"
- alt=""
- data-aos="fade-up"
- data-aos-duration="50000"
- class="img-fluid rounded-5"
- alt="dual fan cooling"
- />
- </div>
- </div>
- </section>
- <!-- camera -->
- <section>
- <div class="text-center">
- <div>
- <img
- src="./dist/assets/imgs/zeno/14 inch/22.png"
- alt="privacy"
- class="img-fluid ps-5"
- data-aos="fade-left"
- data-aos-duration="3000"
- data-aos-delay="200"
- />
- </div>
- <img
- src="./dist/assets/imgs/zeno/14 inch/11.png"
- alt=""
- class="img-fluid"
- data-aos="fade-right"
- data-aos-duration="3000"
- />
- </div>
- </section>
-
- <section>
- <div>
- <div class="text-center">
- <h3 class="fw-700">Crystal Clear Conferencing</h3>
- <div
- class="bg-black py-4 text-uppercase text-white bg-gradient d-flex flex-column flex-md-row justify-content-around"
- >
- <p
- data-aos="fade-right"
- data-aos-duration="3000"
- data-aos-delay="400"
- class="mb-0"
- >
- Capture Every Detail with the 2MP High-Resolution Camera
- </p>
- <!-- <p class="px-3" class="mb-0">-</p> -->
- <p
- data-aos="fade-left"
- data-aos-duration="3000"
- data-aos-delay="400"
- class="mb-0"
- >
- Designed for Professional-grade Video Calls.
- </p>
- </div>
- </div>
- <img
- src="./dist/assets/imgs/zeno/14 inch/66.png"
- alt="camera"
- class="img-fluid w-100"
- data-aos="zoom-out"
- data-aos-duration="3000"
- />
- </div>
- </section>
- <section>
- <div
- class="position-sticky d-flex flex-column flex-md-row justify-content-around align-items-center position-relative"
- >
- <div class="position-md-absolute" style="bottom: 24%;">
- <div class="d-flex" style="color: #979595;">
- <h1
- class="fw-700"
- data-aos="fade-down"
- data-aos-delay="300"
- data-aos-duration="3000"
- >
- Sleek
- </h1>
- <h1
- data-aos="flip-left"
- data-aos-delay="500"
- data-aos-duration="3000"
- class="ps-2"
- >
- Powerhouse
- </h1>
- </div>
- <p class="mb-0 fw-600">Ultra-Thin, Lightweight, All-Metal Body.</p>
- <p class="fw-600">
- Where Elegant Design Meets Uncompromising Durability.
- </p>
- </div>
- <img
- src="./dist/assets/imgs/zeno/14 inch/10.png"
- alt=""
- class="img-fluid w-50"
- alt="sleek"
- />
- </div>
- </section>
-
- <!-- battery -->
- <section>
- <div
- class="container bg-gradient-graphene text-white p-5 border shadow"
- style="border: 5px solid #e5a923 !important;"
- >
- <h1
- class="fw-500 mb-4"
- style="color: #e5a923;"
- data-aos="fade-left"
- data-aos-duration="3000"
- >
- Future-Ready Performance
- </h1>
- <div
- class="d-flex flex-column flex-md-row justify-content-around align-items-start"
- >
- <div class="fw-500">
- <p class="mb-2">Packed with 24GB DDR5 RAM</p>
-
- <p class="mb-2">512GB NVMe 4.0 Storage.</p>
- <p>Swift, Expansive, and Ready to Tackle Any Challenge.</p>
- </div>
- <div>
- <img
- src="./dist/assets/imgs/allin_imgs/graphene_img.png"
- alt=""
- class="img-fluid"
- alt="performance"
- />
- </div>
- </div>
- </div>
- </section>
- <section>
- <div class="container text-center">
- <h1
- class="fw-500 text-center mb-2 mt-5 fw-700"
- style="color: #003e77;"
- data-aos="zoom-out"
- data-aos-duration="3000"
- >
- Unleash Blazing Speeds
- </h1>
- <p style="color: #00417b;" class="mb-0 fw-700">
- Equipped with Powerful Intel 12th and 13th Generation Processors.
- Experience Cutting-edge Performance for the Most Demanding Tasks.
- </p>
- <img
- src="./dist/assets/imgs/zeno/14 inch/Intel-13th-Gen-CPU.jpeg"
- alt=""
- class="img-fluid"
- />
- </div>
- </section>
- </main>
- <!-- footer -->
- <div id="footer-head"></div>
- <!-- end-footer -->
-
- <!-- <script src="https://player.vimeo.com/api/player.js"></script> -->
- <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 src="./dist/js/plugins/aos.js"></script>
-
- <script>
- // if (window.width > 578)
- AOS.init();
- </script>
- </body>
- </html>
|