-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
283 lines (272 loc) · 12.2 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Constitution of India</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<nav class="navbar">
<div class="nav-content">
<div class="logo">
<img src="https://images.unsplash.com/photo-1532375810709-75b1da00537c?w=400" alt="Indian Flag">
<span>Constitution of India</span>
</div>
<div class="nav-links" id="navLinks">
<a href="#preamble">Preamble</a>
<a href="#rights">Fundamental Rights</a>
<a href="#duties">Fundamental Duties</a>
<a href="#parts">Parts</a>
<a href="#schedules">Schedules</a>
<a href="#amendments">Amendments</a>
</div>
<button class="menu-toggle" id="menuToggle">☰</button>
</div>
</nav>
<header class="hero">
<div class="hero-content">
<h1>The Constitution of India</h1>
<p>The supreme law of India that lays down the framework defining fundamental political principles, establishes the structure, procedures, powers, and duties of government institutions.</p>
<div class="search-box">
<input type="text" placeholder="Search the constitution..." id="searchInput">
<button>Search</button>
</div>
</div>
</header>
<main>
<section id="history" class="section">
<h2>Historical Background</h2>
<div class="content-card">
<div class="history-timeline">
<div class="history-item">
<h3>1934</h3>
<p>First demand for a Constituent Assembly</p>
</div>
<div class="history-item">
<h3>1946</h3>
<p>Formation of Constituent Assembly</p>
</div>
<div class="history-item">
<h3>1947</h3>
<p>India gains independence</p>
</div>
<div class="history-item">
<h3>1950</h3>
<p>Constitution comes into effect</p>
</div>
</div>
</div>
</section>
<section id="preamble" class="section">
<h2>Preamble</h2>
<div class="content-card">
<p class="preamble-text">
WE, THE PEOPLE OF INDIA, having solemnly resolved to constitute India into a SOVEREIGN SOCIALIST SECULAR DEMOCRATIC REPUBLIC and to secure to all its citizens:
</p>
<ul class="preamble-points">
<li>JUSTICE, social, economic and political;</li>
<li>LIBERTY of thought, expression, belief, faith and worship;</li>
<li>EQUALITY of status and of opportunity;</li>
<li>FRATERNITY assuring the dignity of the individual and the unity and integrity of the Nation;</li>
</ul>
<div class="preamble-info">
<h3>Key Features of the Preamble</h3>
<ul>
<li>Source of authority of the Constitution: People of India</li>
<li>Nature of Indian State: Sovereign, Socialist, Secular, Democratic Republic</li>
<li>Objectives of the Constitution: Justice, Liberty, Equality, Fraternity</li>
<li>Date of adoption: 26 November 1949</li>
</ul>
</div>
</div>
</section>
<section id="rights" class="section">
<h2>Fundamental Rights</h2>
<div class="rights-grid">
<div class="right-card">
<h3>Right to Equality (Articles 14-18)</h3>
<ul>
<li>Equality before law</li>
<li>Prohibition of discrimination</li>
<li>Equality of opportunity</li>
<li>Abolition of untouchability</li>
</ul>
</div>
<div class="right-card">
<h3>Right to Freedom (Articles 19-22)</h3>
<ul>
<li>Freedom of speech and expression</li>
<li>Freedom of assembly</li>
<li>Freedom of movement</li>
<li>Freedom of profession</li>
</ul>
</div>
<div class="right-card">
<h3>Right against Exploitation (Articles 23-24)</h3>
<ul>
<li>Prohibition of trafficking</li>
<li>Prohibition of child labor</li>
<li>Protection against forced labor</li>
</ul>
</div>
<div class="right-card">
<h3>Right to Freedom of Religion (Articles 25-28)</h3>
<ul>
<li>Freedom of conscience</li>
<li>Freedom to practice religion</li>
<li>Freedom from religious taxes</li>
</ul>
</div>
<div class="right-card">
<h3>Cultural & Educational Rights (Articles 29-30)</h3>
<ul>
<li>Protection of minorities</li>
<li>Right to establish institutions</li>
<li>Conservation of language</li>
</ul>
</div>
<div class="right-card">
<h3>Right to Constitutional Remedies (Article 32)</h3>
<ul>
<li>Right to approach Supreme Court</li>
<li>Writs for rights protection</li>
<li>Enforcement of rights</li>
</ul>
</div>
</div>
</section>
<section id="duties" class="section">
<h2>Fundamental Duties</h2>
<div class="duties-grid">
<div class="duty-card">
<h3>National Unity</h3>
<p>To uphold and protect the sovereignty, unity and integrity of India</p>
</div>
<div class="duty-card">
<h3>National Heritage</h3>
<p>To preserve the rich heritage of our composite culture</p>
</div>
<div class="duty-card">
<h3>Environment</h3>
<p>To protect and improve the natural environment</p>
</div>
<div class="duty-card">
<h3>Scientific Temper</h3>
<p>To develop scientific temper, humanism and spirit of inquiry</p>
</div>
</div>
</section>
<section id="parts" class="section">
<h2>Parts of the Constitution</h2>
<div class="parts-container">
<div class="timeline">
<div class="timeline-item">
<span class="part-number">Part I</span>
<h3>The Union and its Territory</h3>
<p>Articles 1-4: Deals with the Union, its territories, and changes in territories</p>
</div>
<div class="timeline-item">
<span class="part-number">Part II</span>
<h3>Citizenship</h3>
<p>Articles 5-11: Provisions relating to citizenship</p>
</div>
<div class="timeline-item">
<span class="part-number">Part III</span>
<h3>Fundamental Rights</h3>
<p>Articles 12-35: Basic human rights guaranteed to all citizens</p>
</div>
<div class="timeline-item">
<span class="part-number">Part IV</span>
<h3>Directive Principles</h3>
<p>Articles 36-51: Guidelines for state policy</p>
</div>
<div class="timeline-item">
<span class="part-number">Part IVA</span>
<h3>Fundamental Duties</h3>
<p>Article 51A: Basic duties of citizens</p>
</div>
</div>
</div>
</section>
<section id="schedules" class="section">
<h2>Schedules of the Constitution</h2>
<div class="schedules-grid">
<div class="schedule-card">
<h3>First Schedule</h3>
<p>Lists of States and Union Territories</p>
</div>
<div class="schedule-card">
<h3>Second Schedule</h3>
<p>Salaries of Constitutional Officials</p>
</div>
<div class="schedule-card">
<h3>Third Schedule</h3>
<p>Forms of Oaths and Affirmations</p>
</div>
<div class="schedule-card">
<h3>Fourth Schedule</h3>
<p>Allocation of Seats in Council of States</p>
</div>
</div>
</section>
<section id="amendments" class="section">
<h2>Constitutional Amendments</h2>
<div class="amendments-list" id="amendmentsList">
<!-- Populated by JavaScript -->
</div>
</section>
<section id="features" class="section">
<h2>Key Features</h2>
<div class="features-grid">
<div class="feature-card">
<h3>Longest Written Constitution</h3>
<p>Contains 395 articles in 22 parts and 8 schedules at the time of adoption</p>
</div>
<div class="feature-card">
<h3>Partly Rigid and Partly Flexible</h3>
<p>Some provisions can be amended by simple majority while others require special majority</p>
</div>
<div class="feature-card">
<h3>Federal System with Unitary Bias</h3>
<p>Division of powers between Centre and States with a strong Centre</p>
</div>
<div class="feature-card">
<h3>Independent Judiciary</h3>
<p>Supreme Court as the guardian of the Constitution</p>
</div>
</div>
</section>
</main>
<footer>
<div class="footer-content">
<div class="footer-section">
<h3>Quick Links</h3>
<a href="#preamble">Preamble</a>
<a href="#rights">Fundamental Rights</a>
<a href="#duties">Fundamental Duties</a>
<a href="#parts">Parts</a>
<a href="#schedules">Schedules</a>
<a href="#amendments">Amendments</a>
</div>
<div class="footer-section">
<h3>Resources</h3>
<a href="#">Download PDF</a>
<a href="#">Official Website</a>
<a href="#">History</a>
<a href="#">Case Laws</a>
</div>
<div class="footer-section">
<h3>Contact</h3>
<p>Phone: +91-11-XXXXXXXX</p>
<p>Address: New Delhi, India</p>
</div>
</div>
<div class="footer-bottom">
<p>© 2024 Constitution of India. All rights reserved.</p>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>