-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbeneficiary-category.html
More file actions
21 lines (21 loc) · 1.74 KB
/
beneficiary-category.html
File metadata and controls
21 lines (21 loc) · 1.74 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Beneficiary Categories</title>
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<header class="site-header"><div class="site-header-wrap"><div class="brand"><svg class="grain-icon" viewBox="0 0 64 64" aria-hidden="true"><path fill="#ffe8ab" d="M20 54c12-10 16-22 16-40-9 8-15 18-16 40z"/><path fill="#cde58c" d="M44 54C32 44 28 32 28 14c9 8 15 18 16 40z"/></svg><h1>Public Distribution System – Ration Shop Portal</h1></div><nav class="site-nav" aria-label="Main menu"><ul><li><a href="index.html">Dashboard</a></li><li><a href="stock-list.html">Stock</a></li><li><a href="beneficiary-form.html">Beneficiaries</a></li><li><a href="distribution-table.html">Distribution</a></li><li><a href="index.html#reports">Reports</a></li></ul></nav></div></header>
<main class="container">
<section class="shelf-grid">
<article class="card"><h2>APL</h2><p>Above Poverty Line category with standard subsidy.</p><p class="small">Eligibility note: Lower support compared to priority families.</p></article>
<article class="card"><h2>BPL</h2><p>Below Poverty Line category for enhanced support.</p><p class="small">Eligibility note: Receives increased grain entitlement.</p></article>
<article class="card"><h2>Antyodaya <span class="badge badge-priority">Priority</span></h2><p>Most vulnerable households with highest assistance.</p><p class="small">Eligibility note: Maximum monthly rice and wheat provisions.</p></article>
</section>
</main>
<footer class="site-footer">This portal is for demonstration/academic purposes. Data shown may be sample-only.</footer>
<script src="app.js"></script>
</body>
</html>