-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·284 lines (263 loc) · 11 KB
/
index.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
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Mobiamo - Accept SMS Payments in 82 Countries</title>
<meta name="description" content="Direct carrier billing with Mobiamo. Accept SMS payments in 82 countries for apps, games, digital goods and services">
<link rel="canonical" href="https://www.mobiamo.com">
<link rel="shortcut icon" href="assets/images/favicon.png">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge;chrome=1">
<link rel="stylesheet" href="build.min.css">
</head>
<body>
<section class="b-hero">
<div class="container">
<div class="row">
<div class="col-xs-12">
<nav class="b-mainNav">
<a href="index.html" class="b-brand">
<h1 class="b-brand__header hidden-xs">Mobiamo</h1>
<h1 class="b-brand__header visible-xs"></h1>
</a>
<a href="https://api.paymentwall.com/pwaccount/?source=pwmobiamo" id="mainNavGetStarted" class="button button__getStarted hidden" target="_blank">Get Started</a>
<div class="l-login">
<span id="burger" class="burger visible-xs"></span>
<ul>
<li>
<a href="carriers.html">For carriers</a>
</li>
<li>
<a href="coverage.html">Coverage</a>
</li>
<li>
<a href="about.html">About us</a>
</li>
<li>
<a href="https://api.paymentwall.com/pwaccount/signin?source=pwmobiamo" target="_blank">Log in</a>
</li>
</ul>
<a href="https://api.paymentwall.com/pwaccount/?source=pwmobiamo" id="mainNavGetStartedLeft" class="button button__getStarted hidden-xs hidden" target="_blank">Get Started</a>
</div>
</nav>
</div>
</div>
<div class="row b-hero__main">
<div class="col-sm-5 b-hero__leftWrap">
<div class="b-hero__left">
<h1 class="b-hero__heading">
<div>Easy and convenient</div>
<div>mobile payments</div>
</h1>
<p class="b-hero__heading-paragraph">Accept SMS payments from mobile phone users around the world. Anytime, anywhere.</p>
<a href="https://api.paymentwall.com/pwaccount/?source=pwmobiamo" class="button button__getStarted" target="_blank">Get Started</a>
</div>
</div>
<div class="col-sm-5 text-right">
<img src="assets/images/hero-widget.png" alt="widget">
<div class="clearfix"></div>
</div>
</div>
</div>
</section>
<section class="b-partners">
<div class="container">
<div class="row">
<div class="col-sm-12">
<article>
<aside class="b-partners__heading">Trusted by</aside>
<div class="b-partners__pic b-partners__bandai">
</div>
<div class="b-partners__pic b-partners__boyaa">
</div>
<div class="b-partners__pic b-partners__iver">
</div>
<div class="b-partners__pic b-partners__kog">
</div>
<div class="b-partners__pic b-partners__huawei">
</div>
</article>
<div class="clearfix"></div>
</div>
</div>
</div>
<div class="clearfix"></div>
</section>
<section class="b-implement">
<div class="container">
<div class="row">
<div class="col-sm-8">
<h2 class="visible-xs text-center">
<div>Implement Mobiamo</div>
<div>on different platforms</div>
</h2>
<div class="carousel-figures">
<div class="carousel-figure carousel-figure-a-tab figure-active"></div>
<div class="carousel-figure carousel-figure-b-tab hidden"></div>
<div class="carousel-figure carousel-figure-c-tab hidden"></div>
</div>
</div>
<div class="col-sm-4">
<h2 class="hidden-xs">
<div>Implement Mobiamo</div>
<div>on different platforms</div>
</h2>
<ul class="carousel-controls">
<li id="a-tab" class="carousel-btn-a active-btn">Desktop</li>
<li id="b-tab" class="carousel-btn-b">iOS</li>
<li id="c-tab" class="carousel-btn-c">Android</li>
<div class="clearfix"></div>
</ul>
<div class="carousel-descr-wrap">
<div class="carousel-descr carousel-descr-a-tab">Make it easy for your desktop users to pay with SMS by integrating Mobiamo on your website.</div>
<div class="carousel-descr carousel-descr-b-tab hidden">Provide a seamless payment experience by billing users directly from their iPad or their iPhone.</div>
<div class="carousel-descr carousel-descr-c-tab hidden">Ensure uninterrupted user experience with Mobiamo for your Android app.</div>
</div>
</div>
</div>
</div>
</section>
<section class="b-mobileFlaw">
<div class="b-mobileFlaw__line visible-md visible-lg"></div>
<div class="container">
<div class="row">
<div class="col-md-4">
<h2>One-click payments</h2>
<p>Pay directly from mobile carriers with Mobiamo. Payment is done with one click, without a need to leave the application. Add another layer of convenience for your users and gain higher conversion rates and sales volume.</p>
</div>
<div class="col-md-4 col-md-push-4">
<h2>Mobile subscriptions</h2>
<p>Charge users on a weekly, monthly or yearly basis or set a different schedule with Mobiamo’s flexible billing options. Mobiamo bills users automatically after each billing cycle through their mobile carrier.</p>
</div>
<div class="col-md-4 col-md-pull-4">
<div class="b-mobileFlaw__image">
<img src="assets/images/nexus_cuted.png">
<div class="js-mobileFlaw step1"></div>
<div class="js-mobileFlaw step2"></div>
<div class="js-mobileFlaw step3"></div>
<div class="js-mobileFlaw step4"></div>
</div>
</div>
</div>
</div>
</section>
<section class="b-map">
<div class="container">
<div class="row">
<div class="col-sm-6">
<div class="b-map__left">
<h2>
<div>Accept SMS payments from</div>
<div><b>82 countries</b></div>
</h2>
</div>
</div>
<div class="col-sm-6">
<p>Reach more users worldwide directly through mobile payments. Mobiamo gives you access to carrier billing in 82 countries and territories with more than 200 mobile carriers unique and local price points.</p>
<a href="coverage.html" class="b-map__link">Show all supported countries</a>
</div>
</div>
<div class="row">
<div class="col-sm-12">
<div class="b-map__map"></div>
</div>
</div>
</div>
</section>
<section class="b-pluses">
<div class="container">
<div class="row">
<div class="col-sm-4">
<article>
<div class="b-pluses__imageWrap">
<img src="assets/images/home-setup.svg">
</div>
<h3>No setup or monthly fees</h3>
<p>Instantly get started with no setup charges or monthly fees. With Mobiamo, merchants can build their business online without worrying about sales volume quota or maintenance charges. </p>
</article>
</div>
<div class="col-sm-4">
<article>
<div class="b-pluses__imageWrap">
<img src="assets/images/home-integration.svg">
</div>
<h3>Simple integration</h3>
<p>Set up Mobiamo on your website through a series of APIs to begin accepting mobile payments. For iOS- and Android-powered apps, our mobile software development kits (SDK) are available to get you started on using Mobiamo for mobile devices.</p>
</article>
</div>
<div class="col-sm-4">
<article>
<div class="b-pluses__imageWrap">
<img src="assets/images/home-support.svg">
</div>
<h3>24/7 Support</h3>
<p>Resolve any issues immediately with a round-the-clock support, which is available wherever you are. Our customer support is standing by to address concerns of end-users.</p>
</article>
</div>
</div>
</div>
</section>
<section class="b-graph">
<div class="container">
<div class="row">
<div class="col-sm-12 text-center">
<h1 class="text-center">
<div>Increase your sales with</div>
<div><b>Mobiamo</b></div>
</h1>
<a href="https://api.paymentwall.com/pwaccount/?source=pwmobiamo" class="button button__getStarted" target="_blank">Get Started</a>
</div>
</div>
</div>
</section>
<footer class="b-mainFooter">
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="b-mainFooter__inner">
<ul class="b-mainFooter__menu">
<li>
<a href="coverage.html">Coverage</a>
</li>
<li>
<a href="about.html">About Us</a>
</li>
</ul>
<a href="index.html" class="b-brand__footer"></a>
<ul class="social">
<li>
<a href="https://www.facebook.com/Mobiamo-910377772350909" class="facebook" target="_blank"></a>
</li>
<li>
<a href="https://plus.google.com/110558675026472880202" class="google" target="_blank"></a>
</li>
<li>
<a href="https://twitter.com/mobiamo_inc" class="twitter" target="_blank"></a>
</li>
<li>
<a href="https://www.linkedin.com/company/paymentwall-inc-" class="linkedin" target="_blank"></a>
</li>
</ul>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-12">
<div class="text-center">PW Overseas Holding Company. Mobiamo LTD</div>
<div class="b-mainFooter__copyright">© 2010-2016</div>
</div>
</div>
</div>
</footer>
<script src="build.min.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function()
{ (i[r].q=i[r].q||[]).push(arguments)}
,i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-70250556-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>