123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123 |
- <!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 rel="shortcut icon" type="image/x-icon" href="./dist/assets/imgs/favicon.gif">
- <link rel="stylesheet" href="./all.css">
-
- <title>About | Anwi</title>
- </head>
-
- <body class="about_page">
- <!-- navbar -->
- <div id="navbar-head"></div>
- <!-- end-navbar -->
- <!-- main-body -->
- <main class="main-body home-main-container pt-5">
- <section class="services h-100 pt-5 bg-gray-5">
- <div class="container pt-md-5 pt-4">
- <div class="row pt-md-5 pb-md-5">
- <h3 class="text-dark text-center mb-md-2 mb-5 pt-md-5 pb-md-3">
- <span class="satoshi_font font-weight-600 pb-1" style="border-bottom: 3px solid #e86129;">About
- Us</span>
- </h3>
- </div>
- </div>
- </section>
- <section>
- <div class="container py-md-5 py-3">
- <div class="row px-3">
- <div class="bg-white">
- <div>
- <p class="fw-bold mb-3 py-4 text-fyro">○○○</p>
- </div>
- <div class="content_section">
- <div>
- <h4 class="satoshi_font pb-3">Get to Know Anwi Systems</h4>
- </div>
- <div class="px-md-4 pb-3">
- <div>
- <p class="satoshi_font">Anwi Systems is an online electronic goods retailer which
- deals in laptops, all-in-ones, memory series, RAM, servers, switches, and more.
- Since our inception in 2021, we've been committed to providing our customers
- with the latest technology products, the best features at competitive prices,
- and exceptional customer service.</p>
- <p class="satoshi_font">Our mission is to make technology accessible and affordable
- for everyone, and we strive to achieve this by:</p>
- <div>
- <h4 class="satoshi_font">Curated Selection:</h4>
- <p class="ms-3 pt-2 satoshi_font"><span class="fs-9 me-3 text-fyro">○</span>We
- handpick our product offerings to ensure we only provide the best quality
- products from reputable brands.</p>
- </div>
- <div>
- <h4 class="satoshi_font">Competitive Pricing:</h4>
- <p class="ms-3 pt-2 satoshi_font"><span class="fs-9 me-3 text-fyro">○</span>We
- work closely with our suppliers to negotiate the best deals, passing the
- savings on to you.</p>
- </div>
- <div>
- <h4 class="satoshi_font">Secure Shopping Experience:</h4>
- <p class="ms-3 pt-2 satoshi_font"><span class="fs-9 me-3 text-fyro">○</span>Our
- website uses industry-standard encryption technologies to ensure your
- personal and financial information remains protected.</p>
- </div>
- <div>
- <h4 class="satoshi_font">Fast Shipping and Hassle-Free Returns:</h4>
- <p class="ms-3 pt-2 satoshi_font"><span class="fs-9 me-3 text-fyro">○</span>We
- offer multiple shipping options and a customer-friendly return policy to
- make your shopping experience as smooth as possible.</p>
- </div>
- <div>
- <h4 class="satoshi_font">Exceptional Customer Support:</h4>
- <p class="ms-3 pt-2 satoshi_font"><span class="fs-9 me-3 text-fyro">○</span>Our
- dedicated support team is always ready to help you with any questions or
- concerns you may have, both before and after your purchase.</p>
- </div>
- </div>
- <div>
- <p class="satoshi_font">Thank you for choosing Anwi Systems. We look forward to
- serving all your electronic needs.</p>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </section>
- </main>
- <!-- footer -->
- <div id="footer-head"></div>
- <!-- end-footer -->
-
- <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="./dist/js/navbar.js"></script>
- <script src="./libs/axios.min.js"></script>
- <script src="./dist/js/footer.js"></script>
- <script src="./libs/cookies.min.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>
- <script src="./dist/js/plugins/mouse-parallax.js"></script>
- <script src="./dist/js/plugins/images-loaded.js"></script>
- <script src="./dist/js/plugins/isotope.js"></script>
- <script src="./dist/js/plugins/jquery-ui.js"></script>
- <script src="./dist/js/plugins/magnific-popup.js"></script>
- <!-- Main JS -->
- <script src="./dist/js/main.js"></script>
-
- </body>
-
- </html>
|