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

Commit

Permalink
Add PiBox to devices page
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Pastusek <[email protected]>
  • Loading branch information
pastudan committed Jun 15, 2022
1 parent 3550520 commit e4948c5
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
Binary file added assets/img/devices/pibox.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions page-devices.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,25 @@
<div class="container-widest">
<div class="row">
<!-- <h4>Currently available</h4> -->
<div class="col-lg-4">
<div class="block-container">
<div class="text-center">
<a href="https://pibox.io/?ref=nextcloud"><img src="<?php bloginfo('template_directory'); ?>/assets/img/devices/pibox.png" class="text-center featureimg" /></a>
</div>
<div class="col-md-12">
<h3 class="section--paragraph__title"><?php echo $l->t('PiBox with Nextcloud');?></h3>
<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>
<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>
<p class="section--paragraph"><?php echo $l->t('No proprietary tech - built to be open and hackable');?></p>
<div class="devices-tags">
<span>Managed</span>
<span>Commercial</span>
<span>Community</span>
</div>
<a href="https://pibox.io/?ref=nextcloud" class="button button--blue button--arrow button--large"><?php echo $l->t('More about PiBox');?></a>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="block-container">
<div class="text-center">
Expand Down

0 comments on commit e4948c5

Please sign in to comment.