Files
ariadigitalmachines/service-10.html
T
2024-12-18 10:02:22 +05:30

200 wiersze
7.1 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Video Analytics Solutions</title>
<!-- Favicons -->
<link href="assets/img/favicon.png" rel="icon">
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">
<!-- Fonts -->
<link href="https://fonts.googleapis.com" rel="preconnect">
<link href="https://fonts.gstatic.com" rel="preconnect" crossorigin>
<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">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/css/main.css" rel="stylesheet">
<style>
body {
background-color: #ffffff;
color: #333333;
font-family: 'Arial', sans-serif;
}
.header-section {
text-align: center;
padding: 60px 20px;
background-color: #f8f9fa;
border-bottom: 2px solid #eaeaea;
}
.header-section h1 {
font-size: 2.5rem;
color: #0056b3;
font-weight: bold;
}
.header-section p {
font-size: 1rem;
color: #666666;
margin-top: 20px;
}
.section-title {
color: #0056b3;
font-size: 2rem;
font-weight: bold;
margin-bottom: 30px;
text-align: center;
}
.divider {
width: 60px;
height: 4px;
background-color: #0056b3;
margin: 0 auto 30px;
}
.icon-box {
display: flex;
align-items: flex-start;
margin-bottom: 15px;
}
.icon-box .icon {
color: #0056b3;
font-size: 1.5rem;
margin-right: 15px;
}
.feature-card {
background-color: #f8f9fa;
padding: 20px;
border-radius: 8px;
transition: all 0.3s ease-in-out;
}
.feature-card:hover {
background-color: #e9ecef;
box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}
.image-box img {
max-width: 100%;
border-radius: 10px;
}
.btn-primary {
background-color: #0056b3;
border-color: #0056b3;
padding: 12px 25px;
font-size: 1.1rem;
transition: all 0.3s ease-in-out;
}
.btn-primary:hover {
background-color: #003f88;
border-color: #003f88;
}
</style>
</head>
<body>
<header id="header" class="header d-flex align-items-center fixed-top">
</header>
<!-- Header Section -->
<div class="header-section">
<h1>Surveillance with Video Analytics</h1>
<p>Leveraging advanced video analytics technology to redefine commercial surveillance systems, delivering actionable insights and intelligence.</p>
</div>
<!-- Essence Section -->
<div class="container py-5">
<h2 class="section-title">The Essence of Video Analytics</h2>
<div class="divider"></div>
<p class="text-center">Video analytics encompasses automated operations, leveraging AI to analyze video feeds in real-time for actionable intelligence.</p>
<div class="row mt-4 g-4">
<div class="col-md-6">
<div class="feature-card">
<h4>Key Features</h4>
<ul class="list-unstyled">
<li class="icon-box">
<span class="icon">✔️</span>
<span>Real-Time Analysis: Instantaneous processing of video streams.</span>
</li>
<li class="icon-box">
<span class="icon">✔️</span>
<span>Behavioral Insights: Detection of unusual activities and trends.</span>
</li>
<li class="icon-box">
<span class="icon">✔️</span>
<span>Object Detection: Accurate identification of entities.</span>
</li>
<li class="icon-box">
<span class="icon">✔️</span>
<span>Automated Alerts: Configurable alerts for specific scenarios.</span>
</li>
</ul>
</div>
</div>
<div class="col-md-6 text-center">
<div class="image-box">
<img src="video-analytics-essence.png" alt="Video Analytics Essence">
</div>
</div>
</div>
</div>
<!-- Advantages Section -->
<div class="container py-5">
<h2 class="section-title">Advantages of Our Software</h2>
<div class="divider"></div>
<div class="row align-items-center">
<div class="col-md-6">
<ul class="list-unstyled">
<li class="icon-box">
<span class="icon">✔️</span>
<span>Facilitates precision decision-making with actionable insights.</span>
</li>
<li class="icon-box">
<span class="icon">✔️</span>
<span>Integrates seamlessly with existing surveillance infrastructure.</span>
</li>
<li class="icon-box">
<span class="icon">✔️</span>
<span>Advanced detection and anomaly recognition capabilities.</span>
</li>
</ul>
</div>
<div class="col-md-6 text-center">
<div class="image-box">
<img src="video-analytics-software.png" alt="Advantages of Video Analytics Software">
</div>
</div>
</div>
</div>
<!-- Call to Action Section -->
<div class="text-center py-5">
<h2 class="section-title">Explore the Best Video Analytics Solutions</h2>
<p>Experience the leading video analytics software for advanced surveillance, customized for your needs.</p>
<button class="btn btn-primary">Learn More</button>
</div>
<footer id="footer" class="footer">
</footer>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/js/bootstrap.bundle.min.js"></script>
<!-- header and footer js files -->
<script src="assets/js/navbar.js"></script>
<script src="assets/js/footer.js"></script>
</body>
</html>