-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathhome.html
More file actions
101 lines (98 loc) · 3.97 KB
/
home.html
File metadata and controls
101 lines (98 loc) · 3.97 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
<section id="home">
<div class="container">
<div>
<div class="dive-title">Get Better Development Results in Less Time</div>
<div class="col s12 m7">
<div class="card horizontal">
<div class="card-image valign-wrapper">
<img class="valign card-action-graphic-left" src="./assets/images/coala.png" height="50">
</div>
<div class="card-stacked valign-wrapper">
<div class="card-content valign small-heading">
We grew <a href="https://coala.io/">coala</a> from below 10 to more than 300 contributors in just one year.
</div>
</div>
</div>
</div>
<div class="col s12 m7">
<div class="card horizontal">
<div class="card-image valign-wrapper">
<i class="fa fa-users valign card-action-graphic-left" aria-hidden="true"></i>
</div>
<div class="card-stacked valign-wrapper">
<div class="card-content valign small-heading">
We have worked with teams on and off site to improve their workflow and code quality by applying open source principles.
</div>
</div>
</div>
</div>
<div class="col s12 m7">
<div class="card horizontal">
<div class="card-image valign-wrapper">
<i class="fa fa-code-fork valign card-action-graphic-left" aria-hidden="true"></i>
</div>
<div class="card-stacked valign-wrapper">
<div class="card-content valign small-heading">
We develop bots and review tools to speed up, bet better and save revenue. viperdev shares it's founder and is working together closely with <a href="https://gitmate.io/">GitMate</a>.
</div>
</div>
</div>
</div>
<br>
<hr class="mid-sepr">
<div class="small-heading">
<q>viperdev helped us save at least 2 million euro revenue per year.</q>
<div><em>Jozef Képesi, CTO at Kiwi.com</em></div>
</div>
<hr class="mid-sepr">
<br>
<div class="images row">
<div class="col-md-12">
<div class="container">
<div class="showcase-gi">
<div ng-repeat="plan in qc.plans" class="card card-main showcase-card-gi-quote">
<div class="empty-quote">
<div class="name-quote">{{plan.title}}</div>
<div class="small-name-quote">{{ plan.subtitle }}</div>
</div>
<div class="card-action bullets">
You struggle with:
<ul type="square">
<li ng-repeat="benefit in plan.problems">{{ benefit }}</li>
</ul>
</div>
<div class="card-action quote-data bullets">
We help you by:
<ul type="square">
<li ng-repeat="feature in plan.solutions">{{ feature }}</li>
</ul>
</div>
<div class="small-fields-group">
<div class="card-action small-fields-2">
<div class="row sfr">
<div ng-bind-html="plan.price" class="duration col-md-12"></div>
</div>
</div>
<div class="card-action small-fields">
<div class="row sfr">
<div ng-bind-html="plan.form" class="price-range col-md-12"></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="disclaimer-pricing">
All prices are exclusive VAT.
</div>
<div class="disclaimer-pricing">
Recurring plans have a minimum commitment of 3 months:
we work with humans and humans always need time to adapt.
We want you to get the most out of an engagement.
Don't worry: from then you can cancel every month.
</div>
</div>
</section>