forked from nextcloud/nextcloud.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpage-enterprise.php
345 lines (323 loc) Β· 22.7 KB
/
page-enterprise.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
<head>
<script>
require(["require.config"], function() {
require(["modules/slideshow", "modules/submenu"])
});
</script>
<link href="<?php echo get_template_directory_uri(); ?>/assets/css/pages/enterprise.css?v=5" rel="stylesheet">
<!-- <script src='https://www.google.com/recaptcha/api.js'></script> -->
<!--<script src="https://www.google.com/recaptcha/api.js?onload=CaptchaCallback&render=explicit" async defer></script>
<script type="text/javascript">
var CaptchaCallback = function() {
grecaptcha.render('RecaptchaField1', {'sitekey' : '<?php echo RECAPTCHA_SITEKEY; ?>'});
grecaptcha.render('RecaptchaField2', {'sitekey' : '<?php echo RECAPTCHA_SITEKEY; ?>'});
};
</script>-->
<meta itemprop="image" content="<?php echo get_template_directory_uri(); ?>/assets/img/headers/legal2.jpg">
<meta name="twitter:image" content="<?php echo get_template_directory_uri(); ?>/assets/img/headers/legal2.jpg">
<meta name="twitter:image:src" content="<?php echo get_template_directory_uri(); ?>/assets/img/headers/legal2.jpg">
<meta property="og:image" content="<?php echo get_template_directory_uri(); ?>/assets/img/headers/legal2.jpg">
</head>
<section class="enterprise-hero-section background second-menu">
<div class="container background">
<div class="col-md-6 topheader">
<h1><?php echo $l->t('Nextcloud Enterprise');?></h1>
<h2><?php echo $l->t('The enterprise-ready Content Collaboration Platform');?></h2>
</div>
</div>
<div class="container-fluid menu" id="menuAnchor">
<div class="container buttons">
<a class="button button--blue" href="<?php echo home_url('faq') ?>"><?php echo $l->t('FAQ');?></a>
<a class="button button--blue" href="<?php echo home_url('enterprise/order') ?>"><?php echo $l->t('order online');?></a>
<a class="button button--blue" href="<?php echo home_url('enterprise/buy') ?>"><?php echo $l->t('get a quote');?></a>
<a class="button button--blue" href="<?php echo home_url('pricing') ?>"><?php echo $l->t('pricing plans');?></a>
</div>
</div>
</section>
<section class="section--offer">
<div class="container">
<h1 class="section--heading-1 text-center"><?php echo $l->t('Scaleable, secure and tested');?></h1>
<h3 class="section--intro text-center"><?php echo $l->t('Nextcloud Enterprise gives professional organizations software optimized and tested for mission critical environments.');?></h3>
<h3 class="section--intro text-center"><?php echo $l->t('Nextcloud Enterprise is backed by a Nextcloud Subscription with the services and expertise needed for quick deployment and reliable service.');?></h3>
</div>
</section>
<!-- <div class="separator"></div> -->
<section class="section--benefits">
<!-- <h1 class="section--heading-1 text-center"><?php echo $l->t('Nextcloud Enterprise Delivers');?></h1>
<p class="text-center"><?php echo $l->t('Your Nextcloud subscription enables you to successfully deploy and manage your Nextcloud instances, complimenting your IT resources and increasing the efficiency and reliability of your service.');?></p>-->
<div class="container">
<div class="row">
<div class="col-md-6 benefit">
<h2 class="text-center"><?php echo $l->t('Security');?></h2>
<!-- <h3 class="text-center"><?php echo $l->t('Keep your data safe');?></h3> -->
<div class="ilustration">
<?php echo file_get_contents(get_template_directory_uri()."/assets/img/enterprise/security-new.svg"); ?>
</div>
<div class="content">
<p class="text-center"><?php echo $l->t('Nextcloud Enterprise customers have priority access to security and stability fixes and direct access to the most advanced security expertise in the self-hosted file sync and collaboration market.');?></p>
<!-- <p class="text-center"><a class="button button--white button--arrow" href="<?php echo home_url('secure') ?>"><?php echo $l->t('Security details');?></a></p> -->
</div>
</div>
<div class="col-md-6 benefit">
<h2 class="text-center"><?php echo $l->t('Compliance');?></h2>
<!-- <h3 class="text-center"><?php echo $l->t('Certification and compliance');?></h3> -->
<div class="ilustration integrity__ilustration">
<?php echo file_get_contents(get_template_directory_uri()."/assets/img/enterprise/data_safe-new.svg"); ?>
</div>
<div class="content">
<p class="text-center"><?php echo $l->t('Nextcloud Enterprise is a guaranteed proven, certified code base for legal compliance legislation like the GDPR and HIPAA. You can count on our expertise, documentation and reviews.');?></p>
<!-- <p class="text-center"><a class="button button--white button--arrow" href="<?php echo home_url('gdpr') ?>"><?php echo $l->t('Compliance details');?></a></p> -->
</div>
</div>
</div>
<div class="row">
<div class="col-md-6 benefit">
<h2 class="text-center"><?php echo $l->t('Scalability');?></h2>
<!-- <h3 class="text-center"><?php echo $l->t('Costs and efficiency');?></h3> -->
<div class="ilustration illustration-scalability">
<?php echo file_get_contents(get_template_directory_uri()."/assets/img/globalscale/final.svg"); ?>
</div>
<div class="content">
<p class="text-center"><?php echo $l->t('Nextcloud Enterprise is pre-configured and optimized for the needs of professional organizations rather than home users.');?></p>
<p class="text-center"><?php echo $l->t('Nextcloud Global Scale delivers industry-leading scalability, control over data locality and cost reduction opportunities.');?> <!--<a class="hyperlink" href="<?php echo home_url('globalscale') ?>"><?php echo $l->t('Learn about Global Scale.');?></a></p>-->
<!-- <p class="text-center"><a class="button button--white button--arrow" href="<?php echo home_url('globalscale') ?>"><?php echo $l->t('Learn about Global Scale');?></a></p> -->
</div>
</div>
<div class="col-md-6 benefit">
<h2 class="text-center"><?php echo $l->t('Reliability');?></h1>
<!-- <h3 class="text-center"><?php echo $l->t('The best from the best');?></h2> -->
<div class="ilustration lifecycle__ilustration">
<?php echo file_get_contents(get_template_directory_uri()."/assets/img/enterprise/ilustration_matterexperts-new.svg"); ?>
</div>
<div class="content">
<p class="text-center"><?php echo $l->t('Nextcloud Enterprise undergoes additional testing and quality assurance to provide you the most reliable solution. Align to your platform with a life cycle of up to 15 years.');?></p>
<p class="text-center"><?php echo $l->t('Our unique approach to support gives you direct access to Nextcloud engineering expertise without a layer of call center people between you and what you need.');?></p>
<!-- <p class="text-center"><a class="button button--white button--arrow" href="<?php echo home_url('pricing') ?>"><?php echo $l->t('See pricing');?></a></p> -->
</div>
</div>
</div>
</div>
</section>
<section class="quote section--contact">
<div class="container">
<div class="row">
<div class="col-md-6 col-md-offset-3">
<h2 class="text-center"><?php echo $l->t('Get started now!');?></h2>
<p class="text-center"><?php echo $l->t('We are dedicated to your success as Nextcloud customer. Make sure you have the best solution.');?></p>
<p class="text-center"><a class="button button--white button--arrow" href="<?php echo home_url('buy') ?>"><?php echo $l->t('Contact us');?></a></p>
</div>
</div>
</div>
</section>
<!--<div class="separator"></div>
<a name="security" id="security"></a>
<section class="section--security">
<div class="container">
<h2 class="text-center"><?php echo $l->t('Security');?></h2>
<div class="ilustration">
<?php echo file_get_contents(get_template_directory_uri()."/assets/img/enterprise/security-new.svg"); ?>
</div>
<div class="content">
<p class="text-center"><?php echo $l->t('Nextcloud develops its software with a rigorous focus on security through the entire life cycle of the product. Our active and passive security measures are backed by the some of the highest security bug bounties in the open source industry.');?></p>
<p class="text-center"><?php echo $l->t('With Nextcloud Enterprise you get priority access to security and stability fixes and direct access to the most advanced security expertise in the self-hosted file sync and collaboration market.');?></p>
<p class="text-center"><a class="button button--white button--arrow" href="<?php echo home_url('secure') ?>"><?php echo $l->t('Security details');?></a></p>
</div>
</div>
</section>
<div class="separator"></div>
<a name="compliance" id="compliance"></a>
<section class="section--compliance">
<div class="container">
<h2 class="text-center"><?php echo $l->t('Compliance');?></h2>
<div class="ilustration integrity__ilustration">
<?php echo file_get_contents(get_template_directory_uri()."/assets/img/enterprise/data_safe-new.svg"); ?>
</div>
<div class="content">
<p class="text-center"><?php echo $l->t('Nextcloud Enterprise is a guaranteed proven, certified code base for legal compliance legislation like the GDPR and HIPAA. You can count on our expertise, documentation and reviews.');?></p>
<p class="text-center"><?php echo $l->t('Hundreds of the world\'s most sensitive productivity platforms depend on Nextcloud to provide teams with a secure environment to work in. Our certification offers the certainty they need.');?></p>
<p class="text-center"><a class="button button--white button--arrow" href="<?php echo home_url('gdpr') ?>"><?php echo $l->t('Compliance details');?></a></p>
</div>
</div>
</section>
<div class="separator"></div>
<a name="scalability" id="scalability"></a>
<section class="section--scalability">
<div class="container">
<h2 class="text-center"><?php echo $l->t('Scalability');?></h2>
<div class="ilustration illustration-scalability">
<?php echo file_get_contents(get_template_directory_uri()."/assets/img/globalscale/final.svg"); ?>
</div>
<div class="content">
<p class="text-center"><?php echo $l->t('Nextcloud Enterprise is pre-configured and optimized for the needs of professional organizations rather than home users.');?></p>
<p class="text-center"><?php echo $l->t('Our unique Nextcloud Global Scale architecture delivers scalability to hundreds of millions of users, unprecedented control over the locality of data and dramatic cost reduction opportunities at large scale storage and database level.');?>
<p class="text-center"><a class="button button--white button--arrow" href="<?php echo home_url('globalscale') ?>"><?php echo $l->t('Learn about Global Scale');?></a></p>
</div>
</div>
</section>
<div class="separator"></div>
<a name="reliability" id="reliability"></a>
<section class="section--reliability">
<div class="container">
<h2 class="text-center"><?php echo $l->t('Reliability');?></h1>
<div class="ilustration lifecycle__ilustration">
<?php echo file_get_contents(get_template_directory_uri()."/assets/img/enterprise/ilustration_matterexperts-new.svg"); ?>
</div>
<div class="content">
<p class="text-center"><?php echo $l->t('Nextcloud Enterprise undergoes additional testing and quality assurance to provide you the most reliable solution. Align to your platform with a life cycle of up to 15 years.');?></p>
<p class="text-center"><?php echo $l->t('We are dedicated to your success as Nextcloud customer. Our unique approach to support gives you direct access to Nextcloud engineering expertise. There is no layer of call center people between you and what you need, giving you the equivalent of a dedicated on-site engineering team.');?></p>
<p class="text-center"><a class="button button--white button--arrow" href="<?php echo home_url('pricing') ?>"><?php echo $l->t('See pricing');?></a></p>
</div>
</div>
</section>-->
<!-- <div class="separator"></div> -->
<?php require get_template_directory().'/verticals.php';?>
<a name="capabilities" id="capabilities"></a>
<section class="section--whitepaper">
<div class="container">
<h3 class="section--intro text-center"><?php echo $l->t('What you need');?></h3>
<h1 class="text-center section--heading-1"><?php echo $l->t('Nextcloud Enterprise Capabilities');?></h1>
<div class="row">
<div class="col-md-6">
<h3 class=""><?php echo $l->t('Deep integration in your infrastructure');?></h3>
<p><?php echo $l->t('Nextcloud offers LDAP/Active Directory, SAML and Kerberos authentication. It accesses data on NFS, (s)FTP, WebDAV, Windows Network Drive, Object Stores like SWIFT and many others.');?></p>
</div>
</div>
<div class="row">
<div class="col-lg-8">
<form name="whitepaper" method="post" action="<?php echo get_template_directory_uri()."/mautic-submit.php" ?>">
<p><label for="email"><?php echo $l->t('Download our Architecture whitepaper!');?><br>
<td colspan="2">
<div class="">
<div id="RecaptchaField1"></div>
</div>
</td>
<input type="hidden" name="segmentId" value="1">
<input class="mail" type="text" name="email" maxlength="80" placeholder="<?php echo $l->t('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('Inform me about new white papers and other relevant information');?></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--blue button--large" type="submit" value=" <?php echo $l->t('Get the whitepaper');?> "></p>
</form>
</div>
</div>
<img class="responsive" src="<?php bloginfo('template_directory'); ?>/assets/img/whitepapers/architecture-thumbnail-banner.png"/>
</div>
</section>
<!--<section class="section--whitepaper quote">
<div class="container">
<div class="row">
<div class="col-lg-8">
<h2><?php echo $l->t('<span class="avoidwrap">How the TU Berlin delivers</span> <span class="avoidwrap">file sync and share</span> <span class="avoidwrap">to 22.000 users</span>');?></h2>
<form name="whitepaper" method="post" action="<?php echo get_template_directory_uri()."/mautic-submit.php" ?>">
<p><label for="email"><?php echo $l->t('Download our free case study: <br /> TU Berlin and 9 other institutions migrate to Nextcloud');?><br>
<td colspan="2" style="text-align:center">
<div class="">
<div id="RecaptchaField2"></div>
</div>
</td>
<input type="hidden" name="segmentId" value="5">
<input class="mail" type="text" name="email" maxlength="80" placeholder="<?php echo $l->t('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('Inform me about new white papers and other relevant information');?></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=" <?php echo $l->t('Get the case study');?> "></p>
</form>
</div>
</div>
<img class="responsive" src="<?php bloginfo('template_directory'); ?>/assets/img/whitepapers/tub-thumbnail-banner.png"/>
</div>
</section>-->
<!--
<section class="section--customers">
<div class="container">
<h1 class="section--heading-1 text-center"><?php echo $l->t('Nextcloud in Education');?></h1>
<div class="row">
<div class="col-md-8 col-md-offset-2">
<p class="section--paragraph text-center"><?php echo $l->t('With the Nextcloud Education Edition a unique offering is available providing Moodle integration, Zenodo publishing, SAML authentication, collaboration features and more.');?></p>
</div>
</div>
<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 class="text-center"><a class="button button--blue button--arrow button--large" href="<?php echo home_url('education') ?>">Learn more</a></div>
</div>
</div>
</section>-->
<section class="slideshow" id="slideshow">
<div class="indicators">
<ul class="carousel_dots"></ul>
<li class="btn_carousel"><a href="#feature-1"></a></li>
<li class="btn_carousel"><a href="#feature-2"></a></li>
<li class="btn_carousel"><a href="#feature-3"></a></li>
<li class="btn_carousel"><a href="#feature-4"></a></li>
</div>
<div class="container">
<div class="col-md-6 ">
<div class="container-image-center" id="imageTrigger">
<img class="image-back" src="<?php echo get_template_directory_uri(); ?>/assets/img/enterprise/capabilities-back.png">
<div class="image-top-container">
<img class="img-responsive image-top image__desktop" src="<?php echo get_template_directory_uri(); ?>/assets/img/enterprise/sprite_screen.jpg">
<img class="img-responsive image-top image__mobile" src="<?php echo get_template_directory_uri(); ?>/assets/img/enterprise/sprite_screen_mobile.jpg">
</div>
</div>
</div>
<div class="texts-wrapper col-md-6">
<div class="right-text-grey" data-slide="1">
<h5 class="textTrigger" id="feature-1"><?php echo $l->t('Monitoring and compliance');?></h5>
<p><?php echo $l->t('Nextcloud offers extensive monitoring and compliance capabilities ready for enterprises in sensitive businesses. Data locality, retention and access can be controled and logged for audit.');?></p>
<a class="button button--blue button--arrow button--large" href="<?php echo home_url('monitoring') ?>" role="button"><?php echo $l->t('Learn more about monitoring');?></a>
</p>
</div>
<div class="right-text-grey" data-slide="2">
<h5 class="textTrigger" id="feature-2"><?php echo $l->t('Security features keep your data safe');?></h5>
<p><?php echo $l->t('Nextcloud supports two-factor authentication and Server Side Encryption, has brute force protection and features industry-standard security measures like CSP, SSC and password and session management.');?></p>
<a class="button button--blue button--arrow button--large" href="<?php echo home_url('secure') ?>" role="button"><?php echo $l->t('Learn more about security');?></a>
</p>
</div>
<div class="right-text-grey" data-slide="3">
<h5 class="textTrigger" id="feature-3"><?php echo $l->t('IT stays in control');?></h5>
<p><?php echo $l->t('Our File Access Control app enables administrators to defining data access rules or triggering actions based on location, group membership, file type, tags and other properties.');?></p>
<a class="button button--blue button--arrow button--large" href="<?php echo home_url('workflow') ?>" role="button"><?php echo $l->t('Learn more about Workflow');?></a>
</p>
</div>
<div class="right-text-grey" data-slide="4">
<h5 class="textTrigger" id="feature-4"><?php echo $l->t('Easy access for users');?></h5>
<p><?php echo $l->t('Users can access and share their data on Nextcloud through sync clients for Windows, Linux and Mac as well as Android and IOS, providing a smooth experience no matter where data is located.');?></p>
<a class="button button--blue button--arrow button--large" href="<?php echo home_url('clients') ?>" role="button"><?php echo $l->t('Learn more about clients');?></a>
</p>
</div>
</div>
</div>
</section>
<section class="section--compare">
<div class="calltoaction">
<h1 class="section--heading-2 section--text--center"><?php echo $l->t('See how we stack up');?></h1>
<p class="section--paragraph section--text--center">
<a href="<?php echo home_url('compare') ?>" class="button button--blue button--arrow button--large"><?php echo $l->t('Compare Nextcloud to other solutions');?></a></p>
</div>
</section>