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-02-12 19:11:26 +0300
committerJos Poortvliet <jospoortvliet@gmail.com>2018-02-12 19:12:40 +0300
commit1dde9287491046c6a77c0cb49d4a0d05762b4fef (patch)
tree9aec95df0378d6a4299de1b4c1184369acee95c3 /page-legal.php
parent5b5b44c4d8553dea07948c83265c37274d8f142e (diff)
first draft of legal page
Signed-off-by: Jos Poortvliet <jospoortvliet@gmail.com>
Diffstat (limited to 'page-legal.php')
-rw-r--r--page-legal.php284
1 files changed, 99 insertions, 185 deletions
diff --git a/page-legal.php b/page-legal.php
index 8568e937..adf99f20 100644
--- a/page-legal.php
+++ b/page-legal.php
@@ -19,7 +19,7 @@ require(["require.config"], function() {
<div class="container">
<div class="col-md-6 topheader">
<h1><?php echo $l->t('Secure document management');?></h1>
- <h2><?php echo $l->t('Nextcloud for law firms');?></p>
+ <h2><?php echo $l->t('Nextcloud for law firms, notaries and tax advisers');?></p>
</div>
</div>
</div>
@@ -41,7 +41,7 @@ require(["require.config"], function() {
<div class="col-md-4 revealOnScroll">
<div class="icon text-center"><img src="<?php bloginfo('template_directory'); ?>/assets/img/icons/mobile.svg" /></div>
<p class="section--paragraph__tittle text-center"><?php echo $l->t('Modern Communication');?></p>
- <p class="section--paragraph text-center"><?php echo $l->t('Communication via paper only is out of date. Clients expect from their law firm a modern, digital communication exchange, secure and discreet. In the office, at home and on the road.');?></p>
+ <p class="section--paragraph text-center"><?php echo $l->t('Communication via paper only is out of date. Clients expect from their law firm, notary or tax adviser a modern, digital communication exchange, secure and discreet. In the office, at home and on the road.');?></p>
</div>
<div class="col-md-4 revealOnScroll">
<div class="icon text-center"><img src="<?php bloginfo('template_directory'); ?>/assets/img/icons/permissions.svg" /></div>
@@ -63,14 +63,42 @@ require(["require.config"], function() {
<div class="container">
<div class="col-md-6">
<h2 class="revealOnScroll"><?php echo $l->t('Use cases');?></h2>
- <p class="section--paragraph__tittle"><?php echo $l->t('Client communication');?></p>
- <p class="section--paragraph"><?php echo $l->t('Modern, fast and cost-effective client communication: cheaper than letter mail, safer than e-mail.');?></p>
- <p class="section--paragraph__tittle"><?php echo $l->t('Paperless office');?></p>
- <p class="section--paragraph"><?php echo $l->t('Access your documents from anywhere, on a PC, tablet or smartphone.');?></p>
- <p class="section--paragraph__tittle"><?php echo $l->t('Text recognition and full text search');?></p>
- <p class="section--paragraph"><?php echo $l->t('Scan and index documents with advanced text recognition (OCR) and full-text search. Nextcloud also connects to any document scanner (Xerox, Canon, HP, etc.) that supports WebDAV as well as mobile scanning and OCR apps, such as ScanBot.');?></p>
- <p class="section--paragraph__tittle"><?php echo $l->t('Document versioning and archiving');?></p>
- <p class="section--paragraph"><?php echo $l->t('Versioning and long-term archiving of your documents.');?></p>
+ <div class="row">
+ <div class="col-md-2 featureblock">
+ <i class="fa-commenting-o fa"></i>
+ </div>
+ <div class="col-md-10 featureblock">
+ <p class="section--paragraph__tittle"><?php echo $l->t('Client communication');?></p>
+ <p class="section--paragraph"><?php echo $l->t('Modern, fast and cost-effective client communication: cheaper than letter mail, safer than e-mail.');?></p>
+ </div>
+ </div>
+ <div class="row">
+ <div class="col-md-2 featureblock">
+ <i class="fa-tablet fa"></i>
+ </div>
+ <div class="col-md-10 featureblock">
+ <p class="section--paragraph__tittle"><?php echo $l->t('Paperless office');?></p>
+ <p class="section--paragraph"><?php echo $l->t('Access your documents from anywhere, on a PC, tablet or smartphone.');?></p>
+ </div>
+ </div>
+ <div class="row">
+ <div class="col-md-2 featureblock">
+ <i class="fa-paragraph fa"></i>
+ </div>
+ <div class="col-md-10 featureblock">
+ <p class="section--paragraph__tittle"><?php echo $l->t('Text recognition and full text search');?></p>
+ <p class="section--paragraph"><?php echo $l->t('Scan and index documents with advanced text recognition (OCR) and full-text search.');?></p>
+ </div>
+ </div>
+ <div class="row">
+ <div class="col-md-2 featureblock">
+ <i class="fa-server fa"></i>
+ </div>
+ <div class="col-md-10 featureblock">
+ <p class="section--paragraph__tittle"><?php echo $l->t('Document versioning and archiving');?></p>
+ <p class="section--paragraph"><?php echo $l->t('Versioning and long-term archiving of your documents.');?></p>
+ </div>
+ </div>
</div>
<img class="big-img" src="<?php echo get_template_directory_uri(); ?>/assets/img/headers/legal2.jpg">
<img class="small-img" src="<?php echo get_template_directory_uri(); ?>/assets/img/headers/legal2-small.jpg">
@@ -90,91 +118,23 @@ require(["require.config"], function() {
<div class="col-md-6 revealOnScroll feature--block">
<p class="section--paragraph__tittle"><?php echo $l->t('Public clouds are not a safe solution');?></p>
<p class="section--paragraph"><?php echo $l->t('Most consumer-grade solutions like Dropbox or Office 365 were not designed with privacy regulations and security concerns in mind, mixing data from consumers and businesses, spread out in data centers across the globe.');?></p>
- <p class="section--paragraph"><?php echo $l->t('Rather than trying to work around their limitations, Nextcloud Files provides a security-first solution which puts IT in complete control over the location and access policies of data with a private cloud solution.');?></p>
+ <p class="section--paragraph"><?php echo $l->t('Rather than trying to work around their limitations, Nextcloud Files provides a security-first solution which puts you in complete control over the location and access policies of data with a private cloud solution.');?></p>
</div>
</div>
</div>
</section>
-
-
-
-<!--<section class="section--whitepaper quote">
- <div class="container revealOnScroll">
- <div class="row">
- <div class="col-lg-8 col-lg-offset-2">
- <h2 class="revealOnScroll"><?php echo $l->t('Analysis: data in legal');?></h2>
- <p class="revealOnScroll"><?php echo $l->t('We recommend to keep sensitive data on your own infrastructure instead of in a public cloud as the easiest and most cost-effective way of ensuring compliance.<br>Download our free legal security analysis.');?></p>
- <form name="whitepaper" method="post" action="../health-whitepapersubmit">
- <p><label for="email">
- <td colspan="2" style="text-align:center">
- <div class="">
- <div id="RecaptchaField1"></div>
- </div>
- </td>
- <input class="mail" type="text" name="email" maxlength="80" placeholder="Enter your email"></label> <input class="button button--large" type="submit" value=" Get the Analysis "></p>
- </form>
- </div>
- </div>
- <img class="responsive" src="<?php bloginfo('template_directory'); ?>/assets/img/whitepapers/ldap-thumbnail-banner.png"/>
- </div>
-</section>-->
-
-<!--<section class="claim">
- <div class="container">
- <div class="col-md-10 col-md-offset-1 claim__container">
- <p class="claim__paragraph">
- <?php echo $l->t('In the next 5 to 10 years, we can expect far more security issues, which will require bigger budgets, more staff and teaching best practices.');?>
- </p>
- <div class="claim__brand">
- <div class="claim__brand__logo"></div>
- <p class="claim__brand__text">
- - Cédric Cartau, Chief Information Security Officer at <a class="hyperlink" href="https://www.digitalforallnow.com/en/what-are-the-implications-of-legal-data-security-interview-with-cedric-cartau/">Nantes University Hospital</a>
- </p>
- </div>
- </div>
- </div>
-</section>-->
-
-
-
-<!--<section class="section--customers">
-<div class="container">
- <h2 class="section--heading-1 text-center revealOnScroll"><?php echo $l->t('Some of our customers');?></h2>
- <div class="row">
- <div class="col-sm-3 customer">
- <div class="customer-logo">
- <a href="https://nextcloud.com/blog/9-german-educational-and-research-institutions-move-to-nextcloud-as-part-of-tu-berlin-migration-more-coming/"><img class="" src="<?php echo get_template_directory_uri(); ?>/assets/img/customers/tuberlin.png" /></a>
- </div>
- </div>
- <div class="col-sm-3 customer">
- <div class="customer-logo">
- <a href="https://nextcloud.com/blog/3000-users-at-ucloud4schools-migrated-to-nextcloud-11-by-regio-it/"><img class="" src="<?php echo get_template_directory_uri(); ?>/assets/img/customers/regioit.png" /></a>
- </div>
- </div>
- <div class="col-sm-3 customer">
- <div class="customer-logo">
- <a href="https://nextcloud.com/blog/the-danish-research-and-education-network-moves-from-owncloud-to-nextcloud/"><img class="" src="<?php echo get_template_directory_uri(); ?>/assets/img/customers/deic.png" /></a>
- </div>
- </div>
- <div class="col-sm-3 customer">
- <div class="customer-logo">
- <a href="http://my.engineering.queensu.ca/"><img class="" src="<?php echo get_template_directory_uri(); ?>/assets/img/customers/queens.png" /></a>
- </div>
- </div>
- </div>
-</div>
-</section>-->
+<div class="separator"></div>
<section class="section--modern">
<div class="container">
<div class="row">
<p class="section--intro text-center revealOnScroll"><?php echo $l->t('Features');?></p>
<h3 class="section--heading-1 text-center revealOnScroll"><?php echo $l->t('Everything you need');?></h3>
- <div class="easy--ilustration"></div>
+ <div class="modern--ilustration"></div>
<p class="section--intro text-center revealOnScroll"><?php echo $l->t('Nextcloud offers everything you need for efficient, secure document management.');?></p>
</div>
- <div class="row">
+ <div class="row feature-row">
<div class="col-md-6 revealOnScroll">
<a><img class="img-responsive" src="<?php echo get_template_directory_uri(); ?>/assets/img/features/mobileDesktop.png" alt="in action"/></a>
</div>
@@ -184,20 +144,59 @@ require(["require.config"], function() {
<a href="<?php echo home_url('clients') ?>" class="button button--blue button--arrow button--large"><?php echo $l->t('Sync clients');?></a>
</div>
</div>
+ <div class="row feature-row">
+ <div class="col-md-6 revealOnScroll image--floated">
+ <div data-type="youtube" data-video-id="AhFnbB-a7ik"></div>
+ </div>
+ <div class="col-md-6 revealOnScroll feature--block">
+ <p class="section--paragraph__tittle"><?php echo $l->t('Secure document sharing');?></p>
+ <p class="section--paragraph"><?php echo $l->t('Provide your employees, clients and partners with documents for review or joint editing. Thanks to dedicated user and group management, everyone only sees what they really need to see.');?></p>
+ <a href="<?php echo home_url('sharing') ?>" class="button button--blue button--arrow button--large"><?php echo $l->t('More about sharing');?></a>
+ </div>
+ </div>
+ <div class="row feature-row">
+ <div class="col-md-6 revealOnScroll">
+ <div data-type="youtube" data-video-id="jwhfeJlYBbM"></div>
+ </div>
+ <div class="col-md-6 revealOnScroll feature--block">
+ <p class="section--paragraph__tittle"><?php echo $l->t('Integrated in email');?></p>
+ <p class="section--paragraph revealOnScroll"><?php echo $l->t('To quickly and securely get data to your clients or receive documents from them, use the Nextcloud Secure Sharing Outlook Add-in. This avoids insecure and big attachments and instead provides a secure, trust-worthy file exchange that does not direct your clients to a third party but runs on your server and your domain.');?></p>
+ <a href="<?php echo home_url('outlook') ?>" class="button button--blue button--arrow button--large"><?php echo $l->t('Email integration');?></a>
+ </div>
+ </div>
<div class="row">
<div class="col-md-6 revealOnScroll image--floated">
- <a><img class="img-responsive" src="<?php echo get_template_directory_uri(); ?>/assets/img/features/sharing-nw.png" alt="in action"/></a>
+ <a><img class="img-responsive" src="<?php echo get_template_directory_uri(); ?>/assets/img/features/ocr-nw.png" alt="in action"/></a>
</div>
<div class="col-md-6 revealOnScroll feature--block">
- <p class="section--paragraph__tittle"><?php echo $l->t('Multi-platform productivity');?></p>
- <p class="section--paragraph"><?php echo $l->t('Data needs to be available where the patient is. ');?></p>
- <p class="section--paragraph"><?php echo $l->t('Doctors and nurses can tag and comment on files for easy collaboration, roll back files to earlier versions or find deleted files in the trash. Real time collaborative editing and secure audio/video calls and chat complement the array of features aimed at enhancing productivity.');?></p>
+ <p class="section--paragraph__tittle"><?php echo $l->t('OCR and full-text search');?></p>
+ <p class="section--paragraph revealOnScroll"><?php echo $l->t('Nextcloud can easily be extended with powerful document management features like OCR and full-text search, enabling quick search in your documents.');?></p>
+ <p class="section--paragraph revealOnScroll"><?php echo $l->t('Nextcloud can be connected to any document scanner (Xerox, Canon, HP, etc.) that supports WebDAV as well as mobile scanning and OCR apps, such as ScanBot.');?></p>
+ <p class="section--paragraph revealOnScroll"><?php echo $l->t('Extensive, open-standards based API\'s result in a low barrier to extension and integration in existing tools and workflows like RA Micro and ReNoStar.');?></p>
</div>
</div>
</div>
</section>
-<a name="secure"></a>
+<section class="section--getstarted">
+ <div class="container-fluid quote">
+ <h2 class="text-center revealOnScroll"><?php echo $l->t('Legal firms provide trust');?></h2>
+ <p class="section--paragraph section--text--center revealOnScroll"><?php echo $l->t('Notaries, law firms and tax advisers are entrusted with the most confidential knowledge of their clients. Breaking that trust, for example due to a data-leak, is a career-ending mistake.');?></p>
+ <p class="section--paragraph section--text--center revealOnScroll"><?php echo $l->t('Nextcloud enables you to focus on your work, taking care that your data stays private and completely under your control!');?></p>
+ <div class="container">
+ <div class="row">
+ <div class="col-md-12 featureblock revealOnScroll">
+ <div class="row text-center">
+ <a href="<?php echo home_url('install') ?>" class="button button--arrow button--large"><?php echo $l->t('Try Nextcloud Files');?></a>
+ <a href="<?php echo home_url('buy') ?>" class="button button--arrow button--large"><?php echo $l->t('Contact sales');?></a>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+</section>
+
+
<section class="section--secure">
<div class="container">
<div class="row">
@@ -208,11 +207,19 @@ require(["require.config"], function() {
</div>
<div class="row">
<div class="col-md-10 col-md-offset-1 revealOnScroll feature--block">
- <p class="section--paragraph revealOnScroll"><?php echo $l->t('Legal documents are extremely sensitive. Clients care deeply about their privacy and keeping their data secure while regulators give heavy penalties for data leaks.');?></p>
+ <p class="section--paragraph revealOnScroll"><?php echo $l->t('Legal documents are extremely sensitive. Clients care deeply about their privacy and keeping their data secure while regulators give heavy penalties for data leaks. Nextcloud offers you the tools to keep data compliant and safe.');?></p>
+ <p class="section--paragraph revealOnScroll"><ul>
+ <li><strong><?php echo $l->t('Legal compliance');?></strong><br/>
+ <?php echo $l->t('Federal data protection and GDPR-compliant, protecting data sovereignty, keep the server location in your country.');?></li>
+ <li><strong><?php echo $l->t('data security');?></strong><br />
+ <?php echo $l->t('Multiple levels of encryption (HTTPS/SSL/TLS, AES-256 or stronger, server-side and end-to-end encryption) ensure the highest level of data protection from hacking.');?></li>
+ <li><strong><?php echo $l->t('client- and case related authorization');?></strong><br/>
+ <?php echo $l->t('A dedicated user and group management as well as a rights system allows the assignment of access rights according to your requirements.');?></li>
+ </ul>
<p class="section--paragraph revealOnScroll"><?php echo $l->t('Nextcloud is a popular self-hosted solution in businesses dealing with legal documents for its ability to strictly control access to data and industry-leading security capabilities.');?></p>
</div>
</div>
- <div class="row">
+ <div class="row feature-row">
<div class="col-md-6 revealOnScroll">
<a><img class="img-responsive" src="<?php echo get_template_directory_uri(); ?>/assets/img/features/file-access-control-nw.png" alt="in action"/></a>
</div>
@@ -222,7 +229,7 @@ require(["require.config"], function() {
<a href="/workflow" class="button button--blue button--arrow button--large"><?php echo $l->t('File Access Control');?></a>
</div>
</div>
- <div class="row">
+ <div class="row feature-row">
<div class="col-md-6 revealOnScroll image--floated">
<a><img class="img-responsive" src="<?php echo get_template_directory_uri(); ?>/assets/img/features/monitoring-nw.png" alt="in action"/></a>
</div>
@@ -232,8 +239,7 @@ require(["require.config"], function() {
<a href="/monitoring" class="button button--blue button--arrow button--large"><?php echo $l->t('Monitoring and auditing');?></a>
</div>
</div>
-
- <div class="row">
+ <div class="row feature-row">
<div class="col-md-6 revealOnScroll">
<a href="<?php bloginfo('template_directory'); ?>/assets/img/features/endtoend-server-nw.png"><img class="img-responsive screenshot" src="<?php echo get_template_directory_uri(); ?>/assets/img/features/endtoend-server-nw.png" alt="in action" /></a>
</div>
@@ -256,7 +262,7 @@ require(["require.config"], function() {
</p>
</div>
</div>
- <div class="row">
+ <div class="row feature-row">
<div class="col-md-10 col-md-offset-1 revealOnScroll feature--block">
<p class="section--paragraph revealOnScroll"><?php echo $l->t('Nextcloud offers first-in-class, third-party verified security backed by a USD 5000 Security Bug Bounty program protecting against unauthorized access.');?></p>
<a href="/secure" class="button button--blue button--arrow button--large"><?php echo $l->t('security in Nextcloud');?></a>
@@ -266,54 +272,6 @@ require(["require.config"], function() {
</section>
<div class="separator"></div>
-<a name="integrated"></a>
-<section class="section--integrated">
-<div class="container">
- <div class="row">
- <p class="section--intro text-center revealOnScroll"><?php echo $l->t('Easy integration');?></p>
- <h3 class="section--heading-1 text-center revealOnScroll"><?php echo $l->t('Efficient deployment and management');?></h3>
- <div class="efficiency--ilustration"></div>
- <p class="section--intro text-center revealOnScroll"><?php echo $l->t('Complexity is the enemy of security and Nextcloud is designed to offer quick and easy integration in existing infrastructure, leaving policies and procedures in place. Its powerful LDAP and storage integration seamlessly fits with existing user directories, Windows Network Drive, NFS and Sharepoint storage solutions.');?></p>
- <p class="section--intro text-center revealOnScroll"><?php echo $l->t('The result: a quick implementation at low cost, and easy maintenance making a self-hosted Nextcloud the cloud compliance solution with the lowest TCO.');?></p>
- </div>
-</div>
-<div class="container">
- <div class="row revealOnScroll ">
- <div class="col-md-10 col-md-offset-1 feature--block">
- <h3 class="section--heading-2 text-center"><?php echo $l->t('Deep integration');?></h3>
- </div>
- </div>
- <div class="row revealOnScroll ">
- <div class="col-md-6">
- <?php echo file_get_contents(get_template_directory_uri()."/assets/img/icons/kerberos.svg");?>
- <p class="section--paragraph"><?php echo $l->t('Nextcloud integrates in hospital infrastructure with support for SAML and Shibboleth, LDAP, Kerberos, Oauth, and other often used authentication mechanisms and runs on all enterprise Linux systems offering support options to match their life cycle.');?></p>
- </div>
- <div class="col-md-6">
- <?php echo file_get_contents(get_template_directory_uri()."/assets/img/icons/storage.svg");?>
- <p class="section--paragraph"><?php echo $l->t('Data storage can be one or multiple NFS, Object Storage, Samba or a variety of other powerful storage mechanisms. This way Nextcloud provides seamless access to data on existing storage mechanisms, respecting existing access control policies and transparently handling changes on the underlying storage layer.');?></p>
- </div>
- </div>
- <div class="row whitepaper text-center revealOnScroll">
- <div class="col-md-offset-4 col-md-4 wp-center">
- <p>
- <div class="row "><img class="responsive text-center" src="<?php bloginfo('template_directory'); ?>/assets/img/whitepapers/architecture-thumbnail-banner.png"/></div>
- <form name="whitepaper" method="post" action="../architecture-whitepapersubmit">
- <p><label for="email"><?php echo $l->t('Download our Architecture whitepaper');?><br>
- <input class="mail text-center" type="text" name="email" maxlength="80" size="30" placeholder="Enter your email"></label></p>
- <td colspan="2">
- <td colspan="2" style="text-align:center">
- <div class="">
- <div id="RecaptchaField2"></div>
- </div>
- </td>
- <input class="button button--blue button--large" type="submit" value=" Get the whitepaper ">
- </form>
- </p>
- </div>
- </div>
-</div>
-</section>
-
<section class="section--features">
<div class="container-widest">
@@ -365,47 +323,3 @@ require(["require.config"], function() {
</div>
</div>
</section>
-
-<div class="separator"></div>
-<a name="HIPAA"></a>
-<section class="section--hipaa">
-<div class="container">
- <div class="row">
- <p class="section--intro text-center revealOnScroll"><?php echo $l->t('Nextcloud and HIPAA');?></p>
- <h3 class="section--heading-1 text-center revealOnScroll"><?php echo $l->t('HIPAA COMPLIANCE STATEMENT');?></h3>
- <p class="section--intro text-center revealOnScroll"><?php echo $l->t('Updated August 1, 2017');?></p>
- </div>
- <div class="row">
- <div class="col-md-10 col-md-offset-1 revealOnScroll">
- <p class="section--paragraph__tittle"><?php echo $l->t('Introduction');?></p>
- <p class="section--paragraph"><?php echo $l->t('Nextcloud meets all Technical Safeguards requirements, supporting full compliance with the Health Insurance Portability and Accountability Act (HIPAA) of 1996. Nextcloud GmbH is committed to ensure its software keeps PHI (Protected Health Information) private and secure. We have implemented features, policies and procedures designed to ensure compliance with Federal and State information security laws, regulations, and rules, and monitor ongoing compliance efforts.');?></p>
- <p class="section--paragraph"><?php echo $l->t('Nextcloud supports:
- <ul>
- <li>Advanced Access Control capabilities</li>
- <li>Automatic expiration of passwords</li>
- <li>Account lockout upon multiple failed log-in attempts</li>
- <li>Automatic virus scans</li>
- <li>Secure data backups</li>
- <li>Audit-ready logging of all user actions</li>
- <li>Data-at-rest, in-transit and full end-to-end encryption</li>
- <li>Email verification and two-factor authentication</li>
- </ul>');?></p>
- <p class="section--paragraph"><?php echo $l->t('The self-hosted nature of Nextcloud ensures Nextcloud usage does not change existing compliance of infrastructure, provided features and capabilities are employed as required by HIPAA and other legislation. Nextcloud can advice in implementing a HIPAA compliant setup.');?></p>
- <p class="section--paragraph"><?php echo $l->t('Nextcloud services are designed not to require that our employees gain access to any customer data. In case this is required for specific support cases, confidentiality agreements are signed with all employees and extensive security processes are in place to log, investigate and report any breaches.');?></p>
- <p class="section--paragraph"><?php echo $l->t('We understand that keeping your client’s information safe is of the utmost importance and Nextcloud GmbH will continue to provide its software and services in accordance with the relevant requirements of all state and federal laws and regulations, including, as applicable, HIPAA.');?></p>
- <p class="section--paragraph"><?php echo $l->t('For additional information regarding Nextcloud’s privacy practices as they relate to this website, please see our <a class="hyperlink" href="/privacy">Privacy Statement</a>.');?></p>
- </div>
- </div>
- <div class="row">
- <div class="col-md-10 col-md-offset-1 revealOnScroll">
- <p class="section--paragraph__tittle"><?php echo $l->t('Questions');?></p>
- <p class="section--paragraph"><?php echo $l->t('Questions regarding Nextcloud’s HIPAA policies or compliance may be directed to:');?></p>
- <p class="section--paragraph"><?php echo $l->t('Nextcloud GmbH<br>
- Attention: HIPAA Privacy Officer<br>
- Kronenstr. 22A<br>
- 70173 Stuttgart Germany<br>
- info@nextcloud.com');?></p>
- </div>
- </div>
-</div>
-</section>