252 行
12 KiB
HTML
252 行
12 KiB
HTML
<!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" />
|
|
<link rel="stylesheet" href="./all.css" />
|
|
|
|
<title>Anwi</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="py-5">
|
|
<div class="container-fluid position-relative">
|
|
<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/new_img/main_banner.webp" 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" 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">
|
|
<h2 class="col-3 font-weight-600 text-decoration-underline" style="color: #5e95ae;">
|
|
Visual Excellence Redefined
|
|
</h2>
|
|
<div class="col-3 py-3 rounded text-light" style="background: #5e95ae;">
|
|
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-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">
|
|
<img src="./dist/assets/imgs/zeno/14 inch/5.png" alt="" class="img-fluid col-8" />
|
|
<div class="col-4 text-white font-weight-600">
|
|
<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-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-4" />
|
|
</div>
|
|
</div>
|
|
</section>
|
|
<!-- trackpad -->
|
|
<section>
|
|
<div class="container my-5">
|
|
<div class="row align-items-center justify-content-around">
|
|
<img src="./dist/assets/imgs/zeno/14 inch/trackpad.png" alt="" class="img-fluid col-4 rounded-5" />
|
|
<div class="col-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">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>
|
|
<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 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" data-aos="zoom-out"
|
|
data-aos-duration="3000" />
|
|
</div>
|
|
</section>
|
|
<section>
|
|
<div class="position-sticky d-flex justify-content-around align-items-center position-relative">
|
|
<div class=" position-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 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="">
|
|
</div>
|
|
</section>
|
|
</main>
|
|
<!-- footer -->
|
|
<div id="footer-head"></div>
|
|
<!-- end-footer -->
|
|
|
|
<!-- <script src="https://player.vimeo.com/api/player.js"></script> -->
|
|
<script src="./dist/js/components/authloader/authloader.js"></script>
|
|
<script src="./dist/js/jquery.min.js"></script>
|
|
<script src="./libs/bootstrap/js/bootstrap.bundle.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/plugins/jquery-ui.js"></script>
|
|
<script src="./dist/js/plugins/magnific-popup.js"></script>
|
|
<script src="./dist/js/navbar.js"></script>
|
|
<script src="./dist/js/footer.js"></script>
|
|
<script src="./dist/js/main.js"></script>
|
|
<script src="./dist/js/plugins/aos.js"></script>
|
|
<script>
|
|
AOS.init();
|
|
</script>
|
|
</body>
|
|
|
|
</html> |