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>2020-02-28 15:31:09 +0300
committerJos Poortvliet <jospoortvliet@gmail.com>2020-02-28 15:31:09 +0300
commit56ed286d9cadd877825d098101cf07b3fa332589 (patch)
treeaed4db63d19ecfc9bff3ac63b9d7123a8f851643 /page-securesharing.php
parent005434429b52771d1112fa6a5ca49cb175c3fd99 (diff)
fix style
Signed-off-by: Jos Poortvliet <jospoortvliet@gmail.com>
Diffstat (limited to 'page-securesharing.php')
-rw-r--r--page-securesharing.php24
1 files changed, 11 insertions, 13 deletions
diff --git a/page-securesharing.php b/page-securesharing.php
index 43c6c8ef..5a96bf76 100644
--- a/page-securesharing.php
+++ b/page-securesharing.php
@@ -81,29 +81,27 @@
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2">
- <h2>The 10 issues with data silos</h2>
+ <h2>10 issues with data silos</h2>
<p class="section--paragraph">Employees in modern organizations use tens, sometimes dozens different online services for tracking tasks, tickets, managing blogs, updating documentation, editing files, communicating with partners and more. But this outgrowth of IT services complicates work and multiplies the risk of data leaks.</p>
</div>
</div>
<div class="row">
<div class="col-md-6">
<h3 class="section--paragraph__title">5x inefficiency and waste of time</h3>
- <ul>
- <ol>1. Tools don't connect so data is uploaded to multiple places and employees lose track of what is where</ol>
- <ol>2. More different services means more frequent service disruption that blocks employees from working</ol>
- <ol>3. Each tool has a different user interface, requiring more of training and causing mistakes</ol>
- <ol>4. Nobody knows who has access to what tool and who manages which accounts</ol>
- <ol>5. The IT department loses track of the services and ends up paying for unused accounts</ol>
- </ul>
+ <p class="section--paragraph">1. Tools don't connect so data is uploaded to multiple places and employees lose track of what is where</p>
+ <p class="section--paragraph">2. More different services means more frequent service disruption that blocks employees from working</p>
+ <p class="section--paragraph">3. Each tool has a different user interface, requiring more of training and causing mistakes</p>
+ <p class="section--paragraph">4. Nobody knows who has access to what tool and who manages which accounts</p>
+ <p class="section--paragraph">5. The IT department loses track of the services and ends up paying for unused accounts</p>
</div>
<div class="col-md-6">
<h3 class="section--paragraph__title">5x security risks</h3>
<ul>
- <ol>1. Uploading data to multiple platforms means multiplying the risk of a data breach</ol>
- <ol>2. Loss of visibility and ability to track where data is and who has access</ol>
- <ol>3. Complicated reporting on data breach causes compliance issues</ol>
- <ol>4. Central or connected authentication and storage means breach in one is breach in all</ol>
- <ol>5. Password re-use by employees across platforms means even a breach in a low-risk service risks all</ol>
+ <p class="section--paragraph">1. Uploading data to multiple platforms means multiplying the risk of a data breach</p>
+ <p class="section--paragraph">2. Loss of visibility and ability to track where data is and who has access</p>
+ <p class="section--paragraph">3. Complicated reporting on data breach causes compliance issues</p>
+ <p class="section--paragraph">4. Central or connected authentication and storage means breach in one is breach in all</p>
+ <p class="section--paragraph">5. Password re-use by employees across platforms means even a breach in a low-risk service risks all</p>
</ul>
</div>
</div>