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-10-30 19:03:09 +0300
committerJos Poortvliet <jospoortvliet@gmail.com>2019-10-30 19:03:09 +0300
commitb25934e8af43426fc7314f9fcd6e9c00969a0048 (patch)
tree9710bbecbba55489717a2acbd7312c97d7da8505 /page-nextcloud-vs-office365.php
parent5bbcee1bc42063c45eacb5955b87812f13ac924d (diff)
more fixes after refactoring
Signed-off-by: Jos Poortvliet <jospoortvliet@gmail.com>
Diffstat (limited to 'page-nextcloud-vs-office365.php')
-rw-r--r--page-nextcloud-vs-office365.php7
1 files changed, 5 insertions, 2 deletions
diff --git a/page-nextcloud-vs-office365.php b/page-nextcloud-vs-office365.php
index fcb2f309..7cde0e59 100644
--- a/page-nextcloud-vs-office365.php
+++ b/page-nextcloud-vs-office365.php
@@ -392,7 +392,7 @@
</div>
</section>
-<section>
+<section class="section--details">
<div class="container">
<div class="row">
<div class="col-md-4 image--floated image--feature">
@@ -422,7 +422,7 @@
</div>
</div>
<div class="row feature-row">
- <div class="col-md-6 image--feature image--floated new-img">
+ <div class="col-md-6 image--feature new-img">
<a><img class="img-responsive featureimg" src="<?php echo get_template_directory_uri(); ?>/assets/img/features/ransomware-recovery.png" alt="in action"/></a>
</div>
<div class="col-md-6 feature--block">
@@ -435,6 +435,7 @@
</section>
+
<a name="integrated"></a>
<section class="section--integrated">
<div class="container">
@@ -534,3 +535,5 @@
</div>
</div>
</section>
+
+<?php require get_template_directory().'/verticals.php';?>