🏡 index : github.com/shreyas-satish/govote.git

author Shreyas Satish <shreyassatish@Shreyass-MacBook-Pro.local> 2023-12-07 18:41:12.0 +05:30:00
committer Shreyas Satish <shreyassatish@Shreyass-MacBook-Pro.local> 2023-12-07 18:41:12.0 +05:30:00
commit
d2cdc2d470204aa4a51a89e8df1f60f2939521c2 [patch]
tree
7be0ab3e40cea275fb77eb0d2256d6cb7b1d25f7
parent
78fa535e0d71570f8af649d641c8ced36822afb3
download
d2cdc2d470204aa4a51a89e8df1f60f2939521c2.tar.gz

changes



Diff

 index.html | 27 ++++++++++++++++-----------
 1 file changed, 16 insertions(+), 11 deletions(-)

diff --git a/index.html b/index.html
index 38a185d..de0630f 100644
--- a/index.html
+++ a/index.html
@@ -75,6 +75,10 @@
            color: var(--ashoka-blue);
        }

        button, .prev-button {
            background-color: var(--neutral-gray);
        }

        .navbar button:hover {
            background-color: var(--neutral-gray);
            color: var(--voter-white);
@@ -133,7 +137,7 @@
        <div class="navbar-container">
            <nav class="border split-nav">
                <div class="nav-brand">
                    <h3><a href="#">BLR Vote</a></h3>
                    <h3><a href="#">🇮🇳 BLR Vote</a></h3>
                </div>
                <div class="collapsible">
                    <input id="collapsible1" type="checkbox" name="collapsible1">
@@ -183,20 +187,20 @@
            <h4 class="card-title">1. EPIC</h4>
            <p class="card-text">
                <p>
                    ~Takes 2 mins.
                    EPIC is your voter ID number. Click Next if you already have yours.
                </p>
                <p>
                Open <a href="https://electoralsearch.eci.gov.in/" target="_blank">this site.</a>
                If you don't, open <a href="https://electoralsearch.eci.gov.in/" target="_blank">this site.</a>
                </p>
                <p>
                    Enter the following info on that site:
                    <ul>
                        <li>state you were registered</li>
                        <li>first name</li>
                        <li>relative's first name</li>
                        <li>date of birth</li>
                        <li>gender</li>
                        <li>captcha</li>
                        <li>State you were registered</li>
                        <li>First name</li>
                        <li>Relative's first name (Mostly your father)</li>
                        <li>Date of birth</li>
                        <li>Gender</li>
                        <li>Captcha</li>
                    </ul>
            
                <p>
@@ -208,6 +212,7 @@
                
            </p>
        </p>
            <button class="prev-button" onclick="navigate('prev', 2)">Previous</button>
            <button onclick="navigate('next', 2)">Next</button>
          </div>
        </div>
@@ -220,7 +225,7 @@
            <p class="card-text">
                Let's find your district, post office, assembly constituency
            </p>
            <button onclick="navigate('prev', 3)">Previous</button>
            <button class="prev-button" onclick="navigate('prev', 3)">Previous</button>
            <button onclick="navigate('next', 3)">Next</button>
          </div>
        </div>
@@ -249,7 +254,7 @@
                3. Join this Telegram group if you're stuck somewhere and we are happy to help!
                </p>
            </p>
            <button onclick="navigate('prev', 4)">Previous</button>
            <button class="prev-button" onclick="navigate('prev', 4)">Previous</button>
            <button onclick="finishWizard()">Finish</button>
          </div>
        </div>