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>2019-04-22 18:13:52 +0300
committerJos Poortvliet <jospoortvliet@gmail.com>2019-04-25 11:27:22 +0300
commit2ec8c9307e7cda5adc36632da7d9c0e572fc2f88 (patch)
tree5d376562c4b23454a50d3f7d8605c21cb7e6e8b3 /page-files.php
parentd9c48d841c388550dd2bbe3dde5cb530e81bc43d (diff)
update usermgmt page with guest app, replace usermgmt image
Signed-off-by: Jos Poortvliet <jospoortvliet@gmail.com>
Diffstat (limited to 'page-files.php')
-rw-r--r--page-files.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/page-files.php b/page-files.php
index e169166d..3dfd34c7 100644
--- a/page-files.php
+++ b/page-files.php
@@ -177,7 +177,7 @@
<div class="container">
<div class="row">
<div class="col-md-6 revealOnScroll image--feature new-img">
- <img class="img-responsive featureimg" src="<?php echo get_template_directory_uri(); ?>/assets/img/features/TOTP_2FA_auth.png" alt="in action" >
+ <img class="img-responsive featureimg" src="<?php echo get_template_directory_uri(); ?>/assets/img/features/TOTP_2FA_auth.png" alt="in action" >
</div>
<div class="col-md-6 revealOnScroll feature--block">
@@ -362,8 +362,8 @@
<section class="section--usermanagement">
<div class="container">
<div class="row">
- <div class="col-md-6 image--floated revealOnScroll image--feature">
- <a><img class="img-responsive featureimg" src="<?php bloginfo('template_directory'); ?>/assets/img/features/usermanagement.png"/></a>
+ <div class="col-md-6 revealOnScroll image--feature new-img image--floated">
+ <a href="<?php bloginfo('template_directory'); ?>/assets/img/features/usermanagement.png"><img class="img-responsive featureimg" src="<?php echo get_template_directory_uri(); ?>/assets/img/features/usermanagement.png" alt="in action" ></a>
</div>
<p class="section--paragraph__tittle"><?php echo $l->t('Integrated account management');?></p>
<p class="section--paragraph"><?php echo $l->t('Nextcloud features built-in account management with optional two-factor authentication as well as Single-sign-on support and integration with external user directories like LDAP or IMAP, SMB, FTP and more.');?></p>