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.

service-10.html 7.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199
  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>Video Analytics Solutions</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. .header-section {
  25. text-align: center;
  26. padding: 60px 20px;
  27. background-color: #f8f9fa;
  28. border-bottom: 2px solid #eaeaea;
  29. }
  30. .header-section h1 {
  31. font-size: 2.5rem;
  32. color: #0056b3;
  33. font-weight: bold;
  34. }
  35. .header-section p {
  36. font-size: 1rem;
  37. color: #666666;
  38. margin-top: 20px;
  39. }
  40. .section-title {
  41. color: #0056b3;
  42. font-size: 2rem;
  43. font-weight: bold;
  44. margin-bottom: 30px;
  45. text-align: center;
  46. }
  47. .divider {
  48. width: 60px;
  49. height: 4px;
  50. background-color: #0056b3;
  51. margin: 0 auto 30px;
  52. }
  53. .icon-box {
  54. display: flex;
  55. align-items: flex-start;
  56. margin-bottom: 15px;
  57. }
  58. .icon-box .icon {
  59. color: #0056b3;
  60. font-size: 1.5rem;
  61. margin-right: 15px;
  62. }
  63. .feature-card {
  64. background-color: #f8f9fa;
  65. padding: 20px;
  66. border-radius: 8px;
  67. transition: all 0.3s ease-in-out;
  68. }
  69. .feature-card:hover {
  70. background-color: #e9ecef;
  71. box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  72. }
  73. .image-box img {
  74. max-width: 100%;
  75. border-radius: 10px;
  76. }
  77. .btn-primary {
  78. background-color: #0056b3;
  79. border-color: #0056b3;
  80. padding: 12px 25px;
  81. font-size: 1.1rem;
  82. transition: all 0.3s ease-in-out;
  83. }
  84. .btn-primary:hover {
  85. background-color: #003f88;
  86. border-color: #003f88;
  87. }
  88. </style>
  89. </head>
  90. <body>
  91. <header id="header" class="header d-flex align-items-center fixed-top">
  92. </header>
  93. <!-- Header Section -->
  94. <div class="header-section">
  95. <h1>Surveillance with Video Analytics</h1>
  96. <p>Leveraging advanced video analytics technology to redefine commercial surveillance systems, delivering actionable insights and intelligence.</p>
  97. </div>
  98. <!-- Essence Section -->
  99. <div class="container py-5">
  100. <h2 class="section-title">The Essence of Video Analytics</h2>
  101. <div class="divider"></div>
  102. <p class="text-center">Video analytics encompasses automated operations, leveraging AI to analyze video feeds in real-time for actionable intelligence.</p>
  103. <div class="row mt-4 g-4">
  104. <div class="col-md-6">
  105. <div class="feature-card">
  106. <h4>Key Features</h4>
  107. <ul class="list-unstyled">
  108. <li class="icon-box">
  109. <span class="icon">✔️</span>
  110. <span>Real-Time Analysis: Instantaneous processing of video streams.</span>
  111. </li>
  112. <li class="icon-box">
  113. <span class="icon">✔️</span>
  114. <span>Behavioral Insights: Detection of unusual activities and trends.</span>
  115. </li>
  116. <li class="icon-box">
  117. <span class="icon">✔️</span>
  118. <span>Object Detection: Accurate identification of entities.</span>
  119. </li>
  120. <li class="icon-box">
  121. <span class="icon">✔️</span>
  122. <span>Automated Alerts: Configurable alerts for specific scenarios.</span>
  123. </li>
  124. </ul>
  125. </div>
  126. </div>
  127. <div class="col-md-6 text-center">
  128. <div class="image-box">
  129. <img src="video-analytics-essence.png" alt="Video Analytics Essence">
  130. </div>
  131. </div>
  132. </div>
  133. </div>
  134. <!-- Advantages Section -->
  135. <div class="container py-5">
  136. <h2 class="section-title">Advantages of Our Software</h2>
  137. <div class="divider"></div>
  138. <div class="row align-items-center">
  139. <div class="col-md-6">
  140. <ul class="list-unstyled">
  141. <li class="icon-box">
  142. <span class="icon">✔️</span>
  143. <span>Facilitates precision decision-making with actionable insights.</span>
  144. </li>
  145. <li class="icon-box">
  146. <span class="icon">✔️</span>
  147. <span>Integrates seamlessly with existing surveillance infrastructure.</span>
  148. </li>
  149. <li class="icon-box">
  150. <span class="icon">✔️</span>
  151. <span>Advanced detection and anomaly recognition capabilities.</span>
  152. </li>
  153. </ul>
  154. </div>
  155. <div class="col-md-6 text-center">
  156. <div class="image-box">
  157. <img src="video-analytics-software.png" alt="Advantages of Video Analytics Software">
  158. </div>
  159. </div>
  160. </div>
  161. </div>
  162. <!-- Call to Action Section -->
  163. <div class="text-center py-5">
  164. <h2 class="section-title">Explore the Best Video Analytics Solutions</h2>
  165. <p>Experience the leading video analytics software for advanced surveillance, customized for your needs.</p>
  166. <button class="btn btn-primary">Learn More</button>
  167. </div>
  168. <footer id="footer" class="footer">
  169. </footer>
  170. <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/js/bootstrap.bundle.min.js"></script>
  171. <!-- header and footer js files -->
  172. <script src="assets/js/navbar.js"></script>
  173. <script src="assets/js/footer.js"></script>
  174. </body>
  175. </html>