Açıklama Yok
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.

iot-technology.html 18KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <!-- Mirrored from s6h.in/bt_temp/iot-technology.html by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 11 Dec 2024 13:25:37 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. Unleashing the Future with IoT Technologies
  90. </h1>
  91. <p class="mb-0">
  92. We stand at the forefront of the digital revolution, spearheading innovations in IoT Technology that redefine the boundaries of connectivity and automation. Our expertise spans a myriad of applications, harnessing the potential of IoT to create smarter, more efficient solutions for diverse industries.
  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/3.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 IoT Technology</h4>
  117. <p class="mb-0">
  118. The Internet of Things (IoT) embodies the integration of everyday objects with the internet, allowing them to send and receive data. This interconnectivity fosters an ecosystem where devices smoothly communicate, leading to unprecedented levels of automation and insight.
  119. </p>
  120. <br>
  121. <p class="mb-5 fs-5">
  122. Key Aspects of IoT Technology:
  123. </p>
  124. <p class="mb-0"><i class="fa fa-check text-primary me-3"></i> <strong>IoT Devices:</strong> Smart gadgets ranging from household appliances to industrial machinery.</p>
  125. <p class="mb-0"><i class="fa fa-check text-primary me-3"></i> <strong>IoT Gateway:</strong> Critical nodes that bridge devices to the internet, ensuring seamless data flow.</p>
  126. <p class="mb-0"><i class="fa fa-check text-primary me-3"></i> <strong>IoT Cloud:</strong> Scalable cloud solutions for storing, processing, and analyzing IoT data.</p>
  127. <p class="mb-0"><i class="fa fa-check text-primary me-3"></i> <strong>IoT Protocols:</strong> Standards and protocols that ensure interoperability and secure communication between devices.</p>
  128. <br>
  129. <h4 class="text-primary">
  130. Industries with IoT Projects
  131. </h4>
  132. <p class="mb-0">
  133. Our portfolio of IoT projects showcases our capability to transform industries. Whether it's optimizing agricultural practices or verifying industrial operations, our solutions are designed to deliver tangible benefits.
  134. </p>
  135. <br>
  136. <p class="mb-5 fs-5">
  137. Key Aspects of IoT Technology:
  138. </p>
  139. <p class="mb-0"><i class="fa fa-check text-primary me-3"></i> <strong>IoT in Agriculture:</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>Smart Cities:</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>IoT Cloud:</strong> Deploying IoT devices and embedded systems to streamline manufacturing processes, reduce downtime, and enhance productivity.</p>
  142. </div>
  143. </div>
  144. </div>
  145. <!-- Feature End -->
  146. <!-- Software develppment Start -->
  147. <div class="container-fluid faq-section bg-light py-5">
  148. <div class="container py-5">
  149. <div class="row g-5 align-items-center">
  150. <div class="col-xl-8 wow ">
  151. <div class="h-100">
  152. <div class="mb-5">
  153. <h4 class="text-primary">Monitoring and Analytics</h4>
  154. <p>
  155. IoT monitoring is pivotal in maintaining the health and efficiency of IoT networks. Our monitoring solutions provide real-time insights and predictive analytics to preemptively address issues.
  156. </p>
  157. <p class="mb-5 fs-5">
  158. Core Components:
  159. </p>
  160. <p class="text-dark">
  161. <i class="fa fa-check text-primary me-3"></i><strong> IoT Sensor Network:</strong> A network of interconnected sensors collecting vast amounts of data from various sources.
  162. </p>
  163. <p class="text-dark">
  164. <i class="fa fa-check text-primary me-3"></i><strong> IoT Device Monitoring:</strong> Continuous monitoring of device performance and status, ensuring optimal functionality.
  165. </p>
  166. <p class="text-dark">
  167. <i class="fa fa-check text-primary me-3"></i><strong> IoT Internet:</strong> Leveraging the power of the internet to facilitate seamless communication and data exchange.
  168. </p>
  169. </div>
  170. </div>
  171. </div>
  172. <div class="col-xl-4 wow ">
  173. <img
  174. src="img/services/3.png"
  175. class="img-fluid w-100"
  176. alt="" />
  177. </div>
  178. </div>
  179. </div>
  180. </div>
  181. <!-- Software develppment End -->
  182. <!-- Video analytics Start -->
  183. <div class="container-fluid faq-section bg-light py-5">
  184. <div class="container py-5">
  185. <div class="row g-5 align-items-center">
  186. <div class="col-xl-4 wow ">
  187. <img src="img/iot/iot2.jpg" class="img-fluid w-100" alt="" />
  188. </div>
  189. <div class="col-xl-8 wow">
  190. <div class="h-100">
  191. <div class="mb-5">
  192. <h4 class="text-primary">Pioneering IoT Embedded Systems and Artificial Intelligence
  193. </h4>
  194. </div>
  195. <div>
  196. <p>
  197. Our IoT embedded systems are the backbone of smart devices, enabling complex functionalities within compact frameworks. Coupled with IoT artificial intelligence, we bring a new level of intelligence and autonomy to devices.
  198. </p>
  199. <p class="mb-5 fs-5">
  200. Innovative Applications:
  201. </p>
  202. <p class="text-dark">
  203. <i class="fa fa-check text-primary me-3"></i><strong> Smart Home Solutions:</strong> Integrating AI-driven IoT devices to create intuitive and responsive living spaces.
  204. </p>
  205. <p class="text-dark">
  206. <i class="fa fa-check text-primary me-3"></i><strong> Healthcare:</strong> Developing IoT-enabled medical devices for remote monitoring and diagnostics.
  207. </p>
  208. <p class="text-dark mb-4">
  209. <i class="fa fa-check text-primary me-3"></i><strong> Transportation:</strong> Vehicle-to-everything (V2X) communication for smarter, safer transportation systems.
  210. </p>
  211. </div>
  212. </div>
  213. </div>
  214. </div>
  215. </div>
  216. </div>
  217. <!-- Video analytics End -->
  218. <!-- Software develppment Start -->
  219. <div class="container-fluid faq-section bg-light py-5">
  220. <div class="container py-5">
  221. <div class="row g-5 align-items-center">
  222. <div class="col-xl-8 wow ">
  223. <div class="h-100">
  224. <div class="mb-5">
  225. <h4 class="text-primary">Future-Ready IoT Solutions</h4>
  226. <p>
  227. At ADM Technologies Limited, we are committed to pushing the boundaries of what's possible with IoT. Our solutions are designed to be scalable, secure, and future-proof towards our clients.
  228. </p>
  229. <p class="mb-5 fs-5">
  230. Key Benefits:
  231. </p>
  232. <p class="text-dark">
  233. <i class="fa fa-check text-primary me-3"></i>Our solutions grow with your needs, providing flexibility and adaptability.
  234. </p>
  235. <p class="text-dark">
  236. <i class="fa fa-check text-primary me-3"></i>Security measures to protect your data and privacy.
  237. </p>
  238. <p class="text-dark">
  239. <i class="fa fa-check text-primary me-3"></i> Continuous investment in research and development.
  240. </p>
  241. </div>
  242. </div>
  243. </div>
  244. <div class="col-xl-4 wow">
  245. <img src="img/iot/iot3.html" class="img-fluid w-100" alt="" />
  246. </div>
  247. </div>
  248. </div>
  249. </div>
  250. <!-- Software develppment End -->
  251. <!-- Footer Start -->
  252. <footer id="footer" class="footer">
  253. <div class="container-fluid footer py-5 wow">
  254. <div class="container py-5">
  255. <div class="row g-5">
  256. <div class="col-xl-9">
  257. <div
  258. class="pt-5"
  259. style="border-top: 1px solid rgba(255, 255, 255, 0.08)">
  260. <div class="row g-0">
  261. <div class="col-12">
  262. <div class="row g-4">
  263. <div class="col-lg-6 col-xl-4">
  264. <div class="d-flex">
  265. <div
  266. class="btn-xl-square bg-primary text-white rounded p-4 me-4">
  267. <i class="fas fa-map-marker-alt fa-2x"></i>
  268. </div>
  269. <div>
  270. <h4 class="text-white">Address</h4>
  271. <p class="mb-0">
  272. #501,#508-510, Shangrila Plaza , <br />Road No. 2,
  273. Park View Enclave, <br />Banjara Hills , Hyderabad,
  274. <br />Telangana-500034
  275. </p>
  276. </div>
  277. </div>
  278. </div>
  279. <div class="col-lg-6 col-xl-4">
  280. <div class="d-flex">
  281. <div
  282. class="btn-xl-square bg-primary text-white rounded p-4 me-4">
  283. <i class="fas fa-envelope fa-2x"></i>
  284. </div>
  285. <div>
  286. <h4 class="text-white">Mail Us</h4>
  287. <p class="mb-0">info@ADM.com</p>
  288. </div>
  289. </div>
  290. </div>
  291. <div class="col-lg-6 col-xl-4">
  292. <div class="d-flex">
  293. <div
  294. class="btn-xl-square bg-primary text-white rounded p-4 me-4">
  295. <i class="fa fa-phone-alt fa-2x"></i>
  296. </div>
  297. <div>
  298. <h4 class="text-white">Telephone</h4>
  299. <p class="mb-0">+91 9885888835</p>
  300. <p class="mb-0">+91 9581234499</p>
  301. </div>
  302. </div>
  303. </div>
  304. </div>
  305. </div>
  306. </div>
  307. </div>
  308. </div>
  309. <div class="col-xl-3">
  310. <div class="footer-item">
  311. <h4 class="text-white mb-4">Follow Us</h4>
  312. <a href="#">
  313. <i class="fab fa-facebook facebook"> Facebook</i>
  314. </a>
  315. <a href="#">
  316. <i class="fab fa-twitter twitter"> Twitter</i>
  317. </a>
  318. <a href="#">
  319. <i class="fab fa-instagram instagram"> Instagram</i>
  320. </a>
  321. <a href="#">
  322. <i class="fab fa-linkedin linkedin"> Linkedin</i>
  323. </a>
  324. <a href="#">
  325. <i class="fab fa-youtube youtube"> Youtube</i>
  326. </a>
  327. <a href="#">
  328. <i class="fab fa-pinterest pinterest"> Pinterest</i>
  329. </a>
  330. </div>
  331. </div>
  332. </div>
  333. </div>
  334. </div>
  335. <!-- Footer End -->
  336. <!-- Copyright Start -->
  337. <div class="container-fluid copyright py-4">
  338. <div class="container">
  339. <div class="row g-4 align-items-center">
  340. <div class="col-md-6 text-center text-md-end mb-md-0">
  341. <span class="text-body">
  342. 2024 © Copy Rights
  343. <a
  344. href="https://ADM.com/"
  345. class="border-bottom text-white">
  346. ADM
  347. </a>
  348. </span>
  349. </div>
  350. <!-- <div class="col-md-6 text-center text-md-start text-body"> -->
  351. <!-- <!--/*** This template is free as long as you keep the below author’s credit link/attribution link/backlink. ***/-->
  352. <!-- <!--/*** If you'd like to use the template without the below author’s credit link/attribution link/backlink, ***/-->
  353. <!-- <!--/*** you can purchase the Credit Removal License from "https://htmlcodex.com/credit-removal". ***/-->
  354. <!-- Designed By -->
  355. <!-- <a class="border-bottom text-white" href="https://htmlcodex.com" -->
  356. <!-- >HTML Codex</a -->
  357. <!-- > -->
  358. <!-- Distributed By -->
  359. <!-- <a class="border-bottom text-white" href="https://themewagon.com" -->
  360. <!-- >ThemeWagon</a -->
  361. <!-- > -->
  362. <!-- </div> -->
  363. </div>
  364. </div>
  365. </div>
  366. <!-- Copyright End -->
  367. </footer>
  368. <!--Footer End-->
  369. <!-- Back to Top -->
  370. <a href="#" class="btn btn-primary btn-lg-square rounded-circle back-to-top"
  371. ><i class="fa fa-arrow-up"></i
  372. ></a>
  373. <!-- JavaScript Libraries -->
  374. <script src="../../ajax.googleapis.com/ajax/libs/jquery/3.6.4/jquery.min.js"></script>
  375. <script src="../../cdn.jsdelivr.net/npm/bootstrap%405.0.0/dist/js/bootstrap.bundle.min.js"></script>
  376. <script src="lib/wow/wow.min.js"></script>
  377. <script src="lib/easing/easing.min.js"></script>
  378. <script src="lib/waypoints/waypoints.min.js"></script>
  379. <script src="lib/counterup/counterup.min.js"></script>
  380. <script src="lib/lightbox/js/lightbox.min.js"></script>
  381. <script src="lib/owlcarousel/owl.carousel.min.js"></script>
  382. <!-- Template Javascript -->
  383. <script src="js/main.js"></script>
  384. <script src="assets/js/navbar.js"></script>
  385. <script src="assets/js/footer.js"></script>
  386. </body>
  387. <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>
  388. <!-- Mirrored from s6h.in/bt_temp/iot-technology.html by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 11 Dec 2024 13:25:48 GMT -->
  389. </html>