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:
authorMarco Ambrosini <marcoambrosini@pm.me>2020-10-01 13:55:47 +0300
committerMarco Ambrosini <marcoambrosini@pm.me>2020-10-01 13:55:47 +0300
commite57af739909f3b5118aba7bc87599edeaeab665d (patch)
treeb00ccb524dace596411506b8d17ff2f113bbbbb8 /page-talk.php
parent8e5a7fbf2baad05c1feb24183e671d3734ed2f56 (diff)
Talk page
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
Diffstat (limited to 'page-talk.php')
-rw-r--r--page-talk.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/page-talk.php b/page-talk.php
index fef622b4..018a3dc5 100644
--- a/page-talk.php
+++ b/page-talk.php
@@ -106,7 +106,7 @@
<p class="section--paragraph__tittle"><?php echo $l->t('GDPR, CCPA and more');?></p>
<p class="section--paragraph"><?php echo $l->t('The GDPR (General Data Protection Regulation) makes organizations liable for any violations of user privacy and deviations from a high data security standard.<br>Legislation like the CCPA (California Consumer Privacy Act of 2018) brings similar regulation to other countries.');?></p>
<p class="section--paragraph"><?php echo $l->t('Nextcloud has extensive GDPR compliance capabilities.');?></p>
- <p class="section--paragraph"><a class="button button--blue button--medium" href="<?php echo home_url('gdpr') ?>"><?php echo $l->t('Learn more');?></a></p>
+ <p class="section--paragraph"><a class="overlay-trigger button button--blue button--medium" href="<?php echo home_url('gdpr') ?>"><?php echo $l->t('Learn more');?></a></p>
</div>
</div>
<div class="row feature-row">
@@ -513,3 +513,4 @@
</div>
</section>
<?php require get_template_directory().'/verticals.php';?>
+<?php require get_template_directory().'/overlay.php'; ?>