-
Notifications
You must be signed in to change notification settings - Fork 0
/
faq.html
149 lines (127 loc) · 7.14 KB
/
faq.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
<!doctype html>
<html class="no-js" 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.0">
<title>India Stack</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Manrope:wght@400;600&display=swap" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="//cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css"/>
<link rel="stylesheet" href="style.css?v=5">
</head>
<body>
<header id="site-header">
<div class="top-bar">
<div class="top-bar-left">
<div class="logo-wrap">
<a href="index.html">
<img src="img/indiastack.png" alt="">
</a>
</div>
</div>
<div class="top-bar-right">
<ul class="menu main-menu">
<li><a href="index.html">Home</a></li>
<li><a href="identity.html">Identity</a></li>
<li><a href="payments.html">Payments</a></li>
<li><a href="data.html">Data</a></li>
<li><a href="open-networks.html">Open Networks</a></li>
<li><a href="faq.html" class="active">FAQs</a></li>
</ul>
</div>
<div class="mobile-menu">
<div class="hamburger-menu"></div>
</div>
</div>
</header>
<div class="page-name">
<div class="grid-container">
<div class="grid-x grid-padding-x">
<div class="large-12 cell">
<div class="wrap">
<h1 class="title">FAQ</h1>
<p class="sub-title">Frequently asked questions and their answers</p>
</div>
</div>
</div>
</div>
</div>
<div class="even-section">
<div class="grid-container">
<div class="grid-x grid-padding-x">
<div class="medium-12 cell">
<!-- <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p> -->
<div class="faq-wrap">
<ul class="accordion" data-accordion>
<li class="accordion-item is-active" data-accordion-item>
<a href="#" class="accordion-title">Who owns and maintains India Stack?</a>
<div class="accordion-content" data-tab-content>
<p>India Stack is the name used to describe a collection of disparate technology products and frameworks.
The components of this collection are owned and maintained by different agencies.
Aadhaar products such as e-auth and e-KYC are owned by the Unique ID Authority of India.
eSign is a technology specification which is maintained by the Ministry of Communications and Information Technology.
Digilocker is owned by the Ministry of Electronics and Information Technology.
UPI is owned by the National Payments Corporation of India.
The Account Aggregator framework is regulated by RBI and its technology standards and owned by ReBIT.
</p>
</div>
</li>
<li class="accordion-item" data-accordion-item>
<a href="#" class="accordion-title">Can India Stack be applied in other countries?</a>
<div class="accordion-content" data-tab-content>
<p>The principles, technologies, and functionality of India Stack can be applied in any country.
None of the systems which comprise India Stack require any proprietary technology or intellectual property which would preclude their implementation in any other country.
</p>
</div>
</li>
<li class="accordion-item" data-accordion-item>
<a href="#" class="accordion-title">How can interested individuals get involved with IndiaStack?</a>
<div class="accordion-content" data-tab-content>
<p>Individuals interested in contributing to or working on India Stack may volunteer with iSPIRT, a non-profit think tank
which champions digital public goods and maintains this website. More information may be found at ispirt.in. </p>
</div>
</li>
<li class="accordion-item" data-accordion-item>
<a href="#" class="accordion-title">How can you start building on India Stack?</a>
<div class="accordion-content" data-tab-content>
<p>The answer to this question depends on which component of India Stack is of interest.
Depending on the answer, the relevant government agency or institution owning that particular product will be able to provide access to APIs, sandboxes, and other pieces needed to start building.
Alternatively, interested parties may elect to use the APIs offered by intermediaries. Popular intermediaries offering APIs and sandboxes on top of India Stack products include Digio, Karza, Signzy, and many others.</p>
</div>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<footer id="site-footer">
<div class="grid-container">
<div class="grid-x grid-padding-x">
<div class="medium-4 cell">
<a href="index.html" class="footer-logo">
<img src="img/indiastack.svg" alt="">
</a>
<!-- <a href="https://twitter.com/India_Stack" target="_blank" class="button follow_on_twitter"><img src="img/icons/twitter.svg" alt=""> Follow us on Twitter</a> -->
</div>
<div class="medium-8 cell">
<ul class="menu align-right footer-menu">
<li><a href="#">Privacy policy</a></li>
<li><a href="https://developers.ispirt.in/" target="_blank">iSPIRT Developers</a></li>
<li><a href="https://research.ispirt.in/" target="_blank">Research at iSPIRT</a></li>
<li><a href="https://twitter.com/India_Stack" target="_blank"><img src="img/icons/twitter.svg" alt=""> Twitter</a></li>
<li><a href="https://github.com/iSPIRT" target="_blank"><img src="img/icons/github.svg" alt=""> Github</a></li>
</ul>
</div>
</div>
</div>
</footer>
<script src="js/jquery.min.js"></script>
<script src="js/what-input.min.js"></script>
<script src="js/foundation.min.js"></script>
<script type="text/javascript" src="//cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.min.js"></script>
<script src="js/app.js"></script>
</body>
</html>