-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfaq.html
275 lines (246 loc) · 12.9 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="fonts/icomoon/style.css">
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css">
<link href="http://fonts.googleapis.com/css?family=Cookie" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css" />
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Poppins:300,400,500&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Source+Serif+Pro:400,600&display=swap" rel="stylesheet">
<link rel="stylesheet" href="fonts/icomoon/style.css">
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css">
<link href="http://fonts.googleapis.com/css?family=Cookie" rel="stylesheet" type="text/css">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<script src="script.js" defer></script>
<link rel="icon" type="image/png" href="Images/logo3.png"/>
<link rel="icon" href="Images/footerlogo.png" type="image/x-icon"/>
<title>FAQs</title>
<style>
body {
font-family: 'Arial', sans-serif;
background: linear-gradient(to bottom, #bde7d7 0%, #ffffff 38%);
margin: 0;
padding: 0;
}
.container {
max-width: 1200px;
margin: 0 auto;
display: flex;
align-items: center;
justify-content: space-between;
padding: 20px;
width: 100%;
padding-top: 50px;
}
.logo {
font-size: 36px;
font-weight: bold;
color: #333333;
}
.image {
width: 400px;
height: 400px;
object-fit: cover;
border-radius: 10px;
}
.faq {
width: 700px;
}
.faq h1 {
font-size: 24px;
font-weight: normal;
color: #333333;
margin-bottom: 10px;
}
.faq p {
font-size: 16px;
color: #666666;
margin-bottom: 20px;
}
.faq-item {
margin-bottom: 10px;
}
.faq-item summary {
font-size: 18px;
font-weight: bold;
color: #333333;
cursor: pointer;
outline: none;
}
.faq-item details {
border: 1px solid #cccccc;
border-radius: 5px;
padding: 10px;
}
.faq-item details[open] {
margin-bottom: 10px;
}
</style>
</head>
<body>
<!-- Header -->
<div class="header">
<div class="logo">
<a href="index.html">
<img src="Images/mainlogo.png" alt="Logo"></a>
</div>
<button class="menu-btn">☰</button>
<ul class="menu">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="services.html">Services</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="faq.html">FAQ's</a></li>
</ul>
<div class="search">
<input type="text" placeholder="Search...">
<a href=""><i class="fas fa-search"></i></a>
</div>
<div class="sign-in">
<a href="signin.html">
<button>Sign In</button></a>
</div>
</div>
<div class="container">
<div class="faq">
<div class="logo">#Scheme4All</div>
<h1>FAQs about Government Schemes in India</h1>
<p>Here you can find some of the most frequently asked questions about the various schemes of the Government of India. If you have any other questions, please contact us.</p>
<div class="faq-item">
<details>
<summary>What is JanJagruti</summary>
<p>JanJagruti is a National Platform that aims to offer one-stop search and discovery of the Government schemes. It provides an innovative, technology-based solution to discover scheme information based upon the eligibility of the citizen. The platform helps the citizen to find the right Government schemes for them. It also guides on how to apply for different Government schemes. Thus no need to visit multiple Government websites.</p>
</details>
</div>
<div class="faq-item">
<details>
<summary>What are the benefits of National Pension Scheme (NPS)?</summary>
<p>NPS is a voluntary, defined contribution retirement savings scheme designed to enable systematic savings during the subscriber’s working life. It is an attempt towards finding a sustainable solution to provide adequate retirement income to every citizen of India. </p>
<ul>
<li>It is a flexible and portable scheme that allows subscribers to choose their own pension fund managers, investment options, and contribution frequency.</li>
<li>It offers tax benefits to subscribers under various sections of the Income Tax Act, 1961.</li>
<li>It provides a regular income to subscribers after retirement through annuity plans.</li>
<li>It allows partial withdrawal of funds for specific purposes such as education, marriage, or medical expenses.</li>
</ul>
</details>
</div>
<div class="faq-item">
<details>
<summary>How does Sukanya Samriddhi Yojana (SSY) work?</summary>
<p>SSY is a savings scheme for the girl child launched by the Government of India in 2015. It aims to encourage parents to save for the education and marriage of their daughters.</p>
<ul>
<li>It can be opened by the parent or legal guardian of a girl child below the age of 10 years.</li>
<li>It has a minimum deposit of Rs. 250 and a maximum deposit of Rs. 1.5 lakh per financial year.</li>
<li>It offers an attractive interest rate of 7.6% per annum (as of January 2021) compounded annually.</li>
<li>It has a maturity period of 21 years from the date of opening or until the marriage of the girl child, whichever is earlier.</li>
<li>It allows partial withdrawal of up to 50% of the balance for the higher education of the girl child after she attains the age of 18 years.</li>
</ul>
</details>
</div>
<div class="faq-item">
<details>
<summary>What is the Pradhan Mantri Awas Yojana (PMAY)?</summary>
<p>The Pradhan Mantri Awas Yojana (PMAY) is a housing initiative by the Government of India with the aim of providing affordable housing to the urban and rural poor.</p>
<ul>
<li>It has two components - Pradhan Mantri Awas Yojana (Urban) and Pradhan Mantri Awas Yojana (Gramin).</li>
<li>The urban component targets the urban poor, while the rural component focuses on the housing needs of the rural population.</li>
<li>Beneficiaries receive financial assistance for the construction or enhancement of their homes.</li>
<li>The scheme promotes the use of eco-friendly and sustainable technologies in housing construction.</li>
<li>It aims to achieve the vision of "Housing for All" by the year 2022.</li>
</ul>
</details>
</div>
<div class="faq-item">
<details>
<summary>What is the Pradhan Mantri Kaushal Vikas Yojana (PMKVY)?</summary>
<p>The Pradhan Mantri Kaushal Vikas Yojana (PMKVY) is a skill development initiative by the Government of India to enable a large number of Indian youth to take up industry-relevant skill training to help them secure a better livelihood.</p>
<ul>
<li>It offers skill training across various sectors and industries based on the National Skills Qualification Framework (NSQF).</li>
<li>PMKVY aims to align the skilling initiatives with the common norms and standards across the country.</li>
<li>It provides financial rewards to candidates who successfully complete the approved skill training programs.</li>
<li>The scheme encourages a "demand-driven" approach in skill development.</li>
<li>It focuses on creating a skilled workforce that meets the industry standards and requirements.</li>
</ul>
</details>
</div>
<div class="faq-item">
<details>
<summary>How can I apply for the Pradhan Mantri Mudra Yojana (PMMY)?</summary>
<p>The Pradhan Mantri Mudra Yojana (PMMY) is a scheme that provides loans for non-corporate, non-farm small/micro enterprises. To apply for a loan under PMMY, follow these steps:</p>
<ol>
<li>Contact a financial institution such as a bank, NBFC, or microfinance institution that participates in the PMMY scheme.</li>
<li>Fill out the Mudra loan application form available at the respective financial institution.</li>
<li>Submit the required documents, including identity proof, address proof, and business-related documents.</li>
<li>The financial institution will assess your business plan and eligibility for the loan.</li>
<li>If approved, you can receive the Mudra loan for your business needs.</li>
</ol>
</details>
</div>
<div class="faq-item">
<details>
<summary>What is the Pradhan Mantri Fasal Bima Yojana (PMFBY)?</summary>
<p>The Pradhan Mantri Fasal Bima Yojana (PMFBY) is a crop insurance scheme that provides financial support to farmers in case of crop failure due to natural calamities, pests, or diseases.</p>
<ul>
<li>It aims to ensure that farmers do not face financial hardships in the event of crop loss.</li>
<li>Farmers need to pay a nominal premium, and the rest of the premium is shared by the central and state governments.</li>
<li>PMFBY covers major crops and provides insurance coverage from sowing to harvesting.</li>
<li>It promotes the adoption of modern agricultural practices and technologies among farmers.</li>
<li>Claim settlements are done quickly to ensure timely relief to affected farmers.</li>
</ul>
</details>
</div>
</div>
<img src="Images/faq.png" alt="Government of India logo" class="image">
</div>
<!-- Footer -->
<footer class="footer-distributed">
<div class="footer-left">
<h3>Jan<span>Jagruti</span></h3>
<p class="footer-links">
<a href="index.html" target=”_blank”>Home</a>
|
<a href="about.html"target=”_blank”>About</a>
|
<a href="services.html"target=”_blank”>Services</a>
|
<a href="contact.html"target=”_blank”>Contact</a>
|
<a href="faq.html"target=”_blank”>FAQ's</a>
</p>
<p class="footer-company-name">Copyright © 2023 <strong>JanJagruti</strong> All rights reserved</p>
</div>
<div class="footer-center">
<div>
<i class="fa fa-map-marker"></i>
<p><span>Nashik</span>
Maharashtra</p>
</div>
<div>
<i class="fa fa-phone"></i>
<p>+91 8087990543</p>
</div>
<div>
<i class="fa fa-envelope"></i>
<p><a href="mailto:[email protected]">[email protected]</a></p>
</div>
</div>
<div class="footer-right">
<p class="footer-company-about">
<span>JanJagruti</span>
<strong>#Scheme4All</strong> The platform helps the citizen to find the right Government schemes for them. It also guides on how to apply for different Government schemes. Thus no need to visit multiple Government websites.
</p>
<div class="footer-icons">
<a href="#"><i class="fa fa-instagram"target=”_blank”></i></a>
<a href="https://www.linkedin.com/in/ashish-bhangale-2759a523a/"><i class="fa fa-linkedin"target=”_blank”></i></a>
<a href="https://twitter.com/home"target=”_blank”><i class="fa fa-twitter"target=”_blank”></i></a>
<a href="#"><i class="fa fa-whatsapp"target=”_blank”></i></a>
</div>
</div>
</footer>
</body>
</html>