Geen omschrijving
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.

track-and-trace.html 22KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8" />
  5. <title>ADM - ARIA Digital Machines</title>
  6. <meta content="width=device-width, initial-scale=1.0" name="viewport" />
  7. <meta content="" name="keywords" />
  8. <meta content="" name="description" />
  9. <!-- Google Web Fonts -->
  10. <link rel="preconnect" href="https://fonts.googleapis.com" />
  11. <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
  12. <link
  13. 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"
  14. rel="stylesheet">
  15. <!-- Icon Font Stylesheet -->
  16. <link
  17. rel="stylesheet"
  18. href="https://use.fontawesome.com/releases/v5.15.4/css/all.css" />
  19. <link
  20. href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.4.1/font/bootstrap-icons.css"
  21. rel="stylesheet" />
  22. <link rel="stylesheet" href="https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css">
  23. <!-- Libraries Stylesheet -->
  24. <link rel="stylesheet" href="lib/animate/animate.min.css" />
  25. <link href="lib/lightbox/css/lightbox.min.css" rel="stylesheet" />
  26. <link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet" />
  27. <!-- Customized Bootstrap Stylesheet -->
  28. <link href="css/bootstrap.min.css" rel="stylesheet" />
  29. <!-- Template Stylesheet -->
  30. <link href="css/style.css" rel="stylesheet" />
  31. <!-- <link href="css/navbar.css" rel="stylesheet" /> -->
  32. <link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
  33. <link href="assets/css/main.css" rel="stylesheet">
  34. </head>
  35. <body>
  36. <!-- Spinner Start -->
  37. <!-- Spinner End -->
  38. <header class="header d-flex align-items-center fixed-top" id="header"></header>
  39. <!-- Header Start -->
  40. <!-- <div class="container-fluid bg-breadcrumb">
  41. <div class="container text-center py-5" style="max-width: 900px;">
  42. <h4 class="text-white display-4 mb-4 wow fadeInDown" data-wow-delay="0.1s">Our Features</h4>
  43. <ol class="breadcrumb d-flex justify-content-center mb-0 wow fadeInDown" data-wow-delay="0.3s">
  44. <li class="breadcrumb-item"><a href="index.html">Home</a></li>
  45. <li class="breadcrumb-item"><a href="#">Pages</a></li>
  46. <li class="breadcrumb-item active text-primary">Feature</li>
  47. </ol>
  48. </div>
  49. </div> -->
  50. <!-- Header End -->
  51. <!-- Feature Start -->
  52. <div class="container-fluid feature bg-light py-5 mt-5">
  53. <div class="container mt-5">
  54. <div
  55. class="text-center mx-auto pb-5 wow"
  56. style="max-width: 800px">
  57. <!-- <h4 class="text-primary">Our Features</h4> -->
  58. <h1 class="display-4 mb-4">Track and Trace</h1>
  59. <h1 class="text-dark">Track and Trace for Unparalleled Visibility</h1>
  60. <p class="mb-0">
  61. ADM Technologies Track and Trace solutions provide end-to-end visibility of your supply chain. From raw materials to final delivery, monitor every step with real-time updates, ensuring product authenticity, regulatory compliance, and customer trust.
  62. </p>
  63. </div>
  64. </div>
  65. </div>
  66. <!-- Feature End -->
  67. <!-- Software develppment Start -->
  68. <div class="container-fluid faq-section bg-light">
  69. <div class="container py-5">
  70. <div class="row g-5 align-items-center">
  71. <div class="col-xl-6 wow">
  72. <div class="h-100">
  73. <div class="mb-5">
  74. <h1>Why Choose ADM’s Track and Trace Solutions?</h1>
  75. <p class="mb-0"><i class="fa fa-check text-primary me-3"></i>
  76. <strong>Real-Time Monitoring :</strong>
  77. Track product movement at every stage with GPS and IoT integration.
  78. </p>
  79. <p class="mb-0"><i class="fa fa-check text-primary me-3"></i>
  80. <strong>Regulatory Compliance :</strong>
  81. Meet industry standards with automated documentation and accurate data records.
  82. </p>
  83. </div>
  84. </div>
  85. </div>
  86. <div class="col-xl-6 wow">
  87. <img
  88. src="img/software-development.png"
  89. class="img-fluid w-100"
  90. alt="" />
  91. </div>
  92. </div>
  93. </div>
  94. </div>
  95. <!-- Software develppment End -->
  96. <!-- Video analytics Start -->
  97. <div class="container-fluid faq-section bg-light py-5">
  98. <div class="container py-5">
  99. <div class="row g-5 align-items-center">
  100. <div class="col-xl-6 wow">
  101. <img src="img/video-analytics.png" class="img-fluid w-100" alt="" />
  102. </div>
  103. <div class="col-xl-6 wow">
  104. <div class="h-100">
  105. <div class="mb-5">
  106. <h1>Key Features of Track and Trace</h1>
  107. <h4 class="text-primary">
  108. 1. Real-Time Location Updates
  109. </h4>
  110. <p>
  111. Stay informed with precise, real-time tracking of shipments, inventory, and product journeys.
  112. </p>
  113. <h4 class="text-primary">
  114. 2. QR Code and RFID Integration
  115. </h4>
  116. <p>
  117. Enable seamless product identification and tracking with advanced technologies for accuracy.
  118. </p>
  119. <h4 class="text-primary">
  120. 3. Advanced Analytics Dashboards
  121. </h4>
  122. <p>
  123. Access detailed insights into supply chain performance to optimize processes and minimize delays.
  124. </p>
  125. </div>
  126. </div>
  127. </div>
  128. </div>
  129. </div>
  130. </div>
  131. <!-- Video analytics End -->
  132. <!-- Software develppment Start -->
  133. <div class="container-fluid faq-section bg-light">
  134. <div class="container py-5">
  135. <div class="row g-5 align-items-center">
  136. <div class="col-xl-6 wow">
  137. <div class="h-100">
  138. <div class="mb-5">
  139. <h1>Benefits of ADM’s Track and Trace Solutions</h1>
  140. <p class="mb-0"><i class="fa fa-check text-primary me-3"></i>
  141. <strong>Fraud Prevention :</strong>Verify product authenticity to prevent counterfeiting and build customer trust.
  142. </p>
  143. <p class="mb-0"><i class="fa fa-check text-primary me-3"></i>
  144. <strong>Improved Efficiency :</strong> Quickly identify bottlenecks and streamline operations with real-time data.
  145. </p>
  146. <p class="mb-0"><i class="fa fa-check text-primary me-3"></i>
  147. <strong>Customer Satisfaction :</strong>Provide customers with accurate delivery timelines and product traceability.
  148. </p>
  149. </div>
  150. </div>
  151. </div>
  152. <div class="col-xl-6 wow">
  153. <img
  154. src="img/software-development.png"
  155. class="img-fluid w-100"
  156. alt="" />
  157. </div>
  158. </div>
  159. </div>
  160. </div>
  161. <!-- Software develppment End -->
  162. <!-- Video analytics Start -->
  163. <div class="container-fluid faq-section bg-light py-5">
  164. <div class="container py-5">
  165. <div class="row g-5 align-items-center">
  166. <div class="col-xl-6 wow">
  167. <img src="img/video-analytics.png" class="img-fluid w-100" alt="" />
  168. </div>
  169. <div class="col-xl-6 wow ">
  170. <div class="h-100">
  171. <div class="mb-5">
  172. <h1>Applications of Track and Trace Solutions</h1>
  173. <p class="mb-0"><i class="fa fa-check text-primary me-3"></i>
  174. <strong>Pharmaceuticals :</strong> Ensure safe and compliant distribution of medicines and vaccines.
  175. </p>
  176. <p class="mb-0"><i class="fa fa-check text-primary me-3"></i>
  177. <strong>Food and Beverage:</strong> Track perishables to guarantee freshness and quality for end consumers.
  178. </p>
  179. <p class="mb-0"><i class="fa fa-check text-primary me-3"></i>
  180. <strong>Consumer Electronics :</strong> Monitor product movement to prevent losses and meet delivery deadlines.
  181. </p>
  182. </div>
  183. </div>
  184. </div>
  185. </div>
  186. </div>
  187. </div>
  188. <!-- Video analytics End -->
  189. <!-- Video analytics Start -->
  190. <div class="container-fluid faq-section bg-light py-5">
  191. <div class="container py-5">
  192. <div class="row g-5 align-items-left">
  193. <div class="col-xl-12 wow ">
  194. <h1>Empower Your Supply Chain with ADM</h1>
  195. <p class="mb-0">
  196. ADM Technologies’ Track and Trace solutions ensure transparency, efficiency, and trust throughout your supply chain. Partner with us to create a smarter, more connected system that drives growth and customer confidence.
  197. </p>
  198. </div>
  199. </div>
  200. </div>
  201. </div>
  202. <!-- Video analytics End -->
  203. <!-- Footer Start -->
  204. <footer id="footer" class="footer">
  205. <div class="container-fluid footer py-5 wow">
  206. <div class="container py-5">
  207. <div class="row g-5">
  208. <div class="col-xl-9">
  209. <!-- <div class="mb-5"> -->
  210. <!-- <div class="row g-4"> -->
  211. <!-- <div class="col-md-6 col-lg-6 col-xl-5"> -->
  212. <!-- <div class="footer-item"> -->
  213. <!-- <a href="index.html" class="p-0"> -->
  214. <!-- <h3 class="text-white"> -->
  215. <!-- <i class="fab fa-slack me-3"></i> LifeSure -->
  216. <!-- </h3> -->
  217. <!-- <!-- <img src="img/logo.png" alt="Logo"> -->
  218. <!-- </a> -->
  219. <!-- <p class="text-white mb-4"> -->
  220. <!-- Dolor amet sit justo amet elitr clita ipsum elitr -->
  221. <!-- est.Lorem ipsum dolor sit amet, consectetur adipiscing... -->
  222. <!-- </p> -->
  223. <!-- <div class="footer-btn d-flex"> -->
  224. <!-- <a class="btn btn-md-square rounded-circle me-3" href="#" -->
  225. <!-- ><i class="fab fa-facebook-f"></i -->
  226. <!-- ></a> -->
  227. <!-- <a class="btn btn-md-square rounded-circle me-3" href="#" -->
  228. <!-- ><i class="fab fa-twitter"></i -->
  229. <!-- ></a> -->
  230. <!-- <a class="btn btn-md-square rounded-circle me-3" href="#" -->
  231. <!-- ><i class="fab fa-instagram"></i -->
  232. <!-- ></a> -->
  233. <!-- <a class="btn btn-md-square rounded-circle me-0" href="#" -->
  234. <!-- ><i class="fab fa-linkedin-in"></i -->
  235. <!-- ></a> -->
  236. <!-- </div> -->
  237. <!-- </div> -->
  238. <!-- </div> -->
  239. <!-- <div class="col-md-6 col-lg-6 col-xl-3"> -->
  240. <!-- <div class="footer-item"> -->
  241. <!-- <h4 class="text-white mb-4">Useful Links</h4> -->
  242. <!-- <a href="#" -->
  243. <!-- ><i class="fas fa-angle-right me-2"></i> About Us</a -->
  244. <!-- > -->
  245. <!-- <a href="#" -->
  246. <!-- ><i class="fas fa-angle-right me-2"></i> Features</a -->
  247. <!-- > -->
  248. <!-- <a href="#" -->
  249. <!-- ><i class="fas fa-angle-right me-2"></i> Services</a -->
  250. <!-- > -->
  251. <!-- <a href="#" -->
  252. <!-- ><i class="fas fa-angle-right me-2"></i> FAQ's</a -->
  253. <!-- > -->
  254. <!-- <a href="#" -->
  255. <!-- ><i class="fas fa-angle-right me-2"></i> Blogs</a -->
  256. <!-- > -->
  257. <!-- <a href="#" -->
  258. <!-- ><i class="fas fa-angle-right me-2"></i> Contact</a -->
  259. <!-- > -->
  260. <!-- </div> -->
  261. <!-- </div> -->
  262. <!-- <div class="col-md-6 col-lg-6 col-xl-4"> -->
  263. <!-- <div class="footer-item"> -->
  264. <!-- <h4 class="mb-4 text-white">Instagram</h4> -->
  265. <!-- <div class="row g-3"> -->
  266. <!-- <div class="col-4"> -->
  267. <!-- <div class="footer-instagram rounded"> -->
  268. <!-- <img -->
  269. <!-- src="img/instagram-footer-1.jpg" -->
  270. <!-- class="img-fluid w-100" -->
  271. <!-- alt="" /> -->
  272. <!-- <div class="footer-search-icon"> -->
  273. <!-- <a -->
  274. <!-- href="img/instagram-footer-1.jpg" -->
  275. <!-- data-lightbox="footerInstagram-1" -->
  276. <!-- class="my-auto" -->
  277. <!-- ><i class="fas fa-link text-white"></i -->
  278. <!-- ></a> -->
  279. <!-- </div> -->
  280. <!-- </div> -->
  281. <!-- </div> -->
  282. <!-- <div class="col-4"> -->
  283. <!-- <div class="footer-instagram rounded"> -->
  284. <!-- <img -->
  285. <!-- src="img/instagram-footer-2.jpg" -->
  286. <!-- class="img-fluid w-100" -->
  287. <!-- alt="" /> -->
  288. <!-- <div class="footer-search-icon"> -->
  289. <!-- <a -->
  290. <!-- href="img/instagram-footer-2.jpg" -->
  291. <!-- data-lightbox="footerInstagram-2" -->
  292. <!-- class="my-auto" -->
  293. <!-- ><i class="fas fa-link text-white"></i -->
  294. <!-- ></a> -->
  295. <!-- </div> -->
  296. <!-- </div> -->
  297. <!-- </div> -->
  298. <!-- <div class="col-4"> -->
  299. <!-- <div class="footer-instagram rounded"> -->
  300. <!-- <img -->
  301. <!-- src="img/instagram-footer-3.jpg" -->
  302. <!-- class="img-fluid w-100" -->
  303. <!-- alt="" /> -->
  304. <!-- <div class="footer-search-icon"> -->
  305. <!-- <a -->
  306. <!-- href="img/instagram-footer-3.jpg" -->
  307. <!-- data-lightbox="footerInstagram-3" -->
  308. <!-- class="my-auto" -->
  309. <!-- ><i class="fas fa-link text-white"></i -->
  310. <!-- ></a> -->
  311. <!-- </div> -->
  312. <!-- </div> -->
  313. <!-- </div> -->
  314. <!-- <div class="col-4"> -->
  315. <!-- <div class="footer-instagram rounded"> -->
  316. <!-- <img -->
  317. <!-- src="img/instagram-footer-4.jpg" -->
  318. <!-- class="img-fluid w-100" -->
  319. <!-- alt="" /> -->
  320. <!-- <div class="footer-search-icon"> -->
  321. <!-- <a -->
  322. <!-- href="img/instagram-footer-4.jpg" -->
  323. <!-- data-lightbox="footerInstagram-4" -->
  324. <!-- class="my-auto" -->
  325. <!-- ><i class="fas fa-link text-white"></i -->
  326. <!-- ></a> -->
  327. <!-- </div> -->
  328. <!-- </div> -->
  329. <!-- </div> -->
  330. <!-- <div class="col-4"> -->
  331. <!-- <div class="footer-instagram rounded"> -->
  332. <!-- <img -->
  333. <!-- src="img/instagram-footer-5.jpg" -->
  334. <!-- class="img-fluid w-100" -->
  335. <!-- alt="" /> -->
  336. <!-- <div class="footer-search-icon"> -->
  337. <!-- <a -->
  338. <!-- href="img/instagram-footer-5.jpg" -->
  339. <!-- data-lightbox="footerInstagram-5" -->
  340. <!-- class="my-auto" -->
  341. <!-- ><i class="fas fa-link text-white"></i -->
  342. <!-- ></a> -->
  343. <!-- </div> -->
  344. <!-- </div> -->
  345. <!-- </div> -->
  346. <!-- <div class="col-4"> -->
  347. <!-- <div class="footer-instagram rounded"> -->
  348. <!-- <img -->
  349. <!-- src="img/instagram-footer-6.jpg" -->
  350. <!-- class="img-fluid w-100" -->
  351. <!-- alt="" /> -->
  352. <!-- <div class="footer-search-icon"> -->
  353. <!-- <a -->
  354. <!-- href="img/instagram-footer-6.jpg" -->
  355. <!-- data-lightbox="footerInstagram-6" -->
  356. <!-- class="my-auto" -->
  357. <!-- ><i class="fas fa-link text-white"></i -->
  358. <!-- ></a> -->
  359. <!-- </div> -->
  360. <!-- </div> -->
  361. <!-- </div> -->
  362. <!-- </div> -->
  363. <!-- </div> -->
  364. <!-- </div> -->
  365. <!-- </div> -->
  366. <!-- </div> -->
  367. <div
  368. class="pt-5"
  369. style="border-top: 1px solid rgba(255, 255, 255, 0.08)">
  370. <div class="row g-0">
  371. <div class="col-12">
  372. <div class="row g-4">
  373. <div class="col-lg-6 col-xl-4">
  374. <div class="d-flex">
  375. <div
  376. class="btn-xl-square bg-primary text-white rounded p-4 me-4">
  377. <i class="fas fa-map-marker-alt fa-2x"></i>
  378. </div>
  379. <div>
  380. <h4 class="text-white">Address</h4>
  381. <p class="mb-0">
  382. #501,#508-510, Shangrila Plaza , <br />Road No. 2,
  383. Park View Enclave, <br />Banjara Hills , Hyderabad,
  384. <br />Telangana-500034
  385. </p>
  386. </div>
  387. </div>
  388. </div>
  389. <div class="col-lg-6 col-xl-4">
  390. <div class="d-flex">
  391. <div
  392. class="btn-xl-square bg-primary text-white rounded p-4 me-4">
  393. <i class="fas fa-envelope fa-2x"></i>
  394. </div>
  395. <div>
  396. <h4 class="text-white">Mail Us</h4>
  397. <p class="mb-0">info@ADM.com</p>
  398. </div>
  399. </div>
  400. </div>
  401. <div class="col-lg-6 col-xl-4">
  402. <div class="d-flex">
  403. <div
  404. class="btn-xl-square bg-primary text-white rounded p-4 me-4">
  405. <i class="fa fa-phone-alt fa-2x"></i>
  406. </div>
  407. <div>
  408. <h4 class="text-white">Telephone</h4>
  409. <p class="mb-0">+91 9885888835</p>
  410. <p class="mb-0">+91 9581234499</p>
  411. </div>
  412. </div>
  413. </div>
  414. </div>
  415. </div>
  416. </div>
  417. </div>
  418. </div>
  419. <div class="col-xl-3">
  420. <div class="footer-item">
  421. <h4 class="text-white mb-4">Follow Us</h4>
  422. <a href="">
  423. <i class="fab fa-facebook facebook"> Facebook</i>
  424. </a>
  425. <a href="">
  426. <i class="fab fa-twitter twitter"> Twitter</i>
  427. </a>
  428. <a href="">
  429. <i class="fab fa-instagram instagram"> Instagram</i>
  430. </a>
  431. <a href="">
  432. <i class="fab fa-linkedin linkedin"> Linkedin</i>
  433. </a>
  434. <a href="">
  435. <i class="fab fa-youtube youtube"> Youtube</i>
  436. </a>
  437. <a href="">
  438. <i class="fab fa-pinterest pinterest"> Pinterest</i>
  439. </a>
  440. </div>
  441. </div>
  442. </div>
  443. </div>
  444. </div>
  445. <!-- Footer End -->
  446. <!-- Copyright Start -->
  447. <div class="container-fluid copyright py-4">
  448. <div class="container">
  449. <div class="row g-4 align-items-center">
  450. <div class="col-md-6 text-center text-md-end mb-md-0">
  451. <span class="text-body">
  452. 2024 © Copy Rights
  453. <a
  454. href="https://ADM.com/"
  455. class="border-bottom text-white">
  456. ADM
  457. </a>
  458. </span>
  459. </div>
  460. <!-- <div class="col-md-6 text-center text-md-start text-body"> -->
  461. <!-- <!--/*** This template is free as long as you keep the below author’s credit link/attribution link/backlink. ***/-->
  462. <!-- <!--/*** If you'd like to use the template without the below author’s credit link/attribution link/backlink, ***/-->
  463. <!-- <!--/*** you can purchase the Credit Removal License from "https://htmlcodex.com/credit-removal". ***/-->
  464. <!-- Designed By -->
  465. <!-- <a class="border-bottom text-white" href="https://htmlcodex.com" -->
  466. <!-- >HTML Codex</a -->
  467. <!-- > -->
  468. <!-- Distributed By -->
  469. <!-- <a class="border-bottom text-white" href="https://themewagon.com" -->
  470. <!-- >ThemeWagon</a -->
  471. <!-- > -->
  472. <!-- </div> -->
  473. </div>
  474. </div>
  475. </div>
  476. <!-- Copyright End -->
  477. </footer>
  478. <!-- Back to Top -->
  479. <a href="#" class="btn btn-primary btn-lg-square rounded-circle back-to-top"
  480. ><i class="fa fa-arrow-up"></i
  481. ></a>
  482. <!-- JavaScript Libraries -->
  483. <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.4/jquery.min.js"></script>
  484. <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0/dist/js/bootstrap.bundle.min.js"></script>
  485. <script src="lib/wow/wow.min.js"></script>
  486. <script src="lib/easing/easing.min.js"></script>
  487. <script src="lib/waypoints/waypoints.min.js"></script>
  488. <script src="lib/counterup/counterup.min.js"></script>
  489. <script src="lib/lightbox/js/lightbox.min.js"></script>
  490. <script src="lib/owlcarousel/owl.carousel.min.js"></script>
  491. <!-- Template Javascript -->
  492. <script src="js/main.js"></script>
  493. <script src="assets/js/navbar.js"></script>
  494. <script src="assets/js/footer.js"></script>
  495. </body>
  496. <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='https://img1.wsimg.com/traffic-assets/js/tccl.min.js'></script></html>