@@ -5,13 +5,30 @@ export default () => ({
5
5
the future. We are always looking for new members to join.</p>` ,
6
6
benefitsAndCost : {
7
7
title : 'Benefits and cost' ,
8
- body : `<p>When your company becomes a member you will:</p>
9
- <ol>
10
- <li>Ensure Robot Framework is maintained and developed</li>
11
- <li>Get visibility about your membership for your company if you wish</li>
12
- <li>Gain ability to participate in decision making</li>
13
- <li>Get discounted tickets to RoboCon events</li>
14
- </ol>
8
+ body : `<h3 class="ml-2xlarge">When your company becomes a member, you will...</h3>
9
+ <ul class="">
10
+ <li class="alert-box positive block ml-2xlarge mb-medium">
11
+ <h4>Ensure the continuity of the Robot Framework Project</h4>
12
+ <p>Include those working directly or indirectly with Robot Framework, such as developers, testers, and managers.</p>
13
+ <p>1-2 users primarily means freelancers and small companies. If you are unsure, feel free to contact us.</p>
14
+ </li>
15
+ <li class="alert-box positive block ml-2xlarge mb-medium">
16
+ <h4>Get visibility</h4>
17
+ <p>Get visibility about your membership for your company if you wish</p>
18
+ </li>
19
+ <li class="alert-box positive block ml-2xlarge mb-medium">
20
+ <h4>Discounted tickets for official events</h4>
21
+ <ul>
22
+ <li>Discounted tickets to RoboCon</li>
23
+ <li>20% discount on the certification exam of the official certificate of Robot Framework, <a href="https://cert.robotframework.org/">RFCP</a></li>
24
+ </ul>
25
+ </li>
26
+ <li class="alert-box positive block ml-2xlarge mb-medium">
27
+ <h4>Become a certified training provider</h4>
28
+ <p>Robot Framework's official certificates have accredited companies that offer training for the certification exam.
29
+ As a Foundation member, your company is welcome to apply!</p>
30
+ </li>
31
+ </ul>
15
32
<h3>Annual fee</h3>
16
33
<p>The pricing is determined by the amount of Robot Framework users in your organization:</p>
17
34
<table class="col-sm-12 col-md-6">
@@ -39,10 +56,10 @@ export default () => ({
39
56
<td>12000€</td>
40
57
</tr>
41
58
</table>
42
- <div class="alert-box">
43
- <h4>How is the amount of users determined?</h4>
44
- <p>Include those working directly or indirectly with Robot Framework, such as developers, testers, and managers.</p>
45
- <p>1-2 users primarily means freelancers and small companies. If you are unsure, feel free to contact us.</p>
59
+ <div class="alert-box mt-medium ">
60
+ <h4>How is the amount of users determined?</h4>
61
+ <p>Include those working directly or indirectly with Robot Framework, such as developers, testers, and managers.</p>
62
+ <p>1-2 users primarily means freelancers and small companies. If you are unsure, feel free to contact us.</p>
46
63
</div>`
47
64
} ,
48
65
howToJoin : {
0 commit comments