forked from nextcloud/nextcloud.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpage-features.php
More file actions
406 lines (380 loc) · 26.3 KB
/
page-features.php
File metadata and controls
406 lines (380 loc) · 26.3 KB
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
<head>
<link href="<?php echo get_template_directory_uri(); ?>/assets/css/pages/features.css" rel="stylesheet">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<script>
require(["require.config"], function() {
require(["modules/youtubePlayer"])
});
</script>
<script src='https://www.google.com/recaptcha/api.js'></script>
</head>
<div class="background features-background second-menu">
<div class="container">
<div class="row">
<div class="col-md-6 topheader">
<h1><?php echo $l->t('<span class="avoidwrap">Your cloud,</span> <span class="avoidwrap">your rules</span>');?></h1>
<h2><?php echo $l->t('Nextcloud Files puts your data at your fingertips, under your control. Store your documents, calendar, contacts and photos on a server in your data center, at home or at one of our providers.');?></h2>
</div>
</div>
</div>
</div>
<div class="second-menu">
<div class="container-fluid menu" id="menuAnchor">
<div class="container buttons">
<a href="#hosting"><span class="avoidwrap"><?php echo $l->t('Your files');?></span></a>
<a href="#security"><span class="avoidwrap"><?php echo $l->t('Security');?></span></a>
<a href="#clients"><span class="avoidwrap"><?php echo $l->t('Clients');?></span></a>
<a href="#storage"><span class="avoidwrap"><?php echo $l->t('External storage');?></span></a>
<a href="#appstore"><span class="avoidwrap"><?php echo $l->t('More apps');?></span></a>
</div>
</div>
</div>
<section class="section--hosting">
<a name="hosting" id="hosting"></a>
<div class="container">
<div class="col-md-6 revealOnScroll">
<img class="img-responsive acess__anywhere" src="<?php echo get_template_directory_uri(); ?>/assets/img/common/access-anywhere.png" alt="in action" >
</div>
<div class="col-md-6 revealOnScroll feature--block">
<p class="section--paragraph__tittle"><?php echo $l->t('An Enterprise File Sync and Share solution that keeps data under your control.');?></p>
<p class="section--paragraph"><?php echo $l->t('You need to have easy access to your files, photos and documents to work and share with team members, customers, friends and family. And you need to know nobody besides those you shared with has access to your files.');?></p>
<p class="section--paragraph"><?php echo $l->t('Nextcloud Files runs on a server of your choice, at home, in a data center or at a provider, securing your privacy and giving you access from mobile and desktop devices.');?></p>
<a href="/install" class="button button--blue button--arrow button--large"><?php echo $l->t('Get started');?></a>
</div>
</div>
</section>
<section class="section--both">
<div class="container">
<h2 class="text-center revealOnScroll"><?php echo $l->t('Under your control');?></h2>
<div class="row">
<div class="col-md-6 revealOnScroll feature--block">
<div class="icon text-center"><img src="<?php bloginfo('template_directory'); ?>/assets/img/icons/ldap.svg" /></div>
<p class="section--paragraph__tittle text-center"><?php echo $l->t('In an enterprise environment');?></p>
<p class="section--paragraph"><?php echo $l->t('Thousands of modern organizations facilitate collaboration and improve productivity with Nextcloud Files, enabling employees to collaborate seamlessly across divisions and even company borders.');?></p>
<p class="section--paragraph"><?php echo $l->t('Most consumer-grade solutions like Dropbox or Office 365 were never designed with privacy regulations and security concerns in mind. Rather than trying to work around their limitations, Nextcloud Files provides a security-first solution which puts IT in complete control over the location and access policies of data.');?></p>
</div>
<div class="col-md-6 revealOnScroll feature--block">
<div class="icon text-center"><img src="<?php bloginfo('template_directory'); ?>/assets/img/icons/encrypted-communication.svg" /></div>
<p class="section--paragraph__tittle text-center"><?php echo $l->t('A private cloud at home');?></p>
<p class="section--paragraph"><?php echo $l->t('Where are your photos and documents? In a server in the United States? Philippines? Russia? Brazil? China? Germany? With Nextcloud Files <strong>you</strong> pick a server for your data.');?></p>
<p class="section--paragraph"><?php echo $l->t('Maybe you run your own server already. Or you buy a Raspberry Pi and connect it to your router at home. Maybe you look for a local provider that you trust in your city. It is your choice: Nextcloud Files gives you all the easy sharing and syncing with the certainty that only YOU control where your files are!');?></p>
</div>
</div>
</div>
</section>
<section class="section--files">
<a name="files" id="files"></a>
<div class="container">
<div class="col-md-6 revealOnScroll image--floated">
<div data-type="youtube" data-video-id="Fe1I7wYW6hA"></div>
</div>
<div class="col-md-6 revealOnScroll feature--block">
<p class="section--paragraph__tittle"><?php echo $l->t('Share with others on your terms.');?></p>
<p class="section--paragraph"><?php echo $l->t('The easy web and mobile interfaces of Nextcloud Files allows you to share files with other users on the server, create and send password protected public links, let others upload files to the private cloud and to get notifications on phone and desktop when a user on another cloud server shares files.');?></p>
<a href="/sharing" class="button button--blue button--arrow button--large"><?php echo $l->t('Sharing with Nextcloud');?></a>
</div>
</div>
</section>
<section class="section--security">
<a name="security" id="security"></a>
<div class="container">
<div class="col-md-6 revealOnScroll image--feature">
<img class="img-responsive featureimg" src="<?php echo get_template_directory_uri(); ?>/assets/img/features/TOTP.png" alt="in action" >
</div>
<div class="col-md-6 revealOnScroll feature--block">
<p class="section--paragraph__tittle"><?php echo $l->t('Security first');?></p>
<p class="section--paragraph"><?php echo $l->t('We are deeply committed to protect the safety of the data of our customers and users. 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('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('we offer some of the <a class="hyperlink" href="https://nextcloud.com/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>
<a href="/secure" class="button button--blue button--arrow button--large"><?php echo $l->t('Security in Nextcloud');?></a>
</div>
</div>
</section>
<section class="section--whitepaper quote">
<div class="container revealOnScroll">
<div class="row">
<div class="col-lg-8">
<h2 class="revealOnScroll"><?php echo $l->t('Find out what is new in Nextcloud 12');?></h2>
<form name="whitepaper" method="post" action="../nextcloud12-whitepapersubmit">
<p><label for="email"><?php echo $l->t('Read <a class="hyperlink" href="https://nextcloud.com/blog/welcome-to-nextcloud-12/">our announcement blog</a> or download our free Nextcloud 12 datasheet.');?><br>
<td colspan="2">
<div class="">
<div class="g-recaptcha" data-sitekey="<?php echo RECAPTCHA_SITEKEY; ?>"></div>
</div>
</td>
<input class="mail" type="text" name="email" maxlength="80" placeholder="Enter your email"></label> <input class="button button--large" type="submit" value=" Get the datasheet "></p>
</form>
</div>
</div>
<img class="responsive" src="<?php bloginfo('template_directory'); ?>/assets/img/whitepapers/nc12-thumbnail-banner.png"/>
</div>
</section>
<section class="section--clients">
<a name="clients" id="clients"></a>
<div class="container">
<div class="col-md-6 image--floated image--feature revealOnScroll">
<img class="img-responsive featureimg" src="<?php bloginfo('template_directory'); ?>/assets/img/features/mobileDesktop.png">
</div>
<div class="col-md-6 revealOnScroll feature--block">
<p class="section--paragraph__tittle"><?php echo $l->t('Mobile and desktop clients');?></p>
<p class="section--paragraph"><?php echo $l->t('Nextcloud Files clients for Android, iOS and desktop systems allow you to sync and share files, in a fully secure way through an encrypted connection. The mobile clients feature automatic upload of pictures and videos you take and can synchronize select files and folders. The clients can handle multiple accounts, show all activity happening on your server and notify you of new events such as the availability of new shares.');?></p>
<a href="/clients" class="button button--blue button--arrow button--large"><?php echo $l->t('Learn more');?></a>
</div>
</div>
</section>
<section class="section--monitoring">
<a name="monitoring" id="monitoring"></a>
<div class="container">
<div class="col-md-6 revealOnScroll image--feature">
<a><img class="img-responsive featureimg" src="<?php echo get_template_directory_uri(); ?>/assets/img/features/monitoring-nw.png" alt="in action"/></a>
</div>
<p class="section--paragraph__tittle"><?php echo $l->t('Tracking changes to your files');?></p>
<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>
<p class="section--paragraph__tittle"><?php echo $l->t('Monitoring your Nextcloud server');?></p>
<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>
<a href="/monitoring" class="button button--blue button--arrow button--large"><?php echo $l->t('Monitoring activity');?></a>
</div>
</div>
</section>
<section class="section--outlook">
<div class="container">
<div class="featurerow">
<h1 class="text-center"><?php echo $l->t('Nextcloud Outlook Integration');?></h1>
<p class="section--paragraph text-center"><?php echo $l->t('Automatically upload files to replace large attachments or integrate Calendars and Contacts in Microsoft Outlook');?></p>
<div class="row">
<div class="col-md-1">
</div>
<div class="col-md-10">
<div data-type="youtube" data-video-id="jwhfeJlYBbM"></div>
</div>
<div class="col-md-6 col-md-offset-3">
<p class="section--paragraph text-center"><?php echo $l->t('The Nextcloud Secure Sharing Outlook Add-in enables Nextcloud customers to easily and securely send files, folders or upload links to others from within Microsoft Outlook. The Add-in can replace attachments, automatically uploading files to Nextcloud and inserting a secure link in the email. It also makes it easy for users to provide others with a secure file upload link.');?></p>
<div class="text-center">
<a href="/outlook" class="button button--arrow button--large"><?php echo $l->t('learn more');?></a>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="section--workflow">
<a name="workflow" id="workflow"></a>
<div class="container">
<div class="col-md-6 revealOnScroll image--floated image--feature">
<a><img class="img-responsive featureimg" src="<?php echo get_template_directory_uri(); ?>/assets/img/features/file-access-control-nw.png" alt="in action"/></a>
</div>
<p class="section--paragraph__tittle"><?php echo $l->t('Workflow management');?></p>
<p class="section--paragraph"><?php echo $l->t('With Nextcloud, system administrators can control and direct the flow of data between users on or between servers. Rule based file tagging and responding to these tags as well as other triggers like physical location, user group, file properties and request type enables administrators to specifically deny access to, convert, delete or retain data following business or legal requirements.
Nextcloud puts you in control of your data and keeps it safe.');?></p>
<a href="/workflow" class="button button--blue button--arrow button--large"><?php echo $l->t('Workflow handling');?></a>
</div>
</div>
</section>
<section class="section--storage">
<a name="storage" id="storage"></a>
<div class="container">
<div class="col-md-6 revealOnScroll image--feature">
<a><img class="img-responsive featureimg" src="<?php bloginfo('template_directory'); ?>/assets/img/features/external-storage-nw.png"/></a>
</div>
<p class="section--paragraph__tittle"><?php echo $l->t('External storage, securely encrypted');?></p>
<p class="section--paragraph"><?php echo $l->t('The external storage feature of Nextcloud gives you access to your data wherever it is. Nextcloud can access files stored with a wide variety of popular cloud service providers such as Amazon, Google and Dropbox, but you can also access them 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 your infrastructure. Keys can be handled by an external key management server or stored locally, on the server. Nextcloud will keep your data where it is and retrieve it over a secure communication channel whenever you need to access it.');?></p>
<a href="/storage" class="button button--blue button--arrow button--large"><?php echo $l->t('Learn more');?></a>
</div>
</div>
</section>
<section class="section--storage">
<a name="storage" id="storage"></a>
<div class="container">
<div class="col-md-6 image--floated revealOnScroll image--feature">
<a><img class="img-responsive featureimg" src="<?php bloginfo('template_directory'); ?>/assets/img/features/usermanagement.png"/></a>
</div>
<p class="section--paragraph__tittle"><?php echo $l->t('Integrated account management');?></p>
<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="/usermanagement" class="button button--blue button--arrow button--large"><?php echo $l->t('Learn more');?></a>
</div>
</div>
</section>
<!--<section class="section--Calendar">
<a name="calendar" id="calendar"></a>
<div class="container">
<div class="col-md-6 image--feature revealOnScroll">
<a><img class="img-responsive featureimg" src="<?php bloginfo('template_directory'); ?>/assets/img/features/calendar-nw.png"/></a>
</div>
<p class="section--paragraph__tittle"><?php echo $l->t('Calendar and Contacts');?></p>
<p class="section--paragraph"><?php echo $l->t('The Nextcloud Calendar and Contacts apps allow you to store, sync and share your plans and contacts. You can share with users or groups on your server or sync the calendar or contacts with your devices and access them wherever you are. The Calendar and Contacts app feature:');?></p>
<p class="section--paragraph"><?php echo $l->t('Easy to use interface with views for days, weeks, months and years');?></p>
<p class="section--paragraph"><?php echo $l->t('Private and shared calendars and addressbooks with permissions management');?></p>
<p class="section--paragraph"><?php echo $l->t('CalDAV and CardDAV sync with third party clients both on mobile and desktop (i.e with Thunderbird, iOS and more)');?></p>
</div>
</div>
</section>
<section class="section--calls">
<a name="calls" id="calls"></a>
<div class="container">
<div class="col-md-6 revealOnScroll image--floated image--feature">
<a><img class="img-responsive featureimg" src="<?php bloginfo('template_directory'); ?>/assets/img/features/spreed-nw.png"/></a>
</div>
<p class="section--paragraph__tittle"><?php echo $l->t('Secure audio and video calls');?></p>
<p class="section--paragraph"><?php echo $l->t('Operate your own secure and private audio/video communication. You can access it through a browser, invite customers or friends and collaborate in a group through secure, end to end encrypted audio and video communication. The WebRTC, peer to peer communication channel can not be intercepted even by the admin of the server. It provides an easy to use interface.');?></p>
<a href="/webrtc" class="button button--blue button--arrow button--large"><?php echo $l->t('Communication');?></a>
</div>
</div>
</section>-->
<section class="section--Collabora">
<a name="collabora" id="collabora"></a>
<div class="container">
<div class="col-md-6 image--feature revealOnScroll">
<a><img class="img-responsive featureimg" src="<?php bloginfo('template_directory'); ?>/assets/img/features/collabora-nw.png"/></a>
</div>
<p class="section--paragraph__tittle"><?php echo $l->t('View and edit documents with Collabora');?></p>
<p class="section--paragraph"><?php echo $l->t('Collabora Online is a powerful LibreOffice-based online office suite with collaborative editing that works in all modern browsers.');?></p>
<p class="section--paragraph"><?php echo $l->t('Collabora Online supports editing your documents in real time with multiple other editors, showing high fidelity, WYSIWYG rendering and preserving the layout and formatting of your documents.');?></p>
<p class="section--paragraph"><?php echo $l->t('Collabora Online supports dozens of document formats including <strong>DOC, DOCX, PPT, PPTX, XLS, XLSX + ODF, Import/View Visio, Publisher</strong> and many more...');?></p>
<a href="/collaboraonline" class="button button--blue button--arrow button--large"><?php echo $l->t('Collabora Online Office');?></a>
</div>
</div>
</section>
<section class="section--appstore">
<a name="appstore" id="appstore"></a>
<div class="container">
<div class="col-md-6 revealOnScroll image--floated image--feature">
<a><img class="img-responsive featureimg" src="<?php bloginfo('template_directory'); ?>/assets/img/features/appstore.png"/></a>
</div>
<p class="section--paragraph__tittle"><?php echo $l->t('Add dozens more features through Nextcloud Apps');?></p>
<p class="section--paragraph"><?php echo $l->t('Nextcloud was designed as a platform, with functionality provided by apps which can be individually enabled and disabled.');?></p>
<p class="section--paragraph"><?php echo $l->t('The Nextcloud app store contains dozens of apps providing features Nextcloud users and admins might find useful. For users, features like an audio player, password manager, Task manager, Mail app, Ebook reader or the GPX file editor can be of interest. Server administrators looking for certain capabilities would find OpenID Connect SSO integration, more two-factor authentication mechanisms or a registration app useful.');?></p>
<a href="https://apps.nextcloud.com" class="button button--blue button--arrow button--large"><?php echo $l->t('Browse Nextcloud Apps');?></a>
</div>
</div>
</section>
<section class="section--appstore benefits">
<div class="container-fluid banner">
<div class="container">
<div class="col-md-6">
<p class="section--heading-1 section--text--center revealOnScroll"><?php echo $l->t('Extend your cloud');?></p>
<p class="section--paragraph revealOnScroll"><?php echo $l->t('You can extend the functionality of your Nextcloud with extra features from the Nextcloud app store. Among the more than 100 apps you can find features that enhance sharing, including:');?></p>
<p class="section--paragraph">
<ul>
<!-- <li class="revealOnScroll"><i class="fa-check fa"></i> <?php echo $l->t('Groupware apps like Calendar, Contacts, Mail, News, Notes, Bookmarks and Tasks');?></li>-->
<li class="revealOnScroll"><i class="fa-check fa"></i> <?php echo $l->t('Collaboration and productivity apps Keepass management, Video Calls, a Kanban app, music players, Password managers, Checksums, download manager, a Markdown editor and collaborative text editing.');?></li>
<li class="revealOnScroll"><i class="fa-check fa"></i> <?php echo $l->t('Sysadmin and enterprise features like two-factor authentication mechanisms, SSO, Ransomware protection, admin announcements, Zimbra integration, a tiny CMS app and more.');?></li>
</ul>
</p>
<div class="text-center morebuttondiv">
<a href="https://apps.nextcloud.com" class="button button--large button--arrow revealOnScroll"><?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--more">
<a name="more" 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 revealOnScroll">
<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 you 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 revealOnScroll">
<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 revealOnScroll">
<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 revealOnScroll">
<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 revealOnScroll">
<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=""><?php echo $l->t('<br />... see how we <a class="hyperlink" href="/compare">compare to other solutions!</a>');?></p>
</div>
<div class="col-md-1 featureblock">
</div>
<div class="col-md-3 featureblock">
</div>
</div>
</div>
</section>
<div class="calltoaction revealOnScroll">
<h1 class="section--heading-2 section--text--center"><?php echo $l->t('Get started now');?></h1>
<p class="section--paragraph section--text--center"><?php echo $l->t('Install Nextcloud server');?><br>
<a href="/install" class="button button--blue button--arrow button--large"><?php echo $l->t('Install');?></a></p>
</div>