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>2021-12-17 13:10:32 +0300
committerJos Poortvliet <jospoortvliet@gmail.com>2021-12-17 13:10:32 +0300
commitbbae3e377602b5fa495326126b0a5b3685a98430 (patch)
treecc40b18a8a7f22e34fb462fc98d9f24b8855932d
parent8c26f9b174c2476a12991facff6b0a3ad2f1ac34 (diff)
re-arrange whitepapers
Signed-off-by: Jos Poortvliet <jospoortvliet@gmail.com>
-rw-r--r--page-education.php29
-rw-r--r--page-whitepapers.php193
2 files changed, 129 insertions, 93 deletions
diff --git a/page-education.php b/page-education.php
index 174411c4..f0f622d0 100644
--- a/page-education.php
+++ b/page-education.php
@@ -158,8 +158,34 @@ require(["require.config"], function() {
</div>
</section>
+<section class="section--whitepaper quote">
+ <div class="container ">
+ <div class="row">
+ <div class="col-lg-8">
+ <h2 class=""><?php echo $l->t('Nextcloud for 33K middle school students in France');?></h2>
+ <form name="whitepaper" method="post" action="<?php echo home_url('whitepaper-submit') ?>">
+ <p><label for="email"><?php echo $l->t('SIB offers digital services that supports over 500 healthcare structures and public entities in France.<br /> Learn about their deployment of Nextcloud in middle schools.');?><br>
+ <input type="hidden" name="segmentId" value="19">
+ <input type="hidden" name="firstname" value="">
+ <input type="hidden" name="requesttime" value="<?php echo time(); ?>">
+ <input class="mail" type="text" name="email" maxlength="80" placeholder="Enter your email"></label>
+ <div class="newsletter">
+ <input type="hidden" name="newsletter" value="0" />
+<!-- <input type="checkbox" name="newsletter" value="1"> <small>Sign me up for the Nextcloud newsletter</small><br/> -->
+ <input type="hidden" name="moreinfo" value="0" />
+ <input type="checkbox" name="moreinfo" value="1"> <small><?php echo $l->t('Subscribe me to the monthly Nextcloud newsletter');?></small><br/>
+ <small><?php echo $l->t('See our');?> <a class="hyperlink" href="<?php echo home_url('privacy') ?>"><?php echo $l->t('privacy policy');?></a></small>
+ </div>
+ <input class="button button--large" type="submit" value=" Get the case study "></p>
+ </form>
+ </div>
+ </div>
+ <img class="responsive" src="<?php bloginfo('template_directory'); ?>/assets/img/whitepapers/sib-thumbnail-banner.png"/>
+ </div>
+</section>
+
<a id="eduedition"></a>
-<div class="separator"></div>
+<!--<div class="separator"></div>-->
<section class="section--eduedition">
<div class="container">
<h1 class="section--heading-1 text-center "><?php echo $l->t('Education Edition');?></h1>
@@ -428,7 +454,6 @@ require(["require.config"], function() {
</div>
</section>
-<div class="separator"></div>
<a id="control"></a>
<section class="section--control">
<div class="container">
diff --git a/page-whitepapers.php b/page-whitepapers.php
index 804af303..e4c54681 100644
--- a/page-whitepapers.php
+++ b/page-whitepapers.php
@@ -15,47 +15,24 @@
</div>
</div>
+
<section class="section--whitepapers">
<div class="container">
- <h1 class="section--heading-2"><?php echo $l->t('Whitepapers and case studies');?></h1>
- <p class="section--paragraph"><?php echo $l->t('The Nextcloud white papers and case studies give a deep-dive in Nextcloud technology, processes around security, scalability and real-world benefits of deployments.');?></p>
+ <h1 class="section--heading-2"><?php echo $l->t('Case studies');?></h1>
+ <p class="section--paragraph"><?php echo $l->t('The Nextcloud case studies focus on the real-world benefits of Nextcloud deployments for our customers.');?></p>
<p class="section--paragraph"><small><?php echo $l->t('Note: unless you opt in to the newsletter, we do not store your email address, we just email you the link to the whitepaper.');?></small></p>
<div class="row list display-flex">
- <div class="col-md-3">
- <div class="row wpthumbnail">
- <img class="img-responsive" src="<?php bloginfo('template_directory'); ?>/assets/img/whitepapers/architecture-thumbnail-banner.png"/>
- </div>
- <div class="row">
- <div class="description">
- <h3 class="section--paragraph__title"><?php echo $l->t('Architecture Overview');?></h3>
- <p class="section--paragraph"><?php echo $l->t('Get an overview of the Nextcloud architecture and capabilities like user management, external storage and more.');?></p>
- </div>
- <form name="whitepaper" method="post" action="<?php echo home_url('whitepaper-submit') ?>">
- <input type="hidden" name="segmentId" value="1">
- <input type="hidden" name="firstname" value="">
- <input type="hidden" name="requesttime" value="<?php echo time(); ?>">
- <input class="mail" type="text" name="email" maxlength="80" placeholder="Enter your email"></label>
- <div class="newsletter">
- <input type="hidden" name="newsletter" value="0" />
-<!-- <input type="checkbox" name="newsletter" value="1"> <small>Sign me up for the Nextcloud newsletter</small><br/> -->
- <input type="hidden" name="moreinfo" value="0" />
- <input type="checkbox" name="moreinfo" value="1"> <small><?php echo $l->t('Subscribe me to the monthly Nextcloud newsletter');?> <?php echo $l->t('See our');?> <a class="hyperlink" href="<?php echo home_url('privacy') ?>"><?php echo $l->t('privacy policy');?></a></small>
- </div>
- <input class="button button--blue button--small" type="submit" value="Download"></p>
- </form>
- </div>
- </div>
- <div class="col-md-3">
+ <div class="col-md-3">
<div class="row wpthumbnail">
- <img class="img-responsive" src="<?php bloginfo('template_directory'); ?>/assets/img/whitepapers/security-thumbnail-banner.png"/>
+ <img class="img-responsive" src="<?php bloginfo('template_directory'); ?>/assets/img/whitepapers/luxembourg-thumbnail-banner.png"/>
</div>
<div class="row">
<div class="description">
- <h3 class="section--paragraph__title"><?php echo $l->t('Security');?></h3>
- <p class="section--paragraph"><?php echo $l->t('The Nextcloud security white paper gives an overview of the security features and processes designed to keep data in Nextcloud confidential.');?></p>
+ <h3 class="section--paragraph__title"><?php echo $l->t('15K teachers in Luxembourg use Nextcloud');?></h3>
+ <p class="section--paragraph"><?php echo $l->t('Nextcloud partner HNK has delivered a super fast Nextcloud setup to protect student and teacher data in Luxembourg, working for the Centre de gestion informatique de éducation');?></p>
</div>
<form name="whitepaper" method="post" action="<?php echo home_url('whitepaper-submit') ?>">
- <input type="hidden" name="segmentId" value="14">
+ <input type="hidden" name="segmentId" value="18">
<input type="hidden" name="firstname" value="">
<input type="hidden" name="requesttime" value="<?php echo time(); ?>">
<input class="mail" type="text" name="email" maxlength="80" placeholder="Enter your email"></label>
@@ -69,17 +46,17 @@
</form>
</div>
</div>
- <div class="col-md-3">
+ <div class="col-md-3">
<div class="row wpthumbnail">
- <img class="img-responsive" src="<?php bloginfo('template_directory'); ?>/assets/img/whitepapers/serverside-thumbnail-banner.png"/>
+ <img class="img-responsive" src="<?php bloginfo('template_directory'); ?>/assets/img/whitepapers/sib-thumbnail-banner.png"/>
</div>
<div class="row">
<div class="description">
- <h3 class="section--paragraph__title"><?php echo $l->t('Server-side Encryption');?></h3>
- <p class="section--paragraph"><?php echo $l->t('Nextcloud features server-side encryption to encrypt data at rest. It is particularly powerful when used with external storage as it ensures keys never leave the Nextcloud server.');?></p>
+ <h3 class="section--paragraph__title"><?php echo $l->t('Nextcloud for 33K middle school students in France');?></h3>
+ <p class="section--paragraph"><?php echo $l->t('SIB offers digital services that supports over 500 healthcare structures and public entities in France. Learn about their deployment of Nextcloud and Collabora Online in middle schools.');?></p>
</div>
<form name="whitepaper" method="post" action="<?php echo home_url('whitepaper-submit') ?>">
- <input type="hidden" name="segmentId" value="11">
+ <input type="hidden" name="segmentId" value="19">
<input type="hidden" name="firstname" value="">
<input type="hidden" name="requesttime" value="<?php echo time(); ?>">
<input class="mail" type="text" name="email" maxlength="80" placeholder="Enter your email"></label>
@@ -93,17 +70,17 @@
</form>
</div>
</div>
- <div class="col-md-3">
+ <div class="col-md-3">
<div class="row wpthumbnail">
- <img class="img-responsive" src="<?php bloginfo('template_directory'); ?>/assets/img/whitepapers/tub-thumbnail-banner.png"/>
+ <img class="img-responsive" src="<?php bloginfo('template_directory'); ?>/assets/img/whitepapers/ivz-thumbnail-banner.png"/>
</div>
<div class="row">
<div class="description">
- <h3 class="section--paragraph__title"><?php echo $l->t('TU Berlin Migration');?></h3>
- <p class="section--paragraph"><?php echo $l->t('The TU Berlin successfully migrated 30.000 users to Nextcloud, achieving near 50% lower database load and feature benefits. Find out what their setup looks like today.');?></p>
+ <h3 class="section--paragraph__title"><?php echo $l->t('German Radio and TV');?></h3>
+ <p class="section--paragraph"><?php echo $l->t('IVZ, Germany’s public radio and television deploys Nextcloud with ONLYOFFICE for efficient file exchange and online content collaboration.');?></p>
</div>
<form name="whitepaper" method="post" action="<?php echo home_url('whitepaper-submit') ?>">
- <input type="hidden" name="segmentId" value="5">
+ <input type="hidden" name="segmentId" value="93">
<input type="hidden" name="firstname" value="">
<input type="hidden" name="requesttime" value="<?php echo time(); ?>">
<input class="mail" type="text" name="email" maxlength="80" placeholder="Enter your email"></label>
@@ -119,15 +96,15 @@
</div>
<div class="col-md-3">
<div class="row wpthumbnail">
- <img class="img-responsive" src="<?php bloginfo('template_directory'); ?>/assets/img/whitepapers/ivz-thumbnail-banner.png"/>
+ <img class="img-responsive" src="<?php bloginfo('template_directory'); ?>/assets/img/whitepapers/deges-thumbnail-banner.png"/>
</div>
<div class="row">
<div class="description">
- <h3 class="section--paragraph__title"><?php echo $l->t('German Radio and TV');?></h3>
- <p class="section--paragraph"><?php echo $l->t('IVZ, Germany’s public radio and television deploys Nextcloud with ONLYOFFICE for efficient file exchange and online content collaboration.');?></p>
+ <h3 class="section--paragraph__title"><?php echo $l->t('Casestudy DEGES');?></h3>
+ <p class="section--paragraph"><?php echo $l->t('Nextcloud provides project management organization DEGES a content collaboration platform to efficiently manage over € 22 billion in construction projects in Germany');?></p>
</div>
<form name="whitepaper" method="post" action="<?php echo home_url('whitepaper-submit') ?>">
- <input type="hidden" name="segmentId" value="93">
+ <input type="hidden" name="segmentId" value="83">
<input type="hidden" name="firstname" value="">
<input type="hidden" name="requesttime" value="<?php echo time(); ?>">
<input class="mail" type="text" name="email" maxlength="80" placeholder="Enter your email"></label>
@@ -143,15 +120,15 @@
</div>
<div class="col-md-3">
<div class="row wpthumbnail">
- <img class="img-responsive" src="<?php bloginfo('template_directory'); ?>/assets/img/whitepapers/nwu-thumbnail-banner.png"/>
+ <img class="img-responsive" src="<?php bloginfo('template_directory'); ?>/assets/img/whitepapers/kas-thumbnail-banner.png"/>
</div>
<div class="row">
<div class="description">
- <h3 class="section--paragraph__title"><?php echo $l->t('North-West University Study');?></h3>
- <p class="section--paragraph"><?php echo $l->t('The North-West University of South Africa improves user storage mobility, collaboration and productivity with Nextcloud and Collabora Online.');?></p>
+ <h3 class="section--paragraph__title"><?php echo $l->t('Konrad-Adenauer-Stiftung Case Study');?></h3>
+ <p class="section--paragraph"><?php echo $l->t('Keeping data secure for a globally distributed organization working with politically sensitive data.');?></p>
</div>
<form name="whitepaper" method="post" action="<?php echo home_url('whitepaper-submit') ?>">
- <input type="hidden" name="segmentId" value="48">
+ <input type="hidden" name="segmentId" value="56">
<input type="hidden" name="firstname" value="">
<input type="hidden" name="requesttime" value="<?php echo time(); ?>">
<input class="mail" type="text" name="email" maxlength="80" placeholder="Enter your email"></label>
@@ -167,15 +144,15 @@
</div>
<div class="col-md-3">
<div class="row wpthumbnail">
- <img class="img-responsive" src="<?php bloginfo('template_directory'); ?>/assets/img/whitepapers/kas-thumbnail-banner.png"/>
+ <img class="img-responsive" src="<?php bloginfo('template_directory'); ?>/assets/img/whitepapers/tub-thumbnail-banner.png"/>
</div>
<div class="row">
<div class="description">
- <h3 class="section--paragraph__title"><?php echo $l->t('Konrad-Adenauer-Stiftung Case Study');?></h3>
- <p class="section--paragraph"><?php echo $l->t('Keeping data secure for a globally distributed organization working with politically sensitive data.');?></p>
+ <h3 class="section--paragraph__title"><?php echo $l->t('TU Berlin Migration');?></h3>
+ <p class="section--paragraph"><?php echo $l->t('The TU Berlin successfully migrated 30.000 users to Nextcloud, achieving near 50% lower database load and feature benefits. Find out what their setup looks like today.');?></p>
</div>
<form name="whitepaper" method="post" action="<?php echo home_url('whitepaper-submit') ?>">
- <input type="hidden" name="segmentId" value="56">
+ <input type="hidden" name="segmentId" value="5">
<input type="hidden" name="firstname" value="">
<input type="hidden" name="requesttime" value="<?php echo time(); ?>">
<input class="mail" type="text" name="email" maxlength="80" placeholder="Enter your email"></label>
@@ -191,15 +168,15 @@
</div>
<div class="col-md-3">
<div class="row wpthumbnail">
- <img class="img-responsive" src="<?php bloginfo('template_directory'); ?>/assets/img/whitepapers/endtoend-thumbnail-banner.png"/>
+ <img class="img-responsive" src="<?php bloginfo('template_directory'); ?>/assets/img/whitepapers/nwu-thumbnail-banner.png"/>
</div>
<div class="row">
<div class="description">
- <h3 class="section--paragraph__title"><?php echo $l->t('End-to-end Encryption');?></h3>
- <p class="section--paragraph"><?php echo $l->t('Nextcloud end-to-end encryption offers the ultimate protection for data, encrypting it on the client before sending it to the server.');?></p>
+ <h3 class="section--paragraph__title"><?php echo $l->t('North-West University Study');?></h3>
+ <p class="section--paragraph"><?php echo $l->t('The North-West University of South Africa improves user storage mobility, collaboration and productivity with Nextcloud and Collabora Online.');?></p>
</div>
<form name="whitepaper" method="post" action="<?php echo home_url('whitepaper-submit') ?>">
- <input type="hidden" name="segmentId" value="12">
+ <input type="hidden" name="segmentId" value="48">
<input type="hidden" name="firstname" value="">
<input type="hidden" name="requesttime" value="<?php echo time(); ?>">
<input class="mail" type="text" name="email" maxlength="80" placeholder="Enter your email"></label>
@@ -213,17 +190,17 @@
</form>
</div>
</div>
- <div class="col-md-3">
+ <div class="col-md-3">
<div class="row wpthumbnail">
- <img class="img-responsive" src="<?php bloginfo('template_directory'); ?>/assets/img/whitepapers/ncc-thumbnail-banner.png"/>
+ <img class="img-responsive" src="<?php bloginfo('template_directory'); ?>/assets/img/whitepapers/nwu-thumbnail-banner.png"/>
</div>
<div class="row">
<div class="description">
- <h3 class="section--paragraph__title"><?php echo $l->t('NCC Group review');?></h3>
- <p class="section--paragraph"><?php echo $l->t('We had the security experts from the independent NCC Group review our security processes and capabilities. Read their full report!');?></p>
+ <h3 class="section--paragraph__title"><?php echo $l->t('North-West University Study');?></h3>
+ <p class="section--paragraph"><?php echo $l->t('The North-West University of South Africa improves user storage mobility, collaboration and productivity with Nextcloud and ONLYOFFICE.');?></p>
</div>
<form name="whitepaper" method="post" action="<?php echo home_url('whitepaper-submit') ?>">
- <input type="hidden" name="segmentId" value="10">
+ <input type="hidden" name="segmentId" value="90">
<input type="hidden" name="firstname" value="">
<input type="hidden" name="requesttime" value="<?php echo time(); ?>">
<input class="mail" type="text" name="email" maxlength="80" placeholder="Enter your email"></label>
@@ -237,17 +214,27 @@
</form>
</div>
</div>
+ </div>
+</div>
+</section>
+
+<section class="section--whitepapers">
+<div class="container">
+ <h1 class="section--heading-2"><?php echo $l->t('Whitepapers');?></h1>
+ <p class="section--paragraph"><?php echo $l->t('The Nextcloud white papers give a deep-dive in Nextcloud technology, security and scalability.');?></p>
+ <p class="section--paragraph"><small><?php echo $l->t('Note: unless you opt in to the newsletter, we do not store your email address, we just email you the link to the whitepaper.');?></small></p>
+ <div class="row list display-flex">
<div class="col-md-3">
<div class="row wpthumbnail">
- <img class="img-responsive" src="<?php bloginfo('template_directory'); ?>/assets/img/whitepapers/gs-thumbnail-banner.png"/>
+ <img class="img-responsive" src="<?php bloginfo('template_directory'); ?>/assets/img/whitepapers/architecture-thumbnail-banner.png"/>
</div>
<div class="row">
<div class="description">
- <h3 class="section--paragraph__title"><?php echo $l->t('Global Scale');?></h3>
- <p class="section--paragraph"><?php echo $l->t('Global Scale delivers aglobally scalable solution for deployments with hundreds of millions of users, control over data locality and significant cost reductions.');?></p>
+ <h3 class="section--paragraph__title"><?php echo $l->t('Architecture Overview');?></h3>
+ <p class="section--paragraph"><?php echo $l->t('Get an overview of the Nextcloud architecture and capabilities like user management, external storage and more.');?></p>
</div>
<form name="whitepaper" method="post" action="<?php echo home_url('whitepaper-submit') ?>">
- <input type="hidden" name="segmentId" value="4">
+ <input type="hidden" name="segmentId" value="1">
<input type="hidden" name="firstname" value="">
<input type="hidden" name="requesttime" value="<?php echo time(); ?>">
<input class="mail" type="text" name="email" maxlength="80" placeholder="Enter your email"></label>
@@ -261,17 +248,17 @@
</form>
</div>
</div>
- <div class="col-md-3">
+ <div class="col-md-3">
<div class="row wpthumbnail">
- <img class="img-responsive" src="<?php bloginfo('template_directory'); ?>/assets/img/whitepapers/deges-thumbnail-banner.png"/>
+ <img class="img-responsive" src="<?php bloginfo('template_directory'); ?>/assets/img/whitepapers/security-thumbnail-banner.png"/>
</div>
<div class="row">
<div class="description">
- <h3 class="section--paragraph__title"><?php echo $l->t('Casestudy DEGES');?></h3>
- <p class="section--paragraph"><?php echo $l->t('Nextcloud provides project management organization DEGES a content collaboration platform to efficiently manage over € 22 billion in construction projects in Germany');?></p>
+ <h3 class="section--paragraph__title"><?php echo $l->t('Security');?></h3>
+ <p class="section--paragraph"><?php echo $l->t('The Nextcloud security white paper gives an overview of the security features and processes designed to keep data in Nextcloud confidential.');?></p>
</div>
<form name="whitepaper" method="post" action="<?php echo home_url('whitepaper-submit') ?>">
- <input type="hidden" name="segmentId" value="83">
+ <input type="hidden" name="segmentId" value="14">
<input type="hidden" name="firstname" value="">
<input type="hidden" name="requesttime" value="<?php echo time(); ?>">
<input class="mail" type="text" name="email" maxlength="80" placeholder="Enter your email"></label>
@@ -285,17 +272,17 @@
</form>
</div>
</div>
- <div class="col-md-3">
+ <div class="col-md-3">
<div class="row wpthumbnail">
- <img class="img-responsive" src="<?php bloginfo('template_directory'); ?>/assets/img/whitepapers/nwu-thumbnail-banner.png"/>
+ <img class="img-responsive" src="<?php bloginfo('template_directory'); ?>/assets/img/whitepapers/serverside-thumbnail-banner.png"/>
</div>
<div class="row">
<div class="description">
- <h3 class="section--paragraph__title"><?php echo $l->t('North-West University Study');?></h3>
- <p class="section--paragraph"><?php echo $l->t('The North-West University of South Africa improves user storage mobility, collaboration and productivity with Nextcloud and ONLYOFFICE.');?></p>
+ <h3 class="section--paragraph__title"><?php echo $l->t('Server-side Encryption');?></h3>
+ <p class="section--paragraph"><?php echo $l->t('Nextcloud features server-side encryption to encrypt data at rest. It is particularly powerful when used with external storage as it ensures keys never leave the Nextcloud server.');?></p>
</div>
<form name="whitepaper" method="post" action="<?php echo home_url('whitepaper-submit') ?>">
- <input type="hidden" name="segmentId" value="90">
+ <input type="hidden" name="segmentId" value="11">
<input type="hidden" name="firstname" value="">
<input type="hidden" name="requesttime" value="<?php echo time(); ?>">
<input class="mail" type="text" name="email" maxlength="80" placeholder="Enter your email"></label>
@@ -309,17 +296,17 @@
</form>
</div>
</div>
- <div class="col-md-3">
+ <div class="col-md-3">
<div class="row wpthumbnail">
- <img class="img-responsive" src="<?php bloginfo('template_directory'); ?>/assets/img/whitepapers/luxembourg-thumbnail-banner.png"/>
+ <img class="img-responsive" src="<?php bloginfo('template_directory'); ?>/assets/img/whitepapers/endtoend-thumbnail-banner.png"/>
</div>
<div class="row">
<div class="description">
- <h3 class="section--paragraph__title"><?php echo $l->t('15K teachers in Luxembourg use Nextcloud');?></h3>
- <p class="section--paragraph"><?php echo $l->t('Nextcloud partner HNK has delivered a super fast Nextcloud setup to protect student and teacher data in Luxembourg, working for the Centre de gestion informatique de éducation');?></p>
+ <h3 class="section--paragraph__title"><?php echo $l->t('End-to-end Encryption');?></h3>
+ <p class="section--paragraph"><?php echo $l->t('Nextcloud end-to-end encryption offers the ultimate protection for data, encrypting it on the client before sending it to the server.');?></p>
</div>
<form name="whitepaper" method="post" action="<?php echo home_url('whitepaper-submit') ?>">
- <input type="hidden" name="segmentId" value="18">
+ <input type="hidden" name="segmentId" value="12">
<input type="hidden" name="firstname" value="">
<input type="hidden" name="requesttime" value="<?php echo time(); ?>">
<input class="mail" type="text" name="email" maxlength="80" placeholder="Enter your email"></label>
@@ -333,17 +320,17 @@
</form>
</div>
</div>
- <div class="col-md-3">
+ <div class="col-md-3">
<div class="row wpthumbnail">
- <img class="img-responsive" src="<?php bloginfo('template_directory'); ?>/assets/img/whitepapers/sib-thumbnail-banner.png"/>
+ <img class="img-responsive" src="<?php bloginfo('template_directory'); ?>/assets/img/whitepapers/ncc-thumbnail-banner.png"/>
</div>
<div class="row">
<div class="description">
- <h3 class="section--paragraph__title"><?php echo $l->t('Nextcloud for 33K middle school students in France');?></h3>
- <p class="section--paragraph"><?php echo $l->t('SIB offers digital services that supports over 500 healthcare structures and public entities in France. Learn about their deployment of Nextcloud in middle schools (English version).');?></p>
+ <h3 class="section--paragraph__title"><?php echo $l->t('NCC Group review');?></h3>
+ <p class="section--paragraph"><?php echo $l->t('We had the security experts from the independent NCC Group review our security processes and capabilities. Read their full report!');?></p>
</div>
<form name="whitepaper" method="post" action="<?php echo home_url('whitepaper-submit') ?>">
- <input type="hidden" name="segmentId" value="19">
+ <input type="hidden" name="segmentId" value="10">
<input type="hidden" name="firstname" value="">
<input type="hidden" name="requesttime" value="<?php echo time(); ?>">
<input class="mail" type="text" name="email" maxlength="80" placeholder="Enter your email"></label>
@@ -357,17 +344,17 @@
</form>
</div>
</div>
- <div class="col-md-3">
+ <div class="col-md-3">
<div class="row wpthumbnail">
- <img class="img-responsive" src="<?php bloginfo('template_directory'); ?>/assets/img/whitepapers/geneve-audit-thumbnail-banner.png"/>
+ <img class="img-responsive" src="<?php bloginfo('template_directory'); ?>/assets/img/whitepapers/gs-thumbnail-banner.png"/>
</div>
<div class="row">
<div class="description">
- <h3 class="section--paragraph__title"><?php echo $l->t('Nextcloud audit by Swiss Kyos');?></h3>
- <p class="section--paragraph"><?php echo $l->t('The second largest city in Switzerland, Geneva, contracted Swiss IT Security firm Kyos to audit the Nextcloud code base they use. Get the results.');?></p>
+ <h3 class="section--paragraph__title"><?php echo $l->t('Global Scale');?></h3>
+ <p class="section--paragraph"><?php echo $l->t('Global Scale delivers aglobally scalable solution for deployments with hundreds of millions of users, control over data locality and significant cost reductions.');?></p>
</div>
<form name="whitepaper" method="post" action="<?php echo home_url('whitepaper-submit') ?>">
- <input type="hidden" name="segmentId" value="3">
+ <input type="hidden" name="segmentId" value="4">
<input type="hidden" name="firstname" value="">
<input type="hidden" name="requesttime" value="<?php echo time(); ?>">
<input class="mail" type="text" name="email" maxlength="80" placeholder="Enter your email"></label>
@@ -405,6 +392,30 @@
<a style="margin-top: 115px" class="button button--blue button--small" href="https://www.bareos.com/en/company_news/whitepaper-bareos-nextcloud-en.html"><?php echo $l->t('Download');?></a>
</div>
</div>
+ <div class="col-md-3">
+ <div class="row wpthumbnail">
+ <img class="img-responsive" src="<?php bloginfo('template_directory'); ?>/assets/img/whitepapers/geneve-audit-thumbnail-banner.png"/>
+ </div>
+ <div class="row">
+ <div class="description">
+ <h3 class="section--paragraph__title"><?php echo $l->t('Nextcloud audit by Swiss Kyos');?></h3>
+ <p class="section--paragraph"><?php echo $l->t('The second largest city in Switzerland, Geneva, contracted Swiss IT Security firm Kyos to audit the Nextcloud code base they use. Get the results.');?></p>
+ </div>
+ <form name="whitepaper" method="post" action="<?php echo home_url('whitepaper-submit') ?>">
+ <input type="hidden" name="segmentId" value="3">
+ <input type="hidden" name="firstname" value="">
+ <input type="hidden" name="requesttime" value="<?php echo time(); ?>">
+ <input class="mail" type="text" name="email" maxlength="80" placeholder="Enter your email"></label>
+ <div class="newsletter">
+ <input type="hidden" name="newsletter" value="0" />
+<!-- <input type="checkbox" name="newsletter" value="1"> <small>Sign me up for the Nextcloud newsletter</small><br/> -->
+ <input type="hidden" name="moreinfo" value="0" />
+ <input type="checkbox" name="moreinfo" value="1"> <small><?php echo $l->t('Subscribe me to the monthly Nextcloud newsletter');?> <?php echo $l->t('See our');?> <a class="hyperlink" href="<?php echo home_url('privacy') ?>"><?php echo $l->t('privacy policy');?></a></small>
+ </div>
+ <input class="button button--blue button--small" type="submit" value="Download"></p>
+ </form>
+ </div>
+ </div>
</div>
</div>
</section>