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

Add PiBox to devices page #1653

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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