-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpricing.html
33 lines (26 loc) · 863 Bytes
/
pricing.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
---
layout: default
title : Pricing
---
<html>
<title>Pricing-NiaApps</title>
<div class="page-title">
<p>
<h2>{{page.title}}</h2>
</p>
</div>
<div class="pricing-container">
<p>
<h3>Pricing is determined on a project by project basis.</h3>
</p>
<hr class="pricing-ln">
<p>Projects in the past have ranged from $200-$4,000 USD.</p>
<p>Application projects start at $300, Website design projects start at $200.</p>
<p>Alternatively you can opt for the hourly option, my hourly rate is $30 USD.</p>
<p>Consultation is free. If you have a potential project, contact me <a href="/contact.html" target="_blank">here</a>.
If you wish to view my previous work click <a href="/portfolio.html">here</a>.</p>
<p> I look forward to working with you!</p>
</div>
<!-- End of body container -->
</body>
</html>