Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloud.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJos Poortvliet <jospoortvliet@gmail.com>2016-09-26 09:47:51 +0300
committerJos Poortvliet <jospoortvliet@gmail.com>2016-09-26 09:47:51 +0300
commitb14401399699001f1e043eff8d999335f56830b8 (patch)
treee9a1af86df42f935770c700609d164a65569000b /page-devices.php
parent4de9c078def54dbdadcb496779c1bdbc0dc15b0e (diff)
create devices page
Diffstat (limited to 'page-devices.php')
-rw-r--r--page-devices.php40
1 files changed, 40 insertions, 0 deletions
diff --git a/page-devices.php b/page-devices.php
new file mode 100644
index 00000000..4ce249b6
--- /dev/null
+++ b/page-devices.php
@@ -0,0 +1,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>