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

author Shreyas Satish <shreyassatish@Shreyass-MacBook-Pro.local> 2023-12-07 23:15:21.0 +05:30:00
committer Shreyas Satish <shreyassatish@Shreyass-MacBook-Pro.local> 2023-12-07 23:15:21.0 +05:30:00
commit
ec1489433590beb0ee8f803668eb74efc07d774f [patch]
tree
0fbe134c9d3a11175f752715e67bdd8449c520de
parent
c8bf8e6eb7ca62975384afd48b8359c622a4b6a5
download
ec1489433590beb0ee8f803668eb74efc07d774f.tar.gz

copy



Diff

 index.html           | 15 +++++----------
 _includes/stuck.html |  3 +++
 2 files changed, 6 insertions(+), 12 deletions(-)

diff --git a/index.html b/index.html
index 6a52e1d..7a40f31 100644
--- a/index.html
+++ a/index.html
@@ -18,9 +18,6 @@
             <p>
                 This guide is for you. This whole process should take 10 minutes.
            </p>
            <p>
            Oh and we also have a <a href="https://t.me/+gkKLJTPgIlM1Nzhl" target="_blank">Telegram group</a>, in case you get stuck!
             </p>
        </p>
        <div class="row flex-spaces">
          <div class="alert alert-danger">Dec 9, 2023 is the last date!</div>
@@ -59,9 +56,7 @@
        <p>
            Found your EPIC number? Awesome, copy it somewhere and click Next</p>
        </p>
        <div class="row flex-spaces">
          <div class="alert alert-secondary"><strong>Stuck?</strong> Reach out for help on <a href="https://t.me/+gkKLJTPgIlM1Nzhl">Telegram</a> or <a class="ml-0" href="#">WhatsApp</a>.</div>
        </div>
        {% include stuck.html %}
        <button class="prev-button" onclick="navigate('prev', 2)">Previous</button>
        <button onclick="navigate('next', 2)">Next</button>
      </div>
@@ -95,9 +90,7 @@
                <div id="map"></div>
            </div>
        </p>
        <div class="row flex-spaces">
          <div class="alert alert-secondary"><strong>Stuck?</strong> Reach out for help on <a href="https://t.me/+gkKLJTPgIlM1Nzhl">Telegram</a> or <a class="ml-0" href="#">WhatsApp</a>.</div>
        </div>
        {% include stuck.html %}
        <button class="prev-button margin-top-2" onclick="navigate('prev', 3)">Previous</button>
        <button onclick="navigate('next', 3)">Next</button>
      </div>
@@ -129,9 +122,7 @@
                Note that your address proof must be compressed to less than 2MB.
            </p>            
        </p>
        <div class="row flex-spaces">
          <div class="alert alert-secondary"><strong>Stuck?</strong> Reach out for help on <a href="https://t.me/+gkKLJTPgIlM1Nzhl">Telegram</a> or <a class="ml-0" href="#">WhatsApp</a>.</div>
        </div>
        {% include stuck.html %}
        <button class="prev-button" onclick="navigate('prev', 4)">Previous</button>
        <button onclick="navigate('next', 4)">Next</button>
      </div>
diff --git a/_includes/stuck.html b/_includes/stuck.html
new file mode 100644
index 0000000..5bc390d 100644
--- /dev/null
+++ a/_includes/stuck.html
@@ -1,0 +1,3 @@
<div class="row flex-spaces">
  <div class="alert alert-secondary"><strong>Stuck?</strong> Reach out for help on <a href="https://t.me/+gkKLJTPgIlM1Nzhl" target="_blank">Telegram</a> or <a class="ml-0" href="https://chat.whatsapp.com/FMUnPi5uxlF1op84FI5HmA" target="_blank">WhatsApp</a>.</div>
</div>