diff options
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 150 |
1 files changed, 30 insertions, 120 deletions
@@ -4,126 +4,7 @@ <meta charset="UTF-8"> <title>ARFHL Tactical Wi-Fi HaLow Mesh Network</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> - <style> - body { - font-family: Arial, Helvetica, sans-serif; - margin: 0; - background-color: #0f1419; - color: #e6e6e6; - line-height: 1.6; - } - header { - background: linear-gradient(135deg, #1b2633, #0f1419); - padding: 40px; - } - header h1 { - margin: 0; - font-size: 2.4em; - } - header p { - max-width: 900px; - color: #cfd8dc; - } - .gap-box { - background-color: #1a222b; - border: 1px solid #2e3b4a; - border-left: 4px solid #ff6b6b; - padding: 20px; - margin: 20px 0; - max-width: 900px; - } - section { - padding: 40px; - max-width: 1200px; - margin: auto; - } - h2 { - border-bottom: 2px solid #2e3b4a; - padding-bottom: 8px; - } - h3 { - color: #90caf9; - } - table { - width: 100%; - border-collapse: collapse; - margin-top: 20px; - } - th, - td { - border: 1px solid #2e3b4a; - padding: 10px; - text-align: left; - vertical-align: top; - } - th { - background-color: #1b2633; - } - ul { - margin-left: 20px; - } - .badge { - display: inline-block; - background-color: #263238; - padding: 4px 10px; - margin: 4px 0; - border-radius: 4px; - font-size: 0.85em; - } - .procurement-badge { - background-color: #1a5276; - color: #fff; - margin-right: 8px; - } - .footer { - background-color: #0b0f14; - padding: 20px; - text-align: center; - font-size: 0.85em; - color: #9e9e9e; - } - .cta-box { - background-color: #1a222b; - padding: 30px; - margin: 40px 0; - border: 1px solid #2e3b4a; - text-align: center; - } - .diagram { - background-color: #111820; - padding: 20px; - margin: 20px 0; - border: 1px solid #2e3b4a; - } - .note { - background-color: #1a222b; - padding: 15px; - border-left: 4px solid #90caf9; - margin: 20px 0; - } - .warning { - background-color: #2d1b1b; - padding: 15px; - border-left: 4px solid #ff6b6b; - margin: 20px 0; - } - .advantages { - display: grid; - grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); - gap: 20px; - margin: 30px 0; - } - .advantage-card { - background-color: #1a222b; - padding: 20px; - border-radius: 4px; - border-top: 3px solid #43a047; - } - abbr { - cursor: help; - text-decoration: underline dotted; - } - </style> + <link rel="stylesheet" href="style.css"> </head> <body> @@ -192,6 +73,35 @@ in favor of open standards and crypto agility. </p> + <!-- NEW PRODUCT PLACEMENT SECTION --> + <div class="product-showcase"> + <div class="product-image"> + <img src="image.jpg" alt="ARFHL-UM Dual-Band Wi-Fi HaLow MESH Portable Gateway"> + <caption>ARFHL-UM Portable Gateway</caption> + </div> + <div class="product-features"> + <h3>ARFHL-UM Dual-Band Wi-Fi HaLow MESH Portable Gateway</h3> + <ul> + <li> + <strong>Plug-and-Play, Zero Configuration:</strong> No setup required, offering immediate access to wireless internet. + </li> + <li> + <strong>Energy Efficiency:</strong> Wi-Fi HaLow ensures low power consumption, long-range connectivity, excellent signal penetration, and energy efficiency, all while reducing costs and environmental impact. + </li> + <li> + <strong>USB Power Bank Support:</strong> A wearable, convenient solution. A standard power bank can keep the ARFHL-UM operational for up to 8 hours. + </li> + <li> + <strong>Seamless On-the-Go Connectivity:</strong> Lightweight, convenient wearable devices, combined with WiFi HaLow's long-range connectivity, provide wireless networking anytime, anywhere. + </li> + <li> + <strong>Long-Range Solution:</strong> Offers connectivity over distances exceeding 1 km, surpassing the limitations of traditional Wi-Fi protocols. + </li> + </ul> + </div> + </div> + <!-- END NEW SECTION --> + <div class="advantages"> <div class="advantage-card"> <h4>Graceful Degradation</h4> |
