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-11-13 22:56:34 +0300
committerJos Poortvliet <jospoortvliet@gmail.com>2018-11-13 22:56:34 +0300
commit7fe180920facac51922a14ccedbb1b2a5fe3e2b3 (patch)
tree381798a419072156b992eb06544406c2ea862aea /page-clients.php
parent198cdfba845db8af478ef99904c185d2f353e21c (diff)
put images in website
Signed-off-by: Jos Poortvliet <jospoortvliet@gmail.com>
Diffstat (limited to 'page-clients.php')
-rw-r--r--page-clients.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/page-clients.php b/page-clients.php
index 330e1fc0..6b520a19 100644
--- a/page-clients.php
+++ b/page-clients.php
@@ -94,29 +94,29 @@
<h2 class="text-center revealOnScroll"><?php echo $l->t('Desktop client in action');?></h2>
<div class="row">
<div class="col-md-4">
- <a href="https://nextcloud.com/media/share-dialog.png"><img src="https://nextcloud.com/media/share-dialog.png" alt="" class="img-responsive" /></a>
+ <a href="<?php echo get_template_directory_uri(); ?>/assets/img/features/share-dialog.png"><img src="<?php echo get_template_directory_uri(); ?>/assets/img/features/share-dialog.png" alt="" class="img-responsive" /></a>
Easy to use sharing dialog
</div>
<div class="col-md-4">
- <a href="https://nextcloud.com/media/share-dialog-options.png"><img src="https://nextcloud.com/media/share-dialog-options.png" alt="" class="img-responsive" /></a>
+ <a href="<?php echo get_template_directory_uri(); ?>/assets/img/features/share-dialog-options.png"><img src="<?php echo get_template_directory_uri(); ?>/assets/img/features/share-dialog-options.png" alt="" class="img-responsive" /></a>
Share dialog options only show when needed
</div>
<div class="col-md-4">
- <a href="https://nextcloud.com/media/context-menu.png"><img src="https://nextcloud.com/media/context-menu.png" alt="" class="img-responsive" /></a>
+ <a href="<?php echo get_template_directory_uri(); ?>/assets/img/features/context-menu.png"><img src="<?php echo get_template_directory_uri(); ?>/assets/img/features/context-menu.png" alt="" class="img-responsive" /></a>
Open Nextcloud apps from the context menu
</div>
</div>
<div class="row">
<div class="col-md-4">
- <a href="https://nextcloud.com/media/space-used.png"><img src="https://nextcloud.com/media/space-used.png" alt="" class="img-responsive" /></a>
+ <a href="<?php echo get_template_directory_uri(); ?>/assets/img/features/space-used.png"><img src="<?php echo get_template_directory_uri(); ?>/assets/img/features/space-used.png" alt="" class="img-responsive" /></a>
See how much storage you have left
</div>
<div class="col-md-4">
- <a href="https://nextcloud.com/media/edit-ignored-files.png"><img src="https://nextcloud.com/media/edit-ignored-files.png" alt="" class="img-responsive" /></a>
+ <a href="<?php echo get_template_directory_uri(); ?>/assets/img/features/edit-ignored-files.png"><img src="<?php echo get_template_directory_uri(); ?>/assets/img/features/edit-ignored-files.png" alt="" class="img-responsive" /></a>
List which files should not be synced
</div>
<div class="col-md-4">
- <a href="https://nextcloud.com/media/separate-activities.png"><img src="https://nextcloud.com/media/separate-activities.png" alt="" class="img-responsive" /></a>
+ <a href="<?php echo get_template_directory_uri(); ?>/assets/img/features/separate-activities.png"><img src="<?php echo get_template_directory_uri(); ?>/assets/img/features/separate-activities.png" alt="" class="img-responsive" /></a>
View and respond to activities and notifications
</div>
</div>