Нет описания
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <title>IoT Technology</title>
  7. <!-- Favicons -->
  8. <link href="assets/img/favicon.png" rel="icon">
  9. <link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">
  10. <!-- Fonts -->
  11. <link href="https://fonts.googleapis.com" rel="preconnect">
  12. <link href="https://fonts.gstatic.com" rel="preconnect" crossorigin>
  13. <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">
  14. <link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
  15. <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/css/bootstrap.min.css" rel="stylesheet">
  16. <link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
  17. <link href="assets/css/main.css" rel="stylesheet">
  18. <style>
  19. body {
  20. background-color: #ffffff;
  21. color: #333333;
  22. font-family: 'Arial', sans-serif;
  23. }
  24. .section-title {
  25. font-size: 2rem;
  26. font-weight: bold;
  27. color: #0056b3;
  28. }
  29. .divider {
  30. width: 60px;
  31. height: 3px;
  32. background-color: #0056b3;
  33. margin: 10px auto 20px;
  34. }
  35. .icon-box {
  36. text-align: center;
  37. padding: 20px;
  38. border: 1px solid #eaeaea;
  39. border-radius: 8px;
  40. transition: 0.3s ease-in-out;
  41. }
  42. .icon-box:hover {
  43. background-color: #f8f9fa;
  44. transform: translateY(-5px);
  45. box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  46. }
  47. .icon-box h4 {
  48. margin-top: 15px;
  49. font-size: 1.25rem;
  50. font-weight: bold;
  51. }
  52. .icon-box p {
  53. font-size: 0.95rem;
  54. color: #666666;
  55. }
  56. .feature-list {
  57. list-style: none;
  58. padding: 0;
  59. }
  60. .feature-list li {
  61. padding: 10px 0;
  62. border-bottom: 1px solid #eaeaea;
  63. }
  64. .feature-list li:last-child {
  65. border-bottom: none;
  66. }
  67. .image-box img {
  68. max-width: 100%;
  69. border-radius: 12px;
  70. }
  71. </style>
  72. </head>
  73. <body>
  74. <header id="header" class="header d-flex align-items-center fixed-top">
  75. </header>
  76. <div class="container py-5">
  77. <!-- Header -->
  78. <div class="text-center mb-5">
  79. <h1 class="section-title">Unleashing the Future with IoT Technology</h1>
  80. <div class="divider"></div>
  81. <p>Revolutionizing connectivity and automation by integrating the Internet of Things with intelligence and
  82. innovation.</p>
  83. </div>
  84. <!-- Key Aspects -->
  85. <section class="mb-5">
  86. <h2 class="section-title">The Essence of IoT Technology</h2>
  87. <div class="divider"></div>
  88. <p>Experience the next wave of digital transformation by seamlessly connecting everyday objects to the
  89. Internet.</p>
  90. <div class="row mt-4 g-3">
  91. <div class="col-md-6 col-lg-3">
  92. <div class="icon-box">
  93. <img src="icon-efficiency.png" alt="Efficiency Icon" width="50">
  94. <h4>Efficiency</h4>
  95. <p>Optimize processes from manufacturing to marketplaces for maximum output.</p>
  96. </div>
  97. </div>
  98. <div class="col-md-6 col-lg-3">
  99. <div class="icon-box">
  100. <img src="icon-connectivity.png" alt="Connectivity Icon" width="50">
  101. <h4>Connectivity</h4>
  102. <p>Seamless bridging of devices to ensure uninterrupted data flow.</p>
  103. </div>
  104. </div>
  105. <div class="col-md-6 col-lg-3">
  106. <div class="icon-box">
  107. <img src="icon-security.png" alt="Security Icon" width="50">
  108. <h4>Security</h4>
  109. <p>Advanced solutions for safeguarding transactions and data integrity.</p>
  110. </div>
  111. </div>
  112. <div class="col-md-6 col-lg-3">
  113. <div class="icon-box">
  114. <img src="icon-protocols.png" alt="Protocols Icon" width="50">
  115. <h4>Protocols</h4>
  116. <p>Enhancing device interoperability and dynamic communication.</p>
  117. </div>
  118. </div>
  119. </div>
  120. </section>
  121. <!-- Monitoring and Analytics -->
  122. <section class="mb-5">
  123. <div class="row align-items-center">
  124. <div class="col-md-6">
  125. <h2 class="section-title">Monitoring and Analytics</h2>
  126. <div class="divider"></div>
  127. <p>IoT monitoring plays a crucial role in maintaining device health and ensuring optimal
  128. performance.</p>
  129. <ul class="feature-list">
  130. <li>IoT Remote Monitoring: Real-time access to sensor data.</li>
  131. <li>Data Analytics: Actionable insights for informed decisions.</li>
  132. <li>Interconnectivity: Unifying devices for seamless communication.</li>
  133. </ul>
  134. </div>
  135. <div class="col-md-6 text-center image-box">
  136. <img src="iot_monitoring.png" alt="Monitoring and Analytics">
  137. </div>
  138. </div>
  139. </section>
  140. <!-- Future-Ready Solutions -->
  141. <section>
  142. <h2 class="section-title">Future-Ready IoT Solutions</h2>
  143. <div class="divider"></div>
  144. <p>Driving innovation in IoT to unlock limitless possibilities for industries and everyday life.</p>
  145. <div class="row g-4">
  146. <div class="col-md-6">
  147. <div class="icon-box">
  148. <img src="future-scalability.png" alt="Scalability Icon" width="50">
  149. <h4>Scalability</h4>
  150. <p>Devices built to expand and grow with your business needs.</p>
  151. </div>
  152. </div>
  153. <div class="col-md-6">
  154. <div class="icon-box">
  155. <img src="future-flexibility.png" alt="Flexibility Icon" width="50">
  156. <h4>Flexibility</h4>
  157. <p>Adaptable and modular designs for future advancements.</p>
  158. </div>
  159. </div>
  160. </div>
  161. </section>
  162. </div>
  163. <footer id="footer" class="footer">
  164. </footer>
  165. <!-- Bootstrap JS -->
  166. <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/js/bootstrap.bundle.min.js"></script>
  167. <!-- header and footer js files -->
  168. <script src="assets/js/navbar.js"></script>
  169. <script src="assets/js/footer.js"></script>
  170. </body>
  171. </html>