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

author Shreyas Satish <shreyassatish@Shreyass-MacBook-Pro.local> 2023-12-07 17:23:17.0 +05:30:00
committer Shreyas Satish <shreyassatish@Shreyass-MacBook-Pro.local> 2023-12-07 17:23:17.0 +05:30:00
commit
8439ad791d273e3d674a8ed4d4b07055e9eeb14c [patch]
tree
07cac3c12eb9534008f65d15b995f577f3d5d0e4
download
8439ad791d273e3d674a8ed4d4b07055e9eeb14c.tar.gz

initial commit



Diff

 .gitignore                                   |   3 +++
 404.html                                     |  24 ++++++++++++++++++++++++
 Gemfile                                      |  33 +++++++++++++++++++++++++++++++++
 Gemfile.lock                                 |  82 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 _config.yml                                  |  43 +++++++++++++++++++++++++++++++++++++++++++
 about.md                                     |  18 ++++++++++++++++++
 index.html                                   | 272 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 _posts/2023-12-07-welcome-to-jekyll.markdown |  25 +++++++++++++++++++++++++
 tmp/index.md                                 |   6 ++++++
 9 files changed, 506 insertions(+)

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..45c1505 100644
--- /dev/null
+++ a/.gitignore
@@ -1,0 +1,3 @@
_site
.sass-cache
.jekyll-metadata
diff --git a/404.html b/404.html
new file mode 100644
index 0000000..c472b4e 100644
--- /dev/null
+++ a/404.html
@@ -1,0 +1,24 @@
---
layout: default
---

<style type="text/css" media="screen">
  .container {
    margin: 10px auto;
    max-width: 600px;
    text-align: center;
  }
  h1 {
    margin: 30px 0;
    font-size: 4em;
    line-height: 1;
    letter-spacing: -1px;
  }
</style>

<div class="container">
  <h1>404</h1>

  <p><strong>Page not found :(</strong></p>
  <p>The requested page could not be found.</p>
</div>
diff --git a/Gemfile b/Gemfile
new file mode 100644
index 0000000..2494674 100644
--- /dev/null
+++ a/Gemfile
@@ -1,0 +1,33 @@
source "https://rubygems.org"

# Hello! This is where you manage which Jekyll version is used to run.
# When you want to use a different version, change it below, save the
# file and run `bundle install`. Run Jekyll with `bundle exec`, like so:
#
#     bundle exec jekyll serve
#
# This will help ensure the proper Jekyll version is running.
# Happy Jekylling!
# gem "jekyll", "~> 3.7.4"
gem 'jekyll', '~> 4.3', '>= 4.3.2'

# This is the default theme for new Jekyll sites. You may change this to anything you like.
gem "minima", "~> 2.0"

# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
# uncomment the line below. To upgrade, run `bundle update github-pages`.
# gem "github-pages", group: :jekyll_plugins

# If you have any plugins, put them here!
group :jekyll_plugins do
  gem "jekyll-feed", "~> 0.6"
end

# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]

# Performance-booster for watching directories on Windows
gem "wdm", "~> 0.1.0" if Gem.win_platform?


gem "webrick", "~> 1.8"
diff --git a/Gemfile.lock b/Gemfile.lock
new file mode 100644
index 0000000..2f20ac8 100644
--- /dev/null
+++ a/Gemfile.lock
@@ -1,0 +1,82 @@
GEM
  remote: https://rubygems.org/
  specs:
    addressable (2.8.5)
      public_suffix (>= 2.0.2, < 6.0)
    colorator (1.1.0)
    concurrent-ruby (1.2.2)
    em-websocket (0.5.3)
      eventmachine (>= 0.12.9)
      http_parser.rb (~> 0)
    eventmachine (1.2.7)
    ffi (1.16.3)
    forwardable-extended (2.6.0)
    google-protobuf (3.25.1-arm64-darwin)
    http_parser.rb (0.8.0)
    i18n (1.14.1)
      concurrent-ruby (~> 1.0)
    jekyll (4.3.2)
      addressable (~> 2.4)
      colorator (~> 1.0)
      em-websocket (~> 0.5)
      i18n (~> 1.0)
      jekyll-sass-converter (>= 2.0, < 4.0)
      jekyll-watch (~> 2.0)
      kramdown (~> 2.3, >= 2.3.1)
      kramdown-parser-gfm (~> 1.0)
      liquid (~> 4.0)
      mercenary (>= 0.3.6, < 0.5)
      pathutil (~> 0.9)
      rouge (>= 3.0, < 5.0)
      safe_yaml (~> 1.0)
      terminal-table (>= 1.8, < 4.0)
      webrick (~> 1.7)
    jekyll-feed (0.17.0)
      jekyll (>= 3.7, < 5.0)
    jekyll-sass-converter (3.0.0)
      sass-embedded (~> 1.54)
    jekyll-seo-tag (2.6.1)
      jekyll (>= 3.3, < 5.0)
    jekyll-watch (2.2.1)
      listen (~> 3.0)
    kramdown (2.4.0)
      rexml
    kramdown-parser-gfm (1.1.0)
      kramdown (~> 2.0)
    liquid (4.0.4)
    listen (3.8.0)
      rb-fsevent (~> 0.10, >= 0.10.3)
      rb-inotify (~> 0.9, >= 0.9.10)
    mercenary (0.4.0)
    minima (2.5.1)
      jekyll (>= 3.5, < 5.0)
      jekyll-feed (~> 0.9)
      jekyll-seo-tag (~> 2.1)
    pathutil (0.16.2)
      forwardable-extended (~> 2.6)
    public_suffix (5.0.4)
    rb-fsevent (0.11.2)
    rb-inotify (0.10.1)
      ffi (~> 1.0)
    rexml (3.2.6)
    rouge (4.2.0)
    safe_yaml (1.0.5)
    sass-embedded (1.69.5-arm64-darwin)
      google-protobuf (~> 3.23)
    terminal-table (3.0.2)
      unicode-display_width (>= 1.1.1, < 3)
    unicode-display_width (2.5.0)
    webrick (1.8.1)

PLATFORMS
  arm64-darwin-21

DEPENDENCIES
  jekyll (~> 4.3, >= 4.3.2)
  jekyll-feed (~> 0.6)
  minima (~> 2.0)
  tzinfo-data
  webrick (~> 1.8)

BUNDLED WITH
   2.3.22
diff --git a/_config.yml b/_config.yml
new file mode 100644
index 0000000..f91333e 100644
--- /dev/null
+++ a/_config.yml
@@ -1,0 +1,43 @@
# Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole blog, values
# which you are expected to set up once and rarely edit after that. If you find
# yourself editing this file very often, consider using Jekyll's data files
# feature for the data you need to update frequently.
#
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'bundle exec jekyll serve'. If you change this file, please restart the server process.

# Site settings
# These are used to personalize your new site. If you look in the HTML files,
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
# You can create any custom variable you would like, and they will be accessible
# in the templates via {{ site.myvariable }}.
title: Your awesome title
email: your-email@example.com
description: >- # this means to ignore newlines until "baseurl:"

  Write an awesome description for your new site here. You can edit this
  line in _config.yml. It will appear in your document head meta (for
  Google search results) and in your feed.xml site description.
baseurl: "" # the subpath of your site, e.g. /blog
url: "" # the base hostname & protocol for your site, e.g. http://example.com
twitter_username: jekyllrb
github_username:  jekyll

# Build settings
markdown: kramdown
theme: minima
plugins:
  - jekyll-feed

# Exclude from processing.
# The following items will not be processed, by default. Create a custom list
# to override the default setting.
# exclude:
#   - Gemfile
#   - Gemfile.lock
#   - node_modules
#   - vendor/bundle/
#   - vendor/cache/
#   - vendor/gems/
#   - vendor/ruby/
diff --git a/about.md b/about.md
new file mode 100644
index 0000000..8b4e0b2 100644
--- /dev/null
+++ a/about.md
@@ -1,0 +1,18 @@
---

layout: page
title: About
permalink: /about/
---


This is the base Jekyll theme. You can find out more info about customizing your Jekyll theme, as well as basic Jekyll usage documentation at [jekyllrb.com](https://jekyllrb.com/)

You can find the source code for Minima at GitHub:
[jekyll][jekyll-organization] /
[minima](https://github.com/jekyll/minima)

You can find the source code for Jekyll at GitHub:
[jekyll][jekyll-organization] /
[jekyll](https://github.com/jekyll/jekyll)


[jekyll-organization]: https://github.com/jekyll
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..2fb7dd3 100644
--- /dev/null
+++ a/index.html
@@ -1,0 +1,272 @@
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Simple Wizard with PaperCSS</title>
    <link rel="stylesheet" href="https://unpkg.com/papercss/dist/paper.min.css">
    <style type="text/css">
        .container {
            max-width: 400px; /* Width of the mobile-like layout */
            margin: 0 auto; /* Center the container */
            background-color: #fff; /* Background color for the container */
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* Optional: adds a shadow for better focus */
        }
        .section {
            display: none;
        }

        .section.active {
            display: block;
        }

        .margin-top-bottom {
            margin-top: 1rem;
            margin-bottom: 1rem;
        }

        .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;
        }

        /* Typography */
        @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
        @import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');

        /* Branding CSS for blr.vote */

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

        /* Typography */
        @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
        @import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');

        body, button, input, select, textarea {
            font-family: 'Lato', sans-serif;
        }

        h1, h2, h3, h4, h5, h6 {
            font-family: 'Roboto', sans-serif;
        }

        /* Navbar Styles */
        .navbar {
            background-color: var(--ashoka-blue);
            color: var(--voter-white);
        }

        .navbar button {
            background-color: var(--voter-white);
            color: var(--ashoka-blue);
        }

        .navbar button:hover {
            background-color: var(--neutral-gray);
            color: var(--voter-white);
        }

        /* Button Styles */
        button, .btn, .btn-primary {
            background-color: var(--ashoka-blue);
            color: var(--voter-white);
        }

        .card-margin {
            margin: 1rem;
        }

        button:hover, .btn:hover, .btn-primary:hover {
            background-color: var(--neutral-gray);
            color: var(--voter-white);
        }

        /* Footer Styles */
        footer {
            text-align: center;
            padding: 20px;
            background-color: var(--neutral-gray);
            color: var(--voter-white);
            font-size: 16px;
        }

        /* Custom Styles */
        .heart {
            color: red;
        }

        .flag {
            font-size: 20px;
        }

        .card {
            width: 18rem;
            margin: 1rem;
        }

 

    </style>
</head>
<body>




<div class="container">

    <header>
        <div class="navbar-container">
            <nav class="border split-nav">
                <div class="nav-brand">
                    <h3><a href="#">BLR Vote</a></h3>
                </div>
                <div class="collapsible">
                    <input id="collapsible1" type="checkbox" name="collapsible1">
                    <button>
                        <label for="collapsible1">
                            <div class="bar1"></div>
                            <div class="bar2"></div>
                            <div class="bar3"></div>
                        </label>
                    </button>
                    <div class="collapsible-body">
                        <ul class="inline">
                            <!-- <li><a href="#">Telegram Group</a></li> -->
                        </ul>
                    </div>
                </div>
            </nav>
        </div>
    </header>

    <div id="section1" class="section active margin-top-bottom">
        <div class="card">
          <div class="card-body">
            <h4 class="card-title">1. EPIC</h4>
            <p class="card-text">
                <p>
                    ~Takes 2 mins.
                </p>
                <p>
                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>
                    </ul>
            
                <p>
                And hit Search.
            </p>
            <p>
                Found your EPIC number? Awesome, copy it somewhere.
            </p>
                
            </p>
        </p>
            <button onclick="navigate('next', 1)">Next</button>
          </div>
        </div>
    </div>

    <div id="section2" class="section margin-top-bottom">
        <div class="card">
          <div class="card-body">
            <h4 class="card-title">2. Location</h4>
            <p class="card-text">
                Let's find your district, post office, assembly constituency
            </p>
            <button onclick="navigate('prev', 2)">Previous</button>
            <button onclick="navigate('next', 2)">Next</button>
          </div>
        </div>

    </div>

    <div id="section3" class="section margin-top-bottom">
        <div class="card">
          <div class="card-body">
            <h4 class="card-title">3. File</h4>
            <p class="card-text">
                <p>
                    Sign up for an account <a href="https://voters.eci.gov.in/signup" target="_blank">here</a>.
                </p>
                <p>Go here, and file your application.</p>

                <p>You have the details you need</p>

                <p>Make sure you use the latest Chrome or Firefox.</p>
                <p>
                Join this Telegram group i
                you're stuck somewhere and
                we are happy to help!
                </p>
            </p>
            <button onclick="navigate('prev', 3)">Previous</button>
            <button onclick="finishWizard()">Finish</button>
          </div>
        </div>
    </div>

    <footer class='margin-top-2'>
        <p>Made with <span class="heart">❤️</span> for <span class="flag">🇮🇳</span> by Nemo and Shreyas</p>
    </footer>

</div>



<script>
    function navigate(direction, currentStep) {
        let newStep;
        if (direction === 'next') {
            newStep = currentStep + 1;
        } else {
            newStep = currentStep - 1;
        }

        // Wrap around the steps if necessary
        if (newStep > 3) {
            newStep = 1;
        } else if (newStep < 1) {
            newStep = 4;
        }

        // Hide all sections
        for (let i = 1; i <= 3; i++) {
            document.getElementById('section' + i).classList.remove('active');
        }

        // Show the new section
        document.getElementById('section' + newStep).classList.add('active');
    }

    function finishWizard() {
        // Logic to finalize the wizard or navigate away
        alert("Wizard completed!");
    }
</script>

</body>
</html>
diff --git a/_posts/2023-12-07-welcome-to-jekyll.markdown b/_posts/2023-12-07-welcome-to-jekyll.markdown
new file mode 100644
index 0000000..6b2dcb4 100644
--- /dev/null
+++ a/_posts/2023-12-07-welcome-to-jekyll.markdown
@@ -1,0 +1,25 @@
---

layout: post
title:  "Welcome to Jekyll!"
date:   2023-12-07 13:48:31 +0530
categories: jekyll update
---

You’ll find this post in your `_posts` directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run `jekyll serve`, which launches a web server and auto-regenerates your site when a file is updated.

To add new posts, simply add a file in the `_posts` directory that follows the convention `YYYY-MM-DD-name-of-post.ext` and includes the necessary front matter. Take a look at the source for this post to get an idea about how it works.

Jekyll also offers powerful support for code snippets:

{% highlight ruby %}
def print_hi(name)
  puts "Hi, #{name}"
end
print_hi('Tom')
#=> prints 'Hi, Tom' to STDOUT.
{% endhighlight %}

Check out the [Jekyll docs][jekyll-docs] for more info on how to get the most out of Jekyll. File all bugs/feature requests at [Jekyll’s GitHub repo][jekyll-gh]. If you have questions, you can ask them on [Jekyll Talk][jekyll-talk].

[jekyll-docs]: https://jekyllrb.com/docs/home
[jekyll-gh]:   https://github.com/jekyll/jekyll
[jekyll-talk]: https://talk.jekyllrb.com/
diff --git a/tmp/index.md b/tmp/index.md
new file mode 100644
index 0000000..1eb5d67 100644
--- /dev/null
+++ a/tmp/index.md
@@ -1,0 +1,6 @@
---

# You don't need to edit this file, it's empty on purpose.
# Edit theme's home layout instead if you wanna make some changes
# See: https://jekyllrb.com/docs/themes/#overriding-theme-defaults
layout: home
---