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

page-branding.php - github.com/nextcloud/nextcloud.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a843a34bf7f3890bca45709c3f26d15c1b4ccbf9 (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
<head>
<link href="<?php echo get_template_directory_uri(); ?>/assets/css/pages/branding.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>
<script>
require(["require.config"], function() {
	require(["pages/sharing", "modules/youtubePlayer"])
});
</script>

<meta itemprop="image" content="<?php bloginfo('template_directory'); ?>/assets/img/features/manzcloud.png">
<meta name="twitter:image" content="<?php bloginfo('template_directory'); ?>/assets/img/features/manzcloud.png">
<meta name="twitter:image:src" content="<?php bloginfo('template_directory'); ?>/assets/img/features/manzcloud.png">
<meta property="og:image" content="<?php bloginfo('template_directory'); ?>/assets/img/features/manzcloud.png">
</head>

<div class="background branding-background">
    <div class="container">
        <div class="row">
            <div class="col-md-6 topheader">
                <h1><?php echo $l->t('Branding options');?></h1>
                <h2><?php echo $l->t('Get branded Nextcloud clients');?></h2>
            </div>
        </div>
    </div>
</div>

<section class="section--intro">
    <div class="container">
        <div class="row">
            <div class="col-md-8 col-md-offset-2">
                <p class="section--paragraph text-center"><?php echo $l->t('In order to provide a seamless enterprise user experience, Nextcloud GmbH offers branded clients to their customers. As part of this we support deployment technologies like MSI for desktops and MDM for mobile platforms.');?></p>
            </div>
        </div>
    </div>
</section>


  <section class="section--sharing">
    <div class="container">
    <h2 class="text-center"><?php echo $l->t('Logo, color and links');?></h2>
        <div class="row feature--block">
            <div class="col-md-6 image--floated">
                <a href="<?php bloginfo('template_directory'); ?>/assets/img/features/theming-nw.png"><img src="<?php bloginfo('template_directory'); ?>/assets/img/features/theming-nw.png" class="img-responsive" /></a>
            </div>
            <div class="col-md-6">
                <h3 class="section--paragraph__title"><?php echo $l->t('Easy, integrated theming');?></h3>
                <p class="section--paragraph"><?php echo $l->t('Our built in theming app provides a fast and intuitive way to theme your Nextcloud server. You can conveniently configure logo, colors, name and important urls like the privacy policy and imprint. Out of the box, the Nextcloud mobile apps adapt to the color scheme of the Nextcloud server and also use its configured logo and background in the apps.');?></p>

                <ul>
                    <li><?php echo $l->t('Logo, colors, login graphics and name');?></li>
                    <li><?php echo $l->t('Add custom links for privacy policy, imprint and terms of service');?></li>
                    <li><?php echo $l->t('Default / example files every user gets on first login can be modified');?></li>
                    <li><?php echo $l->t('Mobile apps and web interface adjust to theme settings, except app icon on mobile)');?></li>
                </ul>
            </div>
        </div>
        <div class="row feature--block">
            <div class="col-md-6 image--feature new-img">
                 <a href="<?php bloginfo('template_directory'); ?>/assets/img/features/manzcloud.png"><img src="<?php bloginfo('template_directory'); ?>/assets/img/features/manzcloud.png" class="img-responsive" /></a>
            </div>
            <div class="col-md-6">
                <h3 class="section--paragraph__title"><?php echo $l->t('Advanced enterprise branding');?></h3>
                <p class="section--paragraph"><?php echo $l->t('Nextcloud offers a client branding service as part of their Nextcloud Enterprise subscription (Standard and Premium) to Nextcloud Customers. Branded clients dramatically enhance your user corporate experience. They are pre-configured for the correct server so that the end user does not have to choose a Nextcloud server but can immediately proceed to enter their login credentials. They use the customers’ logo and name in the app drawer instead of the Nextcloud logo and name and more customization can be made. Nextcloud offers the apps as APK and xCode project for publishing through a customer developer account.');?></p>
                <ul>
                    <li><?php echo $l->t('Pre-configured server address for faster setup');?></li>
                    <li><?php echo $l->t('Removal of links to Nextcloud community, community hosting solutions and private servers');?></li>
                    <li><?php echo $l->t('Custom logo and name in app drawer');?></li>
                    <li><?php echo $l->t('Custom help page and contact email');?></li>
                    <li><?php echo $l->t('Optional custom Push Proxy');?></li>
                    <li><?php echo $l->t('Full control over release management and app store entry');?></li>
                    <li><?php echo $l->t('Support for MDM solutions for mobile, MSI deployment for desktop (Premium only)');?></li>
                </ul>
            </div>
        </div>
    </div>
</section>

<section class="section--comparison">
    <div class="container">
        <div class="row">
         <div class="col-md-8 col-md-offset-2">
            <h2 class="text-center"><?php echo $l->t('Comparison');?></h2>
                <h3 class="section--paragraph__title"><?php echo $l->t('Deployment and control with MDM and MSI');?></h3>
                <p class="section--paragraph"><?php echo $l->t('Many larger organizations have tools to manage their deployments of desktop and mobile apps. For mobile apps, various tools provide so-called Mobile Device Management services. Nextcloud supports these as part of our Nextcloud Enterprise Premium Subscription.');?></p>
                <p class="section--paragraph"><?php echo $l->t('Here is a complete overview of the Nextcloud branded client options.');?></p>
            </div>
        </div>
        <div class="row">
            <div class="col-md-10 col-md-offset-1">
                <div class="table-responsive">
                    <table class="table">
                        <thead>
                            <tr>
                                <td>
                                    <p><strong><small>Supported capabilities</small></strong></p>
                                </td>
                                <td>
                                    <p><strong><small>Free</small></strong></p>
                                </td>
                                <td>
                                    <p><strong><small>Standard</small></strong></p>
                                </td>
                                <td>
                                    <p><strong><small>Premium</small></strong></p>
                                </td>
                            </tr>
                        </thead>
                        <tbody>
                            <tr>
                                <td><small><strong>Colors</strong> for application and fonts</small></td>
                                <td>
                                    <p><i class="fa fa-check" aria-hidden="true"></i><small>*</small></p>
                                </td>
                                <td>
                                    <p><i class="fa fa-check" aria-hidden="true"></i></p>
                                </td>
                                <td>
                                    <p><i class="fa fa-check" aria-hidden="true"></i></p>
                                </td>
                            </tr>
                            <tr>
                                <td><small><strong>Logo</strong> for login page and header</small></td>
                                <td>
                                    <p><i class="fa fa-check" aria-hidden="true"></i></p>
                                </td>
                                <td>
                                    <p><i class="fa fa-check" aria-hidden="true"></i></p>
                                </td>
                                <td>
                                    <p><i class="fa fa-check" aria-hidden="true"></i></p>
                                </td>
                            </tr>
                            <tr>
                                <td><small>Custom App <strong>icon and name</strong></small></td>
                                <td>
                                    <p></p>
                                </td>
                                <td>
                                    <p><i class="fa fa-check" aria-hidden="true"></i></p>
                                </td>
                                <td>
                                    <p><i class="fa fa-check" aria-hidden="true"></i></p>
                                </td>
                            </tr>
                            <tr>
                                <td><small>Custom visual <strong>assets</strong></small></td>
                                <td>
                                    <p></p>
                                </td>
                                <td>
                                    <p><i class="fa fa-check" aria-hidden="true"></i></p>
                                </td>
                                <td>
                                    <p><i class="fa fa-check" aria-hidden="true"></i></p>
                                </td>
                            </tr>
                            <tr>
                                <td><small><strong>Pre-configured URL</strong> of the Nextcloud server</small></td>
                                <td>
                                    <p></p>
                                </td>
                                <td>
                                    <p><i class="fa fa-check" aria-hidden="true"></i></p>
                                </td>
                            <td>
                            <p><i class="fa fa-check" aria-hidden="true"></i></p>
                            </td>
                            </tr>
                            <tr>
                            <td><small><strong>Contact</strong> email address</small></td>
                            <td>
                            <p></p>
                            </td>
                            <td>
                            <p><i class="fa fa-check" aria-hidden="true"></i></p>
                            </td>
                            <td>
                            <p><i class="fa fa-check" aria-hidden="true"></i></p>
                            </td>
                            </tr>
                            <tr>
                            <td><small>URLs for privacy policy and help page for clients (mobile/desktop)</small></td>
                            <td>
                            <p></p>
                            </td>
                            <td>
                            <p><i class="fa fa-check" aria-hidden="true"></i></p>
                            </td>
                            <td>
                            <p><i class="fa fa-check" aria-hidden="true"></i></p>
                            </td>
                            </tr>
                            <tr>
                            <td><small><strong>MDM</strong> functionalities</small></td>
                            <td>
                            <p></p>
                            </td>
                            <td>
                            <p></p>
                            </td>
                            <td>
                            <p><i class="fa fa-check" aria-hidden="true"></i></p>
                            </td>
                            </tr>
                        </tbody>
                    </table>
                </div>
                <small>* Mobile only</small>
                <h3>Web user interface</h3>
                <div class="table-responsive">
                    <table class="table">
                        <thead>
                            <tr class="">
                                <td>
                                    <p><strong><small>Supported capabilities</small></strong></p>
                                </td>
                                <td>
                                    <p><strong><small>Included</small></strong></p>
                                </td>
                                <td>
                                    <p><strong><small>Standard</small></strong></p>
                                </td>
                                <td>
                                    <p><strong><small>Premium</small></strong></p>
                                </td>
                            </tr>
                        </thead>
                        <tbody>
                            <tr>
                                <td><small><strong>Logo</strong> in the header bar, on the login page and the favicon</small></td>
                                <td>
                                <p><i class="fa fa-check" aria-hidden="true"></i></p>
                                </td>
                                <td>
                                <p><i class="fa fa-check" aria-hidden="true"></i></p>
                                </td>
                                <td>
                                <p><i class="fa fa-check" aria-hidden="true"></i></p>
                                </td>
                            </tr>
                            <tr>
                                <td><small><strong>Color</strong> of header bar, checkboxes and folder icons</small></td>
                                <td>
                                <p><i class="fa fa-check" aria-hidden="true"></i></p>
                                </td>
                                <td>
                                <p><i class="fa fa-check" aria-hidden="true"></i></p>
                                </td>
                                <td>
                                <p><i class="fa fa-check" aria-hidden="true"></i></p>
                                </td>
                            </tr>
                            <tr>
                                <td><small><strong>Name</strong> and slogan</small></td>
                                <td>
                                <p><i class="fa fa-check" aria-hidden="true"></i></p>
                                </td>
                                <td>
                                <p><i class="fa fa-check" aria-hidden="true"></i></p>
                                </td>
                                <td>
                                <p><i class="fa fa-check" aria-hidden="true"></i></p>
                                </td>
                                </tr>
                            <tr>
                                <td><small>Login page <strong>background image</strong></small></td>
                                <td>
                                <p><i class="fa fa-check" aria-hidden="true"></i></p>
                                </td>
                                <td>
                                <p><i class="fa fa-check" aria-hidden="true"></i></p>
                                </td>
                                <td>
                                <p><i class="fa fa-check" aria-hidden="true"></i></p>
                                </td>
                                </tr>
                            <tr>
                                <td><small>Additional <strong>compliance</strong> links for web UI (Legal notice/Privacy policy link)</small></td>
                                <td>
                                <p><i class="fa fa-check" aria-hidden="true"></i></p>
                                </td>
                                <td>
                                <p><i class="fa fa-check" aria-hidden="true"></i></p>
                                </td>
                                <td>
                                <p><i class="fa fa-check" aria-hidden="true"></i></p>
                                </td>
                            </tr>
                        </tbody>
                    </table>
                </div>
                    If your organization needs branded clients, <a class="hyperlink" href="https://nextcloud.com/enterprise/buy/">contact us!</a>
            </div>
        </div>
    </div>
</section>