123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194 |
- <!DOCTYPE html>
- <html lang="en">
-
- <head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <title>IoT Technology</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;
- }
-
- .section-title {
- font-size: 2rem;
- font-weight: bold;
- color: #0056b3;
- }
-
- .divider {
- width: 60px;
- height: 3px;
- background-color: #0056b3;
- margin: 10px auto 20px;
- }
-
- .icon-box {
- text-align: center;
- padding: 20px;
- border: 1px solid #eaeaea;
- border-radius: 8px;
- transition: 0.3s ease-in-out;
- }
-
- .icon-box:hover {
- background-color: #f8f9fa;
- transform: translateY(-5px);
- box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
- }
-
- .icon-box h4 {
- margin-top: 15px;
- font-size: 1.25rem;
- font-weight: bold;
- }
-
- .icon-box p {
- font-size: 0.95rem;
- color: #666666;
- }
-
- .feature-list {
- list-style: none;
- padding: 0;
- }
-
- .feature-list li {
- padding: 10px 0;
- border-bottom: 1px solid #eaeaea;
- }
-
- .feature-list li:last-child {
- border-bottom: none;
- }
-
- .image-box img {
- max-width: 100%;
- border-radius: 12px;
- }
- </style>
- </head>
-
- <body>
- <header id="header" class="header d-flex align-items-center fixed-top">
- </header>
- <div class="container py-5">
- <!-- Header -->
- <div class="text-center mb-5">
- <h1 class="section-title">Unleashing the Future with IoT Technology</h1>
- <div class="divider"></div>
- <p>Revolutionizing connectivity and automation by integrating the Internet of Things with intelligence and
- innovation.</p>
- </div>
-
- <!-- Key Aspects -->
- <section class="mb-5">
- <h2 class="section-title">The Essence of IoT Technology</h2>
- <div class="divider"></div>
- <p>Experience the next wave of digital transformation by seamlessly connecting everyday objects to the
- Internet.</p>
-
- <div class="row mt-4 g-3">
- <div class="col-md-6 col-lg-3">
- <div class="icon-box">
- <img src="icon-efficiency.png" alt="Efficiency Icon" width="50">
- <h4>Efficiency</h4>
- <p>Optimize processes from manufacturing to marketplaces for maximum output.</p>
- </div>
- </div>
- <div class="col-md-6 col-lg-3">
- <div class="icon-box">
- <img src="icon-connectivity.png" alt="Connectivity Icon" width="50">
- <h4>Connectivity</h4>
- <p>Seamless bridging of devices to ensure uninterrupted data flow.</p>
- </div>
- </div>
- <div class="col-md-6 col-lg-3">
- <div class="icon-box">
- <img src="icon-security.png" alt="Security Icon" width="50">
- <h4>Security</h4>
- <p>Advanced solutions for safeguarding transactions and data integrity.</p>
- </div>
- </div>
- <div class="col-md-6 col-lg-3">
- <div class="icon-box">
- <img src="icon-protocols.png" alt="Protocols Icon" width="50">
- <h4>Protocols</h4>
- <p>Enhancing device interoperability and dynamic communication.</p>
- </div>
- </div>
- </div>
- </section>
-
- <!-- Monitoring and Analytics -->
- <section class="mb-5">
- <div class="row align-items-center">
- <div class="col-md-6">
- <h2 class="section-title">Monitoring and Analytics</h2>
- <div class="divider"></div>
- <p>IoT monitoring plays a crucial role in maintaining device health and ensuring optimal
- performance.</p>
- <ul class="feature-list">
- <li>IoT Remote Monitoring: Real-time access to sensor data.</li>
- <li>Data Analytics: Actionable insights for informed decisions.</li>
- <li>Interconnectivity: Unifying devices for seamless communication.</li>
- </ul>
- </div>
- <div class="col-md-6 text-center image-box">
- <img src="iot_monitoring.png" alt="Monitoring and Analytics">
- </div>
- </div>
- </section>
-
- <!-- Future-Ready Solutions -->
- <section>
- <h2 class="section-title">Future-Ready IoT Solutions</h2>
- <div class="divider"></div>
- <p>Driving innovation in IoT to unlock limitless possibilities for industries and everyday life.</p>
- <div class="row g-4">
- <div class="col-md-6">
- <div class="icon-box">
- <img src="future-scalability.png" alt="Scalability Icon" width="50">
- <h4>Scalability</h4>
- <p>Devices built to expand and grow with your business needs.</p>
- </div>
- </div>
- <div class="col-md-6">
- <div class="icon-box">
- <img src="future-flexibility.png" alt="Flexibility Icon" width="50">
- <h4>Flexibility</h4>
- <p>Adaptable and modular designs for future advancements.</p>
- </div>
- </div>
- </div>
- </section>
- </div>
- <footer id="footer" class="footer">
- </footer>
-
- <!-- Bootstrap JS -->
- <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>
|