-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
565 lines (557 loc) · 34.4 KB
/
index.html
File metadata and controls
565 lines (557 loc) · 34.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ODIN - Open Source Command & Control Information System</title>
<meta name="description" content="ODIN is a free, open-source C2IS for tactical mapping and coordination. Offline-first, cross-platform, and built for real-world operations.">
<link rel="icon" type="image/png" sizes="32x32" href="https://raw.githubusercontent.com/syncpoint/ODINv2/main/build/icons/32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="https://raw.githubusercontent.com/syncpoint/ODINv2/main/build/icons/16x16.png">
<link rel="apple-touch-icon" sizes="180x180" href="https://raw.githubusercontent.com/syncpoint/ODINv2/main/build/icons/180x180.png">
<link rel="stylesheet" href="styles.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
</head>
<body>
<header class="header">
<nav class="nav container">
<a href="#" class="logo">
<img src="https://raw.githubusercontent.com/syncpoint/ODINv2/main/build/icons/64x64.png" alt="ODIN" class="logo-icon">
<span class="logo-text">ODIN</span>
</a>
<ul class="nav-links">
<li><a href="#features">Features</a></li>
<li><a href="#why-odin">Why ODIN</a></li>
<li><a href="#download">Download</a></li>
<li><a href="https://github.com/syncpoint/ODINv2" target="_blank" rel="noopener">GitHub</a></li>
<li><a href="/docs/">Documentation</a></li>
</ul>
<div class="nav-actions">
<a href="#download" class="btn btn-primary btn-sm">Get Started</a>
<button class="mobile-menu-toggle" aria-label="Toggle menu">
<span></span>
<span></span>
<span></span>
</button>
</div>
</nav>
</header>
<main>
<!-- Hero Section -->
<section class="hero">
<div class="container">
<div class="hero-content">
<div class="hero-badge">Open Source C2IS</div>
<h1 class="hero-title">
Command & Control<br>
<span class="gradient-text">Without Compromise</span>
</h1>
<p class="hero-description">
ODIN is a free, open-source Command and Control Information System.
Built for tactical mapping, situational awareness, and distributed coordination —
with or without an internet connection.
</p>
<div class="hero-actions">
<a href="#download" class="btn btn-primary btn-lg">
<svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"/>
<polyline points="7 10 12 15 17 10"/>
<line x1="12" y1="15" x2="12" y2="3"/>
</svg>
Download for Free
</a>
<a href="https://github.com/syncpoint/ODINv2" class="btn btn-secondary btn-lg" target="_blank" rel="noopener">
<svg width="20" height="20" viewBox="0 0 24 24" fill="currentColor">
<path d="M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z"/>
</svg>
View on GitHub
</a>
</div>
<div class="hero-stats">
<div class="stat">
<span class="stat-value">100%</span>
<span class="stat-label">Free & Open Source</span>
</div>
<div class="stat">
<span class="stat-value">3</span>
<span class="stat-label">Platforms Supported</span>
</div>
<div class="stat">
<span class="stat-value">AGPL-3.0</span>
<span class="stat-label">License</span>
</div>
</div>
</div>
<div class="hero-visual">
<div class="hero-image-container">
<a href="images/screenshot-full.jpg" class="screenshot-link" aria-label="View full-size screenshot">
<img src="images/screenshot-thumb.jpg" alt="ODIN tactical mapping application showing military symbols and tactical graphics on a topographic map" class="hero-screenshot">
</a>
</div>
</div>
<!-- Lightbox for full-size screenshot -->
<div class="lightbox" id="lightbox">
<button class="lightbox-close" aria-label="Close">×</button>
<img src="images/screenshot-full.jpg" alt="ODIN tactical mapping application - full size">
</div>
</div>
</section>
<!-- Features Section -->
<section id="features" class="features">
<div class="container">
<div class="section-header">
<h2 class="section-title">Built for the Field</h2>
<p class="section-description">
Everything you need for tactical planning and coordination,
designed to work in challenging environments.
</p>
</div>
<div class="features-grid">
<div class="feature-card">
<div class="feature-icon">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z"/>
<circle cx="12" cy="10" r="3"/>
</svg>
</div>
<h3 class="feature-title">MIL-STD-2525C Symbology</h3>
<p class="feature-description">
Full support for military standard symbols. Drag, drop, and position
tactical graphics with intuitive controls.
</p>
</div>
<div class="feature-card">
<div class="feature-icon">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<rect x="2" y="3" width="20" height="14" rx="2" ry="2"/>
<line x1="8" y1="21" x2="16" y2="21"/>
<line x1="12" y1="17" x2="12" y2="21"/>
</svg>
</div>
<h3 class="feature-title">Offline-First</h3>
<p class="feature-description">
Self-host your map tiles and search services. ODIN works reliably
without an internet connection.
</p>
</div>
<div class="feature-card">
<div class="feature-icon">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"/>
<circle cx="9" cy="7" r="4"/>
<path d="M23 21v-2a4 4 0 0 0-3-3.87"/>
<path d="M16 3.13a4 4 0 0 1 0 7.75"/>
</svg>
</div>
<h3 class="feature-title">Real-Time Collaboration</h3>
<p class="feature-description">
Built on the <a href="https://matrix.org" target="_blank" rel="noopener">Matrix</a> protocol for distributed, federated coordination
across teams and organisations — with no central authority.
</p>
</div>
<div class="feature-card">
<div class="feature-icon">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<rect x="3" y="11" width="18" height="11" rx="2" ry="2"/>
<path d="M7 11V7a5 5 0 0 1 10 0v4"/>
</svg>
</div>
<h3 class="feature-title">End-to-End Encrypted</h3>
<p class="feature-description">
All collaboration data encrypted by default using Megolm/Olm —
the same proven crypto stack used by Signal. Not even the server can read your data.
</p>
</div>
<div class="feature-card">
<div class="feature-icon">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<polygon points="12 2 2 7 12 12 22 7 12 2"/>
<polyline points="2 17 12 22 22 17"/>
<polyline points="2 12 12 17 22 12"/>
</svg>
</div>
<h3 class="feature-title">Flexible Data Sources</h3>
<p class="feature-description">
Import WMTS, WMS, and GeoJSON layers. Export your work in standard
formats for interoperability.
</p>
</div>
<div class="feature-card">
<div class="feature-icon">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M12 20h9"/>
<path d="M16.5 3.5a2.121 2.121 0 0 1 3 3L7 19l-4 1 1-4L16.5 3.5z"/>
</svg>
</div>
<h3 class="feature-title">Productive Editing</h3>
<p class="feature-description">
Copy/paste, undo/redo, and tags for organizing layers. Link features
to external URLs to extend your data without complexity.
</p>
</div>
<div class="feature-card">
<div class="feature-icon">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z"/>
</svg>
</div>
<h3 class="feature-title">Cross-Platform</h3>
<p class="feature-description">
Available for Windows, macOS, and Linux. Use it on the hardware
you already have.
</p>
</div>
</div>
</div>
</section>
<!-- E2EE Section -->
<section id="encryption" class="e2ee-section">
<div class="container">
<div class="e2ee-grid">
<div class="e2ee-content">
<div class="hero-badge">New in v3.3</div>
<h2 class="section-title">End-to-End Encryption</h2>
<p class="e2ee-intro">
ODIN now encrypts all collaboration data by default. Your operational plans,
tactical graphics, and situational data are protected with military-grade
cryptography — from the moment they leave your device until they reach
your team members.
</p>
<div class="e2ee-features">
<div class="e2ee-item">
<div class="e2ee-item-icon">
<svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z"/>
</svg>
</div>
<div>
<strong>Zero-Knowledge Architecture</strong>
<p>Encryption keys never leave your devices. Not the server operator, not the network provider, not even Syncpoint can read your data.</p>
</div>
</div>
<div class="e2ee-item">
<div class="e2ee-item-icon">
<svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<polyline points="20 6 9 17 4 12"/>
</svg>
</div>
<div>
<strong>Proven Cryptography</strong>
<p>Megolm/Olm — the same audited crypto stack used by Signal, Element, and adopted by NATO, the German Bundeswehr, and the French government.</p>
</div>
</div>
<div class="e2ee-item">
<div class="e2ee-item-icon">
<svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"/>
<circle cx="8.5" cy="7" r="4"/>
<line x1="20" y1="8" x2="20" y2="14"/>
<line x1="23" y1="11" x2="17" y2="11"/>
</svg>
</div>
<div>
<strong>Seamless Key Sharing</strong>
<p>When new members join, encryption keys are securely shared via encrypted channels. Full access to project history without compromising security.</p>
</div>
</div>
<div class="e2ee-item">
<div class="e2ee-item-icon">
<svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<rect x="3" y="11" width="18" height="11" rx="2" ry="2"/>
<path d="M7 11V7a5 5 0 0 1 10 0v4"/>
</svg>
</div>
<div>
<strong>Device Verification</strong>
<p>SAS emoji comparison to verify device identity and prevent man-in-the-middle attacks. Trust is established between devices, not accounts.</p>
</div>
</div>
</div>
</div>
<div class="e2ee-visual">
<div class="e2ee-diagram">
<div class="e2ee-node e2ee-device">
<svg width="32" height="32" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5">
<rect x="2" y="3" width="20" height="14" rx="2" ry="2"/>
<line x1="8" y1="21" x2="16" y2="21"/>
<line x1="12" y1="17" x2="12" y2="21"/>
</svg>
<span>Your Device</span>
</div>
<div class="e2ee-arrow">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<rect x="3" y="11" width="18" height="11" rx="2" ry="2"/>
<path d="M7 11V7a5 5 0 0 1 10 0v4"/>
</svg>
<span>Encrypted</span>
</div>
<div class="e2ee-node e2ee-server">
<svg width="32" height="32" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5">
<rect x="2" y="2" width="20" height="8" rx="2" ry="2"/>
<rect x="2" y="14" width="20" height="8" rx="2" ry="2"/>
<line x1="6" y1="6" x2="6.01" y2="6"/>
<line x1="6" y1="18" x2="6.01" y2="18"/>
</svg>
<span>Matrix Server</span>
<small>Cannot read data</small>
</div>
<div class="e2ee-arrow">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<rect x="3" y="11" width="18" height="11" rx="2" ry="2"/>
<path d="M7 11V7a5 5 0 0 1 10 0v4"/>
</svg>
<span>Encrypted</span>
</div>
<div class="e2ee-node e2ee-device">
<svg width="32" height="32" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5">
<rect x="2" y="3" width="20" height="14" rx="2" ry="2"/>
<line x1="8" y1="21" x2="16" y2="21"/>
<line x1="12" y1="17" x2="12" y2="21"/>
</svg>
<span>Team Member</span>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Why ODIN Section -->
<section id="why-odin" class="why-odin">
<div class="container">
<div class="why-grid">
<div class="why-content">
<h2 class="section-title">Why Choose ODIN?</h2>
<p class="why-intro">
In a world of expensive, proprietary C2 systems with vendor lock-in,
ODIN offers a different path.
</p>
<ul class="why-list">
<li>
<div class="why-item-icon">
<svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<polyline points="20 6 9 17 4 12"/>
</svg>
</div>
<div class="why-item-content">
<strong>Full Transparency</strong>
<span>Open source under AGPL-3.0. Audit the code, understand what runs on your systems.</span>
</div>
</li>
<li>
<div class="why-item-icon">
<svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<polyline points="20 6 9 17 4 12"/>
</svg>
</div>
<div class="why-item-content">
<strong>No Vendor Lock-In</strong>
<span>Your data stays yours. Export everything in standard formats anytime.</span>
</div>
</li>
<li>
<div class="why-item-icon">
<svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<polyline points="20 6 9 17 4 12"/>
</svg>
</div>
<div class="why-item-content">
<strong>No Registration Required</strong>
<span>Download and start using ODIN immediately. No accounts, no tracking.</span>
</div>
</li>
<li>
<div class="why-item-icon">
<svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<polyline points="20 6 9 17 4 12"/>
</svg>
</div>
<div class="why-item-content">
<strong>Self-Hosted Infrastructure</strong>
<span>Run your own map servers and services. True operational independence.</span>
</div>
</li>
<li>
<div class="why-item-icon">
<svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<polyline points="20 6 9 17 4 12"/>
</svg>
</div>
<div class="why-item-content">
<strong>Community Driven</strong>
<span>Developed with input from real users. Feature requests and contributions welcome.</span>
</div>
</li>
</ul>
</div>
<div class="why-visual">
<div class="comparison-card comparison-highlight">
<div class="comparison-header">
<span>ODIN</span>
</div>
<ul class="comparison-list comparison-positive">
<li>Free forever</li>
<li>Open standards</li>
<li>Fully auditable</li>
<li>Air-gapped</li>
</ul>
</div>
<div class="comparison-card">
<div class="comparison-header">
<span>Proprietary C2IS</span>
</div>
<ul class="comparison-list comparison-negative">
<li>Expensive licensing fees</li>
<li>Vendor lock-in</li>
<li>Closed source</li>
<li>Black box security</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!-- Download Section -->
<section id="download" class="download">
<div class="container">
<div class="section-header">
<h2 class="section-title">Get ODIN</h2>
<p class="section-description">
Download the latest version for your platform. No registration required.
</p>
</div>
<div class="download-grid">
<a href="https://github.com/syncpoint/ODINv2/releases" class="download-card" target="_blank" rel="noopener">
<div class="download-content">
<h3>Windows</h3>
<p>Windows 10 or later</p>
</div>
<div class="download-arrow">
<svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<line x1="5" y1="12" x2="19" y2="12"/>
<polyline points="12 5 19 12 12 19"/>
</svg>
</div>
</a>
<a href="https://github.com/syncpoint/ODINv2/releases" class="download-card" target="_blank" rel="noopener">
<div class="download-content">
<h3>macOS</h3>
<p>macOS 10.15 or later</p>
</div>
<div class="download-arrow">
<svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<line x1="5" y1="12" x2="19" y2="12"/>
<polyline points="12 5 19 12 12 19"/>
</svg>
</div>
</a>
<a href="https://github.com/syncpoint/ODINv2/releases" class="download-card" target="_blank" rel="noopener">
<div class="download-content">
<h3>Linux</h3>
<p>AppImage format</p>
</div>
<div class="download-arrow">
<svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<line x1="5" y1="12" x2="19" y2="12"/>
<polyline points="12 5 19 12 12 19"/>
</svg>
</div>
</a>
<a href="https://snapcraft.io/odin-v2" class="download-card" target="_blank" rel="noopener">
<div class="download-content">
<h3>Snap Store</h3>
<p>Auto-updating Linux package</p>
</div>
<div class="download-arrow">
<svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<line x1="5" y1="12" x2="19" y2="12"/>
<polyline points="12 5 19 12 12 19"/>
</svg>
</div>
</a>
</div>
<p class="download-note">
Current version: <strong>3.3.0</strong> ·
<a href="https://github.com/syncpoint/ODINv2/releases" target="_blank" rel="noopener">View all releases</a>
</p>
</div>
</section>
<!-- Community Section -->
<section class="community">
<div class="container">
<div class="community-content">
<h2 class="section-title">Join the Community</h2>
<p class="section-description">
ODIN is built by a community of contributors. Whether you want to report bugs,
suggest features, or contribute code, we'd love to have you.
</p>
<div class="community-links">
<a href="https://github.com/syncpoint/ODINv2" class="community-link" target="_blank" rel="noopener">
<svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor">
<path d="M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z"/>
</svg>
GitHub
</a>
<a href="https://matrix.to/#/#ODIN.Community:syncpoint.io" class="community-link" target="_blank" rel="noopener">
<svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor">
<path d="M.632.55v22.9H2.28V24H0V0h2.28v.55zm7.043 7.26v1.157h.033c.309-.443.683-.784 1.117-1.024.433-.245.936-.365 1.5-.365.54 0 1.033.107 1.481.314.448.208.785.582 1.02 1.108.254-.374.6-.706 1.034-.992.434-.287.95-.43 1.546-.43.453 0 .872.056 1.26.167.388.11.716.286.993.53.276.245.489.559.646.951.152.392.23.863.23 1.417v5.728h-2.349V11.52c0-.286-.01-.559-.032-.812a1.755 1.755 0 00-.18-.66 1.106 1.106 0 00-.438-.448c-.194-.11-.457-.166-.789-.166-.332 0-.6.064-.803.189a1.38 1.38 0 00-.48.499 1.946 1.946 0 00-.231.696 5.56 5.56 0 00-.06.785v4.768h-2.35v-4.8c0-.254-.004-.503-.018-.752a2.074 2.074 0 00-.143-.688 1.052 1.052 0 00-.415-.503c-.194-.125-.476-.19-.854-.19-.111 0-.259.024-.439.074-.18.051-.36.143-.53.282-.171.138-.319.33-.439.57-.12.24-.18.567-.18.97v5.037H4.951V7.81zm14.693 14.39v-22.9H21.72V0H24v24h-2.28v-.55z"/>
</svg>
Matrix Chat
</a>
<a href="mailto:office@syncpoint.io" class="community-link">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"/>
<polyline points="22,6 12,13 2,6"/>
</svg>
Email
</a>
</div>
</div>
</div>
</section>
</main>
<footer class="footer">
<div class="container">
<div class="footer-content">
<div class="footer-brand">
<div class="footer-logo">
<img src="https://raw.githubusercontent.com/syncpoint/ODINv2/main/build/icons/64x64.png" alt="ODIN" class="logo-icon">
<span class="logo-text">ODIN</span>
</div>
<p>Open Source Command & Control Information System</p>
</div>
<div class="footer-links">
<div class="footer-column">
<h4>Product</h4>
<ul>
<li><a href="#features">Features</a></li>
<li><a href="#download">Download</a></li>
<li><a href="https://github.com/syncpoint/ODINv2/releases" target="_blank" rel="noopener">Changelog</a></li>
</ul>
</div>
<div class="footer-column">
<h4>Resources</h4>
<ul>
<li><a href="/docs/">Documentation</a></li>
<li><a href="https://github.com/syncpoint/ODINv2/issues" target="_blank" rel="noopener">Report Issue</a></li>
<li><a href="https://github.com/syncpoint/ODINv2/blob/master/LICENSE" target="_blank" rel="noopener">License</a></li>
</ul>
</div>
<div class="footer-column">
<h4>Community</h4>
<ul>
<li><a href="https://github.com/syncpoint/ODINv2" target="_blank" rel="noopener">GitHub</a></li>
<li><a href="https://matrix.to/#/#ODIN.Community:syncpoint.io" target="_blank" rel="noopener">Matrix Chat</a></li>
<li><a href="mailto:office@syncpoint.io">Contact</a></li>
</ul>
</div>
</div>
</div>
<div class="footer-bottom">
<p>© 2026 <a href="https://syncpoint.io" target="_blank" rel="noopener">Syncpoint GmbH</a>. ODIN is released under the AGPL-3.0 license.</p>
</div>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>