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

242 라인
8.3 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Smart Home Automation</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;
}
.hero-section {
background: linear-gradient(to right, #0056b3, #007bff);
color: #ffffff;
padding: 60px 20px;
text-align: center;
border-bottom: 4px solid #0056b3;
}
.hero-section h1 {
font-size: 2.8rem;
font-weight: bold;
}
.hero-section p {
font-size: 1.2rem;
margin-top: 20px;
}
.section-title {
color: #0056b3;
font-size: 2rem;
font-weight: bold;
margin-top: 40px;
text-align: center;
}
.divider {
width: 80px;
height: 4px;
background-color: #0056b3;
margin: 15px auto 30px;
border-radius: 2px;
}
.feature-list {
list-style: none;
padding: 0;
font-size: 1rem;
}
.feature-list li {
display: flex;
align-items: center;
gap: 10px;
margin-bottom: 10px;
}
.feature-list li::before {
content: '➔';
font-size: 1.2rem;
color: #0056b3;
}
.image-box img {
max-width: 100%;
border-radius: 10px;
}
.feature-card {
background-color: #f8f9fa;
padding: 20px;
border-radius: 8px;
text-align: center;
transition: all 0.3s ease;
border: 1px solid #eaeaea;
}
.feature-card:hover {
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
transform: translateY(-5px);
}
.cta-section {
background-color: #f8f9fa;
padding: 40px 20px;
text-align: center;
}
.cta-section h2 {
color: #0056b3;
font-size: 2rem;
font-weight: bold;
}
.cta-section p {
font-size: 1.1rem;
color: #666666;
margin-bottom: 20px;
}
.btn-primary {
background-color: #0056b3;
border-color: #0056b3;
font-size: 1.2rem;
padding: 12px 30px;
border-radius: 50px;
transition: all 0.3s ease;
}
.btn-primary:hover {
background-color: #004092;
border-color: #004092;
}
</style>
</head>
<body>
<header id="header" class="header d-flex align-items-center fixed-top">
</header>
<!-- Hero Section -->
<div class="hero-section">
<h1>Smart Home Living</h1>
<p>Experience intelligent, efficient, and secure living with ADM’s cutting-edge smart home automation solutions.</p>
</div>
<!-- Essence Section -->
<div class="container py-5">
<h2 class="section-title">The Essence of Home Automation</h2>
<div class="divider"></div>
<p>Our advanced smart home solutions integrate IoT technologies to create a seamless living experience. Control your home environment with ease and efficiency.</p>
<div class="row g-4">
<div class="col-md-3">
<div class="feature-card">
<h4>Smart Lighting</h4>
<p>Adjusts based on your preferences and occupancy for energy efficiency.</p>
</div>
</div>
<div class="col-md-3">
<div class="feature-card">
<h4>Climate Control</h4>
<p>Smart thermostats and HVAC systems to ensure optimal comfort.</p>
</div>
</div>
<div class="col-md-3">
<div class="feature-card">
<h4>Security Systems</h4>
<p>Advanced surveillance and access control for complete peace of mind.</p>
</div>
</div>
<div class="col-md-3">
<div class="feature-card">
<h4>Entertainment</h4>
<p>Integrated audio and visual systems for immersive experiences.</p>
</div>
</div>
</div>
</div>
<!-- Smart Home Integration Section -->
<div class="container py-5">
<h2 class="section-title">Convenience with Smart Home Integration</h2>
<div class="divider"></div>
<p>Our systems simplify your daily routines by integrating various household devices into a single, cohesive ecosystem.</p>
<ul class="feature-list">
<li>Unified control via smartphone, tablet, or voice commands.</li>
<li>Customizable scenes for personalized home automation setups.</li>
<li>Remote access to monitor and control your home from anywhere.</li>
<li>Voice assistant integration with Alexa, Google Assistant, and Siri.</li>
</ul>
</div>
<!-- Security Section -->
<div class="container py-5">
<h2 class="section-title">Uncompromised Security with Intelligent Surveillance</h2>
<div class="divider"></div>
<div class="row align-items-center">
<div class="col-md-6">
<ul class="feature-list">
<li>Surveillance cameras with night vision and motion detection.</li>
<li>Access control through smart locks and video doorbells.</li>
<li>Intrusion detection systems with immediate alerts.</li>
<li>Emergency response integration for quick assistance.</li>
</ul>
</div>
<div class="col-md-6 text-center">
<div class="image-box">
<img src="security-system.png" alt="Security System">
</div>
</div>
</div>
</div>
<!-- Entertainment Section -->
<div class="container py-5">
<h2 class="section-title">Immersive Entertainment with Integrated Systems</h2>
<div class="divider"></div>
<p>Our smart home automation solutions transform your living spaces into hubs of entertainment.</p>
<ul class="feature-list">
<li>Multi-room audio for synchronized music throughout your home.</li>
<li>Home theater systems with surround sound and high-definition projectors.</li>
<li>Smart TVs with integrated streaming and gaming interfaces.</li>
<li>Voice control for seamless entertainment management.</li>
</ul>
</div>
<!-- Call to Action Section -->
<div class="cta-section">
<h2>Transform Your Home Today</h2>
<p>Discover how ADM’s smart home automation solutions can revolutionize your living experience. Contact us now!</p>
<button class="btn btn-primary">Get Started</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>