privateuserh commited on
Commit
836f491
·
verified ·
1 Parent(s): 4b3d8c1

Add 2 files

Browse files
Files changed (2) hide show
  1. README.md +7 -5
  2. index.html +625 -19
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Privateaqu Ble
3
- emoji: 🌍
4
- colorFrom: red
5
- colorTo: yellow
6
  sdk: static
7
  pinned: false
 
 
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
  ---
2
+ title: privateaqu-ble
3
+ emoji: 🐳
4
+ colorFrom: purple
5
+ colorTo: gray
6
  sdk: static
7
  pinned: false
8
+ tags:
9
+ - deepsite
10
  ---
11
 
12
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
index.html CHANGED
@@ -1,19 +1,625 @@
1
- <!doctype html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta name="viewport" content="width=device-width" />
6
- <title>My static Space</title>
7
- <link rel="stylesheet" href="style.css" />
8
- </head>
9
- <body>
10
- <div class="card">
11
- <h1>Welcome to your static Space!</h1>
12
- <p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
13
- <p>
14
- Also don't forget to check the
15
- <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
16
- </p>
17
- </div>
18
- </body>
19
- </html>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>AquaNet - Maritime Communication System</title>
7
+ <script src="https://cdn.tailwindcss.com"></script>
8
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
9
+ <style>
10
+ .wave-bg {
11
+ background: linear-gradient(135deg, #06b6d4 0%, #0ea5e9 50%, #3b82f6 100%);
12
+ background-size: 200% 200%;
13
+ animation: wave 15s ease infinite;
14
+ }
15
+ @keyframes wave {
16
+ 0% {background-position: 0% 50%;}
17
+ 50% {background-position: 100% 50%;}
18
+ 100% {background-position: 0% 50%;}
19
+ }
20
+ .device-card:hover {
21
+ transform: translateY(-5px);
22
+ box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
23
+ }
24
+ .network-node {
25
+ position: relative;
26
+ }
27
+ .network-node::after {
28
+ content: '';
29
+ position: absolute;
30
+ top: 0;
31
+ left: 0;
32
+ right: 0;
33
+ bottom: 0;
34
+ border-radius: 50%;
35
+ background: rgba(59, 130, 246, 0.2);
36
+ animation: pulse 2s infinite;
37
+ }
38
+ @keyframes pulse {
39
+ 0% {transform: scale(0.95); opacity: 0.7;}
40
+ 70% {transform: scale(1.05); opacity: 0.3;}
41
+ 100% {transform: scale(0.95); opacity: 0.7;}
42
+ }
43
+ .dashboard-card {
44
+ transition: all 0.3s ease;
45
+ }
46
+ .dashboard-card:hover {
47
+ transform: translateY(-3px);
48
+ }
49
+ </style>
50
+ </head>
51
+ <body class="bg-gray-100 font-sans">
52
+ <!-- Navigation -->
53
+ <nav class="wave-bg text-white shadow-lg">
54
+ <div class="container mx-auto px-4 py-3">
55
+ <div class="flex justify-between items-center">
56
+ <div class="flex items-center space-x-2">
57
+ <i class="fas fa-satellite-dish text-2xl"></i>
58
+ <span class="text-xl font-bold">AquaNet</span>
59
+ </div>
60
+ <div class="hidden md:flex space-x-6">
61
+ <a href="#overview" class="hover:text-blue-100 transition">Overview</a>
62
+ <a href="#architecture" class="hover:text-blue-100 transition">Architecture</a>
63
+ <a href="#devices" class="hover:text-blue-100 transition">Devices</a>
64
+ <a href="#dashboard" class="hover:text-blue-100 transition">Dashboard</a>
65
+ <a href="#security" class="hover:text-blue-100 transition">Security</a>
66
+ </div>
67
+ <button class="md:hidden focus:outline-none">
68
+ <i class="fas fa-bars text-xl"></i>
69
+ </button>
70
+ </div>
71
+ </div>
72
+ </nav>
73
+
74
+ <!-- Hero Section -->
75
+ <section class="wave-bg text-white py-16">
76
+ <div class="container mx-auto px-4">
77
+ <div class="flex flex-col md:flex-row items-center">
78
+ <div class="md:w-1/2 mb-8 md:mb-0">
79
+ <h1 class="text-4xl md:text-5xl font-bold mb-4">Maritime Communication Redefined</h1>
80
+ <p class="text-xl mb-6">AquaNet delivers a robust, secure, and flexible communication system for maritime communities with integrated MMSI for enhanced safety.</p>
81
+ <div class="flex space-x-4">
82
+ <button class="bg-white text-blue-600 px-6 py-2 rounded-full font-semibold hover:bg-blue-50 transition">Learn More</button>
83
+ <button class="border-2 border-white px-6 py-2 rounded-full font-semibold hover:bg-white hover:text-blue-600 transition">Demo</button>
84
+ </div>
85
+ </div>
86
+ <div class="md:w-1/2 relative">
87
+ <img src="https://images.unsplash.com/photo-1566228015668-4c45dbc4e2f5?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1000&q=80" alt="Maritime Network" class="rounded-xl shadow-2xl border-4 border-white">
88
+ <div class="absolute -bottom-4 -right-4 bg-blue-500 p-3 rounded-full shadow-lg">
89
+ <i class="fas fa-network-wired text-2xl text-white"></i>
90
+ </div>
91
+ </div>
92
+ </div>
93
+ </div>
94
+ </section>
95
+
96
+ <!-- Overview Section -->
97
+ <section id="overview" class="py-16 bg-white">
98
+ <div class="container mx-auto px-4">
99
+ <h2 class="text-3xl font-bold text-center mb-12 text-gray-800">System Overview</h2>
100
+ <div class="grid md:grid-cols-3 gap-8">
101
+ <div class="bg-gray-50 p-6 rounded-xl shadow-md">
102
+ <div class="text-blue-500 mb-4">
103
+ <i class="fas fa-project-diagram text-4xl"></i>
104
+ </div>
105
+ <h3 class="text-xl font-semibold mb-3 text-gray-800">Mesh Network</h3>
106
+ <p class="text-gray-600">Multi-hop BLE mesh network with direct device communication, message relaying for extended coverage, and built-in redundancy.</p>
107
+ </div>
108
+ <div class="bg-gray-50 p-6 rounded-xl shadow-md">
109
+ <div class="text-blue-500 mb-4">
110
+ <i class="fas fa-microchip text-4xl"></i>
111
+ </div>
112
+ <h3 class="text-xl font-semibold mb-3 text-gray-800">Zonal Architecture</h3>
113
+ <p class="text-gray-600">Aquapod-specific gateways create secure enclaves with localized control while maintaining central coordination capabilities.</p>
114
+ </div>
115
+ <div class="bg-gray-50 p-6 rounded-xl shadow-md">
116
+ <div class="text-blue-500 mb-4">
117
+ <i class="fas fa-shield-alt text-4xl"></i>
118
+ </div>
119
+ <h3 class="text-xl font-semibold mb-3 text-gray-800">MMSI Integration</h3>
120
+ <p class="text-gray-600">Integrated Maritime Mobile Service Identity for enhanced emergency response and precise location tracking.</p>
121
+ </div>
122
+ </div>
123
+ </div>
124
+ </section>
125
+
126
+ <!-- Architecture Section -->
127
+ <section id="architecture" class="py-16 bg-gray-50">
128
+ <div class="container mx-auto px-4">
129
+ <h2 class="text-3xl font-bold text-center mb-12 text-gray-800">System Architecture</h2>
130
+
131
+ <div class="mb-12">
132
+ <h3 class="text-2xl font-semibold mb-6 text-gray-800">Network Topology</h3>
133
+ <div class="bg-white p-6 rounded-xl shadow-md">
134
+ <div class="relative h-64 md:h-96 bg-gray-100 rounded-lg flex items-center justify-center">
135
+ <!-- Central Hub -->
136
+ <div class="absolute top-1/2 left-1/2 transform -translate-x-1/2 -translate-y-1/2 z-10">
137
+ <div class="bg-blue-600 text-white p-4 rounded-full shadow-xl flex flex-col items-center justify-center w-20 h-20">
138
+ <i class="fas fa-server text-2xl"></i>
139
+ <span class="text-xs mt-1">Central Hub</span>
140
+ </div>
141
+ </div>
142
+
143
+ <!-- Zonal Gateways -->
144
+ <div class="network-node absolute top-1/4 left-1/4 transform -translate-x-1/2 -translate-y-1/2">
145
+ <div class="bg-green-500 text-white p-3 rounded-full shadow-lg flex flex-col items-center justify-center w-16 h-16">
146
+ <i class="fas fa-network-wired text-xl"></i>
147
+ <span class="text-xs mt-1">Pod 1</span>
148
+ </div>
149
+ </div>
150
+ <div class="network-node absolute top-1/4 right-1/4 transform translate-x-1/2 -translate-y-1/2">
151
+ <div class="bg-green-500 text-white p-3 rounded-full shadow-lg flex flex-col items-center justify-center w-16 h-16">
152
+ <i class="fas fa-network-wired text-xl"></i>
153
+ <span class="text-xs mt-1">Pod 2</span>
154
+ </div>
155
+ </div>
156
+ <div class="network-node absolute bottom-1/4 left-1/4 transform -translate-x-1/2 translate-y-1/2">
157
+ <div class="bg-green-500 text-white p-3 rounded-full shadow-lg flex flex-col items-center justify-center w-16 h-16">
158
+ <i class="fas fa-network-wired text-xl"></i>
159
+ <span class="text-xs mt-1">Pod 3</span>
160
+ </div>
161
+ </div>
162
+ <div class="network-node absolute bottom-1/4 right-1/4 transform translate-x-1/2 translate-y-1/2">
163
+ <div class="bg-green-500 text-white p-3 rounded-full shadow-lg flex flex-col items-center justify-center w-16 h-16">
164
+ <i class="fas fa-network-wired text-xl"></i>
165
+ <span class="text-xs mt-1">Pod 4</span>
166
+ </div>
167
+ </div>
168
+
169
+ <!-- Connection lines -->
170
+ <svg class="absolute inset-0 w-full h-full" xmlns="http://www.w3.org/2000/svg">
171
+ <!-- Lines from central hub to zonal gateways -->
172
+ <line x1="50%" y1="50%" x2="25%" y2="25%" stroke="#3b82f6" stroke-width="2" stroke-dasharray="5,5" />
173
+ <line x1="50%" y1="50%" x2="75%" y2="25%" stroke="#3b82f6" stroke-width="2" stroke-dasharray="5,5" />
174
+ <line x1="50%" y1="50%" x2="25%" y2="75%" stroke="#3b82f6" stroke-width="2" stroke-dasharray="5,5" />
175
+ <line x1="50%" y1="50%" x2="75%" y2="75%" stroke="#3b82f6" stroke-width="2" stroke-dasharray="5,5" />
176
+ </svg>
177
+ </div>
178
+ <div class="mt-6 grid md:grid-cols-2 gap-6">
179
+ <div>
180
+ <h4 class="font-semibold text-lg mb-2 text-gray-800">Central Hub</h4>
181
+ <p class="text-gray-600">Acts as the network coordinator, managing device connections, data routing, and connection to external networks when available.</p>
182
+ </div>
183
+ <div>
184
+ <h4 class="font-semibold text-lg mb-2 text-gray-800">Zonal Gateways</h4>
185
+ <p class="text-gray-600">Dedicated BLE gateways within each Aquapod act as local hubs for controlling appliances and managing BLE devices within the pod.</p>
186
+ </div>
187
+ </div>
188
+ </div>
189
+ </div>
190
+
191
+ <div class="mb-12">
192
+ <h3 class="text-2xl font-semibold mb-6 text-gray-800">Data Flow</h3>
193
+ <div class="bg-white p-6 rounded-xl shadow-md">
194
+ <div class="flex flex-col md:flex-row items-center justify-between mb-6">
195
+ <div class="flex flex-col items-center mb-4 md:mb-0">
196
+ <div class="bg-blue-100 p-3 rounded-full mb-2">
197
+ <i class="fas fa-sensor text-blue-600 text-xl"></i>
198
+ </div>
199
+ <span class="text-sm font-medium">Sensor Data</span>
200
+ </div>
201
+ <i class="fas fa-arrow-right text-gray-400 mx-4 mb-4 md:mb-0"></i>
202
+ <div class="flex flex-col items-center mb-4 md:mb-0">
203
+ <div class="bg-blue-100 p-3 rounded-full mb-2">
204
+ <i class="fas fa-database text-blue-600 text-xl"></i>
205
+ </div>
206
+ <span class="text-sm font-medium">Gateway Processing</span>
207
+ </div>
208
+ <i class="fas fa-arrow-right text-gray-400 mx-4 mb-4 md:mb-0"></i>
209
+ <div class="flex flex-col items-center mb-4 md:mb-0">
210
+ <div class="bg-blue-100 p-3 rounded-full mb-2">
211
+ <i class="fas fa-mobile-alt text-blue-600 text-xl"></i>
212
+ </div>
213
+ <span class="text-sm font-medium">Application Actions</span>
214
+ </div>
215
+ <i class="fas fa-arrow-right text-gray-400 mx-4 mb-4 md:mb-0"></i>
216
+ <div class="flex flex-col items-center">
217
+ <div class="bg-blue-100 p-3 rounded-full mb-2">
218
+ <i class="fas fa-satellite text-blue-600 text-xl"></i>
219
+ </div>
220
+ <span class="text-sm font-medium">External Communication</span>
221
+ </div>
222
+ </div>
223
+ <div class="mt-4">
224
+ <p class="text-gray-600">Data flows from sensors through gateways for processing, then to applications for action, with optional external transmission when connectivity is available. MMSI data is integrated at the gateway level for emergency response coordination.</p>
225
+ </div>
226
+ </div>
227
+ </div>
228
+ </div>
229
+ </section>
230
+
231
+ <!-- Devices Section -->
232
+ <section id="devices" class="py-16 bg-white">
233
+ <div class="container mx-auto px-4">
234
+ <h2 class="text-3xl font-bold text-center mb-12 text-gray-800">Hardware Components</h2>
235
+
236
+ <div class="mb-12">
237
+ <h3 class="text-2xl font-semibold mb-6 text-gray-800">Gateway Devices</h3>
238
+ <div class="grid md:grid-cols-2 gap-6">
239
+ <div class="device-card bg-gray-50 p-6 rounded-xl shadow-md transition duration-300">
240
+ <div class="flex items-start">
241
+ <div class="bg-blue-100 p-3 rounded-lg mr-4">
242
+ <i class="fas fa-server text-blue-600 text-2xl"></i>
243
+ </div>
244
+ <div>
245
+ <h4 class="text-xl font-semibold mb-2 text-gray-800">BlueBox Gateway</h4>
246
+ <p class="text-gray-600 mb-3">Industrial-grade BLE gateway with cellular and satellite connectivity options. Features a powerful processor for network management and data processing.</p>
247
+ <div class="flex flex-wrap gap-2">
248
+ <span class="bg-blue-100 text-blue-800 text-xs px-3 py-1 rounded-full">Long-range BLE</span>
249
+ <span class="bg-blue-100 text-blue-800 text-xs px-3 py-1 rounded-full">Secure storage</span>
250
+ <span class="bg-blue-100 text-blue-800 text-xs px-3 py-1 rounded-full">MMSI integration</span>
251
+ </div>
252
+ </div>
253
+ </div>
254
+ </div>
255
+ <div class="device-card bg-gray-50 p-6 rounded-xl shadow-md transition duration-300">
256
+ <div class="flex items-start">
257
+ <div class="bg-green-100 p-3 rounded-lg mr-4">
258
+ <i class="fas fa-network-wired text-green-600 text-2xl"></i>
259
+ </div>
260
+ <div>
261
+ <h4 class="text-xl font-semibold mb-2 text-gray-800">MeshConnect Hub</h4>
262
+ <p class="text-gray-600 mb-3">Ruggedized BLE mesh gateway designed specifically for maritime environments. Water-resistant casing with enhanced security features.</p>
263
+ <div class="flex flex-wrap gap-2">
264
+ <span class="bg-green-100 text-green-800 text-xs px-3 py-1 rounded-full">Marine-grade</span>
265
+ <span class="bg-green-100 text-green-800 text-xs px-3 py-1 rounded-full">Zonal control</span>
266
+ <span class="bg-green-100 text-green-800 text-xs px-3 py-1 rounded-full">Low power</span>
267
+ </div>
268
+ </div>
269
+ </div>
270
+ </div>
271
+ </div>
272
+ </div>
273
+
274
+ <div class="mb-12">
275
+ <h3 class="text-2xl font-semibold mb-6 text-gray-800">BLE Nodes & Devices</h3>
276
+ <div class="grid md:grid-cols-3 gap-6">
277
+ <div class="device-card bg-gray-50 p-6 rounded-xl shadow-md transition duration-300">
278
+ <div class="flex flex-col items-center text-center">
279
+ <div class="bg-purple-100 p-4 rounded-full mb-4">
280
+ <i class="fas fa-user-shield text-purple-600 text-2xl"></i>
281
+ </div>
282
+ <h4 class="text-lg font-semibold mb-2 text-gray-800">Crew Wearables</h4>
283
+ <p class="text-gray-600 text-sm">Smartwatches and badges with integrated MMSI for crew safety monitoring and emergency response.</p>
284
+ </div>
285
+ </div>
286
+ <div class="device-card bg-gray-50 p-6 rounded-xl shadow-md transition duration-300">
287
+ <div class="flex flex-col items-center text-center">
288
+ <div class="bg-yellow-100 p-4 rounded-full mb-4">
289
+ <i class="fas fa-temperature-low text-yellow-600 text-2xl"></i>
290
+ </div>
291
+ <h4 class="text-lg font-semibold mb-2 text-gray-800">Environmental Sensors</h4>
292
+ <p class="text-gray-600 text-sm">Monitor temperature, humidity, air quality, and other environmental conditions throughout the vessel.</p>
293
+ </div>
294
+ </div>
295
+ <div class="device-card bg-gray-50 p-6 rounded-xl shadow-md transition duration-300">
296
+ <div class="flex flex-col items-center text-center">
297
+ <div class="bg-red-100 p-4 rounded-full mb-4">
298
+ <i class="fas fa-exclamation-triangle text-red-600 text-2xl"></i>
299
+ </div>
300
+ <h4 class="text-lg font-semibold mb-2 text-gray-800">PLBs</h4>
301
+ <p class="text-gray-600 text-sm">Personal Locator Beacons with BLE and integrated MMSI for precise emergency location tracking.</p>
302
+ </div>
303
+ </div>
304
+ </div>
305
+ </div>
306
+ </div>
307
+ </section>
308
+
309
+ <!-- Dashboard Section -->
310
+ <section id="dashboard" class="py-16 bg-gray-50">
311
+ <div class="container mx-auto px-4">
312
+ <h2 class="text-3xl font-bold text-center mb-12 text-gray-800">AquaNet Dashboard</h2>
313
+
314
+ <div class="bg-white p-6 rounded-xl shadow-md">
315
+ <div class="flex flex-col md:flex-row mb-8">
316
+ <div class="md:w-1/4 mb-6 md:mb-0">
317
+ <h3 class="text-xl font-semibold mb-4 text-gray-800">Network Status</h3>
318
+ <div class="space-y-4">
319
+ <div>
320
+ <div class="flex justify-between mb-1">
321
+ <span class="text-sm font-medium text-gray-700">Network Health</span>
322
+ <span class="text-sm font-medium text-green-600">98%</span>
323
+ </div>
324
+ <div class="w-full bg-gray-200 rounded-full h-2">
325
+ <div class="bg-green-500 h-2 rounded-full" style="width: 98%"></div>
326
+ </div>
327
+ </div>
328
+ <div>
329
+ <div class="flex justify-between mb-1">
330
+ <span class="text-sm font-medium text-gray-700">Connected Devices</span>
331
+ <span class="text-sm font-medium text-blue-600">47</span>
332
+ </div>
333
+ <div class="w-full bg-gray-200 rounded-full h-2">
334
+ <div class="bg-blue-500 h-2 rounded-full" style="width: 85%"></div>
335
+ </div>
336
+ </div>
337
+ <div>
338
+ <div class="flex justify-between mb-1">
339
+ <span class="text-sm font-medium text-gray-700">MMSI Coverage</span>
340
+ <span class="text-sm font-medium text-purple-600">100%</span>
341
+ </div>
342
+ <div class="w-full bg-gray-200 rounded-full h-2">
343
+ <div class="bg-purple-500 h-2 rounded-full" style="width: 100%"></div>
344
+ </div>
345
+ </div>
346
+ </div>
347
+ </div>
348
+ <div class="md:w-3/4 md:pl-8">
349
+ <h3 class="text-xl font-semibold mb-4 text-gray-800">Active Alerts</h3>
350
+ <div class="grid md:grid-cols-2 gap-4">
351
+ <div class="dashboard-card bg-red-50 p-4 rounded-lg border-l-4 border-red-500">
352
+ <div class="flex items-center">
353
+ <div class="bg-red-100 p-2 rounded-full mr-3">
354
+ <i class="fas fa-exclamation-circle text-red-500"></i>
355
+ </div>
356
+ <div>
357
+ <h4 class="font-medium text-gray-800">Engine Temperature High</h4>
358
+ <p class="text-sm text-gray-600">Portside engine showing 5°C above normal</p>
359
+ </div>
360
+ </div>
361
+ </div>
362
+ <div class="dashboard-card bg-yellow-50 p-4 rounded-lg border-l-4 border-yellow-500">
363
+ <div class="flex items-center">
364
+ <div class="bg-yellow-100 p-2 rounded-full mr-3">
365
+ <i class="fas fa-exclamation-triangle text-yellow-500"></i>
366
+ </div>
367
+ <div>
368
+ <h4 class="font-medium text-gray-800">Low Battery - Pod 3 Gateway</h4>
369
+ <p class="text-sm text-gray-600">Battery at 15%, recommend replacement</p>
370
+ </div>
371
+ </div>
372
+ </div>
373
+ <div class="dashboard-card bg-blue-50 p-4 rounded-lg border-l-4 border-blue-500">
374
+ <div class="flex items-center">
375
+ <div class="bg-blue-100 p-2 rounded-full mr-3">
376
+ <i class="fas fa-info-circle text-blue-500"></i>
377
+ </div>
378
+ <div>
379
+ <h4 class="font-medium text-gray-800">Maintenance Due</h4>
380
+ <p class="text-sm text-gray-600">Water filtration system due for service</p>
381
+ </div>
382
+ </div>
383
+ </div>
384
+ <div class="dashboard-card bg-green-50 p-4 rounded-lg border-l-4 border-green-500">
385
+ <div class="flex items-center">
386
+ <div class="bg-green-100 p-2 rounded-full mr-3">
387
+ <i class="fas fa-check-circle text-green-500"></i>
388
+ </div>
389
+ <div>
390
+ <h4 class="font-medium text-gray-800">All Crew Checked In</h4>
391
+ <p class="text-sm text-gray-600">All 23 crew members accounted for</p>
392
+ </div>
393
+ </div>
394
+ </div>
395
+ </div>
396
+ </div>
397
+ </div>
398
+
399
+ <div class="mb-8">
400
+ <h3 class="text-xl font-semibold mb-4 text-gray-800">Environmental Monitoring</h3>
401
+ <div class="grid md:grid-cols-4 gap-4">
402
+ <div class="dashboard-card bg-white p-4 rounded-lg shadow-sm border">
403
+ <div class="flex items-center justify-between">
404
+ <div>
405
+ <p class="text-sm text-gray-500">Temperature</p>
406
+ <p class="text-2xl font-semibold">24.5°C</p>
407
+ </div>
408
+ <div class="bg-blue-100 p-3 rounded-full">
409
+ <i class="fas fa-temperature-high text-blue-500"></i>
410
+ </div>
411
+ </div>
412
+ </div>
413
+ <div class="dashboard-card bg-white p-4 rounded-lg shadow-sm border">
414
+ <div class="flex items-center justify-between">
415
+ <div>
416
+ <p class="text-sm text-gray-500">Humidity</p>
417
+ <p class="text-2xl font-semibold">62%</p>
418
+ </div>
419
+ <div class="bg-green-100 p-3 rounded-full">
420
+ <i class="fas fa-tint text-green-500"></i>
421
+ </div>
422
+ </div>
423
+ </div>
424
+ <div class="dashboard-card bg-white p-4 rounded-lg shadow-sm border">
425
+ <div class="flex items-center justify-between">
426
+ <div>
427
+ <p class="text-sm text-gray-500">Air Quality</p>
428
+ <p class="text-2xl font-semibold">Good</p>
429
+ </div>
430
+ <div class="bg-purple-100 p-3 rounded-full">
431
+ <i class="fas fa-wind text-purple-500"></i>
432
+ </div>
433
+ </div>
434
+ </div>
435
+ <div class="dashboard-card bg-white p-4 rounded-lg shadow-sm border">
436
+ <div class="flex items-center justify-between">
437
+ <div>
438
+ <p class="text-sm text-gray-500">CO2 Levels</p>
439
+ <p class="text-2xl font-semibold">450ppm</p>
440
+ </div>
441
+ <div class="bg-yellow-100 p-3 rounded-full">
442
+ <i class="fas fa-cloud text-yellow-500"></i>
443
+ </div>
444
+ </div>
445
+ </div>
446
+ </div>
447
+ </div>
448
+
449
+ <div>
450
+ <h3 class="text-xl font-semibold mb-4 text-gray-800">Crew Location Tracking</h3>
451
+ <div class="bg-gray-100 p-4 rounded-lg h-64 flex items-center justify-center">
452
+ <div class="text-center">
453
+ <i class="fas fa-map-marked-alt text-4xl text-gray-400 mb-3"></i>
454
+ <p class="text-gray-500">MMSI-enabled crew tracking visualization</p>
455
+ <button class="mt-3 bg-blue-600 text-white px-4 py-2 rounded-md text-sm hover:bg-blue-700 transition">View Full Map</button>
456
+ </div>
457
+ </div>
458
+ </div>
459
+ </div>
460
+ </div>
461
+ </section>
462
+
463
+ <!-- Security Section -->
464
+ <section id="security" class="py-16 bg-white">
465
+ <div class="container mx-auto px-4">
466
+ <h2 class="text-3xl font-bold text-center mb-12 text-gray-800">Security Measures</h2>
467
+
468
+ <div class="grid md:grid-cols-2 gap-8">
469
+ <div class="bg-gray-50 p-8 rounded-xl shadow-md">
470
+ <h3 class="text-2xl font-semibold mb-4 text-gray-800">Network Security</h3>
471
+ <div class="space-y-6">
472
+ <div class="flex items-start">
473
+ <div class="bg-blue-100 p-2 rounded-full mr-4 mt-1">
474
+ <i class="fas fa-fingerprint text-blue-600"></i>
475
+ </div>
476
+ <div>
477
+ <h4 class="text-lg font-medium mb-1 text-gray-800">Device Authentication</h4>
478
+ <p class="text-gray-600">Secure pairing and onboarding of devices to the network with multi-factor authentication for critical systems.</p>
479
+ </div>
480
+ </div>
481
+ <div class="flex items-start">
482
+ <div class="bg-green-100 p-2 rounded-full mr-4 mt-1">
483
+ <i class="fas fa-lock text-green-600"></i>
484
+ </div>
485
+ <div>
486
+ <h4 class="text-lg font-medium mb-1 text-gray-800">Data Encryption</h4>
487
+ <p class="text-gray-600">End-to-end encryption of all BLE communications using AES-256 to protect data confidentiality.</p>
488
+ </div>
489
+ </div>
490
+ <div class="flex items-start">
491
+ <div class="bg-purple-100 p-2 rounded-full mr-4 mt-1">
492
+ <i class="fas fa-user-shield text-purple-600"></i>
493
+ </div>
494
+ <div>
495
+ <h4 class="text-lg font-medium mb-1 text-gray-800">Access Controls</h4>
496
+ <p class="text-gray-600">Granular, role-based access controls for sensitive data and applications with activity logging.</p>
497
+ </div>
498
+ </div>
499
+ </div>
500
+ </div>
501
+
502
+ <div class="bg-gray-50 p-8 rounded-xl shadow-md">
503
+ <h3 class="text-2xl font-semibold mb-4 text-gray-800">MMSI Security</h3>
504
+ <div class="space-y-6">
505
+ <div class="flex items-start">
506
+ <div class="bg-yellow-100 p-2 rounded-full mr-4 mt-1">
507
+ <i class="fas fa-check-double text-yellow-600"></i>
508
+ </div>
509
+ <div>
510
+ <h4 class="text-lg font-medium mb-1 text-gray-800">MMSI Validation</h4>
511
+ <p class="text-gray-600">Automated processes to verify the authenticity and validity of MMSI data received from devices.</p>
512
+ </div>
513
+ </div>
514
+ <div class="flex items-start">
515
+ <div class="bg-red-100 p-2 rounded-full mr-4 mt-1">
516
+ <i class="fas fa-shield-alt text-red-600"></i>
517
+ </div>
518
+ <div>
519
+ <h4 class="text-lg font-medium mb-1 text-gray-800">Secure Enclaves</h4>
520
+ <p class="text-gray-600">Isolated sub-networks for each Aquapod with their own group keys for encrypted communication.</p>
521
+ </div>
522
+ </div>
523
+ <div class="flex items-start">
524
+ <div class="bg-indigo-100 p-2 rounded-full mr-4 mt-1">
525
+ <i class="fas fa-bell text-indigo-600"></i>
526
+ </div>
527
+ <div>
528
+ <h4 class="text-lg font-medium mb-1 text-gray-800">Intrusion Detection</h4>
529
+ <p class="text-gray-600">Continuous monitoring for unauthorized access attempts with real-time alerts to security personnel.</p>
530
+ </div>
531
+ </div>
532
+ </div>
533
+ </div>
534
+ </div>
535
+
536
+ <div class="mt-12 bg-blue-50 p-8 rounded-xl shadow-md">
537
+ <h3 class="text-2xl font-semibold mb-4 text-gray-800">Emergency Override</h3>
538
+ <div class="flex flex-col md:flex-row items-center">
539
+ <div class="md:w-2/3 mb-6 md:mb-0">
540
+ <p class="text-gray-700 mb-4">In emergency situations, the central hub can override pod-specific settings to ensure crew safety and vessel security. This includes:</p>
541
+ <ul class="list-disc pl-5 text-gray-700 space-y-2">
542
+ <li>Overriding door locks and access controls</li>
543
+ <li>Activating all MMSI beacons simultaneously</li>
544
+ <li>Taking control of environmental systems</li>
545
+ <li>Broadcasting emergency alerts to all devices</li>
546
+ </ul>
547
+ </div>
548
+ <div class="md:w-1/3 flex justify-center">
549
+ <button class="bg-red-600 text-white px-8 py-3 rounded-lg font-semibold hover:bg-red-700 transition flex items-center">
550
+ <i class="fas fa-siren-on mr-2"></i> Emergency Override
551
+ </button>
552
+ </div>
553
+ </div>
554
+ </div>
555
+ </div>
556
+ </section>
557
+
558
+ <!-- Footer -->
559
+ <footer class="wave-bg text-white py-12">
560
+ <div class="container mx-auto px-4">
561
+ <div class="grid md:grid-cols-4 gap-8 mb-8">
562
+ <div>
563
+ <h3 class="text-xl font-bold mb-4">AquaNet</h3>
564
+ <p class="mb-4">Advanced maritime communication and safety system with integrated MMSI for modern vessels.</p>
565
+ <div class="flex space-x-4">
566
+ <a href="#" class="hover:text-blue-200"><i class="fab fa-twitter"></i></a>
567
+ <a href="#" class="hover:text-blue-200"><i class="fab fa-linkedin"></i></a>
568
+ <a href="#" class="hover:text-blue-200"><i class="fab fa-github"></i></a>
569
+ </div>
570
+ </div>
571
+ <div>
572
+ <h4 class="font-semibold mb-4">System</h4>
573
+ <ul class="space-y-2">
574
+ <li><a href="#" class="hover:text-blue-200">Architecture</a></li>
575
+ <li><a href="#" class="hover:text-blue-200">Components</a></li>
576
+ <li><a href="#" class="hover:text-blue-200">Data Flow</a></li>
577
+ <li><a href="#" class="hover:text-blue-200">Security</a></li>
578
+ </ul>
579
+ </div>
580
+ <div>
581
+ <h4 class="font-semibold mb-4">Resources</h4>
582
+ <ul class="space-y-2">
583
+ <li><a href="#" class="hover:text-blue-200">Documentation</a></li>
584
+ <li><a href="#" class="hover:text-blue-200">API Reference</a></li>
585
+ <li><a href="#" class="hover:text-blue-200">Case Studies</a></li>
586
+ <li><a href="#" class="hover:text-blue-200">White Papers</a></li>
587
+ </ul>
588
+ </div>
589
+ <div>
590
+ <h4 class="font-semibold mb-4">Contact</h4>
591
+ <ul class="space-y-2">
592
+ <li class="flex items-center"><i class="fas fa-envelope mr-2"></i> [email protected]</li>
593
+ <li class="flex items-center"><i class="fas fa-phone mr-2"></i> +1 (555) 123-4567</li>
594
+ <li class="flex items-center"><i class="fas fa-map-marker-alt mr-2"></i> Maritime Innovation Center</li>
595
+ </ul>
596
+ </div>
597
+ </div>
598
+ <div class="pt-6 border-t border-blue-400 text-center text-sm">
599
+ <p>&copy; 2023 AquaNet Maritime Systems. All rights reserved.</p>
600
+ </div>
601
+ </div>
602
+ </footer>
603
+
604
+ <script>
605
+ // Simple script for mobile menu toggle (could be expanded)
606
+ document.addEventListener('DOMContentLoaded', function() {
607
+ const mobileMenuButton = document.querySelector('.md\\:hidden');
608
+ // In a real implementation, this would toggle a mobile menu
609
+ mobileMenuButton.addEventListener('click', function() {
610
+ alert('Mobile menu would open here in a full implementation');
611
+ });
612
+
613
+ // Smooth scrolling for anchor links
614
+ document.querySelectorAll('a[href^="#"]').forEach(anchor => {
615
+ anchor.addEventListener('click', function (e) {
616
+ e.preventDefault();
617
+ document.querySelector(this.getAttribute('href')).scrollIntoView({
618
+ behavior: 'smooth'
619
+ });
620
+ });
621
+ });
622
+ });
623
+ </script>
624
+ <p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=privateuserh/privateaqu-ble" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
625
+ </html>