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

205 lignes
6.9 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Solar Technology 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;
}
.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-card {
border: 1px solid #eaeaea;
padding: 20px;
border-radius: 8px;
transition: all 0.3s ease;
text-align: center;
background-color: #f8f9fa;
}
.feature-card:hover {
background-color: #e9ecef;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
transform: translateY(-5px);
}
.feature-card h4 {
font-size: 1.25rem;
color: #333333;
margin-bottom: 10px;
}
.feature-card p {
font-size: 0.95rem;
color: #666666;
}
.image-box img {
max-width: 100%;
border-radius: 10px;
margin-bottom: 20px;
}
.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>Innovative Solar Technology Solutions</h1>
<p>Empowering energy efficiency and sustainability through state-of-the-art solar solutions tailored to your needs.</p>
</div>
<!-- Core Components Section -->
<div class="container py-5">
<h2 class="section-title">Core Components of Solar Technology</h2>
<div class="divider"></div>
<div class="row g-4">
<div class="col-md-4">
<div class="feature-card">
<img src="solar-panels.png" alt="Solar Panels" class="image-box">
<h4>Advanced Solar Panels</h4>
<p>High-efficiency photovoltaic panels designed to maximize energy conversion.</p>
</div>
</div>
<div class="col-md-4">
<div class="feature-card">
<img src="solar-inverters.png" alt="Solar Inverters" class="image-box">
<h4>Reliable Inverters</h4>
<p>Inverters that ensure stable power output for diverse applications.</p>
</div>
</div>
<div class="col-md-4">
<div class="feature-card">
<img src="battery-storage.png" alt="Battery Storage" class="image-box">
<h4>Battery Storage</h4>
<p>Durable storage systems for backup and off-grid solutions.</p>
</div>
</div>
</div>
</div>
<!-- Solar Solutions Section -->
<div class="container py-5">
<h2 class="section-title">Comprehensive Solar Solutions</h2>
<div class="divider"></div>
<div class="row align-items-center">
<div class="col-md-6 text-center">
<img src="solar-solutions.png" alt="Solar Solutions" class="image-box">
</div>
<div class="col-md-6">
<p>We offer customized solar solutions to meet your energy needs efficiently. From residential rooftop systems to large-scale commercial setups, our solutions are tailored to deliver exceptional performance and reliability.</p>
<ul class="list-unstyled">
<li><strong>✔ Residential Solar Systems:</strong> Optimized for homes with sustainable energy needs.</li>
<li><strong>✔ Commercial Solar Solutions:</strong> High-performance systems for businesses.</li>
<li><strong>✔ Solar Irrigation:</strong> Supporting agricultural sustainability with innovative technology.</li>
</ul>
</div>
</div>
</div>
<!-- Call to Action Section -->
<div class="cta-section">
<h2>Ready to Go Solar?</h2>
<p>Take the first step towards a sustainable future. Contact us to explore how solar technology can transform your energy 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>