Welcome to mirror list, hosted at ThFree Co, Russian Federation.

page-hub.php - github.com/nextcloud/nextcloud.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d8b0fc738a3b1cb0c2ef4fa7e19714e6f01d4f2d (plain)
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
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
<head>
<link href="<?php echo get_template_directory_uri(); ?>/assets/css/pages/hub.css?v=2" rel="stylesheet">
<link rel="stylesheet" href="<?php echo get_template_directory_uri(); ?>/assets/css/vendor/dsgvo-video-embed.min.css">
<script src="<?php echo get_template_directory_uri(); ?>/assets/js/dsgvo-video-embed.min.js"></script>
<meta itemprop="image" content="<?php echo get_template_directory_uri(); ?>/assets/img/headers/collaboration-small.jpg">
<meta name="twitter:image" content="<?php echo get_template_directory_uri(); ?>/assets/img/headers/collaboration-small.jpg">
<meta name="twitter:image:src" content="<?php echo get_template_directory_uri(); ?>/assets/img/headers/collaboration-small.jpg">
<meta property="og:image" content="<?php echo get_template_directory_uri(); ?>/assets/img/headers/collaboration-small.jpg">
<script>
    require(["require.config"], function() {
        require(["bootstrap", "pages/secure", "modules/youtubePlayer"])
    });
    </script>
</head>
<div class="background ccp-background">
	<div class="container">
		<div class="col-md-6 topheader">
			<h1><?php echo $l->t('Nextcloud Hub');?></h1>
			<h2><?php echo $l->t('A new generation of online collaboration');?><br /> <?php echo $l->t('that puts you in control');?><br/>
			<a class="button button--blue" href="https://try.nextcloud.com"><?php echo $l->t('Try Hub now');?></a></h2>
<!-- 			<p><a class="button button--blue" href="<?php echo home_url('install') ?>">Get started now</a></p> -->
		</div>
<!--		<div class="topsidebar">
			<div class="sidebarlist">
                <p class="header">advantages</p>
                <div class="content">
                    <ul>
                        <li>File sharing, document editing and communication</li>
                        <li>Hosted where you want</li>
                        <li>Hugged by Frank</li>
                    </ul>
                    <a class="button button--blue" href="">Get it now</a>
                </div>
            </div>
		</div>-->
	</div>
</div>
<section class="section--intro">
<div class="container">
	<div class="row">
        <div class="col-md-10 col-md-offset-1 video">
            <div style="padding:75% 0 0 0;position:relative;"><iframe src="https://player.vimeo.com/video/555692548?badge=0&amp;autopause=0&amp;dnt=1&amp;player_id=0&amp;app_id=58479" frameborder="0" allow="autoplay; fullscreen; picture-in-picture" allowfullscreen style="position:absolute;top:0;left:0;width:100%;height:100%;" title="Accessibility themes.mp4"></iframe></div>
		</div>
    </div>
	<div class="row">
		<div class="col-md-8 col-md-offset-2">
                <p class="section--paragraph text-center"><?php echo $l->t('Share and collaborate on documents, send and receive email, manage your calendar and have video chats without data leaks');?></p>
                <p class="section--paragraph text-center"><?php echo $l->t('As fully on-premises solution, Nextcloud Hub provides the benefits of online collaboration without the compliance and security risks.');?></p>
		</div>
	</div>
</div>
</section>

<section class="section--products">
	<div class="container">
        <div class="row">
            <div class="col-sm-8 col-md-offset-2">
                <h2 class="section--heading-2 text-center"><?php echo $l->t('One integrated solution');?></h2>
                <p class="section--paragraph text-center"><?php echo $l->t('Hub integrates the three key Nextcloud products Files, Talk and Groupware into a single platform, optimizing the flow of collaboration. Eliminate the confusing hodgepodge of different SaaS tools and the compliance, security, cost and productivity issues that come with it and standardize on a single solution with Nextcloud Hub.');?></p>
            </div>
        </div>
        <div class="row">
            <div class="col-sm-4">
                <a href="<?php echo home_url('files') ?>"><img class="img-responsive" src="<?php bloginfo('template_directory'); ?>/assets/img/features/mobileDesktop.png" /></a>
                <div class="row description">
                    <div class="title">
                        <div class="logo">
                            <img style="fill:white !important;" src="<?php echo get_template_directory_uri(); ?>/assets/img/logo/Nextcloud-Files.svg" >
                        </div>
                        <div class="text">
                            <?php echo $l->t('<strong>Nextcloud Files</strong><br><small>Enterprise File Sync and Share</small>');?>
                        </div>
                    </div>
                    <p class="section--paragraph"><?php echo $l->t('Nextcloud Files offers universal file access on desktop, mobile and web. Find files with powerful search, share your thoughts in comments or lock files until you are done with them.');?></p>
                    <a href="<?php echo home_url('files') ?>" class="button button--blue button--arrow button--large"><?php echo $l->t('About Files');?></a>
                </div>
            </div>

            <div class="col-sm-4">
                <a href="<?php echo home_url('talk') ?>"><img class="img-responsive" src="<?php bloginfo('template_directory'); ?>/assets/img/features/talk-devices-nw.png"></a>
                <div class="row description">
                    <div class="title">
                        <div class="logo">
                            <img style="" src="<?php echo get_template_directory_uri(); ?>/assets/img/logo/Nextcloud-Talk.svg" >
                        </div>
                        <div class="text">
                            <?php echo $l->t('<strong>Nextcloud Talk</strong><br><small>Calls, chat and web meetings</small>');?>
                        </div>
                    </div>
                    <p class="section--paragraph"><?php echo $l->t('Nextcloud Talk delivers on-premises, private audio/video conferencing and text chat through browser and mobile interfaces with integrated screen sharing and SIP integration.');?></p>
                    <a href="<?php echo home_url('talk') ?>" class="button button--blue button--arrow button--large"><?php echo $l->t('About Talk');?></a>
                </div>
            </div>
            <div class="col-sm-4">
                <a href="<?php echo home_url('groupware') ?>"><img class="img-responsive" src="<?php bloginfo('template_directory'); ?>/assets/img/features/calendar-nw.png"></a>
                <div class="row description">
                    <div class="title">
                        <div class="logo">
                            <img style="" src="<?php echo get_template_directory_uri(); ?>/assets/img/logo/Nextcloud-Groupware.svg" >
                        </div>
                        <div class="text">
                            <?php echo $l->t('<strong>Nextcloud Groupware</strong><br><small>Calendar, Contacts & Mail</small>');?>
                        </div>
                    </div>
                    <p class="section--paragraph"><?php echo $l->t('Nextcloud Groupware integrates Calendar, Contacts, Mail and other productivity features to help teams get their work done faster, easier and on your terms.');?></p>
                    <a href="<?php echo home_url('groupware') ?>" class="button button--blue button--arrow button--large"><?php echo $l->t('About Groupware');?></a>
                </div>
            </div>
        </div>
    </div>
</section>


<section class="section--hub">
<div class="container-fluid icon-background">
    <div class="container">
        <div class="row">
            <div class="col-md-6 with-image">
                <div class="image">
                    <img class="img-responsive" src="<?php echo get_template_directory_uri(); ?>/assets/img/logo/nextcloud-hub-logos-white.svg" alt="in action"/>
                </div>
            </div>
            <div class="col-md-6">
                <div class="text">
                    <h3 class="section--paragraph__title"><?php echo $l->t('Why Nextcloud Hub');?></h3>
                    <li class="check"><?php echo $l->t('Hosted on-premises');?></li>
                    <li class="check"><?php echo $l->t('100% open source');?></li>
                    <li class="check"><?php echo $l->t('A single, integrated plaform');?></li>
                    <li class="check"><?php echo $l->t('Integration in infrastructure');?></li>
                    <li class="check"><?php echo $l->t('Security and encryption');?></li>
                </div>
            </div>
        </div>
    </div>
</div>
</section>

<section class="section--more">
	<a id="more"></a>
<div class="container-widest">
	<h1 class="section--heading-1 section--text--center"><?php echo $l->t('Key capabilities.');?></h1>
    <div class="row">
        <div class="col-md-1 featureblock">
        <div class="icon">
            <?php echo file_get_contents(__DIR__."/assets/img/logo/Nextcloud-Flow.svg"); ?>
        </div>
        </div>
        <div class="col-md-3 featureblock">
        <p class=""><?php echo $l->t('Nextcloud Flow enables users to automate repetitive tasks and optimize business processes.');?></p>
        <a href="<?php echo home_url('workflow') ?>" class="overlay-trigger button button--white button--arrow"><?php echo $l->t('Learn more about Flow');?></a>
        </div>
        <div class="col-md-1 featureblock">
        <i class="fa-hdd-o fa"></i>
        </div>
        <div class="col-md-3 featureblock">
        <p class=""><?php echo $l->t('Access existing storage silos like FTP, Windows Network Drives, SharePoint, Object Storage and Samba shares seamlessly through Nextcloud. ');?></p>
        <a href="<?php echo home_url('storage') ?>" class="overlay-trigger button button--white button--arrow"><?php echo $l->t('Learn more about external storage');?></a>
        </div>
        <div class="col-md-1 featureblock">
        <i class="fa-file-text fa"></i>
        </div>
        <div class="col-md-3 featureblock">
        <p class=""><?php echo $l->t('Seamlessly edit office documents together with others, take notes while in a video call.');?></p>
        <a href="<?php echo home_url('collaboraonline') ?>" class="overlay-trigger button button--white button--arrow"><?php echo $l->t('Learn more about Collabora Online');?></a>
        </div>
    </div>
    <div class="row">
        <div class="col-md-1 featureblock">
        <i class="fa-puzzle-piece fa"></i>
        </div>
        <div class="col-md-3 featureblock">
        <p class=""><?php echo $l->t('Manage users locally or authenticate through LDAP / Active Directory, Kerberos and Shibboleth / SAML 2.0 and more');?></p>
        <a href="<?php echo home_url('usermanagement') ?>" class="overlay-trigger button button--white button--arrow"><?php echo $l->t('Learn more about user management');?></a>
        </div>
        <div class="col-md-1 featureblock">
        <i class="fa-key fa"></i>
        </div>
        <div class="col-md-3 featureblock">
        <p class=""><?php echo $l->t('Secure data with powerful file access control, multi-layer encryption, machine-learning based authentication protection and advanced ransomware recovery capabilities');?></p>
        <a href="<?php echo home_url('secure') ?>" class="overlay-trigger button button--white button--arrow"><?php echo $l->t('Learn more about security');?></a>
        </div>
        <div class="col-md-1 featureblock">
        <i class="fa-certificate fa"></i>
        </div>
        <div class="col-md-3 featureblock">
        <p class=""><?php echo $l->t('Extend Nextcloud further with a wide variety of apps on our app store or build your own');?></p>
        <a href="<?php echo home_url('developer') ?>" class="overlay-trigger button button--white button--arrow"><?php echo $l->t('Learn more about app development');?></a>
        </div>
    </div>
</div>
</section>


<section class="section--customers">
	<div class="container">
        <div class="row">
            <div class="col-md-8 col-md-offset-2">
                <h1 class="section--heading-1 text-center"><?php echo $l->t('Powering collaboration');?></h1>
                <p class="section--paragraph text-center"><?php echo $l->t('Thousands of modern organizations secure data and improve productivity with Nextcloud Files, enabling tens of millions of customers and employees to collaborate seamlessly across divisions and over company borders.');?></p>
            </div>
        </div>
        <div class="row">
            <div class="col-sm-4 col-lg-2 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="img-responsive" src="<?php echo get_template_directory_uri(); ?>/assets/img/customers/tuberlin.png" /></a>
                </div>
            </div>
            <div class="col-sm-4 col-lg-2 customer">
                <div class="customer-logo">
                    <img class="img-responsive" src="<?php echo get_template_directory_uri(); ?>/assets/img/customers/mmecmannesmann.png" />
                </div>
            </div>
            <div class="col-sm-4 col-lg-2 customer">
                <div class="customer-logo">
                    <img class="img-responsive" src="<?php echo get_template_directory_uri(); ?>/assets/img/customers/siemens.png" /></a>
                </div>
            </div>
            <div class="col-sm-4 col-lg-2 customer">
                <div class="customer-logo">
                    <img class="img-responsive" src="<?php echo get_template_directory_uri(); ?>/assets/img/customers/randv.png" /></a>
                </div>
            </div>
            <div class="col-sm-4 col-lg-2 customer">
                <div class="customer-logo">
                    <img class="img-responsive" src="<?php echo get_template_directory_uri(); ?>/assets/img/customers/raiffeisen.png" /></a>
                </div>
            </div>
            <div class="col-sm-4 col-lg-2 customer">
                <div class="customer-logo">
                    <img class="img-responsive" src="<?php echo get_template_directory_uri(); ?>/assets/img/customers/actu.png" /></a>
                </div>
            </div>
        </div>
        <div class="row">
            <div class="text-center">
                <a href="<?php echo home_url('whitepapers') ?>" class="overlay-trigger button button--blue button--arrow"><?php echo $l->t('Case studies and more');?></a>
            </div>
        </div>
<!--        <div class="row">
            <div class="col-sm-4 col-lg-2 customer">
                <div class="customer-logo">
                    <img class="img-responsive" src="<?php echo get_template_directory_uri(); ?>/assets/img/customers/hivos.png" /></a>
                    </div>
                </div>
            </div>
            <div class="col-sm-4 col-lg-2 customer">
                <div class="customer-logo">
                    <a href="https://nextcloud.com/blog/3000-users-at-ucloud4schools-migrated-to-nextcloud-11-by-regio-it/"><img class="img-responsive" src="<?php echo get_template_directory_uri(); ?>/assets/img/customers/regioit.png" /></a>
                </div>
            </div>
            <div class="col-sm-4 col-lg-2 customer">
                <div class="customer-logo">
                    <a href="https://nextcloud.com/blog/the-danish-research-and-education-network-moves-from-owncloud-to-nextcloud/"><img class="img-responsive" src="<?php echo get_template_directory_uri(); ?>/assets/img/customers/deic.png" /></a>
                </div>
            </div>
            <div class="col-sm-4 col-lg-2 customer">
                <div class="customer-logo">
                    <a href="http://my.engineering.queensu.ca/"><img class="img-responsive" src="<?php echo get_template_directory_uri(); ?>/assets/img/customers/queens.png" /></a>
                </div>
            </div>
            <div class="col-sm-4 col-lg-2 customer">
                <div class="customer-logo">
                    <img class="img-responsive" src="<?php echo get_template_directory_uri(); ?>/assets/img/customers/elkb.png" /></a>
                </div>
            </div>
            <div class="col-sm-4 col-lg-2 customer">
                <div class="customer-logo">
                    <img class="img-responsive" src="<?php echo get_template_directory_uri(); ?>/assets/img/customers/vrbzo.png" /></a>
                </div>
            </div>
        </div>-->
	</div>
</section>

<section class="section--usecases">
	<div class="container">
        <div class="row">
            <div class="col-md-8 col-md-offset-2">
                <h1 class="section--heading-1 text-center"><?php echo $l->t('What can Hub do for me?');?></h1>
                <p class="section--paragraph text-center"><?php echo $l->t('As a comprehensive platform, Nextcloud Hub has a wide range of abilities not easy to explain with a few bullet points. Find below 2 scenarios that visualize some real-world use of Nextcloud Hub!');?></p>
            </div>
        </div>
         <div class="row">
            <div class="col-md-10 col-md-offset-1">
                <h3 class="section--paragraph__title"><?php echo $l->t('Writing and gaining approval for a public proposal document: Project X');?></h3>
                <p class="section--paragraph"><?php echo $l->t('<strong>Goal:</strong> write a proposal document with a team of people, then having it reviewed by the board and approved for release');?></p>
                <p class="section--paragraph"><?php echo $l->t('<strong>Tools:</strong> Files, Talk, Groupware, Collabora Online, tags, comments, groups, dashboard, Guests');?></p>
                <a href="#workflow1" data-toggle="collapse" class="button button--blue button--arrow--down"><?php echo $l->t('Read the full scenario');?><span class="icon-arrow-down"></a>
				<div id="workflow1" class="collapse ">
                    <p class="section--paragraph"><strong><?php echo $l->t('Personas involved:');?></strong></p>
                    <ul>
                        <li><?php echo $l->t('owner');?></li>
                        <li><?php echo $l->t('2 team members');?></li>
                        <li><?php echo $l->t('4 board members, one of whom dedicated to project');?></li>
                        <li><?php echo $l->t('2 external consultants');?></li>
                    </ul>
                    <p class="section--paragraph"><strong><?php echo $l->t('Setup in advance');?></strong></p>
                    <ul>
                        <li><?php echo $l->t('Default Nextcloud Hub + Guests apps');?></li>
                        <li><?php echo $l->t('User accounts for board, team members, owner');?></li>
                        <li><?php echo $l->t('Group for the board members and one for the team members');?></li>
                    </ul>
                    <h3><?php echo $l->t('Setting the first meeting');?></h3>
                    <ul>
                    <li><?php echo $l->t('The owner opens Nextcloud Mail and writes an email to the team members, 1 board member and 2 external consultants by selecting them from the address book and explains the project, including a timeline with an initial meeting, asking for some time slots for the external consultants.');?></li>
                    <li><?php echo $l->t('The consultants share possible time slots.');?></li>
                    <li><?php echo $l->t('The owner opens Nextcloud Calendar and creates an appointment for the team plus the board member and external consultants, using the busy-view to find a time most suitable. The owner clicks the “create Talk room” to include a chat and video call room link for the meeting. The room is automatically named after the appointment.');?></li>
                    </ul>
                    <h3><?php echo $l->t('Creating a project and a team');?></h3>
                    <ul>
                    <li><?php echo $l->t('The owner plans their own time, creating a Deck board named “Project X” and populating it with tasks that need to be done.');?></li>
                    <li><?php echo $l->t('The owner goes to the Contacts app and creates a circle of the team members called Project X (this is a custom group).');?></li>
                    <li><?php echo $l->t('The owner creates a new document (+ icon -&gt; new Text document) and writes an agenda draft, then shares it with the Project X circle, adding a note to the share: please, give feedback on the draft agenda!');?></li>
                    </ul>
                    <h3><?php echo $l->t('Discuss the agenda');?></h3>
                    <ul>
                    <li><?php echo $l->t('The team members get notified of the share, read the note and review the document, providing feedback as comments in the sidebar (The owner receives a notification when a comment is made) or just editing it right away.');?></li>
                    <li><?php echo $l->t('After agreement on the agenda is reached, the owner shares the agenda in the meeting room that was created earlier, simply sharing to “Project X meeting room”. Now everybody, including the board member and consultants, have access to it.');?></li>
                    </ul>
                    <h3><?php echo $l->t('The first meeting');?></h3>
                    <ul>
                    <li><?php echo $l->t('On the day of the meeting, all members get notified by Nextcloud of the meeting and join the room for the call. The document with the agenda can be seen and edited by all members (access rights could have been restricted by the owner but in practice, we believe that such restrictions are rarely needed).');?></li>
                    <li><?php echo $l->t('After the meeting, the owner shares the Deck board “Project X” with the circle and schedules a call with the team members to go over the tasks, assign them and get to work.');?></li>
                    </ul>
                    <h3><?php echo $l->t('Getting to work');?></h3>
                    <ul>
                    <li><?php echo $l->t('The owner creates a new office document for the proposal, and writes a first rough draft. Then the owners shares this draft with the Project X circle and adds a note or comments with some questions. The owner also adds it to the “Project X” project. The owner also tags the file with “work in progress”.');?></li>
                    <li><?php echo $l->t('all team members can see the project in their Dashboard and see all files connected to it that they have access to. Each member can add more documents, chat rooms, tasks, calendars or other elements to the Project. Other members will then see those IF they are shared with them, if not the relation remains private.');?></li>
                    <li><?php echo $l->t('By change tracking and comments in the document, the team discusses and improves the document. At any time, a real-time chat can be had in the sidebar of the document, or even a video call can be started.');?></li>
                    <li><?php echo $l->t('Todo items are managed in Deck, with tasks and deadlines assigned and all participants getting notified when relevant tasks change status, as per their notification settings.');?></li>
                    </ul>
                    <h3><?php echo $l->t('Review and approval');?></h3>
                    <ul>
                    <li><?php echo $l->t('Once the draft has progressed sufficiently, it can be shared with the consultants for their input. First the tag on the document is changed to “for external review”, as a File Access Control rule is in place that blocks external access to files with the “work in progress” tag.');?></li>
                    <li><?php echo $l->t('Once the document is ready, it can be shared to the board group, and a Talk meeting is scheduled in the Calendar to discuss the document and gain approval.');?></li>
                    <li><?php echo $l->t('Once the document is approved, the tag is changed from “for external review” to “finished” which can trigger automatic conversion to PDF and publishing on a third party platform.');?></li>
                    </ul>
				</div>
            </div>
        </div>
        <div class="row">
            <div class="col-md-10 col-md-offset-1">
                <h3 class="section--paragraph__title"><?php echo $l->t('Turning an idea into a new office layout');?></h3>
                <p class="section--paragraph"><?php echo $l->t('<strong>Goal:</strong> Find support for an idea in the office and get it approved');?></p>
                <p class="section--paragraph"><?php echo $l->t('<strong>Tools:</strong> Files, Talk, Groupware, Flow, Social, Forms, Anti-virus, Ransomware Protection');?></p>
                <a href="#workflow2" data-toggle="collapse" class="button button--blue button--arrow--down"><?php echo $l->t('Read the full scenario');?><span class="icon-arrow-down"></a>
				<div id="workflow2" class="collapse ">
                    <p class="section--paragraph"><strong><?php echo $l->t('Personas involved:');?></strong></p>
                    <ul>
                        <li><?php echo $l->t('Principal');?></li>
                        <li><?php echo $l->t('Colleagues in the office');?></li>
                        <li><?php echo $l->t('Management');?></li>
                        <li><?php echo $l->t('Office manager');?></li>
                        <li><?php echo $l->t('External office supplies firm');?></li>
                    </ul>
                    <p class="section--paragraph"><strong><?php echo $l->t('Setup in advance:');?></strong></p>
                    <ul>
                        <li><?php echo $l->t('Default Nextcloud Hub plus Forms, Social, Anti-virus, Ransomware Protection apps');?></li>
                        <li><?php echo $l->t('User accounts for all participants');?></li>
                        <li><?php echo $l->t('Group for the the team members, group for management');?></li>
                        <li><?php echo $l->t('Circle (custom group) of team members and Principal');?></li>
                    </ul>
                    <h3><?php echo $l->t('The idea');?></h3>
                    <ul>
                    <li><?php echo $l->t('During train commute, Principal writes down a good idea, to set up phone booths in the office to deal with noisy calls, in the Nextcloud Notes app on his phone.');?></li>
                    <li><?php echo $l->t('The next office day, Principal accesses the Notes from his browser and shares the idea through Nextcloud Social, their internal social media platform. A few colleagues like his post and comment.');?></li>
                    <li><?php echo $l->t('Principal brings his iPad to lunch, creating a new Text document for a quick outline of the plan.');?></li>
                    </ul>
                    <h3><?php echo $l->t('Gathering input');?></h3>
                    <ul>
                    <li><?php echo $l->t('Principal creates an open circle, a custom group anyone interested in contributing to the idea can join, with the name Phone Booth. He shares this on Social so others can see it and join. A handful of colleagues joins the circle to participate in the conversation.');?></li>
                    <li><?php echo $l->t('He puts together a quick survey in Nextcloud Forms, asking basic questions on what people would need in such a phone booth. He shares the link on Social and gives access to the results to the Phone Booth circle. Several colleagues provide input in the survey.');?></li>
                    </ul>
                    <h3><?php echo $l->t('Working with the team');?></h3>
                    <ul>
                    <li><?php echo $l->t('Principal creates a chat room for the Circle in Talk on his iPad. He shares the document he is working on into the room and asks for feedback, pointing also to the survey answers he shared earlier.');?></li>
                    <li><?php echo $l->t('A team member calls him using Talk and Principal picks up on his iPad to discuss the document they are editing together, going over the feedback from the survey.');?></li>
                    <li><?php echo $l->t('Later at home, Principal drops a few images of phone booth designs he found on the internet in the chat for all to see. The nicest 2 images are added to the document.');?></li>
                    <li><?php echo $l->t('Principal now creates a folder with the document and images and describes the basics of the idea in the Workspace area above the folder so a quick glance will show a recipient what it is about. He shares the folder with the Phone Booth circle, too, and throws in a PDF export of the results of the survey.');?></li>
                    <li><?php echo $l->t('Principal sets up a quick ‘Flow’ to get notified with a chat message in the phone booths chat room whenever changes are made in the folder.');?></li>
                    </ul>
                    <h3><?php echo $l->t('Receiving an offer');?></h3>
                    <ul>
                    <li><?php echo $l->t('The next day, Principal shares the folder with the office manager to asks if she can get an idea of the costs.');?></li>
                    <li><?php echo $l->t('The office manager shares the folder through a public link with their office supplies firm, asking if they can provide such a phone booth. In a note with the share she asks them to provide at least 2 options. She gives them upload rights so they can simply upload a pdf with an offer in the folder, which they do.');?></li>
                    <li><?php echo $l->t('The next morning, when checking his dashboard in the morning, Principal sees the chat message notifying them the offer was uploaded. Two team members already signaled their approval of the more expensive offer in the chat.');?></li>
                    </ul>
                    <h3><?php echo $l->t('Management feedback');?></h3>
                    <ul>
                    <li><?php echo $l->t('Principal shares the folder with his manager, adding a note to the share asking if she could bring this up with senior management if she likes the idea. As her status in Nextcloud is set to ‘traveling’, he also sends an email to her boss.');?></li>
                    <li><?php echo $l->t('Her laptop has downloaded the folder to her laptop so during her flight she can check the proposal and check the budget. She adds a line for phone booths in the budget proposal spreadsheet for the next month.');?></li>
                    </ul>
                    <h3><?php echo $l->t('A malware attack interrupts');?></h3>
                    <ul>
                    <li><?php echo $l->t('After landing, her laptop syncs her changes but the sync is stopped: the anti-virus scanner on the server has discovered a malware infection. It stopped the sync and warned the system administrator and the manager.');?></li>
                    <li><?php echo $l->t('There seems to have been a ransomware active for a while already, which as been slowly encrypting files over the last weeks. Because of this, many files have been modified since the first files were encrypted and thus restoring a backup from before the first infection would undo weeks of work. Luckily, the Nextcloud Ransomware Protection app allows one-click recovery of her data to un-encrypted data. The app has analyzed the files of the manager and for each file, can roll back to the version just before they were encrypted.');?></li>
                    <li><?php echo $l->t('After all data was recovered, the manager can share the spreadsheet. The other managers react in chat on the budget. Once the team has all added their signoff tags it gets sent automatically to the finance back-office for processing through a flow configured in Nextcloud Flow.');?></li>
                    </ul>
				</div>
            </div>
        </div>
    </div>
</section>

<?php require get_template_directory().'/onpremises.php';?>

<section class="section--collaboration">
	<div class="container">
	<h1 class="section--heading-1 text-center"><?php echo $l->t('Powerful collaboration');?></h1>
        <div class="row">
            <div class="col-md-6">
                <div style="padding:75% 0 0 0;position:relative;"><iframe src="https://player.vimeo.com/video/570271904?badge=0&amp;autopause=0&amp;player_id=0&amp;app_id=58479" frameborder="0" allow="autoplay; fullscreen; picture-in-picture" allowfullscreen style="position:absolute;top:0;left:0;width:100%;height:100%;" title="Chat and project management integration"></iframe></div>
            </div>
            <div class="col-md-6">
                <h3 class="section--paragraph__title"><?php echo $l->t('Integrated groupware, chat and project management');?></h3>
                <p class="section--paragraph"><?php echo $l->t('Nextcloud features tightly integrated chat, project management, mail, calendaring and more. Chat messages can be directly transformed into tasks, task deadlines are visible in the Calendar and files can be attached to a task from the sharing dialog.');?></p>
                <p class="section--paragraph"><?php echo $l->t('A single platform means there is no need to juggle different accounts, keep track of where in the many cloud platforms the latest version of a document is floating around, or worry about security threats and invisible costs.');?></p>
                <a href="<?php echo home_url('content-collaboration-platform') ?>" class="overlay-trigger button button--blue button--arrow button--large"><?php echo $l->t('Benefits of a single platform');?></a>
            </div>
        </div>
        <div class="row">
            <div class="col-md-6 image--floated">
                <div style="padding:56.25% 0 0 0;position:relative;"><iframe src="https://player.vimeo.com/video/569448618?badge=0&amp;autopause=0&amp;player_id=0&amp;app_id=58479" frameborder="0" allow="autoplay; fullscreen; picture-in-picture" allowfullscreen style="position:absolute;top:0;left:0;width:100%;height:100%;" title="Approval process and pdf signatures in Nextcloud"></iframe></div>
            </div>
            <div class="col-md-6">
                <h3 class="section--paragraph__title"><?php echo $l->t('Efficient workflows');?></h3>
                <p class="section--paragraph"><?php echo $l->t('Common processes in organizations, like getting a document approved or turning it into a PDF, can be automated with Nextcloud Flow and Approval workflows. Thanks to integration of a number of document signing tools, requesting a formal signature on a PDF document like a contract or NDA can now be done directly from within Nextcloud.');?></p>
                <a href="<?php echo home_url('workflow') ?>" class="overlay-trigger button button--blue button--arrow button--large"><?php echo $l->t('More about automation');?></a>
            </div>
        </div>
        <div class="row">
            <div class="col-md-6 image--feature new-img">
                <a class="overlay-trigger" href="<?php bloginfo('template_directory'); ?>/assets/img/features/talk-edit-document.png"><img class="img-responsive featureimg" src="<?php bloginfo('template_directory'); ?>/assets/img/features/talk-edit-document.png"/></a>
            </div>
           <div class="col-md-6 feature--block">
                <h3 class="section--paragraph__title"><?php echo $l->t('Collaborate on documents with Collabora');?></h3>
                <p class="section--paragraph"><?php echo $l->t('Collabora Online integration in Nextcloud empowers your users to collaborate on office documents with team members in real time.');?></p>
                <p class="section--paragraph"><?php echo $l->t('Compatibility with Microsoft Office formats means perfect documents, every time.');?></p>
                <ul>
                <li><?php echo $l->t('Shipping by default in Nextcloud Hub');?></li>
                <li><?php echo $l->t('A modern and familiar user interface');?></li>
                <li><?php echo $l->t('The same document rendering in every browser');?></li>
                <li><?php echo $l->t('Desktop level editing capabilities');?></li>
                    </ul>
                <a href="<?php echo home_url('collabora') ?>" class="overlay-trigger button button--blue button--arrow button--large"><?php echo $l->t('Collabora Online');?></a>
            </div>
        </div>
        <div class="row">
            <div class="col-md-6 image--feature image--floated">
                <div style="padding:56.25% 0 0 0;position:relative;"><iframe src="https://player.vimeo.com/video/555765504?badge=0&amp;autopause=0&amp;dnt=1&amp;player_id=0&amp;app_id=58479" frameborder="0" allow="autoplay; fullscreen; picture-in-picture" allowfullscreen style="position:absolute;top:0;left:0;width:100%;height:100%;" title="Nextcloud Dashboard Introduction"></iframe></div>
            </div>
            <div class="col-md-6 feature--block">
                    <h3 class="section--paragraph__title"><?php echo $l->t('Start your day informed');?></h3>
                    <p class="section--paragraph"><?php echo $l->t('The Nextcloud Dashboard is your starting point of the day, giving you an overview of your upcoming appointments, urgent emails, chat messages, incoming tickets, latest tweets and much more! Users can set their status so others know what they are up to..');?></p>
                    <a href="<?php echo home_url('dashboard') ?>" class="overlay-trigger button button--blue button--arrow button--large"><?php echo $l->t('Dashboard features');?></a>
            </div>
        </div>
	</div>
</section>



<section class="section--search">
<div class="container">
	<div class="row">
        <div class="col-md-10 col-md-offset-1 video">
			<div style="padding:75% 0 0 0;position:relative;"><iframe src="https://player.vimeo.com/video/555766609?badge=0&amp;autopause=0&amp;dnt=1&amp;player_id=0&amp;app_id=58479" frameborder="0" allow="autoplay; fullscreen; picture-in-picture" allowfullscreen style="position:absolute;top:0;left:0;width:100%;height:100%;" title="Universal search video"></iframe></div>
		</div>
    </div>
	<div class="row">
		<div class="col-md-8 col-md-offset-2">
                <h3 class="section--paragraph__tittle"><?php echo $l->t('Find everything in one place');?></h3>
                <p class="section--paragraph"><?php echo $l->t('On the top-right of your Nextcloud window, a search glass shows search results from all over Nextcloud. Additional search providers can be installed and over a dozen different search providers are available to show you Github issues, Moodle courses, Jira tickets and more');?></p>
                <p><a href="<?php echo home_url('unified-search') ?>" class="overlay-trigger button button--blue button--arrow"><?php echo $l->t('Unified Search');?></a></p>
		</div>
	</div>
</div>
</section>


<section class="section--security">
	<a id="security"></a>
	<div class="container">
        <div class="row">
            <div class="col-md-6 image--floated image--feature new-img">
                <a class="overlay-trigger" href="<?php echo get_template_directory_uri(); ?>/assets/img/features/TOTP_2FA_auth.png"><img class="img-responsive featureimg" src="<?php echo get_template_directory_uri(); ?>/assets/img/features/TOTP_2FA_auth.png" alt="in action" ></a>
            </div>

            <div class="col-md-6 feature--block">
                <h3 class="section--paragraph__title"><?php echo $l->t('Security first');?></h3>
                <p class="section--paragraph"><?php echo $l->t('We are deeply committed to protecting the safety of our customers\' data. We are confident that Nextcloud Files offers the best security in the self-hosted file sync and share industry, because:');?></p>
                <p class="section--paragraph"><?php echo $l->t('<i class="fa-key fa"></i> we follow industry best practices around security (aligned to <a class="hyperlink" href="https://en.wikipedia.org/wiki/ISO/IEC_27001:2013">ISO27001</a>)');?></p>
                <p class="section--paragraph"><?php echo $l->t('<i class="fa-key fa"></i> we offer some of the <a class="hyperlink" href="https://nextcloud.com/blog/introducing-the-nextcloud-bug-bounty-program/" target="_blank">highest open source security bug bounties</a>');?></p>
                <p class="section--paragraph"><?php echo $l->t('');?></p>
                <p class="section--paragraph"><?php echo $l->t('<i class="fa-key fa"></i> we integrate unique in-transit, server-side and client-side end-to-end encryption technologies.');?></p>
                <p class="section--paragraph"><?php echo $l->t('');?></p>
                <a href="<?php echo home_url('secure') ?>" class="overlay-trigger button button--blue button--arrow button--large"><?php echo $l->t('Security in Nextcloud');?></a>
            </div>
		</div>
	</div>
</section>

<section class="section--monitoring">
    <a id="monitoring"></a>
    <div class="container">
        <div class="row">
            <div class="col-md-6 image--feature new-img">
                <a class="overlay-trigger" href="<?php echo get_template_directory_uri(); ?>/assets/img/features/monitoring.png"><img class="img-responsive featureimg" src="<?php echo get_template_directory_uri(); ?>/assets/img/features/monitoring.png" alt="Screenshot of file monitoring"/></a>
            </div>
            <div class="col-md-6 feature--block">
                <h3 class="section--paragraph__title"><?php echo $l->t('Compliance-ready monitoring');?></h3>
                <p class="section--paragraph"><?php echo $l->t('Nextcloud enables admins to monitor the health and performance of a Nextcloud system with a graphical UI and an API endpoint for monitoring apps. Fully audit-ready logs of user activity are generated.');?></p>
                <h3 class="section--paragraph__title"><?php echo $l->t('Tracking changes to user files');?></h3>
                <p class="section--paragraph"><?php echo $l->t('Nextcloud Files lets users track file modifications, downloads of shares and changes to comments or tags, providing an overview in the browser, clients or via email notifications and an RSS feed.');?></p>
                <a href="<?php echo home_url('monitoring') ?>" class="overlay-trigger button button--blue button--arrow button--large"><?php echo $l->t('Monitoring and compliance');?></a>
            </div>
        </div>
    </div>
</section>


<section class="section--accessibility">
	<div class="container">
        <div class="row">
            <div class="col-md-6 image--floated">
                <div style="padding:75% 0 0 0;position:relative;"><iframe src="https://player.vimeo.com/video/556100447?badge=0&amp;autopause=0&amp;dnt=1&amp;player_id=0&amp;app_id=58479" frameborder="0" allow="autoplay; fullscreen; picture-in-picture" allowfullscreen style="position:absolute;top:0;left:0;width:100%;height:100%;" title="Accessibility themes.mp4"></iframe></div>
            </div>
                <h3 class="section--paragraph__title"><?php echo $l->t('Accessibility');?></h3>
                <p class="section--paragraph"><?php echo $l->t('To ensure Nextcloud is accessible to users with visual impairments, Nextcloud has extensive keyboard accessibility and screen reader support.');?></p>
                <p class="section--paragraph"><?php echo $l->t('The colors used in Nextcloud meet the WCAG 2.0 AA standard for contrast and we created themes for users who need even higher support. Our High Contrast theme aims for WCAG 2.0 AAA compliance, while a Dyslexia-friendly font option helps people with reading disability. A Dark theme is also available.');?></p>
            </div>
        </div>
	</div>
</section>

<section class="section--storage">
	<a id="storage"></a>
	<div class="container">
        <div class="row">
            <div class="col-md-6 image--feature">
                <a class="overlay-trigger" href="<?php bloginfo('template_directory'); ?>/assets/img/features/external-storage-nw.png"><img class="img-responsive featureimg" src="<?php bloginfo('template_directory'); ?>/assets/img/features/external-storage-nw.png"/></a>
            </div>
                <h3 class="section--paragraph__title"><?php echo $l->t('External storage, securely encrypted');?></h3>
                <p class="section--paragraph"><?php echo $l->t('The external storage feature of Nextcloud gives users access to their data wherever it is. Nextcloud Files can access data stored with a wide variety of popular cloud service providers such as Amazon, Google and Dropbox, but can also access file storage solutions using standard protocols such as NFS, (S)FTP, WebDAV and more.');?></p>
                <p class="section--paragraph"><?php echo $l->t('The Encryption App can encrypt data at rest for both local and remote storage, protecting data stored on networks outside of user infrastructure. Keys can be handled by an external key management server or stored locally, on the server.');?></p>
                <a href="<?php echo home_url('storage') ?>" class="overlay-trigger button button--blue button--arrow button--large"><?php echo $l->t('External storage');?></a>
            </div>
        </div>
	</div>
</section>

<section class="section--usermanagement">
	<div class="container">
        <div class="row">
            <div class="col-md-6 image--feature new-img image--floated">
                <a class="overlay-trigger" href="<?php bloginfo('template_directory'); ?>/assets/img/features/usermanagement.png"><img class="img-responsive featureimg" src="<?php echo get_template_directory_uri(); ?>/assets/img/features/usermanagement.png" alt="in action" ></a>
            </div>
            <div class="col-md-6">
                <h3 class="section--paragraph__title"><?php echo $l->t('Integrated account management');?></h3>
                <p class="section--paragraph"><?php echo $l->t('Nextcloud features built-in account management with optional two-factor authentication as well as Single-sign-on support and integration with external user directories like LDAP or IMAP, SMB, FTP and more.');?></p>
                <a href="<?php echo home_url('usermanagement') ?>" class="overlay-trigger button button--blue button--arrow button--large"><?php echo $l->t('User management');?></a>
            </div>
        </div>
    </div>
</section>

<section class="section--usermanagement">
	<div class="container">
        <div class="row">
            <div class="col-md-6">
                <div style="padding:75% 0 0 0;position:relative;"><iframe src="https://player.vimeo.com/video/570275577?badge=0&amp;autopause=0&amp;player_id=0&amp;app_id=58479" frameborder="0" allow="autoplay; fullscreen; picture-in-picture" allowfullscreen style="position:absolute;top:0;left:0;width:100%;height:100%;" title="User defined groups in Nextcloud"></iframe></div>
            </div>
            <div class="col-md-6">
                <h3 class="section--paragraph__title"><?php echo $l->t('User-defined group management');?></h3>
                <p class="section--paragraph"><?php echo $l->t('Users can define their own, custom groups, named Circles. These can be managed in various ways, including with invitations, through an open listing where users can join with or without an approval step, with designated sub-managers and so on.');?></p>
                <p class="section--paragraph"><?php echo $l->t('Users can share with these groups the same way as administrator-defined Nextcloud groups. Users can add members of a circle to a conversation, share a folder to a circle, assign a task to a circle and so on.');?></p>
            </div>
        </div>
    </div>
</section>

<section class="section--vdr">
    <div class="container">
        <div class="row feature-row">
            <div class="col-md-6 image--floated">
                <img class="img-responsive" src="<?php echo get_template_directory_uri(); ?>/assets/img/headers/vdr-link.jpg" alt="VDR stock image"/>
            </div>
            <div class="col-md-6 feature--block">
                <h3 class="section--paragraph__title"><?php echo $l->t('Virtual Data Room');?></h3>
                <p class="section--paragraph"><?php echo $l->t('In settings where a firewall is needed between departments or organizations without impeding smooth and efficient collaboration, a separate Virtual Data Room can be set up. Nextcloud offers a wide range of unique features for VDR use and its on-premises nature offers unparalleled confidentiality and control.');?></p>
                <a href="<?php echo home_url('virtual-data-room') ?>" class="button button--blue button--arrow button--large"><?php echo $l->t('Virtual Data Room features');?></a>
            </div>
        </div>
    </div>
</section>

<section class="section--appstore benefits">
<div class="container-fluid banner quote">
    <div class="container">
    <div class="col-md-6">
        <h1 class="section--heading-1 section--text--center"><?php echo $l->t('Extend your cloud');?></h1>
        <p class="section--paragraph"><?php echo $l->t('You can extend the functionality of your Nextcloud with extra features from the Nextcloud app store. Among the more than 200 apps you can find features that enhance sharing, including:');?></p>
        <p class="section--paragraph">
        <ul>
        <li><i class="fa-check fa"></i> <?php echo $l->t('Groupfolders allows admin-shared folders users can\'t remove');?></li>
        <li><i class="fa-check fa"></i> <?php echo $l->t('Activities for shared file downloads so you can track who downloads your shared files');?></li>
        <li><i class="fa-check fa"></i> <?php echo $l->t('Easy sharing via email, Google+, Diaspora, Facebook and more social channels');?></li>
        </ul>
        </p>
        <div class="text-center morebuttondiv">
			<a href="https://apps.nextcloud.com" class="button button--large button--arrow"><?php echo $l->t('Appstore');?> <i class="icon-arrow-circle-o-right icon"></i></a>
        </div>
    </div>
    <img class="big-img" src="<?php echo get_template_directory_uri(); ?>/assets/img/features/appstore-big.png">
    <img class="small-img" src="<?php echo get_template_directory_uri(); ?>/assets/img/features/appstore-big.png">
    </div>
</div>
</section>

<section class="section--collectives">
	<div class="container">
         <div class="row">
            <div class="col-md-6 ">
                <div style="padding:56.25% 0 0 0;position:relative;"><iframe src="https://player.vimeo.com/video/569475807?badge=0&amp;autopause=0&amp;player_id=0&amp;app_id=58479" frameborder="0" allow="autoplay; fullscreen; picture-in-picture" allowfullscreen style="position:absolute;top:0;left:0;width:100%;height:100%;" title="Knowledge management in Nextcloud"></iframe></div>
            </div>
            <div class="col-md-6">
                <h3 class="section--paragraph__title">Nextcloud app: <?php echo $l->t('Collectives');?></h3>
                <p class="section--paragraph"><?php echo $l->t('Bringing knowledge management to Nextcloud, Collectives enables users to share a set of handbooks with each other. Collectives is closely tied with the custom group feature in Nextcloud and builds on Nextcloud Text, so it allows for collaborative editing of documents, showing author colors, versioning, cross-page links and more.');?></p>
                <p class="section--paragraph"><?php echo $l->t('With Collectives, organizations can reduce the \'bus factor\' by sharing knowledge in a way that fits a modern, paperless office and support asynchronous collaboration.');?></p>
                <a href="https://apps.nextcloud.com/apps/collectives" class="button button--blue button--arrow button--large"><?php echo $l->t('More about Collectives');?></a>
            </div>
        </div>
    </div>
</section>

<section class="section--forms">
	<div class="container">
         <div class="row">
            <div class="col-md-6 image--feature new-img image--floated">
                <a class="overlay-trigger" href="<?php bloginfo('template_directory'); ?>/assets/img/features/forms.png"><img class="img-responsive featureimg" src="<?php echo get_template_directory_uri(); ?>/assets/img/features/forms.png" alt="Forms in action" ></a>
            </div>
            <div class="col-md-6">
                <h3 class="section--paragraph__title">Nextcloud app: <?php echo $l->t('Forms');?></h3>
                <p class="section--paragraph"><?php echo $l->t('Did you know a third of people who abandon a survey form do so because they worry about privacy and security? We understand, pretty much all those forms are hosted at Google or other, data-vacuuming services. Well, we have good news to you surveyors!');?></p>
                <p class="section--paragraph"><?php echo $l->t('With Nextcloud Forms, you can create as many forms, with as many questions, and shared with as many people as you like – without any limitations. You keep your form and the data you collect on Nextcloud. And you can easily analyze and share the results with our pretty and insightful graphs.');?></p>
                <a href="https://nextcloud.com/blog/nextcloud-forms-is-here-to-take-on-gafam/" class="button button--blue button--arrow button--large"><?php echo $l->t('More about Forms');?></a>
            </div>
        </div>
    </div>
</section>

<section class="section--whiteboard">
	<div class="container">
         <div class="row">
            <div class="col-md-6 ">
                <div style="padding:56.25% 0 0 0;position:relative;"><iframe src="https://player.vimeo.com/video/555768438?badge=0&amp;autopause=0&amp;player_id=0&amp;app_id=58479" frameborder="0" allow="autoplay; fullscreen; picture-in-picture" allowfullscreen style="position:absolute;top:0;left:0;width:100%;height:100%;" title="Nextcloud Whiteboard"></iframe></div>
            </div>
            <div class="col-md-6">
                <h3 class="section--paragraph__title">Nextcloud app: <?php echo $l->t('Whiteboard');?></h3>
                <p class="section--paragraph"><?php echo $l->t('The collaborative Whiteboard app allows users to draw lines & shapes, take notes, add images and more, alone or while working with others. The app works fully in Talk and is very useful to give presentations during a video call with its synchronized view area feature.');?></p>
                <p class="section--paragraph"><?php echo $l->t('Files created with Whiteboard are saved among other regular files and are collaborative. Drawing, typing and adding images on the file are possible. The presentation feature is especially helpful for schools or analytical team meetings or brainstorming sessions.');?></p>
                <a href="https://apps.nextcloud.com/apps/whiteboard" class="button button--blue button--arrow button--large"><?php echo $l->t('More about Whiteboard');?></a>
            </div>
        </div>
    </div>
</section>

<section class="section--collectives">
	<div class="container">
        <div class="text-center">
            <a href="https://apps.nextcloud.com/" class="button button--blue button--arrow button--large"><?php echo $l->t('Nextcloud App store');?></a>
        </div>
    </div>
</section>

<section class="section--benefits">
<div class="container-fluid quote">
    <div class="container">
        <h2 class="text-center"><?php echo $l->t('Key benefits');?></h2>
        <div class="row">
            <div class="col-md-4">
                <div class="icon text-center"><img src="<?php bloginfo('template_directory'); ?>/assets/img/icons/tools.svg" /></div>
                <h3 class="section--paragraph__title text-center"><?php echo $l->t('Under your control');?></h3>
                <p class="section--paragraph text-center"><?php echo $l->t('There is no need to compromise with outsourcing. Rather than hosting your sensitive company data with a third party, keep it 100% under control of your IT team while offering the highly secure access and communication facilities that your employees need to be productive.');?></p>
            </div>
            <div class="col-md-4">
                <div class="icon text-center"><img src="<?php bloginfo('template_directory'); ?>/assets/img/icons/people.svg" /></div>
                <h3 class="section--paragraph__title text-center"><?php echo $l->t('A complete platform');?></h3>
                <p class="section--paragraph text-center"><?php echo $l->t('An easy, familiar user interface means efficient work. Nextcloud is unique by offering the most extensive built in communication and collaboration technology in the industry, negating the complexity of running and connecting multiple separate solutions.');?></p>
            </div>
            <div class="col-md-4">
                <div class="icon text-center"><img src="<?php bloginfo('template_directory'); ?>/assets/img/icons/firewall.svg" /></div>
                <h3 class="section--paragraph__title text-center"><?php echo $l->t('Military-grade security');?></h3>
                <p class="section--paragraph text-center"><?php echo $l->t('Nextcloud offers industry-first, unique solutions like Video Verification, machine-learning-driven suspicious login detection, extensive multi-factor authentication solutions and more. Extensive logging and monitoring show users, administrators and auditors the exact flow of data and who had access at what time.');?></p>
            </div>
        </div>
        <div class="row">
            <div class="col-md-6 col-md-offset-3">
                <p class="text-center"><?php echo $l->t('Ensure efficient and secure team productivity the content collaboration platform from the market leader.');?></p>
                <p class="text-center"><?php echo $l->t('Contact us to learn how we can help you.');?></p>
				<div class="text-center morebuttondiv">
					<a href="<?php echo home_url('buy') ?>" class="overlay-trigger button button--large button--arrow"><?php echo $l->t('Contact us');?></a>
				</div>
            </div>
        </div>
	</div>
</div>
</section>

<section class="section--features">
<div class="container">
    <h1 class="section--heading-1 text-center"><?php echo $l->t('What sets Nextcloud apart');?></h1>
    <div class="row feature-row">
        <div class="col-md-6 image--floated">
            <a><img class="img-responsive" src="<?php echo get_template_directory_uri(); ?>/assets/img/headers/replacing-nextcloud.svg" alt="in action"/></a>
        </div>
        <div class="col-md-6 feature--block">
            <h3 class="section--paragraph__title"><?php echo $l->t('A complete platform');?></h3>
            <p class="section--paragraph"><?php echo $l->t('Nextcloud offers the most comprehensive, deeply integrated on-premises collaboration platform on the market, replacing dozens of other tools.');?></p>
            <ul>
                <li class="check"><?php echo $l->t('Secure file exchange within and between organizations');?></li>
                <li class="check"><?php echo $l->t('Collaborative editing of docx, xlsx and more');?></li>
                <li class="check"><?php echo $l->t('File versioning, restore and retention control');?></li>
                <li class="check"><?php echo $l->t('Commenting on files, adding notes to share links');?></li>
                <li class="check"><?php echo $l->t('Integrated chat and secure audio-video calls');?></li>
                <li class="check"><?php echo $l->t('Calendar, mail and task management tools');?></li>
                <li class="check"><?php echo $l->t('Comprehensive set of security capabilities');?></li>
            </ul>

            <p class="section--paragraph"><?php echo $l->t('Switching between different tools is more than cumbersome and inefficient: it also increases the chance for mistakes that can result in data leaks.');?></p>
            <p class="section--paragraph"><?php echo $l->t('Having a complete, all-in-one solution simplifies the IT infrastructure for both users and the IT team, improving productivity and security.');?></p>
        </div>
    </div>

</div>
</section>

<section class="section--more">
	<a id="more"></a>
<div class="container-widest">
	<h1 class="section--heading-1 section--text--center"><?php echo $l->t('And much more.');?></h1>
    <div class="row">
        <div class="col-md-1 featureblock">
        <i class="fa-code-fork fa"></i>
        </div>
        <div class="col-md-3 featureblock">
        <p class=""><?php echo $l->t(' Nextcloud is open source - there are no limitations and you can inspect, integrate, extend and modify Nextcloud however you want');?></p>
        </div>
        <div class="col-md-1 featureblock">
        <i class="fa-tags fa"></i>
        </div>
        <div class="col-md-3 featureblock">
        <p class=""><?php echo $l->t('Nextcloud offers an easy-to-use user interface which comes with search functionality, favorites, tags and even more ways to quickly reach the files users need. Full Text search is available using Apache Solr.');?></p>
        </div>
        <div class="col-md-1 featureblock">
        <i class="fa-file-text fa"></i>
        </div>
        <div class="col-md-3 featureblock">
        <p class=""><?php echo $l->t('Text file editing and thumbnail previews of PDF, images, text files, office files and more');?></p>
        </div>
    </div>
    <div class="row">
        <div class="col-md-1 featureblock">
        <i class="fa-bug fa"></i>
        </div>
        <div class="col-md-3 featureblock">
        <p class=""><?php echo $l->t('Integration of anti-virus scanning functionality with the anti-virus app');?></p>
        </div>
        <div class="col-md-1 featureblock">
        <i class="fa-puzzle-piece fa"></i>
        </div>
        <div class="col-md-3 featureblock">
        <p class=""><?php echo $l->t('Authentication through LDAP / Active Directory, Kerberos and Shibboleth / SAML 2.0 and more');?></p>
        </div>
        <div class="col-md-1 featureblock">
        <i class="fa-life-ring fa"></i>
        </div>
        <div class="col-md-3 featureblock">
        <p class=""><?php echo $l->t('Pre-loaded files and folders for new users. Populate a new user\'s Files area with, for example, a tutorial file, which appears when they first log in.');?></p>
        </div>
    </div>
    <div class="row">
        <div class="col-md-1 featureblock">
        <i class="fa-key fa"></i>
        </div>
        <div class="col-md-3 featureblock">
        <p class=""><?php echo $l->t('Powerful, integrated logging, two-factor authentication and NIST compliant password policy control functionalities');?></p>
        </div>
        <div class="col-md-1 featureblock">
        <i class="fa-share-alt fa"></i>
        </div>
        <div class="col-md-3 featureblock">
        <p class=""><?php echo $l->t('Fine-grained control from mobile, desktop or the Web over data access and sharing capabilities. Pick from the list of users and groups, stored either locally or on another, authorized, server. ');?></p>
        </div>
        <div class="col-md-1 featureblock">
        <i class="fa-archive fa"></i>
        </div>
        <div class="col-md-3 featureblock">
        <p class=""><?php echo $l->t('Advanced quota management with configurable accounting of external storage');?></p>
        </div>
    </div>
    <div class="row">
        <div class="col-md-1 featureblock">
        <i class="fa-code fa"></i>
        </div>
        <div class="col-md-3 featureblock">
        <p class=""><?php echo $l->t('Sharing and Provisioning REST APIs. Facilitates the integration of remote 3rd party apps');?></p>
        </div>
        <div class="col-md-1 featureblock">
        <i class="fa-certificate fa"></i>
        </div>
        <div class="col-md-3 featureblock">
        <p class=""><?php echo $l->t('Quick access to core functions for app development with the powerful Nextcloud App API and webhooks following the publication / subscription model');?></p>
        </div>
        <div class="col-md-1 featureblock">
        <i class="fa-paint-brush fa"></i>
        </div>
        <div class="col-md-3 featureblock">
        <p class=""><?php echo $l->t('Built in, easy-to-use theming to set color, login background and logo from Administrator screen.');?></p>
        </div>
    </div>
    <div class="row">
        <div class="col-md-1 featureblock">
        </div>
        <div class="col-md-3 featureblock">
        </div>
        <div class="col-md-1 featureblock">
        <i class="fa-copy fa"></i>
        </div>
        <div class="col-md-3 featureblock">
        <p class=""><br /><a class="hyperlink" href="<?php echo home_url('compare') ?>"><?php echo $l->t('... see how we compare to other solutions!</a>');?></p>
        </div>
        <div class="col-md-1 featureblock">
        </div>
        <div class="col-md-3 featureblock">
        </div>
    </div>
</div>
</section>
<?php require get_template_directory().'/overlay.php'; ?>