forked from mr-php/mr-php.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
support.html
154 lines (137 loc) · 6.5 KB
/
support.html
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
---
layout: page
title: Support
permalink: /support/
description: Technical Support and Ongoing Development
---
<div class="row">
<div class="col-md-7">
<h3>Technical Support</h3>
<ul>
<li>Technical Consulting</li>
<li>Programming and Application Development</li>
<li>Server Management and Database Administration</li>
<li>System Support and Training</li>
</ul>
<ul class="list-inline">
<li><a href="https://goo.gl/emtkPG" target="_blank" class="btn btn-primary">Make a Booking</a></li>
<li><a href="https://pay.mrphp.com.au/" target="_blank" class="btn btn-primary">Make a Payment</a></li>
<li><a href="/contact/" class="btn btn-primary">Contact Us</a></li>
</ul>
<h3>Hourly Rates</h3>
<p>Our basic pricing for support/consulting is simple and public. While you can request our assistance on an
ad-hoc basis, we value building an ongoing relationship. If you commit to a number of hours per month, we
can resource appropriately and assist more effectively since we'll be in-the-know about your infrastructure
already; and you will note that it's also cheaper.</p>
<p>Pricing is calculated based on actual time worked in 1 minute blocks, charged at the amount agreed when
payment was accepted. The charged hours will never exceed the amount without client authorisation.</p>
<p>Emergency availability is charged at $200/hr for business hours, $300/hr for all other hours, and is not
guaranteed for non-subscription clients.</p>
<table class="table table-responsive table-bordered">
<tr>
<th>Rate (ex gst)</th>
<th>Estimated Usage</th>
<th>Total (inc gst)</th>
<th></th>
</tr>
<tr>
<td>
$200/hr
</td>
<td>
2 hours ad-hoc
</td>
<td class="text-right">
$440
</td>
<td>
<a href="https://goo.gl/emtkPG" class="btn btn-primary btn-xs" target="_blank">Book</a>
<a href="https://pay.mrphp.com.au/?description=2+hours+ad-hoc&amount=440" class="btn btn-primary btn-xs" target="_blank">Pay</a>
</td>
</tr>
<tr>
<td>
$150/hr
</td>
<td>
4hrs/month for 3 months
</td>
<td class="text-right">
$1980
</td>
<td>
<a href="https://goo.gl/emtkPG" class="btn btn-primary btn-xs" target="_blank">Book</a>
<a href="https://pay.mrphp.com.au/?description=(12+hours)+4hrs+month+for+3+months&amount=1980" class="btn btn-primary btn-xs" target="_blank">Pay</a>
</td>
</tr>
<tr>
<td>
$140/hr
</td>
<td>
8hrs/month for 3 months
</td>
<td class="text-right">
$3696
</td>
<td>
<a href="https://goo.gl/emtkPG" class="btn btn-primary btn-xs" target="_blank">Book</a>
<a href="https://pay.mrphp.com.au/?description=(24+hours)+8hrs+month+for+3+months&amount=3696" class="btn btn-primary btn-xs" target="_blank">Pay</a>
</td>
</tr>
<tr>
<td>
$130/hr
</td>
<td>
16hrs/month for 3 months
</td>
<td class="text-right">
$6864
</td>
<td>
<a href="https://goo.gl/emtkPG" class="btn btn-primary btn-xs" target="_blank">Book</a>
<a href="https://pay.mrphp.com.au/?description=(48+hours)+16hrs+month+for+3+months&amount=6864" class="btn btn-primary btn-xs" target="_blank">Pay</a>
</td>
</tr>
<tr>
<td>
$120/hr
</td>
<td>
32hrs/month for 3 months
</td>
<td class="text-right">
$12672
</td>
<td>
<a href="https://goo.gl/emtkPG" class="btn btn-primary btn-xs" target="_blank">Book</a>
<a href="https://pay.mrphp.com.au/?description=(96+hours)+32hrs+month+for+3+months&amount=12672" class="btn btn-primary btn-xs">Pay</a>
</td>
</tr>
</table>
</div>
<div class="col-md-5">
<h3>How it works</h3>
<ul>
<li>After payment we will send you an invoice which is marked as paid. In addition we will send a credit for the same amount.</li>
<li>Each week we will email you a time-sheet and invoice, which will be automatically paid with your remaining credit.</li>
<li>You can top up your credit at any time.</li>
</ul>
<h3>Terms</h3>
<ul>
<li>Our contract is short, equitable, and includes an NDA. You may review
<a href="/assets/pdf/MrPHPContract.pdf">our standard contract</a>.
</li>
<li>Implicit service contract: any services requested and/or provided while no explicit contract is in effect are subject to our standard terms as described here and referenced as Exhibit A.</li>
<li>The minimum work time in one session is 60 minutes.</li>
<li>Our emergency option is an offer in addition to the regular subscription hours, and is not available separately. Its pricing is calculated on an individual client basis, taking into account existing infrastructure, business processes and other risk factors.</li>
<li>Unused hours may be expired 6 months after the date of purchase at our discretion, however this will only be after we have exhausted beneficial ways to use the time.</li>
<li>All prices are in AU Dollars excluding GST unless stated otherwise.</li>
</ul>
<div class="alert alert-info">
<p><i class="fa fa-info-circle"></i> If you have any questions please
<a href="/contact/" class="btn btn-primary btn-xs">Contact Us</a></p>
</div>
</div>
</div>