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>2018-09-04 16:34:27 +0300
committerJos Poortvliet <jospoortvliet@gmail.com>2018-09-04 16:34:27 +0300
commitb300d5a59c77248ca37c9bc77d9e3e3c2539ada8 (patch)
treed54fad2414fd9eb16a3adac4e41673032b38543f /page-engineering.php
parent1f83da46efbfb6d8c855d45401a70f4f8f7a7473 (diff)
social media image headers
Signed-off-by: Jos Poortvliet <jospoortvliet@gmail.com>
Diffstat (limited to 'page-engineering.php')
-rw-r--r--page-engineering.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/page-engineering.php b/page-engineering.php
index cfd3311f..318d4eba 100644
--- a/page-engineering.php
+++ b/page-engineering.php
@@ -5,6 +5,10 @@ require(["require.config"], function() {
require(["bootstrap", "modules/youtubePlayer"])
});
</script>
+<meta itemprop="image" content="<?php echo get_template_directory_uri(); ?>/assets/img/headers/engineering.jpg">
+<meta name="twitter:image" content="<?php echo get_template_directory_uri(); ?>/assets/img/headers/engineering.jpg">
+<meta name="twitter:image:src" content="<?php echo get_template_directory_uri(); ?>/assets/img/headers/engineering.jpg">
+<meta property="og:image" content="<?php echo get_template_directory_uri(); ?>/assets/img/headers/engineering.jpg">
</head>
<div class="engineering-background second-menu">
<div class="container-fluid background">
@@ -44,7 +48,7 @@ require(["require.config"], function() {
<div class="col-md-4 revealOnScroll">
<div class="icon text-center"><img src="<?php bloginfo('template_directory'); ?>/assets/img/icons/monitoring.svg" /></div>
<p class="section--paragraph__tittle text-center"><?php echo $l->t('Complete control');?></p>
- <p class="section--paragraph text-center"><?php echo $l->t('Knowing where data is and who has access is crucial in a heavily regulated industry. Nextcloud combines advanced data access controls with powerful monitoring and logging capabilities to ensure compliance and auditability.');?></p>
+ <p class="section--paragraph text-center"><?php echo $l->t('Knowing where data is and who has access is important, especially when working with third parties. Nextcloud combines advanced data access controls with powerful monitoring and logging capabilities to ensure compliance and auditability.');?></p>
</div>
</div>
</div>