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>2019-10-26 21:17:19 +0300
committerJos Poortvliet <jospoortvliet@gmail.com>2019-10-26 21:17:19 +0300
commit535c3a60549b16350c1f34882404420a60b69568 (patch)
tree878663bdf82cd09eecafdd33018d5abfef9acf29 /page-box.php
parentde7d1bacb5e387e2bbfa83243182b13dc49321b4 (diff)
fix headings
Signed-off-by: Jos Poortvliet <jospoortvliet@gmail.com>
Diffstat (limited to 'page-box.php')
-rw-r--r--page-box.php14
1 files changed, 7 insertions, 7 deletions
diff --git a/page-box.php b/page-box.php
index d9b3fe87..7e9172cd 100644
--- a/page-box.php
+++ b/page-box.php
@@ -8,7 +8,7 @@
</head>
<section class="section-top-jumbotron">
<div class="container">
- <h2 class="section--heading-1 section--text--center text-center introText"><?php echo $l->t('The Nextcloud Box');?></h2>
+ <h1 class="section--heading-1 section--text--center text-center introText"><?php echo $l->t('The Nextcloud Box');?></h1>
<div class="box introImage"></div>
</div>
</section>
@@ -16,11 +16,11 @@
<section class="section-data-home">
<div class="container">
<div class="col-xs-8 col-centered">
- <h2 class="section--heading-1 section--text--center "><?php echo $l->t('Bring your data home');?></h2>
+ <h1 class="section--heading-1 section--text--center "><?php echo $l->t('Bring your data home');?></h1>
<p class="section--intro section--text--center "><?php echo $l->t('The Nextcloud Box is your private cloud. It stores your data and enables
you to sync between your devices and share with others.');?></p>
<a class="button button--blue button--arrow button--large" href="<?php echo home_url('athome') ?>" role="button"><?php echo $l->t('know Nextcloud</a>');?>
- <h6 class="section--paragraph__tittle"><?php echo $l->t('Unfortunately, the box is sold out.');?></h6>
+ <h6 class="section--paragraph__title"><?php echo $l->t('Unfortunately, the box is sold out.');?></h6>
<p class="section--paragraph"><?php echo $l->t('Western Digital has shut down their <a class="hyperlink" href="https://www.digitaltrends.com/computing/wdlabs-may-close-raspberry-pi/">research team WDLabs</a> which produced the box. Read our <a class="hyperlink" href="https://nextcloud.com/blog/nextcloud-box-updates-raspberry-pi-3-nextcloud-12-and-looking-for-a-new-provider/">last status update blog on the Nextcloud Box</a> for more details.');?></p>
<p class="section--paragraph"><a class="hyperlink" href="<?php echo home_url('devices') ?>"><?php echo $l->t('Check out our devices page for alternatives.');?></a></p>
<a class="button button--blue button--arrow button--large" href="<?php echo home_url('devices') ?>" role="button"><?php echo $l->t('other devices</a>');?>
@@ -33,8 +33,8 @@
<div class="container">
<div class="box-open col-md-7"></div>
<div class="wrapper-text col-md-5">
- <h2 class="section--heading-1"><?php echo $l->t('Technology');?></h1>
- <h6 class="section--paragraph__tittle"><?php echo $l->t('The Nextcloud box consists of the following parts:');?></h6>
+ <h1 class="section--heading-1"><?php echo $l->t('Technology');?></h1>
+ <h6 class="section--paragraph__title"><?php echo $l->t('The Nextcloud box consists of the following parts:');?></h6>
<p class="section--paragraph"><?php echo $l->t('1 TB USB3 hard drive from WDLabs');?><p>
<p class="section--paragraph"><?php echo $l->t('Nextcloud case with room for the drive and a compute board');?></p>
<p class="section--paragraph"><?php echo $l->t('microUSB charger, cables and adapters, a screw driver and screws');?></p>
@@ -83,7 +83,7 @@
<section class="section-how-to-box">
<div class="container">
<div class="col-xs-8 col-centered">
- <h2 class="section--heading-1 section--text--center"><?php echo $l->t('How to Box');?></h2>
+ <h1 class="section--heading-1 section--text--center"><?php echo $l->t('How to Box');?></h1>
<p class="section--intro section--text--center"><?php echo $l->t('The Nextcloud Box is very easy to assemble. It comes with all necessary screws and a screwdriver. The lid uses magnets (magic!) so you can quickly open and close it.');?></p>
<div class="assembly"></div>
<a class="button button--blue button--arrow button--large" href="<?php echo get_template_directory_uri(); ?>/assets/files/Box-Assembly-Guide.pdf" role="button"><?php echo $l->t('Download PDF</a>');?>
@@ -110,7 +110,7 @@
<div class="container">
<div class="row">
<div class="wrapper-text col-md-5">
- <h2 class="section--heading-1"><?php echo $l->t('Watch the announcement');?></h2>
+ <h1 class="section--heading-1"><?php echo $l->t('Watch the announcement');?></h1>
<p class="section--paragraph"><?php echo $l->t('The Nextcloud Box was announced at the Nextcloud Conference 2016, September 16 in Berlin, Germany.');?><p>
<p class="section--paragraph"><?php echo $l->t('On stage, in order of appearance: Nextcloud founder and managing director Frank Karlitschek, Canonical CEO Jane Silber and Joseph Lee, Head of Global Operations at WDLabs, the business growth incubator of Western Digital Corporation. Find more details in <a class="hyperlink" href="https://nextcloud.com/pr20160916/">the press release of the announcement here.</a>');?><p>
</div>