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-yourdata.php
parentde7d1bacb5e387e2bbfa83243182b13dc49321b4 (diff)
fix headings
Signed-off-by: Jos Poortvliet <jospoortvliet@gmail.com>
Diffstat (limited to 'page-yourdata.php')
-rw-r--r--page-yourdata.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/page-yourdata.php b/page-yourdata.php
index 064d788b..e5dec225 100644
--- a/page-yourdata.php
+++ b/page-yourdata.php
@@ -38,28 +38,28 @@
<p class="section--paragraph"><?php echo $l->t('Here\'s three ways you can use Nextcloud to get regain control over your own data, and share it with only people you\'ve chosen.');?></p>
<img class="" style="float:right; width: 300px;height:auto;margin:30px;" src="<?php echo get_template_directory_uri(); ?>/assets/img/common/yourdata.gif" alt="in action" />
- <p class="section--paragraph__tittle"><?php echo $l->t('1/ Simple Signup');?></p>
+ <h3 class="section--paragraph__title"><?php echo $l->t('1/ Simple Signup');?></h3>
<p class="section--paragraph"><?php echo $l->t('This is by far the easiest solution. We have selected a range of providers who run a Nextcloud for you. Of course, it is still up to you to trust the server of your choice, as there\'s many. The best part: You won\'t be alone on your own server! You can share from one Nextcloud server to users on another, just like you can email from Hotmail to GMail (but in this case, Google and Microsoft won\'t see your files).');?></p>
<p class="section--paragraph"><a href="<?php echo home_url('signup') ?>" class="button button--blue button--arrow button--large"><?php echo $l->t('Find a provider here!');?></a></p>
- <p class="section--paragraph__tittle"><?php echo $l->t('2/ Self-hosted Nextcloud');?></p>
+ <h3 class="section--paragraph__title"><?php echo $l->t('2/ Self-hosted Nextcloud');?></h3>
<p class="section--paragraph"><?php echo $l->t('If you want to be even more in control of your data and have some more time and experience, you can run your own Nextcloud instance on the server of your choice. We try to make this as simple as possible, and we have <a href="https://help.nextcloud.com" class="hyperlink">a nice community</a> where some of our contributors will be happy to help you.');?></p>
<p class="section--paragraph"><a href="<?php echo home_url('install') ?>" class="button button--blue button--arrow button--large"><?php echo $l->t('Host your own server with Nextcloud!');?></a></p>
- <p class="section--paragraph__tittle"><?php echo $l->t('3/ Run Nextcloud on the hardware of your choice');?></p>
+ <h3 class="section--paragraph__title"><?php echo $l->t('3/ Run Nextcloud on the hardware of your choice');?></h3>
<p class="section--paragraph"><?php echo $l->t('Of course, you don\'t need to have your data on some server far away from you. Want to run your Nextcloud at home? You can do that too. For example, you can do that on a Raspberry Pi. Or you could go for a nice router with an integrated Nextcloud. Keep your data at home!');?></p>
<p class="section--paragraph"><a href="<?php echo home_url('devices') ?>" class="button button--blue button--arrow button--large"><?php echo $l->t('Run Nextcloud at home!');?></a></p>
- <p class="section--paragraph__tittle"><?php echo $l->t('What is Nextcloud?');?></p>
+ <h3 class="section--paragraph__title"><?php echo $l->t('What is Nextcloud?');?></h3>
<p class="section--paragraph"><?php echo $l->t('Nextcloud is a private cloud software you can use to access your documents on your laptop or phone, and share with others. Have video calls and nobody will be recording who you talked to or what you said! Share holiday pictures with your family and know only they have access! Your data is no longer sold, analyzed for ads or held hostage.');?></p>
- <p class="section--paragraph__tittle"><?php echo $l->t('Who makes Nextcloud?');?></p>
+ <h3 class="section--paragraph__title"><?php echo $l->t('Who makes Nextcloud?');?></h3>
<p class="section--paragraph"><?php echo $l->t('We\'re Nextcloud, a community of volunteers and entrepreneurs who care about where your files are. With Nextcloud, everyone from home users to large enterprises, hospitals and government agencies can host their own, secure and private Dropbox or Office 365 alternative. Nextcloud offers easy to use web, desktop and mobile interfaces to sync files, share them with others and edit them on-the-go. Nextcloud offers the most popular self-hosted alternative, with hundreds of thousands of servers forming a decentralized, federated network hosting data from an estimated over 25 million users.');?></p>
</div>