-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
94 lines (77 loc) · 5.79 KB
/
about.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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="styles.css">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-giJF6kkoqNQ00vy+HMDP7azOuL0xtbfIcaT9wjKHr8RbDVddVHyTfAAsrekwKmP1" crossorigin="anonymous">
<title>About</title>
</head>
<body>
<!--heading-->
<nav class="navbar navbar-light bg-light">
<div class="container justify-content-center">
<a class="navbar-brand" href="#">
<img src="logo.png" alt="" width="70" height="58">
</a><h1>Sahani Information</h1>
</div>
</nav>
<!--navbar-->
<nav class="navbar navbar-expand-lg navbar navbar-dark bg-dark">
<div class="container-fluid">
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="services.html">Services</a>
</li>
<li class="nav-item">
<a class="nav-link" href="shop.html">Shop</a>
</li>
<li class="nav-item">
<a class="nav-link" href="certificate.html">Certificates</a>
</li>
<li class="nav-item">
<a class="nav-link" href="blog.html">Blog</a>
</li>
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="about.html">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<hr><h1 class="h1 text-center"><b>About</b></h1> <hr>
<div class="container-fluid fmt-5">
<p>Spice Money has established itself as a multi-dimensional banking and digital services provider in India. Powered by ubiquitous digital accessibility, we have been successfully bridging the digital gap in India between its urban and semi-urban and rural counterparts.</p>
<p>Over the last few years, the Spice Money Adhikari network has helped provide the Indian rural, under-banked population with facilities such as cash deposit and withdrawals, bill payments, money transfers and much more. The Spice Money e-Wallet is approved by RBI, and is a secure medium to transact.</p>
<p>These services are absolutely free of cost for the customer and gives every Adhikari the opportunity of entrepreneurship. Spice Money has now branched out its services in the travel and tour space, and also provides insurance and loans for its customers.</p>
<p>We are a regulated entity under the Reserve Bank of India, with all the relevant licenses, like Prepaid Instruments License (PPI) & Bharat Bill Payment System (BBPS). We are also a CMMI level 3 compliant & ISO 9001 and 27001 certified company. We make sure that we work under efficient government approved frameworks and leverage technology to focus on providing services to those people who reside in the remote corners of the country.</p>
<p>We have a significantly dense footprint in the North Indian states of Bihar, Jharkhand, Madhya Pradesh, Rajasthan, Chhattisgarh, and Uttar Pradesh, accounting for 40% of India’s population. Our primary focus is on Financial Inclusion with nearly 90% of our Customer Service Points located in semi-urban and rural India.</p>
<p>Till date we have successfully covered all 18,000 pin codes, 700+ districts and 5500+ blocks in India. With over 900 million people, our presence spans across a large number of semi-urban and rural areas in across the country.</p>
<p>We have been awarded with the prestigious NPCI Excellence Award in the year 2018. Having created more than 2 Lakh Entrepreneurs and having managed financial transactions worth USD 5 billion, we serve nearly 40 million consumers & aspire to be identified as the most reliable and trustworthy Fintech company in the country.</p>
<p>Be a Spice Money Adhikari and start your very own entrepreneurial journey with us!</p>
</div>
<footer class="py-3 fmt-5 bg-light">
<p class="m-0 text-dark text-center ">Copyright © Sahani Information Centre</p>
</footer>
<!-- Optional JavaScript; choose one of the two! -->
<!-- Option 1: Bootstrap Bundle with Popper -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ygbV9kiqUc6oa4msXn9868pTtWMgiQaeYH7/t7LECLbyPA2x65Kgf80OJFdroafW" crossorigin="anonymous"></script>
<!-- Option 2: Separate Popper and Bootstrap JS -->
<!--
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js" integrity="sha384-q2kxQ16AaE6UbzuKqyBE9/u/KzioAlnx2maXQHiDX9d4/zp8Ok3f+M7DPm+Ib6IU" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-pQQkAEnwaBkjpqZ8RU1fF1AKtTcHJwFl3pblpTlHXybJjHpMYo79HY3hIi4NKxyj" crossorigin="anonymous"></script>
-->
</body>
</html>