From 6feb40bc7bc5dfa65067af24c044a809c43af9fe Mon Sep 17 00:00:00 2001 From: Shreyas Satish <shreyassatish@Shreyass-MacBook-Pro.local> Date: Fri, 08 Dec 2023 19:23:59 +0530 Subject: [PATCH] clean up --- index.html | 13 ++++++++++--- assets/script.js | 2 +- assets/style.css | 8 ++++++++ 3 files changed, 16 insertions(+), 7 deletions(-) diff --git a/index.html b/index.html index 0bcc413..ec62f5f 100644 --- a/index.html +++ a/index.html @@ -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> diff --git a/assets/script.js b/assets/script.js index 78a5def..04c89cd 100644 --- a/assets/script.js +++ a/assets/script.js @@ -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> diff --git a/assets/style.css b/assets/style.css index 122f53e..0e6a164 100644 --- a/assets/style.css +++ a/assets/style.css @@ -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 { -- rgit 0.1.5