-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
533 lines (533 loc) · 22 KB
/
index.html
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Kobol - Helios64 Open Source NAS</title>
<meta name="description" content="Helios64 Open Source Network Attached Storage (NAS). Build your own Private Cloud with our ARM powered board designed for NAS."/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="css/socicon.css" rel="stylesheet" type="text/css" media="all">
<link href="css/iconsmind.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/bootstrap.css" rel="stylesheet" type="text/css" media="all"/>
<link href="css/interface-icons.css" rel="stylesheet" type="text/css" media="all"/>
<link href="css/owl.carousel.css" rel="stylesheet" type="text/css" media="all"/>
<link href="css/theme.css" rel="stylesheet" type="text/css" media="all"/>
<link href="css/custom.css" rel="stylesheet" type="text/css" media="all"/>
<link href="css/font.css" rel="stylesheet" type="text/css">
<link rel="icon" href="img/favicon.png" type="image/png">
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-96982596-2', 'auto');
ga('send', 'pageview');
</script>
</head>
<body data-reveal-selectors="section:not(.masonry):not(:first-of-type):not(.parallax)">
<div class="nav-container">
<nav>
<div class="nav-bar bg--white" data-fixed-at="700">
<div class="nav-module logo-module left">
<a href="index.html"><img alt="logo" class="logo logo-white" src="img/kobol_logo.png"></a>
</div>
<div class="nav-module menu-module left">
<ul class="menu">
<li>
<a href="#">HELIOS<b style="color: black;">64</b></a>
</li>
<li>
<a href="helios4/">HELIOS<b style="color: black;">4</b></a>
</li>
<li>
<a href="https://blog.kobol.io">BLOG</a>
</li>
<li>
<a href="https://wiki.kobol.io" target="_blank">WIKI</a>
</li>
<li>
<a href="https://forum.armbian.com" target="_blank">FORUM</a>
</li>
<li>
<a href="team.html">TEAM</a>
</li>
</ul>
</div>
</div>
<div class="nav-mobile-toggle visible-sm visible-xs">
<i class="icon-Align-JustifyAll icon icon--sm"></i>
</div>
</nav>
</div>
<div class="main-container">
<section class="height-100 cover cover-2">
<div class="col-sm-5 col-md-9">
<div class="background-image">
<img alt="Helios64 Bundle" src="img/helios64-bundle.png">
</div>
</div>
<div class="col-sm-7 bg--white text-center col-md-4">
<div class="pos-vertical-center">
<img class="logo" alt="Helios64 Logo" src="img/helios64-logo.png">
<p class="lead">The Ultimate ARM Powered NAS.<br></p>
<ul>
<li>
<a class="btn btn--primary btn--lg" href="https://wiki.kobol.io">
<span class="btn__text">CHECK OUR WIKI</span>
</a>
</li>
<li>
<a class="btn btn--primary btn--lg" href="https://blog.kobol.io">
<span class="btn__text">CHECK OUR BLOG</span>
</a>
</li>
</ul>
</div>
<div class="col-sm-12 text-center pos-absolute pos-bottom">
<ul class="social-list">
<li>
<a href="https://www.facebook.com/kobol.io/" target="_blank">
<i class="socicon-facebook"></i>
</a>
</li>
<li>
<a href="https://twitter.com/kobol_io" target="_blank">
<i class="socicon-twitter"></i>
</a>
</li>
<li>
<a href="https://blog.kobol.io" target="_blank">
<i class="socicon-rss"></i>
</a>
</li>
<li>
<a href="https://github.com/kobol-io/" target="_blank">
<i class="socicon-github"></i>
</a>
</li>
</ul>
</div>
</div>
</section>
<div class="separator"><img alt="image" src="img/pink-line.png"></div>
<section class="bg--dark section--even">
<div class="container">
<div class="lead">
<p>The Kobol Team last take on the best ARM based computer for a NAS solution. Introducing the Better, Faster and Sleeker <b>Helios64</b> : More storage capacity, Greater network throughput, Improved computing power and memory, Wider usage functions and finally Reinforced reliability. <b>Helios64</b> is definitely a full-fledged solution which offers built-in features you won’t find in any other product.</p>
</div>
</div>
</section>
<section class="imageblock">
<div class="imageblock__content col-sm-4 pos-left col-md-8">
<div class="background-image-holder">
<img alt="Helios64 Case 5-bay" src="img/helios64-case-5-bay.png">
</div>
</div>
<div class="col-md-push-6 col-sm-8 col-sm-push-4 col-md-8">
<div class="col-md-3 col-md-offset-4 col-sm-8 col-sm-offset-2">
<div class="feature feature-1 service-1 text-center">
<i class="icon icon-Data-Copy icon--lg"></i>
<h4>5-Bay Storage<br></h4>
<p>Scalable and extensive storage capability. Enjoy up to 80TB of data storage. <br></p>
<hr>
<ul class="bullets">
<li>
<em>5x SATA 3.0 Ports </em>
</li>
<li>
<em>1x M.2 SATA 3.0 Slot* </em>
</li>
<li>
<em>HDD Hot-plug Support</em>
</li>
</ul>
<span class="type--fine-print">*shared with SATA port 1.</span>
</div>
</div>
</div>
</section>
<section class="imageblock">
<div class="imageblock__content col-sm-4 pos-right col-md-8">
<div class="background-image-holder">
<img alt="Helios64 LAN port" src="img/helios64-case-back-panel.png">
</div>
</div>
<div class="col-sm-8 col-md-4">
<div class="col-md-6 col-md-offset-3 col-sm-8 col-sm-offset-2">
<div class="feature feature-1 service-1 text-center">
<i class="icon icon-Arrow-Inside icon--lg"></i>
<h4>Multi-Gigabit Ethernet<br></h4>
<p>No more network bottleneck when accessing your data. Take advantage of the new Multi-Gigabit speed standard. <br></p>
<hr>
<ul class="bullets">
<li>
<em>Up to 2.5Gb Ethernet</em>
</li>
<li>
<em>Dual LAN Port<br></em>
</li>
<li>
<em>Wake-on-LAN Support<br></em>
</li>
</ul>
</div>
</div>
</div>
</section>
<section class="imageblock">
<div class="imageblock__content col-sm-4 pos-left col-md-8">
<div class="background-image-holder">
<img alt="Helios64 Board CPU Memory" src="img/helios64-board-view1.png">
</div>
</div>
<div class="col-md-push-6 col-sm-8 col-sm-push-4 col-md-8">
<div class="col-md-3 col-md-offset-4 col-sm-8 col-sm-offset-2">
<div class="feature feature-1 service-1 text-center">
<i class="icon icon-CPU icon--lg"></i>
<h4>Powerful Configuration<br></h4>
<p>Leverage on a Processor and Memory combo that will make your NAS server performs any task.<br></p>
<hr>
<ul class="bullets">
<li>
<em>ARM 64-bit Hexacore SoC<br></em>
</li>
<li>
<em>LPDDR4 4GB</em>
</li>
<li>
<em>eMMC 5.1 16GB</em>
</li>
</ul>
</div>
</div>
</div>
</section>
<section class="imageblock">
<div class="imageblock__content col-sm-4 pos-right col-md-8">
<div class="background-image-holder">
<img alt="Helios64 UPS Battery" src="img/helios64-ups-battery.png">
</div>
</div>
<div class="col-sm-8 col-md-4">
<div class="col-md-6 col-md-offset-3 col-sm-8 col-sm-offset-2">
<div class="feature feature-1 service-1 text-center">
<i class="icon icon-Battery-100 icon--lg"></i>
<h4>Built-In UPS<br></h4>
<p>Don't fear data loss from power interruption thanks to a built-in battery power system.<br></p>
<hr>
<ul class="bullets">
<li>
<em>Smart Power Sensor</em>
</li>
<li>
<em>Auto System Recover</em>
</li>
<li>
<em>User Configurable</em>
</li>
</ul>
</div>
</div>
</div>
</section>
<section class="height-100 slider slider--animate cover cover-3" data-paging="true" data-timing="9000">
<ul class="slides">
<li class="imagebg" data-overlay="4">
<div class="background-image-holder">
<img alt="Helios64 Display Mode" src="img/helios64-DP-mode.jpg">
</div>
<div class="container pos-absolute pos-bottom text-center-xs">
<div class="row">
<div class="col-sm-6">
<h3>USB Type-C : Display Mode<br></h3>
<p class="lead">Connect Helios64 to your TV and use it as your Media Center to play your content library.<br></p>
</div>
</div>
</div>
</li>
<li class="imagebg" data-overlay="4">
<div class="background-image-holder">
<img alt="Helios64 DAS Mode" src="img/helios64-DAS-mode.jpg">
</div>
<div class="container pos-absolute pos-bottom text-center-xs">
<div class="row">
<div class="col-sm-6">
<h3>USB Type-C : DAS Mode<br></h3>
<p class="lead">Connect directly Helios64 via USB 3.0 to your work station in order to access your data even faster.<br></p>
</div>
</div>
</div>
</li>
</ul>
</section>
<section class="height-70 imageblock">
<div class="imageblock__content col-sm-4 pos-left col-md-8">
<div class="background-image-holder">
<img alt="Helios64 Case" src="img/helios64-case.png">
</div>
</div>
<div class="col-md-push-6 col-sm-8 col-sm-push-4 col-md-8">
<div class="col-md-5 col-md-offset-3 col-sm-8 col-sm-offset-2">
<div class="feature feature-1 service-1 text-center">
<h4>Premium Aluminum Case<br></h4>
<p>Helios64 5-Bay aluminum case boasts a combination of fluid lines and vibrant colors. The case offers a hot-plug tray system to easily install & replace 3.5" drives on the fly.</p>
</div>
</div>
</div>
</section>
<section class="features features-5 bg--secondary">
<div class="container">
<div class="row">
<div class="col-sm-12 text-center">
<h3>Many more features...<br></h3>
</div>
<div class="col-md-offset-1 col-sm-6 col-md-4">
<div class="feature feature-2">
<div class="feature__title">
<i class="icon icon-Chip"></i>
<h6>M.2 SATA COnnECTOR<br></h6>
</div>
<p>Use fast M.2 SDD storage to run low latency applications (*shared with SATA port 1).</p>
</div>
</div>
<div class="col-md-offset-2 col-sm-6 col-md-4">
<div class="feature feature-2">
<div class="feature__title">
<i class="icon icon-Usb"></i>
<h6>USB 3.0<br></h6>
</div>
<p>3x ports to connect external storages and 3rd party accessories (e.g Wifi dongle).</p>
</div>
</div>
<div class="col-md-offset-1 col-sm-6 col-md-4">
<div class="feature feature-2">
<div class="feature__title">
<i class="icon icon-Maximize"></i>
<h6>NANO-ITX FORM FACTOR<br></h6>
</div>
<p>Small and flexible form factor allowing the board to be fitted in 3rd party enclosures.</p>
</div>
</div>
<div class="col-md-offset-2 col-sm-6 col-md-4">
<div class="feature feature-2">
<div class="feature__title">
<i class="icon icon-Electricity"></i>
<h6>DUAL DC-INPUT<br></h6>
</div>
<p>Power the board from External Adapter and/or ATX PSU. Supports auto source fallback.</p>
</div>
</div>
<div class="col-sm-12">
<img alt="Helios64 Interface" src="img/helios64-board-view2.png">
</div>
</div>
</div>
</section>
<section class="bg--secondary">
<div class="container">
<div class="row">
<div class="col-sm-4">
<div class="feature feature-1">
<i class="icon icon-Mixer"></i>
<h6>RICH IO INTERFACE<br></h6>
<p>Expand board functions though I2C, SPI or GPIO interfaces (e.g Control Panel, OLED Display...).</p>
</div>
</div>
<div class="col-sm-4">
<div class="feature feature-1">
<i class="icon icon-Fan"></i>
<h6>PWM Fan<br></h6>
<p>Connect up to 2x PWM fans with automatic speed control and temperature monitoring.</p>
</div>
</div>
<div class="col-sm-4">
<div class="feature feature-1">
<i class="icon icon-Memory-Card2"></i>
<h6>microSD Card<br></h6>
<p>Support SDHC or SDXC cards with a bus speed of up 104 MByte/s.</p>
</div>
</div>
</div>
<div class="col-sm-12 text-center">
<a class="btn btn--sm" href="https://wiki.kobol.io" target="_blank">
<span class="btn__text">CHECK OUR WIKI FOR MORE DETAILS</span>
</a>
</div>
</div>
</section>
<div class="separator"><img alt="image" src="img/pink-line.png"></div>
<section class="features features-6">
<div class="container">
<div class="row">
<div class="col-sm-7">
<img alt="pic" src="img/open_logos.png">
</div>
<div class="col-sm-5">
<h3>We Believe in Open Source</h3>
<p class="lead">Because projects like Helios64 wouldn't exist without all the amazing community driven projects out there, our work will be published on GitHub and Wiki as Open Source material.</p>
</div>
</div>
</section>
<section class="bg--secondary">
<div class="container" >
<div class="row">
<div class="col-sm-12">
<div class="elements--title">
<h4>Our Partners</h4>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div class="card card-1">
<div class="card__image">
<a href="https://www.armbian.com/" target="_blank">
<img alt="Armbian" src="img/armbian.png">
</a>
</div>
<div class="card__body boxed bg--white">
<div class="card__title">
<h5><a href="https://www.armbian.com/" target="_blank">Armbian<br>(Operating System)</a></h5>
</div>
<span>
<em>Linux for ARM Boards.</em>
</span>
<p>Lightweight Debian and Ubuntu based distribution specialized for ARM powered boards. Armbian provides a powerful build and software development tools which is supported by a vibrant community.<br><br></p>
</div>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div class="card card-1">
<div class="card__image">
<a href="https://syncloud.org/" target="_blank">
<img alt="Syncloud" src="img/syncloud.png">
</a>
</div>
<div class="card__body boxed bg--white">
<div class="card__title">
<h5><a href="https://syncloud.org/" target="_blank">Syncloud<br>(Operating System)</a></h5>
</div>
<span>
<em>Your Personal App Server.</em>
</span>
<p>Have your own online File storage, Social network or Email server. Great Apps like ownCloud & Diaspora are available on Syncloud which adapts all these applications for the best user experience on ARM platform.<br><br></p>
</div>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div class="card card-1">
<div class="card__image">
<a href="https://www.openmediavault.org/" target="_blank">
<img alt="OMV" src="img/omv.png">
</a>
</div>
<div class="card__body boxed bg--white">
<div class="card__title">
<h5><a href="https://www.openmediavault.org/" target="_blank">OpenMediaVault (Application)</a></h5>
</div>
<span>
<em>The Open NAS Solution.</em>
</span>
<p>The next generation of NAS turn key solution based on Debian Linux, OMV is a simple and easy out-of-the-box solution that will allow everyone to install and administrate a NAS without extensive knowledge.<br><br></p>
</div>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div class="card card-1">
<div class="card__image">
<a href="https://nextcloud.com/" target="_blank">
<img alt="Nextcloud" src="img/nextcloud.png">
</a>
</div>
<div class="card__body boxed bg--white">
<div class="card__title">
<h5><a href="https://nextcloud.com/" target="_blank">NextCloud<br>(Application)</a></h5>
</div>
<span>
<em>The File Hosting Solutions.</em>
</span>
<p>Nextcloud is a suite of client-server software for creating and using file hosting services. Nextcloud application functionally is similar to Dropbox. Unlike Dropbox, it is self-hosted so you stay in control of your data.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="bg--dark space--sm cta cta-5">
<div class="container">
<div class="row">
<div class="col-sm-12 text-center">
<p class="lead">Want to know more about Helios64 ?</p>
<a class="btn btn--primary btn--lg" href="https://blog.kobol.io" target="_blank">
<span class="btn__text">CHECK OUR BLOG</span>
</a>
</div>
</div>
</div>
</section>
<section class="footer-3 space--xs text-center-xs">
<div class="col-sm-3">
<img alt="logo" class="logo" src="img/kobol_logo.png" />
<span>Kobol Innovations Pte. Ltd.</span><br>
<span class="type--fine-print">UEN 201821321E</span>
</div>
<div class="col-sm-6 text-center">
<ul class="footer__navigation">
<li>
<div class="modal-instance">
<a href="#" class="modal-trigger">Privacy Policy</a>
<div class="modal-container" data-modal-id="Privacy">
<div class="modal-content" data-width="70%" data-height="85%">
<iframe src="terms/privacy.html"></iframe>
</div>
</div>
</div>
</li>
<li>
<div class="modal-instance">
<a href="#" class="modal-trigger">Terms of Service</a>
<div class="modal-container" data-modal-id="Terms">
<div class="modal-content" data-width="70%" data-height="85%">
<iframe src="terms/tos.html"></iframe>
</div>
</div>
</div>
</li>
</ul>
</div>
<div class="col-sm-3 text-right text-center-xs">
<ul class="social-list">
<li>
<a href="https://www.facebook.com/kobol.io/" target="_blank">
<i class="socicon-facebook"></i>
</a>
</li>
<li>
<a href="https://twitter.com/kobol_io" target="_blank">
<i class="socicon-twitter"></i>
</a>
</li>
<li>
<a href="https://blog.kobol.io" target="_blank">
<i class="socicon-rss"></i>
</a>
</li>
<li>
<a href="https://github.com/kobol-io/" target="_blank">
<i class="socicon-github"></i>
</a>
</li>
<li>
<a href="mailto:[email protected]">
<i class="icon icon-Email icon--xs"></i>
</a>
</li>
</ul>
<span class="type--fine-print">© 2024 Kobol Innovations Pte. Ltd. - All Rights Reserved</span>
</div>
</section>
</div>
<script src="js/jquery-2.1.4.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/scrollreveal.min.js"></script>
<script src="js/parallax.js"></script>
<script src="js/scripts.js"></script>
</body>
</html>