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:
authorPaulo Moura <itsme@paulomoura.com>2017-07-23 02:02:53 +0300
committerMorris Jobke <hey@morrisjobke.de>2017-08-26 15:45:56 +0300
commit31a9a027e4b2847be4c2447192884d7943cc4a2b (patch)
tree3085aba7dcc80a8036606a978ca74bd9468c2f59 /page-clients.php
parent8348913720ba7508916c2e6cd3e6b97446bb6a1a (diff)
update until feature storage
Diffstat (limited to 'page-clients.php')
-rw-r--r--page-clients.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/page-clients.php b/page-clients.php
index 7088da00..b40f150d 100644
--- a/page-clients.php
+++ b/page-clients.php
@@ -1,12 +1,12 @@
<head>
-<link href="<?php echo get_template_directory_uri(); ?>/assets/css/clients.css" rel="stylesheet">
+<link href="<?php echo get_template_directory_uri(); ?>/assets/css/pages/clients.css" rel="stylesheet">
<!--<script>
require(["require.config"], function() {
require(["pages/clients"])
});
</script>-->
</head>
-<div class="background clients-background">
+<div class="background clients-background">
<div class="container">
<div class="row">
<div class="col-md-6 topheader">
@@ -30,7 +30,7 @@
<p class="section--paragraph"><?php echo $l->t('The desktop client will also notify you when something happens on your private cloud, for example if you receive a new share or get an audio/video call. You can see a history of what happened with your files in the Activity overview.');?></p>
<!-- <a href="install/#install-clients" class="button button--blue button--arrow button--large"><?php echo $l->t('Get the desktop client');?></a> -->
</div>
- </div>
+ </div>
</section>
<section class="section--mobile">
@@ -45,5 +45,5 @@
<p class="section--paragraph"><?php echo $l->t('You can rename, delete and move files, view images and documents. The clients handle multiple accounts and show activity happening on your server, notifying you of new events such as the availability of new shares or a audio/video call.');?></p>
<a href="install/#install-clients" class="button button--blue button--arrow button--large"><?php echo $l->t('Get the clients');?></a>
</div>
- </div>
+ </div>
</section>