-
Notifications
You must be signed in to change notification settings - Fork 0
/
bills.html
378 lines (306 loc) · 14.2 KB
/
bills.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
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>Bill Desk</title>
<link href="Gotham all/GothamNarrow-Thin.otf" rel="stylesheet">
<!-- Bootstrap Core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Custom CSS -->
<link href="css/full-slider.css" rel="stylesheet">
<link href="style.css" rel="stylesheet">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<style type="text/css">
.list-group-item{
background-color:transparent;
border-color:transparent;
}
</style>
</head>
<body>
<header class="header" >
<!-- Logo and menu items-->
<div class=" header-container" >
<nav class="navbar navbar-default navbar-static-top" role="navigation" >
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">
<!-- task: add a wrapper to center the object -->
<object data="billdesk_logo_white.svg" type="image/svg+xml" class="bd-logo-white" >
<p>BillDesk_Logo</p>
</object>
<object data="billdesk_logo.svg" type="image/svg+xml" class="bd-logo" />
<p>BillDesk_Logo</p>
</object>
</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse pull-right" id="bs-example-navbar-collapse-1" > <ul class="nav navbar-nav navbar-right" style="margin-top:5px;">
<li class="active">
<a href="benefits.html" class='header-links'>Benefits</a></li>
<li><a href="technology.html" class='header-links'>Technology</a></li>
<li class="dropdown">
<a href="payment-solutions.html" class="dropdown-toggle disabled header-links" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Payment Solutions <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="payments.html">Payments</a></li>
<li role="separator" class="divider"></li>
<li><a href="bills.html">Bills</a></li>
<li role="separator" class="divider"></li>
<li><a href="recurring-payments.html">Recurring Payments</a></li>
<li role="separator" class="divider"></li>
<li><a href="recharge.html">Recharge</a></li>
<li role="separator" class="divider"></li>
<li><a href="business-2-business.html">Business To Business</a></li>
<li role="separator" class="divider"></li>
<li><a href="simpel.html">Simpel</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle header-links" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">More <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="about.html">About Us</a></li>
<li role="separator" class="divider"></li>
<li><a href="careers.html">Careers</a></li>
<li role="separator" class="divider"></li>
<li><a href="partners.html">Partners</a></li>
</ul>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
</div>
</header>
<div class="row" style=" width: 100%;
margin: 0px;
padding: 0px;
overflow-x: hidden;">
<!-- gradient styled slider full width fluid, content in 960px container-->
<div class="hero" >
<div class="solutions-hero-section" >
<div class="container">
<div class="row">
<div class="col-lg-6 col-md-6 col-sm-6 col-xs-12">
<img src="bills-head.png" alt="" class="bills-head-img img-responsive" style=""/>
</div>
<div class="col-lg-6 col-md-6 col-sm-6 col-xs-12">
<div class="bills-head-text" style="">
<div class='service-logo'><img src='images/solutions/payments/logo-payments.png'></div>
<h1 class='solution-name'>Bills</h1>
<img src='images/solutions/separation.png'/ class='solutions-separation'>
<h3 class='solution-tagline'>All Billers. <br/>One Platform.</h3>
<p class='solution-text'>Connect to India’s largest and only interconnected Biller and Banks network.</p>
<p class='solution-text'>Our flagship bill presentment and payment solution aggregates Billers across India and offers an ability to extract and present bills to customers, enabling them to pay utility and other bills from a single platform.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- body of the page, within 960px container one column and two column media objects -->
<div class="torso level-2-torso" style="">
<!-- Comprehensivce paletter start -->
<div class="rpg-t-wrap" >
<div class="container" >
<h3 class="media-heading solutions-section-heading">INSTAPAY SOLUTION</h3>
<div class="row rpg-t-palette" style="text-align:center;">
<h3 class='solutions-section-text'>Get access to BillDesk’s dynamic two sided platform, which provides widest access and reach across Billers, Banks and many organisations</h3>
<div class="col-lg-6 col-md-6 col-sm-6">
<img src="instant-payment-solution.png" class="img-responsive" alt="" />
</div>
<div class="bills-row-one" style="">
<div class="col-lg-6 col-md-6 col-sm-6" style="height:378px;">
<h4>Collect bill payments from non-registered customers easily with BillDesk InstaPay solution </h4>
<p>Adds value to customers, increase customer engagement and build loyalty with BIllDesk InstaPay Solution.</p>
<p>Our Insta Pay solution powers most Private/PSU Banks in India. This solution offers non-registered customers the convenience of paying their utility and other bills through a single location interface.</p>
</div>
<div class="col-lg-6 col-md-6 col-sm-6">
<img src='images/wip.png'/ class='wip-image'>
<h3 class='solutions-section-title'>Dedicated Platform with 45 + Banks in India</h3>
<p>Banks get access to widest Biller categories in India which allows their customer to view and pay multiple bills from their location.</p>
</div>
<div class="col-lg-6 col-md-6 col-sm-6">
<img src='images/wip.png'/ class='wip-image'>
<h3 class='solutions-section-title'>Present Bills and get paid conveniently</h3>
<p>Get your bills presented and collect payments across multiple payment institutions including Banking platform, Assisted payments (Kiosk/Walk ins), Wallet companies.</p>
</div>
</div>
</div>
</div>
</div>
<!-- Comprehensivce paletter end -->
<!-- Payment channels start -->
<div class="pc-torso-wrap" style="background-color:#daefee;">
<div class="container" >
<div class="row pc-torso" style="text-align:center; padding:15px;">
<div class="media">
<h3 class="media-heading solutions-section-heading">Universal BillPay Platform</h3>
<div class="">
<a href="#">
<img class="media-object" src="billpay-on-payment-networks.png" alt="..." width="100%">
</a>
</div>
<div class="media-body">
<h4 class='solutions-section-text'>Earn loyalty by offering bill payment convenience with Universal Bill Pay </h4>
<p>Registered biller bills are presented and enabled by BillDesk which empowers their clients to smartly manage billers and pay bills conveniently.</p>
<p>Our unique Universal Bill Payment Platform is utilized by most leading Private/PSU banks and leading Payment Networks in India. This platform empowers their registered customers to smartly manage billers and pay utility and other bill through a single location interface.
</p>
</div>
</div>
</div>
</div>
</div>
<!-- Payment channels end -->
<!-- cross border bill pay start -->
<div class="pc-torso-wrap" >
<div class="container" >
<div class="row pc-torso" style="text-align:center; padding:15px;">
<div class="media">
<h3 class="media-heading solutions-section-heading">Cross Border BillPay</h3>
<div class="">
<a href="#">
<img class="media-object" src="cross-border-billpay.png" alt="..." width="100%">
</a>
</div>
<div class="media-body">
<h4>For Transactions beyond borders </h4>
<p>Our Cross Border solution eliminates business limitations caused by geographic borders. Securely collect bill payments in multiple currency from international customers.
</p>
</div>
</div>
</div>
</div>
</div>
<!-- cross border bill pay end -->
<!-- Merchant categories start -->
<div class="features-torso-wrap" style="background-color:#daefee;">
<div class="container">
<div class="row features-torso" style="text-align:center;">
<h2 class='solutions-section-heading'>Merchant Categories</h2>
<div class="col-ld-12 col-md-12 col-sm-12 col-xs-12">
<img class="img-responsive" src="bills-merchant-categories.png" alt="" />
</div>
<!--p>Our feature rich payment gateway powers all possible types of organizations of all sizes across multiple sectors. A glimpse into our client network</p>
<div class="col-lg-4 col-md-4 col-sm-6">
<ul class="list-group" style="background-color:transparent;">
<li class="list-group-item">Electricity </li>
<li class="list-group-item">Water </li>
<li class="list-group-item">DTH </li>
<li class="list-group-item">Insurancey</li>
</ul>
</div>
<div class="col-lg-4 col-md-4 col-sm-6">
<ul class="list-group" style="background-color:transparent;">
<li class="list-group-item">Loans</li>
<li class="list-group-item">Credit Card payments</li>
<li class="list-group-item"> Gas</li>
<li class="list-group-item"> Telecom</li>
</ul>
</div>
<div class="col-lg-4 col-md-4 col-sm-6">
<ul class="list-group" style="background-color:transparent;">
<li class="list-group-item">Internet Services</li>
<li class="list-group-item">Mutual Funds</li>
<li class="list-group-item">Subscription</li>
<li class="list-group-item">Donations</li>
</ul>
</div-->
</div>
</div>
</div>
<!-- Merchant categories end-->
</div>
</div>
<!-- footer-->
<footer style="height:auto; background-color: #ededed; border: 1px solid transparent; color:#565656; margin: 0 auto; font-size:10px;">
<div class="row" >
<div class="container">
<div class="col-lg-2 col-sm-3 col-md-2 footer-groups">
<h4>OVERVIEW</h4>
<ul class="" style="list-style:none; padding-left:0px;">
<li class="footer-items"><a href="payment-solutions.html">Payment Solutions</a></li>
<li class="footer-items"><a href="benefits.html">Benefits</a></li>
<li class="footer-items"><a href="technology.html">Technology</a></li>
<li class="footer-items"><a href="partners.html">Partners</a></li>
</ul>
</div>
<div class="col-lg-2 col-sm-3 col-md-2 footer-groups">
<h4>RANGE OF SOLUTIONS</h4>
<ul class="" style="list-style:none; padding-left:0px;">
<li class="footer-items"><a href="payments.html">Payments</a></li>
<li class="footer-items"><a href="bills.html">Bills</a></li>
<li class="footer-items"><a href="recurring-payments.html">Recurring</a></li>
<li class="footer-items"><a href="recharge.html">Recharge</a></li>
<li class="footer-items"><a href="business-2-business.html">B2B Pay</a></li>
<li class="footer-items"><a href="simpel.html">Simpel</a></li>
</ul>
</div>
<div class="col-lg-2 col-md-2 col-sm-2 footer-groups">
<h4>CORE</h4>
<ul class="" style="list-style:none; padding-left:0px;">
<li class="footer-items"><a href="about.html">The Vision</a></li>
<li class="footer-items"><a href="about.html">Our Story</a></li>
<li class="footer-items"><a href="about.html">The Founders</a></li>
<li class="footer-items"><a href="about.html">News & Events</a></li>
</ul>
</div>
<div class="col-lg-2 col-md-2 col-sm-2 footer-groups">
<h4>JOIN US</h4>
<ul class="footer-items" style="list-style:none; padding-left:0px;">
<li class="footer-items"><a href="careers.html">Life@BillDesk</a></li>
<li class="footer-items"><a href="careers.html">Careers</a></li>
</ul>
</div>
<div class="col-lg-2 col-sm-2 col-md-2 footer-groups">
<h4>GET IN TOUCH</h4>
<ul class="footer-items" style="list-style:none; padding-left:0px;">
<li class="footer-items"><a href="">Contact Us</a></li>
<li class="footer-items"><a href="">Support</a></li>
</ul>
</div>
<div class='footer-bottommost'>
<ul class="footer-bottommost-links">
<li class="footer-bottommost-items"><a href="">Terms & Conditions</a></li>
<li class="footer-bottommost-items"><a href="">Privacy Policy </a></li>
<li class="footer-bottommost-items"><a href="">Legal </a></li>
</ul>
</div>
</div>
</div>
</footer>
<!-- jQuery -->
<script src="js/jquery.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="js/bootstrap.min.js"></script>
<!-- Script to Activate the Carousel -->
<script>
$('.carousel').carousel({
interval: 10000 //changes the speed
})
window.onscroll = (ev) => {
if (window.scrollY > 20) {
$('.header').addClass('header-sticky');
} else if (window.scrollY < 15) {
console.log('on top');
$('.header').removeClass('header-sticky');
}
};
</script>
</body>
</html>