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

page-partnerprogram.php - github.com/nextcloud/nextcloud.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 38dc626e53824dc8174cfab6a832cfb2c031ba64 (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
<head>
<link href="<?php echo get_template_directory_uri(); ?>/assets/css/pages/partnerprogram.css?v=3" rel="stylesheet">
</head>

<section class="hero-section">
	<div class="background partnerprogram-background">
		<div class="container">
			<div class="col-md-6 topheader">
				<h1>Partner program</h1>
				<h2>Become part of the success story</h2>
			</div>
		</div>
	</div>
</section>

<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">With 100% year over year organic growth and well over 400 enterprise customers, Nextcloud GmbH is a sustainable and professional business offering what your customers need: a reliable, secure, on-premises collaboration platform.</p>

            <p class="section--paragraph text-center">Join us on our growth path to increase revenue for your own business and give your customers the certainty that you are working with the market leading firm in on-premises productivity.</p>
        </div>
	</div>
</div>
</section>

<section class="section--overview">
<div class="container">
	<div class="row">
		<div class="col-md-4">
			<div class="icon text-center"><img src="<?php bloginfo('template_directory'); ?>/assets/img/icons/mobile.svg" /></div>
			<h3 class="section--paragraph__title text-center">Provide trust</h3>
			<p class="section--paragraph text-center">A Nextcloud partnership shows customers they can trust your expertise and know it is backed by the full engineering power of Nextcloud.</p>
		</div>
		<div class="col-md-4">
			<div class="icon text-center"><img src="<?php bloginfo('template_directory'); ?>/assets/img/icons/permissions.svg" /></div>
			<h3 class="section--paragraph__title text-center">Go to market together</h3>
			<p class="section--paragraph text-center">Promote, market and sell Nextcloud together. Organize and attend events with us, acquire leads, participate in tenders and close deals.</p>
		</div>
		<div class="col-md-4">
			<div class="icon text-center"><img src="<?php bloginfo('template_directory'); ?>/assets/img/icons/storage.svg" /></div>
			<h3 class="section--paragraph__title text-center">Level up</h3>
			<p class="section--paragraph text-center">Provide training to your team or customers, access our technical support and learn from our experts how to optimize large-scale deployments.</p>
		</div>
	</div>
</div>
</section>


<section class="section--register quote">
	<div class="container">
       <div class="row">
            <div class="col-md-6 col-md-offset-3">
                <p class="section--paragraph__title text-center">Get started!</p>
                <p class="section--paragraph text-center">You know your customer. We know our product.<br /> Let's work together for the best results!</p>
            <div class="text-center morebuttondiv">
                <a href="<?php echo home_url('partnerapply') ?>" class="button button--large button--arrow">Apply as partner <i class="icon-arrow-circle-o-right icon"></i></a>
            </div>
        </div>
	</div>
</section>

<section class="section--logos">
    <div class="container">
        <div class="row">
            <div class="col-lg-offset-2 col-lg-2 col-sm-3"><img class="partner-badge" src="<?php bloginfo('template_directory'); ?>/assets/img/logo/nextcloud_bronze_partner.png" /></div>
            <div class="col-lg-2 col-sm-3"><img class="partner-badge" src="<?php bloginfo('template_directory'); ?>/assets/img/logo/nextcloud_silver_partner.png" /></div>
            <div class="col-lg-2 col-sm-3"><img class="partner-badge" src="<?php bloginfo('template_directory'); ?>/assets/img/logo/nextcloud_gold_partner.png" /></div>
            <div class="col-lg-2 col-sm-3"><img class="partner-badge" src="<?php bloginfo('template_directory'); ?>/assets/img/logo/nextcloud_platinum_partner.png" /></div>
        </div>
    </div>
</section>

<section class="section--benefits">
<div class="container-fluid">
    <div class="container">
            <h2 class="text-center">Partner benefits</h2>
        <div class="row">
            <div class="col-md-8 col-md-offset-2">
                <p class="section--paragraph">Nextcloud works with a variety of partners, building on, providing services around and complementing our product. The Nextcloud partner program is designed to ensure that our partners receive the highest quality training, support, and enablement in the industry. We recognize that you, our partners, are critical to our growth initiatives and ultimate objective: to deliver innovative technology that is beautiful, functional, and easy to use.</p>
                <br />
                <p class="section--paragraph">As partner you benefit from:</p>
            </div>
        </div>
        <div class="row">
            <div class="col-md-4 col-md-offset-2">
<!--                 <ul> -->
                    <li> Lead sharing</li>
                    <li> Sales and technical training</li>
                    <li> Get and manage certifications</li>
                    <li> Joint annual business development plan</li>
                    <li> Collaboration on Proof of Concept setups</li>
                    <li> Access to Nextcloud Enterprise and Portal resources</li>
                    <li> Joint marketing</li>
                    <li> Marketing materials</li>
<!--                 </ul> -->
            </div>
            <div class="col-md-4">
                    <li> Event collaboration</li>
                    <li> Nextcloud logo use</li>
                    <li> Partner logo & position on partner page</li>
                    <li> Commission on Nextcloud sales</li>
                    <li> Tender collaboration</li>
                    <li> Kick-backs</li>
                    <li> Deal registration discount</li>
                    <li> Access to NFR licenses</li>
            </div>
        </div>
    </div>
</div>
</section>



<section class="section--register quote">
	<div class="container">
       <div class="row">
            <div class="col-md-6 col-md-offset-3">
                <p class="text-center">Get started today.</p>
            <div class="text-center morebuttondiv">
                <a href="<?php echo home_url('partnerapply') ?>" class="button button--large button--arrow">Apply as partner <i class="icon-arrow-circle-o-right icon"></i></a>
            </div>
        </div>
	</div>
</section>