123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117 |
- <!DOCTYPE html>
- <html lang="en">
-
- <head>
- <meta charset="utf-8">
- <meta content="width=device-width, initial-scale=1.0" name="viewport">
- <title>ADM - ARIA Digital Machines</title>
- <meta name="description" content="">
- <meta name="keywords" content=""> <!-- Favicons -->
- <link href="assets/img/favicon.png" rel="icon">
- <link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon"> <!-- Fonts -->
- <link href="https://fonts.googleapis.com" rel="preconnect">
- <link href="https://fonts.gstatic.com" rel="preconnect" crossorigin>
- <link
- href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
- rel="stylesheet"> <!-- Vendor CSS Files -->
- <link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
- <link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
- <link href="assets/vendor/aos/aos.css" rel="stylesheet">
- <link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
- <link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet"> <!-- Main CSS File -->
- <link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
- <link href="assets/css/main.css" rel="stylesheet">
- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
- </head>
-
- <body class="index-page">
- <header id="header" class="header d-flex align-items-center fixed-top"> </header>
- <main class="main"> <!-- Hero Section -->
- <!-- Hero Section -->
- <section class="py-5 bg-light text-center mt-5">
- <div class="container mt-5 position-relative">
- <div class="position-absolute top-0 text-white d-flex flex-column py-5">
- <h1 class="display-4 fw-bold text-white">About Us</h1>
- <p class="lead w-75 mt-5 ms-5 text-start">Discover the story behind Aria Digital Machines, a company dedicated to innovative computer
- hardware and software solutions.</p>
- </div>
- <img src="./assets/img/about.jpg" alt="About Us" class="img-fluid rounded top-0" >
- </div>
- </section>
-
- <!-- About Section -->
- <section class="py-5">
- <div class="container">
- <div class="row align-items-center my-5 py-5">
- <div class="col-md-6 mb-4 mb-md-0">
- <h2 class="fw-bold">Who We Are</h2>
- <p>At Aria Digital Machines, we are passionate about delivering top-notch computer hardware and software
- solutions. Our mission is to empower businesses and individuals with cutting-edge technology that drives
- efficiency, creativity, and success.</p>
- </div>
- <div class="col-md-6 text-center">
- <i class="fas fa-users fa-5x "></i>
- </div>
- </div>
- <div class="row my-5 py-5">
- <div class="col-md-6 text-center">
- <i class="fas fa-bullseye fa-5x text-success"></i>
- </div>
- <div class="col-md-6">
- <h2 class="fw-bold">Our Mission</h2>
- <p>To provide innovative and reliable solutions that simplify technology and make it accessible for
- everyone. We aim to bridge the gap between complex technology and user-friendly experiences.</p>
- </div>
- </div>
- <div class="row my-5 py-5 align-items-center">
- <div class="col-md-6 mb-4 mb-md-0">
- <h2 class="fw-bold">Our Vision</h2>
- <p>To be a global leader in digital solutions, setting benchmarks for quality, innovation, and customer
- satisfaction in the tech industry.</p>
- </div>
- <div class="col-md-6 text-center">
- <i class="fas fa-lightbulb fa-5x "></i>
- </div>
- </div>
- </div>
- </section>
-
- <!-- Values Section -->
- <section class="py-5 bg-light my-5">
- <div class="container my-5">
- <div class="row text-center">
- <div class="col-md-4 mb-4">
- <i class="fas fa-cogs fa-3x text-primary"></i>
- <h3 class="mt-3">Innovation</h3>
- <p>We embrace innovation to stay ahead in the tech industry, constantly evolving to meet our customers'
- needs.</p>
- </div>
- <div class="col-md-4 mb-4">
- <i class="fas fa-heart fa-3x text-danger"></i>
- <h3 class="mt-3">Customer Focus</h3>
- <p>Our customers are at the heart of everything we do. We prioritize their satisfaction and success.</p>
- </div>
- <div class="col-md-4 mb-4">
- <i class="fas fa-handshake fa-3x text-success"></i>
- <h3 class="mt-3">Integrity</h3>
- <p>We uphold the highest standards of integrity, ensuring transparency and trust in all our operations.</p>
- </div>
- </div>
- </div>
- </section>
- </main>
- <footer id="footer" class="footer"> </footer> <!-- Scroll Top --> <a href="#" id="scroll-top"
- class="scroll-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a>
- <!-- Vendor JS Files -->
- <script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
- <script src="assets/vendor/php-email-form/validate.js"></script>
- <script src="assets/vendor/aos/aos.js"></script>
- <script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
- <script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
- <script src="assets/vendor/purecounter/purecounter_vanilla.js"></script> <!-- Main JS File -->
- <script src="assets/js/main.js"></script> <!-- header and footer js files -->
- <script src="assets/js/navbar.js"></script>
- <script src="assets/js/footer.js"></script>
- </body>
-
- </html>
|