Skip to content
This repository was archived by the owner on Oct 19, 2022. It is now read-only.
Merged
Changes from 1 commit
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
Next Next commit
Improve wording of sub-headline on frontpage
  • Loading branch information
jancborchardt authored Apr 15, 2019
commit 0611d90ab71abdab2a90dd41277f88355ad414fb
2 changes: 1 addition & 1 deletion page-homepage.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<?php echo file_get_contents(get_template_directory_uri()."/assets/img/next.svg"); ?>
</a>
<h1 class="jumbotron--heading-1"><?php echo $l->t('Protecting your data');?></h1>
<h2 class="jumbotron--lead"><?php echo $l->t('Building self-hosted products that allow you to be productive without losing control');?></h2>
<h2 class="jumbotron--lead"><?php echo $l->t('The self-hosted platform that makes you productive without losing control');?></h2>
<a class="button button--large button--arrow button--white" href="<?php echo home_url('install') ?>" role="button" id="get-nextcloud-button"><?php echo $l->t('Get Nextcloud');?></a><br>
<a class="button button--large button--arrow--down button--blue" href="#why-nextcloud" role="button" id="get-nextcloud-button"><?php echo $l->t('Learn more');?></a>
</div>
Expand Down