forked from nextcloud/nextcloud.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpage-devices.php
40 lines (40 loc) · 2.25 KB
/
page-devices.php
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
<div class="row conf-header">
<div class="col-sm-8 col-sm-offset-2">
<!-- -->
<h1 class="text-center">Nextcloud Devices</h2>
<p>Companies in and around the Nextcloud ecosystem offer hardware appliances with Nextcloud out of the box. Find some here and <a href="/contact">contact us</a> if you offer devices with Nextcloud and want to be featured.</p>
</div>
</div>
<div class="row">
<div class="col-md-6">
<img class="device-img img-responsive" src="<?php echo get_template_directory_uri(); ?>/assets/img/pidrive/box.jpg" alt="" />
<h1 class="text-center">The Nextcloud Box</h1>
<p>The Nextcloud box comes preinstalled with Nextcloud, running on <a href="https://developer.ubuntu.com/en/snappy/" target="_blank">Snappy Ubuntu Core</a> as OS. The hardware:</p>
<ul>
<li>1 TB USB3 hard drive from WDLabs</li>
<li>Nextcloud case with room for the drive and a compute board</li>
<li>microUSB charger, cables and adapters, a screw driver and screws</li>
</ul>
<p>The Box is compatible with the Raspberry Pi 2 <strong>(not included)</strong>. Support for other boards is coming.</p>
<p>The Nextcloud Box starts at EUR 70 / USD 79.99</p>
<div class="text-center morebuttondiv">
<a href="/box" class="btn btn-primary morebutton" target="_blank">Learn more! <i class="icon-arrow-circle-o-right icon"></i></a>
</div>
</div>
<div class="col-md-6">
<img class="device-img img-responsive" src="<?php echo get_template_directory_uri(); ?>/assets/img/spreedbox/spreedbox.jpg" alt="" />
<h1 class="text-center">The Spreedbox</h1>
<p>The Spreedbox is a video chat and file exchange solution for home and small enterprise usage.</p>
<p>It offers:
<ul>
<li>Strong, end-to-end encrypted audio and video chat</li>
<li>Nextcloud based file sync and share</li>
<li>Advanced security features with a silicon hardware key generator</li>
</ul>
<p>The Spreedbox offers an optional SIP gateway, enabling web conferencing participants to dial in through a traditional telephone connection.</p>
<p>The Spreedbox starts at EUR 1349 Excl. VAT with 1 year support</p>
<div class="text-center morebuttondiv">
<a href="/spreedbox" class="btn btn-primary morebutton" target="_blank">Learn more! <i class="icon-arrow-circle-o-right icon"></i></a>
</div>
</div>
</div>