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:
authorMarius Blüm <marius@lineone.io>2017-02-05 13:56:48 +0300
committerMarius Blüm <marius@lineone.io>2017-02-05 13:56:48 +0300
commit7965a66cdcdf9c590e615ecc06d0d5dccc84446c (patch)
treec3e825fe87cb358377d27d0eb32f594a7e541971 /page-outlook.php
parent2e437ecc0ed4e6629fc88d041897b9f5edde2806 (diff)
Use GitHub instead of Sourceforge
Signed-off-by: Marius Blüm <marius@lineone.io>
Diffstat (limited to 'page-outlook.php')
-rw-r--r--page-outlook.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/page-outlook.php b/page-outlook.php
index 1a4e016c..11166ef6 100644
--- a/page-outlook.php
+++ b/page-outlook.php
@@ -3,13 +3,13 @@
require(["require.config"], function() {
require(["pages/outlook"])
});
-</script>
+</script>
<link rel="stylesheet" href="<?php bloginfo('template_directory'); ?>/assets/css/outlook.css">
<!-- <link type="text/css" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.2/themes/redmond/jquery-ui.css" rel="stylesheet"/> -->
</head>
-<div class="background outlook-background">
+<div class="background outlook-background">
<div class="container">
<div class="row">
<div class="col-md-6 topheader">
@@ -31,7 +31,7 @@
<a class="youtube" href="https://www.youtube.com/watch?v=luWFBBcvkyc" title="Nextcloud Secure Sharing Outlook Add-in">
<img src="https://img.youtube.com/vi/luWFBBcvkyc/maxresdefault.jpg" title="Nextcloud Secure Sharing Outlook Add-in" />
<div class="yt-play-btn">
- <i></i>
+ <i></i>
</div>
</a>
</div>-->
@@ -55,7 +55,7 @@
<p class="section--paragraph"><?php echo $l->t('The Secure Sharing Outlook Add-in takes away the IT headache caused by risky attachments.');?></p>
<p class="section--paragraph"><?php echo $l->t('Storing and sharing files securely through Nextcloud ensures company policies on data availability, retention and safety can be enforced. This enables system administrators for example to make sure attachments are run through the virus scanner, certain file types are protected from being shared outside the company or retention policies are followed.');?></p>
<p class="section--paragraph"><?php echo $l->t('Another significant advantage for IT departments is the savings in storage space for email servers. The add-in negates the need for storing large amounts of attachments in multiple email boxes and decreases network traffic.');?></p>
-
+
</div>
</div>
</div>
@@ -136,7 +136,7 @@
<div class="row">
<div class="wrapper--buttons">
<a href="https://nextcloud.com/blog/nextcloud-offers-caldav-synchronizer-for-outlook-users/" class="button button--blue button--arrow button--large"><?php echo $l->t('Learn more');?></a>
- <a href="https://sourceforge.net/projects/outlookcaldavsynchronizer/" class="button button--blue button--arrow button--large"><?php echo $l->t('Get it');?></a>
+ <a href="https://github.com/aluxnimm/outlookcaldavsynchronizer/releases" class="button button--blue button--arrow button--large"><?php echo $l->t('Get it');?></a>
</div>
</div>
</div>