Nav apraksta
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

about.html 5.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta content="width=device-width, initial-scale=1.0" name="viewport">
  6. <title>ADM - ARIA Digital Machines</title>
  7. <meta name="description" content="">
  8. <meta name="keywords" content=""> <!-- Favicons -->
  9. <link href="assets/img/favicon.png" rel="icon">
  10. <link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon"> <!-- Fonts -->
  11. <link href="https://fonts.googleapis.com" rel="preconnect">
  12. <link href="https://fonts.gstatic.com" rel="preconnect" crossorigin>
  13. <link
  14. 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"
  15. rel="stylesheet"> <!-- Vendor CSS Files -->
  16. <link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
  17. <link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
  18. <link href="assets/vendor/aos/aos.css" rel="stylesheet">
  19. <link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
  20. <link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet"> <!-- Main CSS File -->
  21. <link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
  22. <link href="assets/css/main.css" rel="stylesheet">
  23. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
  24. </head>
  25. <body class="index-page">
  26. <header id="header" class="header d-flex align-items-center fixed-top"> </header>
  27. <main class="main"> <!-- Hero Section -->
  28. <!-- Hero Section -->
  29. <section class="py-5 bg-light text-center mt-5">
  30. <div class="container mt-5 position-relative">
  31. <div class="position-absolute top-0 text-white d-flex flex-column py-5">
  32. <h1 class="display-4 fw-bold text-white">About Us</h1>
  33. <p class="lead w-75 mt-5 ms-5 text-start">Discover the story behind Aria Digital Machines, a company dedicated to innovative computer
  34. hardware and software solutions.</p>
  35. </div>
  36. <img src="./assets/img/about.jpg" alt="About Us" class="img-fluid rounded top-0" >
  37. </div>
  38. </section>
  39. <!-- About Section -->
  40. <section class="py-5">
  41. <div class="container">
  42. <div class="row align-items-center my-5 py-5">
  43. <div class="col-md-6 mb-4 mb-md-0">
  44. <h2 class="fw-bold">Who We Are</h2>
  45. <p>At Aria Digital Machines, we are passionate about delivering top-notch computer hardware and software
  46. solutions. Our mission is to empower businesses and individuals with cutting-edge technology that drives
  47. efficiency, creativity, and success.</p>
  48. </div>
  49. <div class="col-md-6 text-center">
  50. <i class="fas fa-users fa-5x "></i>
  51. </div>
  52. </div>
  53. <div class="row my-5 py-5">
  54. <div class="col-md-6 text-center">
  55. <i class="fas fa-bullseye fa-5x text-success"></i>
  56. </div>
  57. <div class="col-md-6">
  58. <h2 class="fw-bold">Our Mission</h2>
  59. <p>To provide innovative and reliable solutions that simplify technology and make it accessible for
  60. everyone. We aim to bridge the gap between complex technology and user-friendly experiences.</p>
  61. </div>
  62. </div>
  63. <div class="row my-5 py-5 align-items-center">
  64. <div class="col-md-6 mb-4 mb-md-0">
  65. <h2 class="fw-bold">Our Vision</h2>
  66. <p>To be a global leader in digital solutions, setting benchmarks for quality, innovation, and customer
  67. satisfaction in the tech industry.</p>
  68. </div>
  69. <div class="col-md-6 text-center">
  70. <i class="fas fa-lightbulb fa-5x "></i>
  71. </div>
  72. </div>
  73. </div>
  74. </section>
  75. <!-- Values Section -->
  76. <section class="py-5 bg-light my-5">
  77. <div class="container my-5">
  78. <div class="row text-center">
  79. <div class="col-md-4 mb-4">
  80. <i class="fas fa-cogs fa-3x text-primary"></i>
  81. <h3 class="mt-3">Innovation</h3>
  82. <p>We embrace innovation to stay ahead in the tech industry, constantly evolving to meet our customers'
  83. needs.</p>
  84. </div>
  85. <div class="col-md-4 mb-4">
  86. <i class="fas fa-heart fa-3x text-danger"></i>
  87. <h3 class="mt-3">Customer Focus</h3>
  88. <p>Our customers are at the heart of everything we do. We prioritize their satisfaction and success.</p>
  89. </div>
  90. <div class="col-md-4 mb-4">
  91. <i class="fas fa-handshake fa-3x text-success"></i>
  92. <h3 class="mt-3">Integrity</h3>
  93. <p>We uphold the highest standards of integrity, ensuring transparency and trust in all our operations.</p>
  94. </div>
  95. </div>
  96. </div>
  97. </section>
  98. </main>
  99. <footer id="footer" class="footer"> </footer> <!-- Scroll Top --> <a href="#" id="scroll-top"
  100. class="scroll-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a>
  101. <!-- Vendor JS Files -->
  102. <script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
  103. <script src="assets/vendor/php-email-form/validate.js"></script>
  104. <script src="assets/vendor/aos/aos.js"></script>
  105. <script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
  106. <script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
  107. <script src="assets/vendor/purecounter/purecounter_vanilla.js"></script> <!-- Main JS File -->
  108. <script src="assets/js/main.js"></script> <!-- header and footer js files -->
  109. <script src="assets/js/navbar.js"></script>
  110. <script src="assets/js/footer.js"></script>
  111. </body>
  112. </html>