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>2022-04-04 21:12:31 +0300
committerJos Poortvliet <jospoortvliet@gmail.com>2022-04-04 21:12:31 +0300
commite79ccaf8c7b928466cb4db80867740dedfb33836 (patch)
treed860bcd366b315590f8278a517bb2975807eeafc
parentfce2a0e4e565428372a34ea02a625af258dcbe83 (diff)
add wp
Signed-off-by: Jos Poortvliet <jospoortvliet@gmail.com>
-rw-r--r--assets/img/whitepapers/geneve-thumbnail-banner.pngbin0 -> 34616 bytes
-rw-r--r--assets/whitepapers.json4
-rw-r--r--page-whitepapers.php23
3 files changed, 27 insertions, 0 deletions
diff --git a/assets/img/whitepapers/geneve-thumbnail-banner.png b/assets/img/whitepapers/geneve-thumbnail-banner.png
new file mode 100644
index 00000000..8adffa2c
--- /dev/null
+++ b/assets/img/whitepapers/geneve-thumbnail-banner.png
Binary files differ
diff --git a/assets/whitepapers.json b/assets/whitepapers.json
index b38f97f8..1b022e2e 100644
--- a/assets/whitepapers.json
+++ b/assets/whitepapers.json
@@ -110,6 +110,10 @@
"20": {
"whitepaper_name": "Sparkasse Munich uses Nextcloud with HKN",
"whitepaper_url": "English: https://nextcloud.com/media/wp135098u/whitepaper_Stadtsparkasse-Munich.pdf"
+ },
+ "21": {
+ "whitepaper_name": "Vile de Genève deploys Nextcloud to protect Digital Sovereignty",
+ "whitepaper_url": "English: https://nextcloud.com/media/wp135098u/Ville-de-Geneve.pdf"
}
}
diff --git a/page-whitepapers.php b/page-whitepapers.php
index 9b0e19e0..219cfb7d 100644
--- a/page-whitepapers.php
+++ b/page-whitepapers.php
@@ -22,6 +22,29 @@
<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/geneve-thumbnail-banner.png"/>
+ </div>
+ <div class="row">
+ <div class="description">
+ <h3 class="section--paragraph__title"><?php echo $l->t('Vile de Genève deploys Nextcloud');?></h3>
+ <p class="section--paragraph"><?php echo $l->t('The city of Genève aims to protect their Digital Sovereignty.');?></p>
+ </div>
+ <form name="whitepaper" method="post" action="<?php echo home_url('whitepaper-submit') ?>">
+ <input type="hidden" name="segmentId" value="21">
+ <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="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="row wpthumbnail">
<img class="img-responsive" src="<?php bloginfo('template_directory'); ?>/assets/img/whitepapers/skmunich-thumbnail-banner.png"/>