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

author Shreyas Satish <shreyassatish@Shreyass-MacBook-Pro.local> 2023-12-08 9:41:39.0 +05:30:00
committer Shreyas Satish <shreyassatish@Shreyass-MacBook-Pro.local> 2023-12-08 9:41:39.0 +05:30:00
commit
0384a49f61d353b03d8ae565201e7e5323561846 [patch]
tree
1f5ef38d06d7e4d5005ba18432a17352f74c2ed4
parent
b42cc39baa0e6d939c39dcb243affb5cac7c76f0
download
0384a49f61d353b03d8ae565201e7e5323561846.tar.gz

clean up header



Diff

 index.html            |  1 -
 _layouts/default.html |  4 ++--
 assets/style.css      | 38 +++++++++++++++++++++++++-------------
 3 files changed, 25 insertions(+), 18 deletions(-)

diff --git a/index.html b/index.html
index d9ba843..5762506 100644
--- a/index.html
+++ a/index.html
@@ -6,7 +6,6 @@
<div id="section1" class="section active margin-top-bottom">
    <div class="card">
      <div class="card-body">
        <h4 class="card-title">Vote from Bangalore</h4>
        <p class="card-text">
             <p>
                 You live in Bangalore and want to vote from current address in Bangalore.
diff --git a/_layouts/default.html b/_layouts/default.html
index 5ccc33e..8b81ae2 100644
--- a/_layouts/default.html
+++ a/_layouts/default.html
@@ -16,7 +16,7 @@
        <div class="navbar-container">
            <nav class="border split-nav">
                <div class="nav-brand">
                    <h3><a href="/" style="text-decoration: none;border-bottom:none;padding-bottom:0px">🇮🇳 BLR Vote</a></h3>
                    <h4 class='bold'><a href="/" style="text-decoration: none;border-bottom:none;padding-bottom:0px">🇮🇳 Vote From BLR</a></h4>
                </div>
            </nav>
        </div>
@@ -26,7 +26,7 @@


    <footer class='margin-top-2'>
        <p>Made with <span class="heart">❤️</span> for <span class="flag">🇮🇳</span> by <a href="https://tatooine.club/@nemo" target="_blank">Nemo</a> and <a href="https://twitter.com/shreyas_satish">Shreyas</a></p>
        <p>Made with <span class="heart">❤️</span> for <span class="flag">🇮🇳</span> by <a href="https://tatooine.club/@nemo" target="_blank">Nemo</a> and <a target="_blank" href="https://twitter.com/shreyas_satish">Shreyas</a></p>
        <p><a href="/about/">About</a> | <a href="/about/#credits">Credits</a> | <a href="/faq/">FAQ</a></p>
    </footer>

diff --git a/assets/style.css b/assets/style.css
index 567a469..122f53e 100644
--- a/assets/style.css
+++ a/assets/style.css
@@ -1,3 +1,22 @@

/* Color Palette */
:root {
    --democracy-blue: #1947D1;
    --voter-white: #FFFFFF;
    --indian-saffron: #FF9933;
    --regal-purple: #512DA8;
    --slate-gray: #607D8B;
}

/* Branding CSS for blr.vote */

/* Color Palette */
:root {
    --ashoka-blue: #1947D1; /* Blue of the Ashoka Chakra */
    --voter-white: #FFFFFF;
    --neutral-gray: #607D8B;
}

.container {
    max-width: 400px; /* Width of the mobile-like layout */
    margin: 0 auto; /* Center the container */
@@ -20,24 +39,13 @@
.margin-top-2 {
    margin-top: 2rem;
}
/* Branding CSS for blr.vote */

/* Color Palette */
:root {
    --democracy-blue: #1947D1;
    --voter-white: #FFFFFF;
    --indian-saffron: #FF9933;
    --regal-purple: #512DA8;
    --slate-gray: #607D8B;
.bold {
    font-weight: bold;
}

/* Branding CSS for blr.vote */

/* Color Palette */
:root {
    --ashoka-blue: #1947D1; /* Blue of the Ashoka Chakra */
    --voter-white: #FFFFFF;
    --neutral-gray: #607D8B;
.nav-brand a,.nav-brand a:visited {
    margin-left: 1rem;
}

body {