Skip to content
This repository was archived by the owner on Oct 19, 2022. It is now read-only.

Commit 451bd17

Browse files
committed
Add PiBox to devices page
Signed-off-by: Daniel Pastusek <dan@hexial.com>
1 parent 3550520 commit 451bd17

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

assets/img/devices/pibox.png

354 KB
Loading

page-devices.php

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,25 @@
3232
<div class="container-widest">
3333
<div class="row">
3434
<!-- <h4>Currently available</h4> -->
35+
<div class="col-lg-4">
36+
<div class="block-container">
37+
<div class="text-center">
38+
<a href="https://pibox.io/?ref=nextcloud"><img src="<?php bloginfo('template_directory'); ?>/assets/img/devices/pibox.png" class="text-center featureimg" /></a>
39+
</div>
40+
<div class="col-md-12">
41+
<h3 class="section--paragraph__title"><?php echo $l->t('PiBox with Nextcloud');?></h3>
42+
<p class="section--paragraph"><?php echo $l->t('PiBox is ready to run Nextcloud in your home or office! Remote access is included, no router setup needed!');?></p>
43+
<p class="section--paragraph"><?php echo $l->t('The server comes with a Raspberry Pi CM4 64-bit CPU (4 cores), up to 16TB of SSD storage, and 8 GB RAM. Automatic dynamic DNS, an SSH console, and everything you need to host anything at home.');?></p>
44+
<p class="section--paragraph"><?php echo $l->t('No proprietary tech - built to be open and hackable');?></p>
45+
<div class="devices-tags">
46+
<span>Managed</span>
47+
<span>Commercial</span>
48+
<span>Community</span>
49+
</div>
50+
<a href="https://pibox.io/?ref=nextcloud" class="button button--blue button--arrow button--large"><?php echo $l->t('More about PiBox');?></a>
51+
</div>
52+
</div>
53+
</div>
3554
<div class="col-lg-4">
3655
<div class="block-container">
3756
<div class="text-center">

0 commit comments

Comments
 (0)