clean up
Diff
index.html | 13 ++++++++++---
assets/script.js | 2 +-
assets/style.css | 8 ++++++++
3 files changed, 16 insertions(+), 7 deletions(-)
@@ -30,7 +30,7 @@
<div id="section2" class="section margin-top-bottom">
<div class="card">
<div class="card-body">
<h4 class="card-title">1. EPIC (Voter ID)</h4>
<h5 class="card-title bold">1. EPIC (Voter ID)</h5>
<p class="card-text">
<p>
EPIC is your voter ID number. Click Next if you already have it with you, or if you've never registered to vote in India.
@@ -65,7 +65,7 @@
<div id="section3" class="section margin-top-bottom">
<div class="card">
<div class="card-body">
<h4 class="card-title">2. Address</h4>
<h5 class="card-title bold">2. Address</h5>
<p class="card-text">
<p>Let's find your voting district, post office, and your assembly constituency.</p>
<div id=pinholder class="form-group">
@@ -101,7 +101,7 @@
<div id="section4" class="section margin-top-bottom">
<div class="card">
<div class="card-body">
<h4 class="card-title">3. Address Proof</h4>
<h5 class="card-title bold">3. Address Proof</h5>
<p class="card-text">
<p>
Best to get this ready before you apply. You can use any of:
@@ -110,6 +110,7 @@
<li>Rental Agreement</li>
<li>Driver's License</li>
<li>Passport</li>
<li>Aadhaar</li>
<li>Post received from Post Office</li>
</ul>
<p>
@@ -128,7 +129,7 @@
<div id="section5" class="section margin-top-bottom">
<div class="card">
<div class="card-body">
<h4 class="card-title">4. Fill your Form 6/8</h4>
<h5 class="card-title bold">4. Fill your Form 6/8</h5>
<p class="card-text">
<div class="row flex-spaces">
<div class="alert alert-secondary">The ECI website is best used on desktop.</div>
@@ -140,7 +141,7 @@
<p>2. Go <a href="https://voters.eci.gov.in/login" target="_blank">here</a>, and submit Form 8 (or Form 6 if you've never had a voter ID) using the credentials you signed up with.</p>
<p>Keep these details handy for the form:</p>
<div id="location-details"></div>
<br>
<p>Once you've filled the form, you will get a form reference id. Keep this safe, so you can follow the form's progress. You can use your ward details to find your Booth Level Officer and follow up on the progress.</p>
</p>
{% include stuck.html %}
@@ -153,7 +154,7 @@
<div id="section6" class="section margin-top-bottom">
<div class="card">
<div class="card-body">
<h4 class="card-title">Share</h4>
<h5 class="card-title bold">Share</h5>
<p class="card-text">
All set? Well, let's hope your application gets approved and you get to vote in Bangalore in 2024!
</p>
@@ -255,7 +255,7 @@
</tr>
<tr>
<td><strong>Post Office (Pick One)</strong></td>
<td><ul>${window.postOffice}</ul></td>
<td><ul class='p0'>${window.postOffice}</ul></td>
</tr>
${wardDetails}
</tbody>
@@ -44,8 +44,16 @@
font-weight: bold;
}
.card .card-body .card-subtitle, .card .card-body h5 {
color: var(--primary);
}
.nav-brand a,.nav-brand a:visited {
margin-left: 1rem;
}
.p0 {
padding:0;
}
body {