Нема описа
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <!-- Mirrored from s6h.in/bt_temp/home-automation.html by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 11 Dec 2024 13:26:06 GMT -->
  4. <head>
  5. <meta charset="utf-8" />
  6. <title>ADM - ARIA Digital Machines</title>
  7. <meta content="width=device-width, initial-scale=1.0" name="viewport" />
  8. <meta content="" name="keywords" />
  9. <meta content="" name="description" />
  10. <!-- Google Web Fonts -->
  11. <link rel="preconnect" href="https://fonts.googleapis.com/" />
  12. <link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin />
  13. <link
  14. href="https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&amp;family=Inter:slnt,wght@-10..0,100..900&amp;display=swap"
  15. rel="stylesheet" />
  16. <!-- Icon Font Stylesheet -->
  17. <link
  18. rel="stylesheet"
  19. href="../../use.fontawesome.com/releases/v5.15.4/css/all.css" />
  20. <link
  21. href="../../cdn.jsdelivr.net/npm/bootstrap-icons%401.4.1/font/bootstrap-icons.css"
  22. rel="stylesheet" />
  23. <link rel="stylesheet" href="../../unpkg.com/boxicons%402.1.4/css/boxicons.min.css">
  24. <!-- Libraries Stylesheet -->
  25. <link rel="stylesheet" href="lib/animate/animate.min.css" />
  26. <link href="lib/lightbox/css/lightbox.min.css" rel="stylesheet" />
  27. <link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet" />
  28. <!-- Customized Bootstrap Stylesheet -->
  29. <link href="css/bootstrap.min.css" rel="stylesheet" />
  30. <!-- Template Stylesheet -->
  31. <link href="css/style.css" rel="stylesheet" />
  32. <!-- <link href="css/navbar.css" rel="stylesheet" /> -->
  33. <link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
  34. <link href="assets/css/main.css" rel="stylesheet">
  35. </head>
  36. <body>
  37. <!-- Spinner Start -->
  38. <!-- Spinner End -->
  39. <!-- Navbar & Hero Start -->
  40. <header class="header d-flex align-items-center fixed-top" id="header">
  41. </header>
  42. <!-- Navbar & Hero End -->
  43. <!-- Modal Search Start -->
  44. <div
  45. class="modal fade"
  46. id="searchModal"
  47. tabindex="-1"
  48. aria-labelledby="exampleModalLabel"
  49. aria-hidden="true">
  50. <div class="modal-dialog modal-fullscreen">
  51. <div class="modal-content rounded-0">
  52. <div class="modal-header">
  53. <h5 class="modal-title" id="exampleModalLabel">
  54. Search by keyword
  55. </h5>
  56. <button
  57. type="button"
  58. class="btn-close"
  59. data-bs-dismiss="modal"
  60. aria-label="Close"></button>
  61. </div>
  62. <div class="modal-body d-flex align-items-center bg-primary">
  63. <div class="input-group w-75 mx-auto d-flex">
  64. <input
  65. type="search"
  66. class="form-control p-3"
  67. placeholder="keywords"
  68. aria-describedby="search-icon-1" />
  69. <span
  70. id="search-icon-1"
  71. class="btn bg-light border nput-group-text p-3"
  72. ><i class="fa fa-search"></i
  73. ></span>
  74. </div>
  75. </div>
  76. </div>
  77. </div>
  78. </div>
  79. <!-- Modal Search End -->
  80. <!-- Carousel Start -->
  81. <div class="header-carousel owl-carousel">
  82. <div class="header-carousel-item bg-primary">
  83. <div class="carousel-caption">
  84. <div class="container">
  85. <div class="row g-4 align-items-center">
  86. <div class="col-lg-7 ">
  87. <div class="text-sm-center text-md-start">
  88. <h1 class="text-white text-uppercase fw-bold mb-4">
  89. Home Automation Solutions: experience the Smart Home Living
  90. </h1>
  91. <p class="mb-0">
  92. Our mission is to transform your living spaces into intelligent, efficient, and secure environments using the latest advancements in automation technology.
  93. </p>
  94. </div>
  95. </div>
  96. <div class="col-lg-5 ">
  97. <div class="calrousel-img" style="object-fit: cover">
  98. <img
  99. src="img/services/2.png"
  100. class="img-fluid w-100"
  101. alt="" />
  102. </div>
  103. </div>
  104. </div>
  105. </div>
  106. </div>
  107. </div>
  108. </div>
  109. <!-- Carousel End -->
  110. <!-- Feature Start -->
  111. <div class="container-fluid feature bg-light py-5">
  112. <div class="container py-5">
  113. <div
  114. class="text-left mx-auto pb-5 wow"
  115. >
  116. <h4 class="text-primary">The Essence of Home Automation</h4>
  117. <p class="mb-0">
  118. ADM Technologies Limited, a leader in the field of home automation, is revolutionizing the way we interact with our living spaces. Our smart home solutions integrate the latest IoT (Internet of Things) technologies, empowering you to take control of your home environment like never before.
  119. </p>
  120. <br>
  121. <p class="mb-5 fs-5">
  122. Core Components of Our Home Automation Solutions:
  123. </p>
  124. <p class="mb-0"><i class="fa fa-check text-primary me-3"></i> <strong>Smart Lighting:</strong> Automated lighting systems that adjust based on your preferences and occupancy.</p>
  125. <p class="mb-0"><i class="fa fa-check text-primary me-3"></i> <strong>Climate Control:</strong> Intelligent thermostats and HVAC systems.</p>
  126. <p class="mb-0"><i class="fa fa-check text-primary me-3"></i> <strong>Security Systems:</strong> Advanced surveillance, access control, and alarm systems.</p>
  127. <p class="mb-0"><i class="fa fa-check text-primary me-3"></i> <strong>Entertainment Systems:</strong> Integrated audio and visual systems for an immersive entertainment experience.</p>
  128. <br>
  129. <h4 class="text-primary">
  130. Convenience with Smart Home Integration
  131. </h4>
  132. <p class="mb-0">
  133. Our home automation solutions are designed to provide unparalleled convenience by integrating various household systems into a single, cohesive ecosystem. This integration allows for simplifying your daily routines and quality of life.
  134. </p>
  135. <br>
  136. <p class="mb-5 fs-5">
  137. Key Features of Our Smart Home Integration:
  138. </p>
  139. <p class="mb-0"><i class="fa fa-check text-primary me-3"></i> <strong>Unified Control: </strong> Implementing IoT sensors to monitor soil health, weather conditions, and crop growth, enabling data-driven farming practices.</p>
  140. <p class="mb-0"><i class="fa fa-check text-primary me-3"></i> <strong>Customizable Scenes: </strong> Creating intelligent urban environments with integrated IoT solutions for energy management, traffic control, and public safety.</p>
  141. <p class="mb-0"><i class="fa fa-check text-primary me-3"></i> <strong>Remote Access: </strong> Deploying IoT devices and embedded systems to streamline manufacturing processes, reduce downtime, and enhance productivity.</p>
  142. <p class="mb-0"><i class="fa fa-check text-primary me-3"></i> <strong>Voice Assistants: </strong> Integrate with popular voice assistants like Amazon Alexa, Google Assistant, and Apple Siri for hands-free control</p>
  143. </div>
  144. </div>
  145. </div>
  146. <!-- Feature End -->
  147. <!-- Software develppment Start -->
  148. <div class="container-fluid faq-section bg-light py-5">
  149. <div class="container py-5">
  150. <div class="row g-5 align-items-center">
  151. <div class="col-xl-8 wow ">
  152. <div class="h-100">
  153. <div class="mb-5">
  154. <h4 class="text-primary">Uncompromised Security with Intelligent Surveillance</h4>
  155. <p class="mb-5 fs-5">
  156. Features of Our Home Security Solutions:
  157. </p>
  158. <p class="text-dark">
  159. <i class="fa fa-check text-primary me-3"></i><strong> Surveillance Cameras:</strong>High-definition cameras with night vision, motion detection, and remote viewing capabilities.
  160. </p>
  161. <p class="text-dark">
  162. <i class="fa fa-check text-primary me-3"></i><strong> Access Control:</strong> Smart locks and doorbell cameras that allow you to control and monitor access to your home remotely.
  163. </p>
  164. <p class="text-dark">
  165. <i class="fa fa-check text-primary me-3"></i><strong> Intrusion Detection:</strong> Sensors and alarms that detect and alert you to any unauthorized entry or unusual activity.
  166. </p>
  167. <p class="text-dark">
  168. <i class="fa fa-check text-primary me-3"></i><strong> Emergency Response:</strong> Integration with emergency services and automated alerts for quick response in case of fire, break-in, or other emergencies.
  169. </p>
  170. </div>
  171. </div>
  172. </div>
  173. <div class="col-xl-4 wow">
  174. <img
  175. src="img/services/2.png"
  176. class="img-fluid w-100"
  177. alt="" />
  178. </div>
  179. </div>
  180. </div>
  181. </div>
  182. <!-- Software develppment End -->
  183. <!-- Video analytics Start -->
  184. <div class="container-fluid faq-section bg-light py-5">
  185. <div class="container py-5">
  186. <div class="row g-5 align-items-center">
  187. <div class="col-xl-4 wow ">
  188. <img
  189. src="img/services/2.png"
  190. class="img-fluid w-100"
  191. alt="" />
  192. </div>
  193. <div class="col-xl-8 wow ">
  194. <div class="h-100">
  195. <div class="mb-5">
  196. <h4 class="text-primary">Immersive Entertainment with Integrated Systems
  197. </h4>
  198. </div>
  199. <div>
  200. <p>
  201. Our home automation solutions provide an immersive entertainment experience, seamlessly blending technology with your living environment.
  202. </p>
  203. <p class="mb-5 fs-5">
  204. Entertainment System Features:
  205. </p>
  206. <p class="text-dark">
  207. <i class="fa fa-check text-primary me-3"></i><strong> Multi-Room Audio:</strong> Stream music throughout your home with synchronized or independent audio zones.
  208. </p>
  209. <p class="text-dark">
  210. <i class="fa fa-check text-primary me-3"></i><strong> Home Theater:</strong> Create a cinematic experience with high-definition projectors, surround sound systems, and automated lighting.
  211. </p>
  212. <p class="text-dark mb-4">
  213. <i class="fa fa-check text-primary me-3"></i><strong> Smart TVs:</strong> Control your TV, streaming services, and gaming consoles through a unified interface.
  214. </p>
  215. <p class="text-dark mb-4">
  216. <i class="fa fa-check text-primary me-3"></i><strong> Voice Control:</strong> Use voice commands to play music, control volume, and switch between entertainment options.
  217. </p>
  218. </div>
  219. </div>
  220. </div>
  221. </div>
  222. </div>
  223. </div>
  224. <!-- Video analytics End -->
  225. <!-- Footer Start -->
  226. <footer id="footer" class="footer">
  227. <div class="container-fluid footer py-5 wow ">
  228. <div class="container py-5">
  229. <div class="row g-5">
  230. <div class="col-xl-9">
  231. <div
  232. class="pt-5"
  233. style="border-top: 1px solid rgba(255, 255, 255, 0.08)">
  234. <div class="row g-0">
  235. <div class="col-12">
  236. <div class="row g-4">
  237. <div class="col-lg-6 col-xl-4">
  238. <div class="d-flex">
  239. <div
  240. class="btn-xl-square bg-primary text-white rounded p-4 me-4">
  241. <i class="fas fa-map-marker-alt fa-2x"></i>
  242. </div>
  243. <div>
  244. <h4 class="text-white">Address</h4>
  245. <p class="mb-0">
  246. #501,#508-510, Shangrila Plaza , <br />Road No. 2,
  247. Park View Enclave, <br />Banjara Hills , Hyderabad,
  248. <br />Telangana-500034
  249. </p>
  250. </div>
  251. </div>
  252. </div>
  253. <div class="col-lg-6 col-xl-4">
  254. <div class="d-flex">
  255. <div
  256. class="btn-xl-square bg-primary text-white rounded p-4 me-4">
  257. <i class="fas fa-envelope fa-2x"></i>
  258. </div>
  259. <div>
  260. <h4 class="text-white">Mail Us</h4>
  261. <p class="mb-0">info@ADM.com</p>
  262. </div>
  263. </div>
  264. </div>
  265. <div class="col-lg-6 col-xl-4">
  266. <div class="d-flex">
  267. <div
  268. class="btn-xl-square bg-primary text-white rounded p-4 me-4">
  269. <i class="fa fa-phone-alt fa-2x"></i>
  270. </div>
  271. <div>
  272. <h4 class="text-white">Telephone</h4>
  273. <p class="mb-0">+91 9885888835</p>
  274. <p class="mb-0">+91 9581234499</p>
  275. </div>
  276. </div>
  277. </div>
  278. </div>
  279. </div>
  280. </div>
  281. </div>
  282. </div>
  283. <div class="col-xl-3">
  284. <div class="footer-item">
  285. <h4 class="text-white mb-4">Follow Us</h4>
  286. <a href="#">
  287. <i class="fab fa-facebook facebook"> Facebook</i>
  288. </a>
  289. <a href="#">
  290. <i class="fab fa-twitter twitter"> Twitter</i>
  291. </a>
  292. <a href="#">
  293. <i class="fab fa-instagram instagram"> Instagram</i>
  294. </a>
  295. <a href="#">
  296. <i class="fab fa-linkedin linkedin"> Linkedin</i>
  297. </a>
  298. <a href="#">
  299. <i class="fab fa-youtube youtube"> Youtube</i>
  300. </a>
  301. <a href="#">
  302. <i class="fab fa-pinterest pinterest"> Pinterest</i>
  303. </a>
  304. </div>
  305. </div>
  306. </div>
  307. </div>
  308. </div>
  309. <!-- Footer End -->
  310. <!-- Copyright Start -->
  311. <div class="container-fluid copyright py-4">
  312. <div class="container">
  313. <div class="row g-4 align-items-center">
  314. <div class="col-md-6 text-center text-md-end mb-md-0">
  315. <span class="text-body">
  316. 2024 © Copy Rights
  317. <a
  318. href="https://ADM.com/"
  319. class="border-bottom text-white">
  320. ADM
  321. </a>
  322. </span>
  323. </div>
  324. <!-- <div class="col-md-6 text-center text-md-start text-body"> -->
  325. <!-- <!--/*** This template is free as long as you keep the below author’s credit link/attribution link/backlink. ***/-->
  326. <!-- <!--/*** If you'd like to use the template without the below author’s credit link/attribution link/backlink, ***/-->
  327. <!-- <!--/*** you can purchase the Credit Removal License from "https://htmlcodex.com/credit-removal". ***/-->
  328. <!-- Designed By -->
  329. <!-- <a class="border-bottom text-white" href="https://htmlcodex.com" -->
  330. <!-- >HTML Codex</a -->
  331. <!-- > -->
  332. <!-- Distributed By -->
  333. <!-- <a class="border-bottom text-white" href="https://themewagon.com" -->
  334. <!-- >ThemeWagon</a -->
  335. <!-- > -->
  336. <!-- </div> -->
  337. </div>
  338. </div>
  339. </div>
  340. <!-- Copyright End -->
  341. </footer>
  342. <!--Footer End-->
  343. <!-- Back to Top -->
  344. <a href="#" class="btn btn-primary btn-lg-square rounded-circle back-to-top"
  345. ><i class="fa fa-arrow-up"></i
  346. ></a>
  347. <!-- JavaScript Libraries -->
  348. <script src="../../ajax.googleapis.com/ajax/libs/jquery/3.6.4/jquery.min.js"></script>
  349. <script src="../../cdn.jsdelivr.net/npm/bootstrap%405.0.0/dist/js/bootstrap.bundle.min.js"></script>
  350. <script src="lib/wow/wow.min.js"></script>
  351. <script src="lib/easing/easing.min.js"></script>
  352. <script src="lib/waypoints/waypoints.min.js"></script>
  353. <script src="lib/counterup/counterup.min.js"></script>
  354. <script src="lib/lightbox/js/lightbox.min.js"></script>
  355. <script src="lib/owlcarousel/owl.carousel.min.js"></script>
  356. <!-- Template Javascript -->
  357. <script src="js/main.js"></script>
  358. <script src="assets/js/navbar.js"></script>
  359. <script src="assets/js/footer.js"></script>
  360. </body>
  361. <script>'undefined'=== typeof _trfq || (window._trfq = []);'undefined'=== typeof _trfd && (window._trfd=[]),_trfd.push({'tccl.baseHost':'secureserver.net'},{'ap':'cpsh-oh'},{'server':'sg2plzcpnl489763'},{'dcenter':'sg2'},{'cp_id':'8377108'},{'cp_cl':'8'}) // Monitoring performance to make your website faster. If you want to opt-out, please contact web hosting support.</script><script src='../../img1.wsimg.com/signals/js/clients/scc-c2/scc-c2.min.js'></script>
  362. <!-- Mirrored from s6h.in/bt_temp/home-automation.html by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 11 Dec 2024 13:26:09 GMT -->
  363. </html>