-
Notifications
You must be signed in to change notification settings - Fork 0
/
products_mastercard.php
48 lines (44 loc) · 2.49 KB
/
products_mastercard.php
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
<?php $page = ''; ?>
<?php
//include header.php
include_once('includes/header.php');
?>
<div id="content_products" class="container">
<h2>Products</h2>
<div class="divider"></div>
<h3>Instapayment Prepaid MasterCard® </h3>
<div id="services" class="span12">
<p>The Instapayment Prepaid MasterCard® card is a revolutionary new way to handle your financial independence. It is not a credit card, It is an ATM/Debit card with no bank account necessary, with all the benefits of a credit card without the usual credit checks required.</p>
<ul>
<li>NO interest to pay</li>
<li>NO payments to make</li>
<li>NO approval requirements</li>
<li>NO bank account required</li>
<li>NO credit check</li>
</ul>
<p>The Instapayment Prepaid MasterCard® card product line was designed for individuals and businesses alike and was built on the foundation to bring the benefits of the Instapayment Prepaid MasterCard card to individuals and businesses that may have been overlooked by traditional financial services companies. <br><br>
Now you’ll spend your money the way you want to - safely, and anywhere that accepts Prepaid cards!
<br><br>
</p>
<ul class="media-grid">
<li><a href="#"><img src="img/products/mastercard/mastercard1.jpg" title="InstaCashAtm credit card" rel="InstaCashAtm credit card"></a></li>
<li><a href="#"><img src="img/products/mastercard/mastercard2.jpg" title="Visa and MasterCard" rel="Visa and MasterCard"></a></li>
</ul>
<p>
Withdraw money from ATM machines, pay bills, quickly and safely transfer money to other card users, across the world! It's like cash, but safer and more flexible! The Instapayment Prepaid MasterCard® card offers YOU, the consumer, an easy and secure way to manage personal finances.
<br><br>
The Instapayment Prepaid MasterCard® card offers a line of innovative financial management products for individuals, corporations and other groups. Each product provides a range of benefits that are not available from other products.
<br><br>
For example, these products can help:
</p>
<ul>
<li>Individuals who are often ill-served by traditional financial services companies. </li>
<li>Business executives who want better ways to manage payroll costs and other employee expenses. </li>
<li>Companies and other organizations that want new tools to increase brand or product recognition and sales.</li>
</ul>
</div>
</div>
<?php
//include footer.php
include_once('includes/footer.php');
?>