Home page and shopping-cart
Этот коммит содержится в:
поставляемый
+337
-5
@@ -1,6 +1,338 @@
|
||||
$(document).ready(function () {
|
||||
// Footer Js
|
||||
let footerHtml = `<footer class="container-fluid footer-wrapper"> <div class="footer-main-container "> <div class="footer-logo container"> <img src="../../assets/anwi logo-02.png" class="img-fluid " style="width: 100px;height: 100px;" alt="anwi"> </div><hr class="container-fluid text-white"> <div class="footer-content text-white "> <div class="container"> <div class="d-flex my-3"> <div class="col-lg-3 border-end col-lg-3 mx-3"> <h5>Products</h5> <ul class="list-inline"> <li>Servers</li><li>Storage</li><li>Network Switches</li><li>Network Cards</li><li>Servers</li><li>Storage</li><li>Network Switches</li><li>Network Cards</li><li>Servers</li><li>Storage</li><li>Network Switches</li><li>Network Cards</li></ul> </div><div class="col-lg-3 border-end col-lg-3 mx-3"> <h5>About</h5> <ul class="list-inline"> <li>About Us</li><li>Terms</li><li>Privacy</li><li>Careers</li><li>About Us</li><li>Terms</li><li>Privacy</li><li>Careers</li><li>Test1</li><li>Test1</li><li>Test1</li><li>Test1</li></ul> </div><div class="col-lg-3 border-end col-lg-3 mx-3"> <h5>Support</h5> <ul class="list-inline"> <li>Online Help</li><li>Customer Service</li><li>Shipping FAQ</li><li>Warranty</li><li>Bulk Orders</li></ul> </div><div class="col-lg-3"> <h5>Account</h5> <ul class="list-inline"> <li>My Shopping Cart</li><li>My Account</li></ul> <h6>Follow Us</h6> <ul class="list-inline"> <li> <ul class="d-flex list-inline"> <li><img src="" alt="logo"></li><li>Twitter</li></ul> </li><li> <ul class="d-flex list-inline"> <li><img src="" alt="logo"></li><li>Instagram</li></ul> </li><li> <ul class="d-flex list-inline"> <li><img src="" alt="logo"></li><li>Youtube</li></ul> </li><li> <ul class="d-flex list-inline"> <li><img src="" alt="logo"></li><li>Linkedin</li></ul> </li><li> <ul class="d-flex list-inline"> <li><img src="" alt="logo"></li><li>Facebook</li></ul> </li></ul> </div></div></div></div><hr class="container-fluid text-white"> <div class="footer-sub-content container"> <ul class="d-flex list-inline align-items-center text-white"> <li>Copyright © 2022 Anwisystems pvt ltd. All rights reserved.</li><li> <ul class="d-flex list-inline align-items-center ms-4"> <li>Privacy Policy</li><li class="mx-5">Terms of Use Sales</li><li>Policy</li></ul> </li></ul> </div></div></footer>`;
|
||||
$(document).ready(function() {
|
||||
// Footer Js
|
||||
let footerHtml = `<footer class="footer-wrapper sec-space-1">
|
||||
<div class="aw-mobile-footer d-block d-sm-none">
|
||||
<div class="accordion" id="accordionExample">
|
||||
<div class="accordion-item">
|
||||
<h2 class="accordion-header" id="headingOne">
|
||||
<button class="accordion-button" type="button" data-bs-toggle="collapse" data-bs-target="#collapseOne" aria-expanded="true" aria-controls="collapseOne">
|
||||
Products
|
||||
</button>
|
||||
</h2>
|
||||
<div id="collapseOne" class="accordion-collapse collapse show" aria-labelledby="headingOne" data-bs-parent="#accordionExample">
|
||||
<div class="accordion-body">
|
||||
<ul class="list-inline ">
|
||||
<li>Laptops</li>
|
||||
<li>All-in-One</li>
|
||||
<li>Monitors </li>
|
||||
<li>Peripherals
|
||||
</li>
|
||||
<li>Desktops</li>
|
||||
<li>Components</li>
|
||||
<li>Network Switches
|
||||
</li>
|
||||
<li>Network Cards</li>
|
||||
<li>Servers</li>
|
||||
<li>Storage</li>
|
||||
<li>Compact Workstations
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="accordion-item">
|
||||
<h2 class="accordion-header" id="headingTwo">
|
||||
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseTwo" aria-expanded="false" aria-controls="collapseTwo">
|
||||
Anwi
|
||||
</button>
|
||||
</h2>
|
||||
<div id="collapseTwo" class="accordion-collapse collapse" aria-labelledby="headingTwo" data-bs-parent="#accordionExample">
|
||||
<div class="accordion-body">
|
||||
<ul class="list-inline">
|
||||
<li>About Us</li>
|
||||
<li>Contact Us</li>
|
||||
<li>Quality Certification </li>
|
||||
<li>Case Study</li>
|
||||
<li>Terms </li>
|
||||
<li>Privacy</li>
|
||||
<li>Careers</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="accordion-item">
|
||||
<h2 class="accordion-header" id="headingThree">
|
||||
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseThree" aria-expanded="false" aria-controls="collapseThree">
|
||||
User Centre
|
||||
</button>
|
||||
</h2>
|
||||
<div id="collapseThree" class="accordion-collapse collapse" aria-labelledby="headingThree" data-bs-parent="#accordionExample">
|
||||
<div class="accordion-body">
|
||||
<ul class="list-inline">
|
||||
<li>My Quotes</li>
|
||||
<li>My Support</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="accordion-item">
|
||||
<h2 class="accordion-header" id="headingFour">
|
||||
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseFour" aria-expanded="false" aria-controls="collapseFour">
|
||||
Support
|
||||
</button>
|
||||
</h2>
|
||||
<div id="collapseFour" class="accordion-collapse collapse" aria-labelledby="headingFour" data-bs-parent="#accordionExample">
|
||||
<div class="accordion-body">
|
||||
<ul class="list-inline">
|
||||
<li>Contact Sales</li>
|
||||
<li>Tech Support
|
||||
</li>
|
||||
<li>Help Centre
|
||||
</li>
|
||||
<li>Feedback</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="accordion-item">
|
||||
<h2 class="accordion-header" id="headingFive">
|
||||
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseFive" aria-expanded="false" aria-controls="collapseFive">
|
||||
Service
|
||||
</button>
|
||||
</h2>
|
||||
<div id="collapseFive" class="accordion-collapse collapse" aria-labelledby="headingFive" data-bs-parent="#accordionExample">
|
||||
<div class="accordion-body">
|
||||
<ul class="list-inline">
|
||||
<li>Payment Method
|
||||
</li>
|
||||
<li> Shipping & Delivery
|
||||
</li>
|
||||
<li> Return Policy
|
||||
</li>
|
||||
<li>Product Warranty
|
||||
</li>
|
||||
<li>Online Help
|
||||
</li>
|
||||
<li> Bulk Orders</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="accordion-item">
|
||||
<h2 class="accordion-header" id="headingSix">
|
||||
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseSix" aria-expanded="false" aria-controls="collapseSix">
|
||||
Account
|
||||
</button>
|
||||
</h2>
|
||||
<div id="collapseSix" class="accordion-collapse collapse" aria-labelledby="headingSix" data-bs-parent="#accordionExample">
|
||||
<div class="accordion-body">
|
||||
<ul class="list-inline">
|
||||
<li>My Shopping Cart</li>
|
||||
<li>My Account
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="accordion-item">
|
||||
<h2 class="accordion-header" id="headingSeven">
|
||||
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseSeven" aria-expanded="false" aria-controls="collapseSeven">
|
||||
Follow Us
|
||||
</button>
|
||||
</h2>
|
||||
<div id="collapseSeven" class="accordion-collapse collapse" aria-labelledby="headingSeven" data-bs-parent="#accordionExample">
|
||||
<div class="accordion-body">
|
||||
<ul class="list-inline">
|
||||
<li>
|
||||
<ul class="d-flex
|
||||
list-inline">
|
||||
<li><img src="" alt="logo"></li>
|
||||
<li>Twitter</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<ul class="d-flex list-inline">
|
||||
<li><img src="" alt="logo"></li>
|
||||
<li>Instagram</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<ul class="d-flex list-inline">
|
||||
<li><img src="" alt="logo"></li>
|
||||
<li>Youtube</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<ul class="d-flex list-inline">
|
||||
<li><img src="" alt="logo"></li>
|
||||
<li>Linkedin</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<ul class="d-flex list-inline">
|
||||
<li><img src="" alt="logo"></li>
|
||||
<li>Facebook</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
$("#footer-head").html(footerHtml);
|
||||
});
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer-main-container d-none d-sm-block ">
|
||||
<div class="footer-logo py-3
|
||||
container"> <img src="../../assets/imgs/anwi-logo-2.png" class="img-fluid " alt="anwi"> </div>
|
||||
<hr class="container-fluid
|
||||
text-white">
|
||||
<div class="footer-content-main-container">
|
||||
<div class="footer-content text-white position-relative ">
|
||||
<div class="container">
|
||||
<div class="d-flex my-3">
|
||||
<div class="col-lg-3 border-end col-lg-3 mx-3">
|
||||
<h5 class="fw-bold">Products</h5>
|
||||
<ul class="list-inline ">
|
||||
<li>Laptops</li>
|
||||
<li>All-in-One</li>
|
||||
<li>Monitors </li>
|
||||
<li>Peripherals
|
||||
</li>
|
||||
<li>Desktops</li>
|
||||
<li>Components</li>
|
||||
<li>Network Switches
|
||||
</li>
|
||||
<li>Network Cards</li>
|
||||
<li>Servers</li>
|
||||
<li>Storage</li>
|
||||
<li>Compact Workstations
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col-lg-3 border-end col-lg-3
|
||||
mx-3">
|
||||
<h5 class="fw-bold">Anwi</h5>
|
||||
<ul class="list-inline">
|
||||
<li>About Us</li>
|
||||
<li>Contact Us</li>
|
||||
<li>Quality Certification </li>
|
||||
<li>Case Study</li>
|
||||
<li>Terms </li>
|
||||
<li>Privacy</li>
|
||||
<li>Careers</li>
|
||||
</ul>
|
||||
<h5 class="fw-bold">User Centre</h5>
|
||||
<ul class="list-inline">
|
||||
<li>My Quotes</li>
|
||||
<li>My Support</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col-lg-3 border-end col-lg-3
|
||||
mx-3">
|
||||
<h5 class="fw-bold">Support</h5>
|
||||
<ul class="list-inline">
|
||||
<li>Contact Sales</li>
|
||||
<li>Tech Support
|
||||
</li>
|
||||
<li>Help Centre
|
||||
</li>
|
||||
<li>Feedback</li>
|
||||
</ul>
|
||||
<h5 class="fw-bold">Service</h5>
|
||||
<ul class="list-inline">
|
||||
<li>Payment Method
|
||||
</li>
|
||||
<li> Shipping & Delivery
|
||||
</li>
|
||||
<li> Return Policy
|
||||
</li>
|
||||
<li>Product Warranty
|
||||
</li>
|
||||
<li>Online Help
|
||||
</li>
|
||||
<li> Bulk Orders</li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col-lg-3 last-col-footer">
|
||||
<h5 class="fw-bold">Account</h5>
|
||||
<ul class="list-inline">
|
||||
<li>My Shopping Cart</li>
|
||||
<li>My Account
|
||||
</li>
|
||||
</ul>
|
||||
<h5 class="fw-bold">Follow Us</h5>
|
||||
<ul class="list-inline">
|
||||
<li>
|
||||
<ul class="d-flex
|
||||
list-inline">
|
||||
<li><img src="" alt="logo"></li>
|
||||
<li>Twitter</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<ul class="d-flex list-inline">
|
||||
<li><img src="" alt="logo"></li>
|
||||
<li>Instagram</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<ul class="d-flex list-inline">
|
||||
<li><img src="" alt="logo"></li>
|
||||
<li>Youtube</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<ul class="d-flex list-inline">
|
||||
<li><img src="" alt="logo"></li>
|
||||
<li>Linkedin</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<ul class="d-flex list-inline">
|
||||
<li><img src="" alt="logo"></li>
|
||||
<li>Facebook</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer-rkt position-absolute bottom-0
|
||||
end-0 me-5">
|
||||
<img src="../../assets/imgs/Home/rocket-footer.png" alt="footer-rocket-img">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<hr class="container-fluid text-white">
|
||||
<div class="footer-sub-content ">
|
||||
<div class="container">
|
||||
<div class="row g-0 py-4 align-items-center">
|
||||
<div class="col-md-5 text-white">
|
||||
<p class="mb-0">Copyright © 2022 Anwisystems pvt ltd. All rights reserved.</p>
|
||||
</div>
|
||||
<div class="col-md-2 text-white border-end
|
||||
text-center">
|
||||
<p class="mb-0">Privacy Policy</p>
|
||||
</div>
|
||||
<div class="col-md-2 text-white border-end ps-3
|
||||
text-center">
|
||||
<p class="mb-0"> Terms of Use Sales
|
||||
</p>
|
||||
</div>
|
||||
<div class="col-md-2 text-white ps-5">
|
||||
<p class="mb-0">Policy</p>
|
||||
</div>
|
||||
|
||||
<!-- <ul class="d-flex mb-0
|
||||
list-inline align-items-center text-white">
|
||||
<li>Copyright © 2022 Anwisystems pvt ltd. All rights reserved.
|
||||
</li>
|
||||
<li>
|
||||
<ul class="d-flex list-inline
|
||||
align-items-center
|
||||
ms-4">
|
||||
<li>Privacy Policy</li>
|
||||
<li class="mx-5">Terms of Use Sales</li>
|
||||
<li>Policy</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul> -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</footer>`;
|
||||
|
||||
$("#footer-head").html(footerHtml);
|
||||
});
|
||||
поставляемый
+6
-6
@@ -1,8 +1,8 @@
|
||||
$(document).ready(function () {
|
||||
$(document).ready(function() {
|
||||
let navbarHtml = `<div class="biz-nav-wrapper">
|
||||
<nav class="navbar navbar-expand-lg bg-body-tertiary">
|
||||
<div class="container">
|
||||
<a class="navbar-brand" href="./index.html"><img src="../assets/anwilogo-01.png" class="img-fluid" alt="Anwi-Logo"></a>
|
||||
<a class="navbar-brand" href="./index.html"><img src="../../assets/imgs/anwi-logo-1.png" class="img-fluid" alt="Anwi-Logo"></a>
|
||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
@@ -40,7 +40,7 @@ $(document).ready(function () {
|
||||
// active-menu
|
||||
if (location.pathname != "/") {
|
||||
// Main Nav
|
||||
$(".navbar-nav li a").each(function () {
|
||||
$(".navbar-nav li a").each(function() {
|
||||
if (this.href === location.href) {
|
||||
$(this).addClass("active");
|
||||
if ($(this).parents().hasClass("nav-item")) {
|
||||
@@ -61,7 +61,7 @@ $(document).ready(function () {
|
||||
}
|
||||
|
||||
// Toggle Icon Change
|
||||
$(".biz-nav-wrapper .navbar-toggler").click(function () {
|
||||
$(".biz-nav-wrapper .navbar-toggler").click(function() {
|
||||
$(this).find(".navbar-toggler-icon,.navbar-close-icon").toggle("slow");
|
||||
$(".index-new").find(".navbar").toggleClass("bg-white");
|
||||
});
|
||||
@@ -71,7 +71,7 @@ $(document).ready(function () {
|
||||
currentScrollTop = 0,
|
||||
navbar = $("#biz-main-nav");
|
||||
|
||||
$(window).scroll(function () {
|
||||
$(window).scroll(function() {
|
||||
var a = $(window).scrollTop();
|
||||
var b = navbar.height();
|
||||
currentScrollTop = a;
|
||||
@@ -93,7 +93,7 @@ $(document).ready(function () {
|
||||
var startchange = $(".main-body");
|
||||
var offset = startchange.offset();
|
||||
if (startchange.length) {
|
||||
$(document).scroll(function () {
|
||||
$(document).scroll(function() {
|
||||
scroll_start = $(this).scrollTop();
|
||||
if (scroll_start > offset.top) {
|
||||
$(".index-new")
|
||||
|
||||
поставляемый
+126
-89
@@ -16,149 +16,186 @@ ORDER: Base + typography > general layout + grid > page layout > components
|
||||
1em = 16px
|
||||
*/
|
||||
|
||||
|
||||
/* Orbitron */
|
||||
|
||||
@font-face {
|
||||
font-family: "Orbitron";
|
||||
src: url("../assets/font/orbitron/Orbitron-Regular.ttf") format("truetype");
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
}
|
||||
@font-face {
|
||||
font-family: "Orbitron";
|
||||
src: url("../assets/font/orbitron/Orbitron-Medium.ttf") format("truetype");
|
||||
font-weight: 500;
|
||||
font-style: normal;
|
||||
}
|
||||
@font-face {
|
||||
font-family: "Orbitron";
|
||||
src: url("../assets/font/orbitron/Orbitron-SemiBold.ttf") format("truetype");
|
||||
font-weight: 600;
|
||||
font-style: normal;
|
||||
}
|
||||
@font-face {
|
||||
font-family: "Orbitron";
|
||||
src: url("../assets/font/orbitron/Orbitron-Bold.ttf") format("truetype");
|
||||
font-weight: 700;
|
||||
font-style: normal;
|
||||
}
|
||||
/* Orbitron end */
|
||||
/* Satoshi */
|
||||
@font-face {
|
||||
font-family: "Satoshi";
|
||||
src: url("../assets/font/satoshi/Satoshi-Regular.ttf") format("truetype");
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
}
|
||||
@font-face {
|
||||
font-family: "Satoshi";
|
||||
src: url("../assets/font/satoshi/Satoshi-Medium.ttf") format("truetype");
|
||||
font-weight: 500;
|
||||
font-style: normal;
|
||||
}
|
||||
@font-face {
|
||||
font-family: "Satoshi";
|
||||
src: url("../assets/font/satoshi/Satoshi-Bold.ttf") format("truetype");
|
||||
font-weight: 700;
|
||||
font-style: normal;
|
||||
font-family: "Orbitron";
|
||||
src: url("../assets/font/orbitron/Orbitron-Regular.ttf") format("truetype");
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Orbitron";
|
||||
src: url("../assets/font/orbitron/Orbitron-Medium.ttf") format("truetype");
|
||||
font-weight: 500;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Orbitron";
|
||||
src: url("../assets/font/orbitron/Orbitron-SemiBold.ttf") format("truetype");
|
||||
font-weight: 600;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Orbitron";
|
||||
src: url("../assets/font/orbitron/Orbitron-Bold.ttf") format("truetype");
|
||||
font-weight: 700;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
|
||||
/* Orbitron end */
|
||||
|
||||
|
||||
/* Satoshi */
|
||||
|
||||
@font-face {
|
||||
font-family: "Satoshi";
|
||||
src: url("../assets/font/satoshi/Satoshi-Regular.ttf") format("truetype");
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Satoshi";
|
||||
src: url("../assets/font/satoshi/Satoshi-Medium.ttf") format("truetype");
|
||||
font-weight: 500;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Satoshi";
|
||||
src: url("../assets/font/satoshi/Satoshi-Bold.ttf") format("truetype");
|
||||
font-weight: 700;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
|
||||
/* Satoshi end */
|
||||
|
||||
*,
|
||||
*::after,
|
||||
*::before {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
box-sizing: inherit;
|
||||
|
||||
font-family: "Orbitron" ,sans-serif;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
box-sizing: inherit;
|
||||
font-family: "Orbitron", sans-serif;
|
||||
}
|
||||
|
||||
.satoshi_font{
|
||||
font-family: "Satoshi", sans-serif;
|
||||
.satoshi_font {
|
||||
font-family: "Satoshi", sans-serif;
|
||||
}
|
||||
|
||||
html {
|
||||
font-size: 100%; }
|
||||
font-size: 100%;
|
||||
}
|
||||
|
||||
body {
|
||||
box-sizing: border-box;
|
||||
overflow-x: hidden;
|
||||
box-sizing: border-box;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
@media only screen and (max-width: 56.25em) {
|
||||
|
||||
@media only screen and (max-width: 56.25em) {
|
||||
body {
|
||||
padding: 0; }
|
||||
}
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.bg-green {
|
||||
background-color: #3bb78f;
|
||||
background: linear-gradient(90deg, #3bb78f 0%, #0bab64 35%, #3bb78f 100%); }
|
||||
background-color: #3bb78f;
|
||||
background: linear-gradient(90deg, #3bb78f 0%, #0bab64 35%, #3bb78f 100%);
|
||||
}
|
||||
|
||||
.font-3 {
|
||||
font-size: 3rem; }
|
||||
font-size: 3rem;
|
||||
}
|
||||
|
||||
.font-1_5 {
|
||||
font-size: 2rem; }
|
||||
font-size: 2rem;
|
||||
}
|
||||
|
||||
.font-1_7 {
|
||||
font-size: 1.7rem; }
|
||||
font-size: 1.7rem;
|
||||
}
|
||||
|
||||
.font-2 {
|
||||
font-size: 2.2rem; }
|
||||
font-size: 2.2rem;
|
||||
}
|
||||
|
||||
.font-2_2 {
|
||||
font-size: 2.2rem; }
|
||||
font-size: 2.2rem;
|
||||
}
|
||||
|
||||
.subtitle_1 {
|
||||
font-size: 1.5rem; }
|
||||
font-size: 1.5rem;
|
||||
}
|
||||
|
||||
.gap-1 {
|
||||
gap: 0.7rem; }
|
||||
gap: 0.7rem;
|
||||
}
|
||||
|
||||
.banner_heading_4 {
|
||||
font-size: 3rem; }
|
||||
font-size: 3rem;
|
||||
}
|
||||
|
||||
.padding_top_14 {
|
||||
padding-top: 14rem; }
|
||||
padding-top: 14rem;
|
||||
}
|
||||
|
||||
.padding_top_10 {
|
||||
padding-top: 10rem; }
|
||||
padding-top: 10rem;
|
||||
}
|
||||
|
||||
.p-6 {
|
||||
padding: 5rem; }
|
||||
padding: 5rem;
|
||||
}
|
||||
|
||||
.vh_60 {
|
||||
height: 60vh; }
|
||||
height: 60vh;
|
||||
}
|
||||
|
||||
.vh-77 {
|
||||
height: 77vh; }
|
||||
height: 77vh;
|
||||
}
|
||||
|
||||
.vh-85 {
|
||||
height: 85vh; }
|
||||
height: 85vh;
|
||||
}
|
||||
|
||||
.vh-15 {
|
||||
height: 15vh; }
|
||||
height: 15vh;
|
||||
}
|
||||
|
||||
.fw-600 {
|
||||
font-weight: 600; }
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.fw-700 {
|
||||
font-weight: 700; }
|
||||
.fw-700 {
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.h-200p {
|
||||
height: 200px; }
|
||||
/* button */
|
||||
.button_dark {
|
||||
clip-path: polygon(75% 0, 86% 30%, 99% 66%, 100% 100%, 0 100%, 0 61%, 0 0);
|
||||
padding-right: 1.7rem;
|
||||
padding-bottom: 0.6rem;
|
||||
padding-top: 0.6rem;
|
||||
border-radius: 10px; }
|
||||
/* footer */
|
||||
.footer-wrapper {
|
||||
background-color: rgb(0, 0, 0);
|
||||
border-radius: 0 275px 0 0;
|
||||
clip-path: polygon(100% 0%, 100% 0%, 81% 100%, 92% -95%, 100% 100%, 0 100%, 0% 70%, 0 0);
|
||||
height: 200px;
|
||||
}
|
||||
|
||||
|
||||
/* button */
|
||||
|
||||
.button_dark {
|
||||
clip-path: polygon(75% 0, 86% 30%, 99% 66%, 100% 100%, 0 100%, 0 61%, 0 0);
|
||||
padding-right: 1.7rem;
|
||||
padding-bottom: 0.6rem;
|
||||
padding-top: 0.6rem;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
|
||||
/* footer */
|
||||
|
||||
.footer-wrapper li {
|
||||
line-height: 2rem;
|
||||
line-height: 2rem;
|
||||
}
|
||||
поставляемый
+574
-19
@@ -1,38 +1,593 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
|
||||
|
||||
<link rel="stylesheet" href="../../../libs/bootstrap/css/bootstrap.min.css"
|
||||
/>
|
||||
<link rel="stylesheet" href="../../../libs/bootstrap/css/bootstrap.min.css" />
|
||||
<link rel="stylesheet" href="./../../css/main.css" />
|
||||
<link rel="stylesheet" href="../../../styles/style.css">
|
||||
<link rel="stylesheet" href="../../../libs/Owlcarousel/Css/owl.carousel.min.css">
|
||||
<link rel="stylesheet" href="../../../libs/Owlcarousel/Css/owl.theme.default.min.css">
|
||||
<title>Anwi</title>
|
||||
</head>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<header>
|
||||
<!-- navbar -->
|
||||
<div id="navbar-head"></div>
|
||||
<!-- end-navbar -->
|
||||
</header>
|
||||
<hr class="mx-5">
|
||||
<main class="container">
|
||||
<section>
|
||||
<div>
|
||||
<h1>banner space</h1>
|
||||
</div>
|
||||
</section>
|
||||
<body>
|
||||
<main class="home-main-container">
|
||||
<section class="hero-banner">
|
||||
<header>
|
||||
<!-- navbar -->
|
||||
<div id="navbar-head"></div>
|
||||
<!-- end-navbar -->
|
||||
</header>
|
||||
<hr class="mx-5">
|
||||
<!-- banner-start -->
|
||||
<div class="container">
|
||||
<section class="banner-wrapper ">
|
||||
<div class="banner-main-container">
|
||||
<div class="col-md-6 mt-7">
|
||||
<h5 class="mb-4">AIO24 - 1700N</h5>
|
||||
<h1 class="banner_heading_4 mb-4">All-in-One</h1>
|
||||
<h6 class="subtitle_1 mb-4">Extraordinary Performance and Unparalleled Flexibility</h6>
|
||||
<a class="btn btn-dark button_dark" href="#">Learn
|
||||
More</a>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<section class="offer-main-sec py-2 mb-3">
|
||||
<div class="offer-sec bg-white shadow rounded ms-auto
|
||||
col-md-4">
|
||||
<p class="py-3 text-center satoshi_font">Flat <span class="fw-bold"> 4,500</span> Instant Discount with HDFC credit card</p>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</section>
|
||||
<!-- end-banner -->
|
||||
<!-- partners -->
|
||||
<section class="aw-partners sec-space-1">
|
||||
<div class="container d-none d-sm-block">
|
||||
<div class="row g-0 justify-content-center
|
||||
align-items-center px-4 text-center">
|
||||
<div class="col-md-3 sec-space-3"><img src="../../assets/imgs/Home/aw-partner-1.png" class="
|
||||
img-fluid" alt="partners-img"></div>
|
||||
<div class="col-md-3 sec-space-3"><img src="../../assets/imgs/Home/aw-partner-2.png" class="
|
||||
img-fluid" alt="partners-img"></div>
|
||||
<div class="col-md-3 sec-space-3"><img src="../../assets/imgs/Home/aw-partner-3.png" class="
|
||||
img-fluid" alt="partners-img"></div>
|
||||
<div class="col-md-3 sec-space-3"><img src="../../assets/imgs/Home/aw-partner-4.png" class="
|
||||
img-fluid" alt="partners-img"></div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="d-block d-sm-none">
|
||||
<div class="d-flex g-0 justify-content-center
|
||||
align-items-center text-center">
|
||||
<div class="col-md-6 sec-space-3"><img src="../../assets/imgs/Home/moobile-partner-img-1.png" class="
|
||||
img-fluid" alt="partners-img"></div>
|
||||
<div class="col-md-6 ms-5 sec-space-3"><img src="../../assets/imgs/Home/moobile-partner-img-2.png" class="
|
||||
img-fluid" alt="partners-img"></div>
|
||||
</div>
|
||||
<div class="d-flex g-0 justify-content-center
|
||||
align-items-center text-center">
|
||||
<div class="col-md-6 sec-space-3 windows-icon-mb"><img src="../../assets/imgs/Home/moobile-partner-img-3.png" class="
|
||||
img-fluid" alt="partners-img"></div>
|
||||
<div class="col-md-6 ms-5 sec-space-3"><img src="../../assets/imgs/Home/moobile-partner-img-4.png" class="
|
||||
img-fluid" alt="partners-img"></div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<section class="products-container sec-space-1">
|
||||
<div class="products-main-container">
|
||||
<div class="row g-0">
|
||||
<div class="col-md-6 consumer-prd position-relative"><img class="img-fluid" src="../../assets/imgs/Home/consumer-product.png" alt="consumer-product">
|
||||
<div class="product-heading position-absolute top-0
|
||||
w-100">
|
||||
<div class="d-flex align-items-center m-4">
|
||||
<span class="text-start">
|
||||
<h4 class="text-white fw-bold">Consumer
|
||||
Product</h4>
|
||||
</span>
|
||||
<span class="text-end ms-auto">
|
||||
<h5 class="text-white fw-bold"><svg
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
width="45"
|
||||
height="45"
|
||||
fill="#fff" class="bi
|
||||
bi-arrow-right-circle"
|
||||
viewBox="0
|
||||
0 16 16">
|
||||
<path fill-rule="evenodd" d="M1
|
||||
8a7 7 0 1 0 14 0A7 7 0 0
|
||||
0 1 8zm15 0A8 8 0 1 1 0 8a8
|
||||
8 0 0 1 16 0zM4.5 7.5a.5.5
|
||||
0 0 0 0 1h5.793l-2.147
|
||||
2.146a.5.5 0 0 0
|
||||
.708.708l3-3a.5.5 0 0 0
|
||||
0-.708l-3-3a.5.5 0 1
|
||||
0-.708.708L10.293 7.5H4.5z"
|
||||
/>
|
||||
</svg></h5>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-6 enterprise-prd
|
||||
position-relative"><img src="../../assets/imgs/Home/enterprise-product.png" alt="enterprise-product" class="img-fluid">
|
||||
<div class="product-heading position-absolute
|
||||
bottom-0 w-100">
|
||||
<div class="d-flex align-items-center m-4">
|
||||
<span class="text-start">
|
||||
<h4 class="text-white fw-bold">Enterprise
|
||||
Product</h4>
|
||||
</span>
|
||||
<span class="text-end ms-auto">
|
||||
<h5 class="text-white
|
||||
fw-bold"><svg
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
width="45" height="45"
|
||||
fill="#fff" class="bi
|
||||
bi-arrow-right-circle"
|
||||
viewBox="0 0 16 16">
|
||||
<path fill-rule="evenodd"
|
||||
d="M1 8a7 7 0 1 0 14 0A7
|
||||
7 0
|
||||
0
|
||||
0 1 8zm15 0A8 8 0 1 1 0
|
||||
8a8 8 0 0 1 16 0zM4.5
|
||||
7.5a.5.5
|
||||
0 0 0 0 1h5.793l-2.147
|
||||
2.146a.5.5 0 0 0
|
||||
.708.708l3-3a.5.5 0 0 0
|
||||
0-.708l-3-3a.5.5 0 1
|
||||
0-.708.708L10.293
|
||||
7.5H4.5z" />
|
||||
</svg></h5>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<!-- end-partners -->
|
||||
<!-- features -->
|
||||
<section class="main-features-container sec-space-1">
|
||||
<div class="main-features-heading">
|
||||
<div class="container ">
|
||||
<div class="justify-content-between
|
||||
align-items-center d-block d-sm-flex">
|
||||
<div class="col-md-6 mobile-text-center">
|
||||
<h1>Now</h1>
|
||||
<h1> <span class="fw-bold"> Presenting</span></h1>
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<h5 class="satoshi_font fw-normal">Lorem ipsum dolor sit, amet consectetur adipisicing elit. Blanditiis repudiandae eos inventore necessitatibus rem nostrum placeat fugit repellat. Similique provident reprehenderit quas cupiditate.</h5>
|
||||
</div>
|
||||
</div>
|
||||
<div class="aw-main-features sec-space-1">
|
||||
<div class=" d-block d-sm-flex
|
||||
justify-content-around">
|
||||
<div class="aw-main-features-toggle">
|
||||
<div class="aw-main-features-toggler-tab
|
||||
d-none">
|
||||
<div class="feature-sno">
|
||||
<h3 class="border-bottom
|
||||
border-dark
|
||||
satoshi_font">
|
||||
01
|
||||
</h3>
|
||||
</div>
|
||||
<div class="aw-feature-name
|
||||
satoshi_font">
|
||||
<h5 class="satoshi_font">Advanced Cooling
|
||||
</h5>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="feature-bg-image
|
||||
position-relative me-3" style="max-width: 30rem;">
|
||||
<img src="https://mdbcdn.b-cdn.net/img/new/standard/city/053.webp" class="w-100" />
|
||||
<div class="position-absolute
|
||||
bottom-0 text-light w-100">
|
||||
<p class="p-2 m-0">01.</p>
|
||||
<div class="d-flex
|
||||
justify-content-between" style="background-color:
|
||||
rgba(0,
|
||||
0, 0, 0.5)">
|
||||
<p class="p-2 m-0">Advanced Cooling
|
||||
</p>
|
||||
<button type="button" class="btn
|
||||
btn-primary
|
||||
rounded-0 satoshi_font">Learn
|
||||
More</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="bg-light p-3
|
||||
aw-main-features-toggle">
|
||||
<div class="aw-main-features-toggler-tab">
|
||||
<div class="feature-sno">
|
||||
<h3 class="border-bottom
|
||||
border-dark
|
||||
satoshi_font">
|
||||
02
|
||||
</h3>
|
||||
</div>
|
||||
<div class="aw-feature-name
|
||||
satoshi_font">
|
||||
<h5 class="satoshi_font">The Neverless
|
||||
</h5>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="feature-bg-image
|
||||
position-relative me-3 d-none" style="max-width: 30rem;">
|
||||
<img src="https://mdbcdn.b-cdn.net/img/new/standard/city/053.webp" class="w-100" />
|
||||
<div class="position-absolute
|
||||
bottom-0 text-light w-100">
|
||||
<p class="p-2 m-0">02.</p>
|
||||
<div class="d-flex
|
||||
justify-content-between" style="background-color:
|
||||
rgba(0,
|
||||
0, 0, 0.5)">
|
||||
<p class="p-2 m-0">The Neverless
|
||||
</p>
|
||||
<button type="button" class="btn
|
||||
btn-primary
|
||||
rounded-0 satoshi_font">Learn
|
||||
More</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="bg-light p-3
|
||||
aw-main-features-toggle">
|
||||
<div class="aw-main-features-toggler-tab">
|
||||
<div class="feature-sno">
|
||||
<h3 class="border-bottom
|
||||
border-dark
|
||||
satoshi_font">
|
||||
03
|
||||
</h3>
|
||||
</div>
|
||||
<div class="aw-feature-name
|
||||
satoshi_font">
|
||||
<h5 class="satoshi_font">Graphene Colling
|
||||
</h5>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="feature-bg-image
|
||||
position-relative me-3 d-none" style="max-width: 30rem;">
|
||||
<img src="https://mdbcdn.b-cdn.net/img/new/standard/city/053.webp" class="w-100" />
|
||||
<div class="position-absolute
|
||||
bottom-0 text-light w-100">
|
||||
<p class="p-2 m-0">03.</p>
|
||||
<div class="d-flex
|
||||
justify-content-between" style="background-color:
|
||||
rgba(0,
|
||||
0, 0, 0.5)">
|
||||
<p class="p-2 m-0">Graphene Colling
|
||||
</p>
|
||||
<button type="button" class="btn
|
||||
btn-primary
|
||||
rounded-0 satoshi_font">Learn
|
||||
More</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="bg-light p-3
|
||||
aw-main-features-toggle">
|
||||
<div class="aw-main-features-toggler-tab">
|
||||
<div class="feature-sno">
|
||||
<h3 class="border-bottom
|
||||
border-dark
|
||||
satoshi_font">
|
||||
04
|
||||
</h3>
|
||||
</div>
|
||||
<div class="aw-feature-name
|
||||
satoshi_font">
|
||||
<h5 class="satoshi_font">Price that pays off
|
||||
</h5>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="feature-bg-image
|
||||
position-relative me-3 d-none" style="max-width: 30rem;">
|
||||
<img src="https://mdbcdn.b-cdn.net/img/new/standard/city/053.webp" class="w-100" />
|
||||
<div class="position-absolute
|
||||
bottom-0 text-light w-100">
|
||||
<p class="p-2 m-0">04.</p>
|
||||
<div class="d-flex
|
||||
justify-content-between" style="background-color:
|
||||
rgba(0,
|
||||
0, 0, 0.5)">
|
||||
<p class="p-2 m-0">Price that pays off
|
||||
</p>
|
||||
<button type="button" class="btn
|
||||
btn-primary
|
||||
rounded-0 satoshi_font">Learn
|
||||
More</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<!-- end-features -->
|
||||
<section class="star-products sec-space-1">
|
||||
<div class="container">
|
||||
<div class="what-make-us-diff-heading ">
|
||||
<h1 class="text-center">Our Star Products</h1>
|
||||
</div>
|
||||
<div class="owl-carousel owl-theme sec-space-1
|
||||
star-products-img-sec">
|
||||
<div class="item">
|
||||
<img src="../../assets/imgs/Home/product-1.png" alt="anwi-star-product">
|
||||
</div>
|
||||
<div class="item">
|
||||
<img src="../../assets/imgs/Home/product-2.png" alt="anwi-star-product">
|
||||
</div>
|
||||
<div class="item">
|
||||
<img src="../../assets/imgs/Home/product-3.png" alt="anwi-star-product">
|
||||
</div>
|
||||
<div class="item">
|
||||
<img src="../../assets/imgs/Home/product-1.png" alt="anwi-star-product">
|
||||
</div>
|
||||
<div class="item">
|
||||
<img src="../../assets/imgs/Home/product-2.png" alt="anwi-star-product">
|
||||
</div>
|
||||
<div class="item">
|
||||
<img src="../../assets/imgs/Home/product-3.png" alt="anwi-star-product">
|
||||
</div>
|
||||
<div class="item">
|
||||
<img src="../../assets/imgs/Home/product-1.png" alt="anwi-star-product">
|
||||
</div>
|
||||
<div class="item">
|
||||
<img src="../../assets/imgs/Home/product-2.png" alt="anwi-star-product">
|
||||
</div>
|
||||
<div class="item">
|
||||
<img src="../../assets/imgs/Home/product-3.png" alt="anwi-star-product">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<!-- star-products-end -->
|
||||
<!-- what make us different -->
|
||||
<section class="what-make-us-diff-sec sec-space-1">
|
||||
<div class="container">
|
||||
<div class="what-make-us-diff-heading ">
|
||||
<h1 class="text-center">What Make us Different</h1>
|
||||
</div>
|
||||
<div class="row row-cols-1 row-cols-md-3 g-4
|
||||
sec-space-2">
|
||||
<div class="col">
|
||||
<div class="card h-100 border-0">
|
||||
<img src="../../assets/imgs/Home/dark-circle.png" class="img-fluid mx-auto w-25" alt="different-img-1">
|
||||
<div class="card-body">
|
||||
<h5 class="card-title text-center">Solution Focus
|
||||
</h5>
|
||||
<p class="card-text text-center
|
||||
satoshi_font">This card has supporting text below as a natural lead-in to additional content.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col">
|
||||
<div class="card h-100 border-0">
|
||||
<img src="../../assets/imgs/Home/dark-circle.png" class="img-fluid mx-auto w-25" alt="different-img-2">
|
||||
<div class="card-body">
|
||||
<h5 class="card-title text-center">Our People & Culture</h5>
|
||||
<p class="card-text text-center
|
||||
satoshi_font">This card has supporting text below as a natural lead-in to additional content.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col">
|
||||
<div class="card h-100 border-0">
|
||||
<img src="../../assets/imgs/Home/dark-circle.png" class="img-fluid mx-auto w-25" alt="different-img-3">
|
||||
<div class="card-body">
|
||||
<h5 class="card-title text-center">Design Lead Approch</h5>
|
||||
<p class="card-text text-center
|
||||
satoshi_font">This card has supporting text below as a natural lead-in to additional content.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<!-- end-what make us different -->
|
||||
<!-- out-of-world -->
|
||||
<section class="out-of-world sec-space-1 ">
|
||||
<div class="container">
|
||||
<div class="card rounded-0">
|
||||
<div class="row g-0 align-items-center pt-4
|
||||
mobile-text-center">
|
||||
<div class="col-md-4 ms-auto">
|
||||
<div class="card-body text-white mb-5">
|
||||
<h1 class="card-title fw-700 ">Out of World
|
||||
</h1>
|
||||
<p class="card-text satoshi_font">Anwi Systems excels the performance with open hardware enabling customers to use memory and storage of their choices.
|
||||
</p>
|
||||
<a class="btn btn-light button_dark
|
||||
satoshi_font fw-600" href="#">Learn
|
||||
More</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-6 ms-auto">
|
||||
<img src="../../assets/imgs/Home/out-of-world.png" class="img-fluid rounded-start" alt="...">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<!-- end-out-of-world -->
|
||||
<!-- support-sec -->
|
||||
<section class="aw-support-sec">
|
||||
<div class="container">
|
||||
<div class="aw-support-sec-main-container pb-5
|
||||
position-relative">
|
||||
<div class="row g-0 mx-5">
|
||||
<div class="col-md-4 my-4 border-dark
|
||||
border-end
|
||||
">
|
||||
<div class="support-sec-heading px-5">
|
||||
<p class="fw-bold"> Hassel-free Replacement
|
||||
</p>
|
||||
<small class="satoshi_font">10-day
|
||||
easy
|
||||
replacement policy
|
||||
on
|
||||
anwisystems.com</small>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-4 my-4 border-dark
|
||||
border-end
|
||||
">
|
||||
<div class="support-sec-heading px-5">
|
||||
<p class="fw-bold"> Hassel-free Replacement
|
||||
</p>
|
||||
<small class="satoshi_font">10-day
|
||||
easy
|
||||
replacement policy
|
||||
on
|
||||
anwisystems.com</small>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-4 my-4">
|
||||
<div class="support-sec-heading px-5">
|
||||
<p class="fw-bold">100 % Secure Payments
|
||||
</p>
|
||||
<small class="satoshi_font">we
|
||||
support
|
||||
cards, Wallets, EMI
|
||||
and Cash on Deliver</small>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- news-letter -->
|
||||
<div class="news-letter-sec position-absolute
|
||||
w-100">
|
||||
<div class="row">
|
||||
<div class="card col-md-8 mx-auto py-2
|
||||
rounded-0 shadow">
|
||||
<div class="card-body px-5">
|
||||
<div class="align-items-center
|
||||
d-block d-sm-flex
|
||||
justify-content-center">
|
||||
<div>
|
||||
<h6 class="fw-bold">Sign Up to Our Newsletter</h2>
|
||||
</div>
|
||||
<div class="ms-auto">
|
||||
<a class="btn btn-dark
|
||||
button_dark
|
||||
satoshi_font d-flex
|
||||
align-items-center
|
||||
fw-600"><input type="text" class="bg-transparent
|
||||
news-letter-email
|
||||
text-white
|
||||
border-0" placeholder="Email
|
||||
Address" /> <svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" fill="#fff" class="bi
|
||||
bi-arrow-right
|
||||
me-3" viewBox="0
|
||||
0 16 16">
|
||||
<path
|
||||
fill-rule="evenodd"
|
||||
d="M1 8a.5.5
|
||||
0 0
|
||||
1
|
||||
.5-.5h11.793l-3.147-3.146a.5.5
|
||||
0 0 1
|
||||
.708-.708l4
|
||||
4a.5.5 0 0 1
|
||||
0
|
||||
.708l-4
|
||||
4a.5.5 0
|
||||
0
|
||||
1-.708-.708L13.293
|
||||
8.5H1.5A.5.5
|
||||
0 0
|
||||
1 1 8z"/>
|
||||
</svg></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<!-- end-news-letter -->
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<!-- end-support-sec -->
|
||||
</main>
|
||||
<!-- footer -->
|
||||
<div id="footer-head"></div>
|
||||
<div id="footer-head" class="sec-space-1"></div>
|
||||
<!-- end-footer -->
|
||||
<script src="../../../libs/bootstrap/js/bootstrap.bundle.min.js"></script>
|
||||
<script src="../../js/jquery.min.js"></script>
|
||||
<script src="../../../libs/Owlcarousel/Js/owl.carousel.min.js"></script>
|
||||
<script src="../../js/navbar.js"></script>
|
||||
<script src="../../js/footer.js"></script>
|
||||
</body>
|
||||
<script>
|
||||
$('.owl-carousel.star-products-img-sec').owlCarousel({
|
||||
loop: true,
|
||||
margin: 10,
|
||||
nav: true,
|
||||
navText: ["<svg xmlns='http://www.w3.org/2000/svg' width='35' height='35' fill='#B8B8B8' class='bi bi-arrow-left-short' viewBox='0 0 16 16'> <path fill-rule='evenodd' d='M12 8a.5.5 0 0 1-.5.5H5.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L5.707 7.5H11.5a.5.5 0 0 1 .5.5z'/></svg>", "<svg xmlns='http://www.w3.org/2000/svg' width='35' height='35' fill='#B8B8B8' class='bi bi-arrow-right-short' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'/> </svg>"],
|
||||
responsive: {
|
||||
0: {
|
||||
items: 1
|
||||
},
|
||||
600: {
|
||||
items: 3
|
||||
},
|
||||
1000: {
|
||||
items: 5
|
||||
}
|
||||
}
|
||||
})
|
||||
$(".aw-main-features-toggle").click(function() {
|
||||
$('.feature-bg-image').addClass('d-none');
|
||||
$(".aw-main-features-toggle").addClass('p-3 bg-light')
|
||||
$('.aw-main-features-toggler-tab').removeClass('d-none');
|
||||
let toggleTab = $(this).find('.feature-bg-image:visible').length
|
||||
if (toggleTab) {
|
||||
$(this).find('.feature-bg-image').addClass('d-none');
|
||||
$(this).find('.feature-bg-image').animate({
|
||||
width: "toggle"
|
||||
}, 500);
|
||||
} else {
|
||||
$(this).find('.aw-main-features-toggler-tab').addClass('d-none');
|
||||
$(this).find('.feature-bg-image').removeClass('d-none')
|
||||
$(this).find('.feature-bg-image').show();
|
||||
if (window.width > 768) {
|
||||
$(this).find('.feature-bg-image').animate({
|
||||
width: "30rem"
|
||||
}, 500);
|
||||
} else {
|
||||
$(this).find('.feature-bg-image').animate({
|
||||
width: "auto"
|
||||
}, 500);
|
||||
|
||||
}
|
||||
$(this).removeClass('p-3 bg-light')
|
||||
}
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Ссылка в новой задаче
Block a user