Skip to content

Commit ef07d60

Browse files
committed
offers: Offer three distinguished packages
Typeforms are NOT updated Prices are NOT final Since the "Custom"-offer is now gone, there should be some information on the site about the availability of individually tailored offers on request. Offer names might as well be: - "imperial droid" - "tractor beam" - "use the force"
1 parent 052e967 commit ef07d60

2 files changed

Lines changed: 34 additions & 43 deletions

File tree

assets/app.js

Lines changed: 30 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -86,57 +86,48 @@ app.directive('home', function () {
8686
self = this
8787
self.plans = [
8888
{
89-
"title" : "Monthly Quality Sessions",
90-
"subtitle": "Level up - one step every month",
91-
"benefits" : [
92-
"Build a better workflow incrementally",
93-
"Start learning, stop being dependent",
94-
"Get the right tools for your team",
89+
"title" : "CATALYST",
90+
"subtitle": "Meet demands on a much larger scale",
91+
"problems" : [
92+
"A growing team or workforce",
93+
"An expanding set of responsibilities",
9594
],
96-
"features" : [
97-
"Talk through your problems monthly",
98-
"A monthly summary of your main issues",
99-
"3 recommendations on solutions",
100-
"Follow up at the end of the month",
101-
"Recurring ROI with every session"
95+
"solutions" : [
96+
"Helping you choose the right tools for your team and tasks",
97+
"Automating parts of your workflow",
98+
"Boosting your team's abilities with individually tailored workshops",
10299
],
103-
"price": "500eur/mon",
100+
"price": "starting at 500€ / month",
104101
"form": `<a href="https://viperdev.typeform.com/to/fABj8j" target="_blank">Get Started</a>`
105102
},
106103
{
107-
"title" : "Boost Your Open Source Project",
108-
"subtitle": "Partner with us as a long term investment",
109-
"benefits" : [
110-
"Get great developers on your project",
111-
"Improve quality and save money",
112-
"Expand technology choices",
113-
"Give back and increase trust",
114-
"Strengthen your tech brand",
104+
"title" : "STRATEGIST",
105+
"subtitle": "Achieve a more sustainable workflow",
106+
"problems" : [
107+
"Bugs and regressions in your product",
108+
"Unsactisfactory development progress",
115109
],
116-
"features" : [
117-
"A dedicated community expert works with you in your channels",
118-
"Automated newcomer invitation and onboarding",
119-
"Social media promotion",
120-
"Includes Monthly Quality Sessions",
110+
"solutions" : [
111+
"Transitioning you to a more robust development strategy",
112+
"Implementing a powerful testing and continuous integration set up",
113+
"Discussing main issues and possible solutions on a monthly basis",
121114
],
122-
"price": "2000eur/mon/project<br>2000eur setup/project",
115+
"price": "2000€ / month",
123116
"form": `<a href="https://viperdev.typeform.com/to/AKlsXq" target="_blank">Get Started</a>`
124117
},
125118
{
126-
"title" : "Custom",
127-
"subtitle": "You thought of something we're perfect for?",
128-
"benefits" : [
129-
"Improve code quality",
130-
"Improve workflows",
131-
"Develop faster",
119+
"title" : "ACTIVIST",
120+
"subtitle": "Build an open-source community",
121+
"problems" : [
122+
"Open-sourcing your product or tools",
123+
"Building a community around your product or brand",
132124
],
133-
"features" : [
134-
"Workshops on premises",
135-
"Consulting on premises",
136-
"Limitless possibilities",
137-
"Create workflow automation"
125+
"solutions" : [
126+
"Managing your community communication channels",
127+
"Automating newcomer introduction and schooling",
128+
"Promoting you on various social media channels",
138129
],
139-
"price": "On Request",
130+
"price": "1000€ / month",
140131
"form": "<a href=\"mailto:interest@viperdev.io\">Mail us</a>"
141132
}
142133
]

partials/tabs/home.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,15 +59,15 @@
5959
<div class="small-name-quote">{{ plan.subtitle }}</div>
6060
</div>
6161
<div class="card-action bullets">
62-
How do I benefit?
62+
You struggle with:
6363
<ul type="square">
64-
<li ng-repeat="benefit in plan.benefits">{{ benefit }}</li>
64+
<li ng-repeat="benefit in plan.problems">{{ benefit }}</li>
6565
</ul>
6666
</div>
6767
<div class="card-action quote-data bullets">
68-
What do I get?
68+
We help you by:
6969
<ul type="square">
70-
<li ng-repeat="feature in plan.features">{{ feature }}</li>
70+
<li ng-repeat="feature in plan.solutions">{{ feature }}</li>
7171
</ul>
7272
</div>
7373
<div class="small-fields-group">

0 commit comments

Comments
 (0)