Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added 2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
98 changes: 98 additions & 0 deletions Readme.md.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,98 @@
Slide 1: -
Good morning/Afternoon Everyone presents here, I am Harsh Jain and this is Team Gravity presenting a solution on how to increase the number of registered voters.

Problems are: -

•The process of applying for voter ID is tough as well as lengthy.
There is nothing so much interesting about voting.
•Lack of awareness about voting
•And what is the necessity to vote
•To verify these statements we did enough research, with a conclusion that this problem is true


These problems are also faced by
Migrants, shopkeepers, students, and housewives.

• And This has been verified by an article released by “The Times of India”.
• Stating that the
• As many as 91% of urban migrants are not registered to vote
• But the process is painful, particularly if you are not from the same state.
• language is a barrier.

But the interesting part is, people want to vote.

if we talk about the present scenario of the migrant voting system:-
ECI has launched a Remote Voting machine to let migrants vote separately.

They have the facility to transfer their voter id card from one place to other.

also, they can use their rental address proof to apply for a voter id card as a migrant.

But still, people don’t prefer to take part in the Indian election system.

To come up with this problem we are designing a



A website that can be a voter’s Guide
We have designed the website as aapka adhikar, where we support, promote, and relay information about voting and voting criteria.

The website tells an individual that
why voting is important, and how every fair vote matters in the election system.
The website also consists of a voter Id registration form.

People say the form is very lengthy and tough to fill.

To solve this problem we have added a data backup system in which the website saves the half-fill form so that the users can continue filling the form once again from where they left off last time.


To cheer up Indian citizens about voting we have used foreign election data, which informs how a large amount of urban-rural and migrants vote together for a leader, and how beneficial it becomes for them, by choosing a correct leader or choosing with NOTA.

To make the website more interesting and public we have introduced a virtual voting system, where people like migrants, and housewives can try voting.
This will give them a feel of how interesting the voting system can be when we see our choice once, winning.


Don’t you feel people will be more interested if someone asks them what they expect from the government?
to come up with this we have designed a portal where people can raise a query, about issues they face during registration, and can also share their thoughts on what they want from govt., this will take the website to try every individual because every citizen wants to raise voice about their needs and requirements.

Apart from this, there are major steps that can be taken by the ECI that can help them register migrants with more ease.


ECI can collaborate with Private companies for verification purposes, a company holds a large amount of data on their employees.

which can be used for verification purposes.
Once verified, the ECI can release temporary voter id cards for migrant voters that automatically dissolve once the elections are over.
In this way, the issue of shifting the migrant voter ID card can be neglected.


Same way ECI can also collaborate with colleges where groups like NSS can help ECI promoting people to register for voter id cards.
informing about the govt. websites, and the process of registration.


Now, let's take a look at how our website can be improved over time:-

Before looking at the future update, first, let's take a look at what are we getting from the website.
So the website gives us DATA.
This data can be consistently used to automate websites by the time

With this data, the website can be trained for Fraud detection
Artifical intelligence-bas Aadhar and pan verification.

Multidivision database system, where the website maintains the data of migrants and locals separately.

And a Self-learning AI can be deployed that can learn to guide the new registering person.

I hope till now I made clear what problem we are solving and how will it ease the process of ECI.

But the question is, in the field of Virtual reality, blockchain, and cloud computing why do we promote a simple website?

, the answer is clear using a website is very easy to handle, can be updated from time to time, has a low maintenance cost,
Easy to share among large groups of people and if required it can be easily compiled with the ECI present websites.

.






117 changes: 117 additions & 0 deletions commentBox.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,117 @@
* {
margin: 30;
padding: 30;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
#load{
margin: auto;
width: 100%;
height: -webkit-fill-available;
position: fixed;
background: #fff url(/images/Spin-Preloader-1.gif) no-repeat center;
z-index: 9999999;
}
.header {
padding: 0%;
display: flex;
text-align: center;
margin: auto;
flex-direction: column;
}

body {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 100vh;
background: url("../../images/contact.png");
background-size: cover;
background-repeat: no-repeat;
font-family: "Lato", sans-serif;

}

h1 {
font-size: 50px;
font-weight: 900;
color: #fff;
}
p{
color: #fff;
}
.sr-only:not(:focus):not(:active) {
clip: rect(0 0 0 0);
-webkit-clip-path: inset(50%);
clip-path: inset(50%);
height: 1px;
overflow: hidden;
position: absolute;
white-space: nowrap;
width: 1px;
}

.form-container {
padding: 3rem 4rem;
border-radius: 20px;
background-color: rgba(0, 0, 0, 0.5);
}

a {
text-decoration: none;
display:flex;
margin:auto;
}
.atag {
text-decoration: none;
width:75px;
}
.tag{
width:60px;
margin:0 !important;
text-decoration: none;
color: #fff;
}
a .btn {
margin-top: 18px;
border: 2px solid #137afc;
color: #fff;
cursor: pointer;
background-color: #137afc;
box-shadow: inset 0 0 0 0 #137afc;
border-radius: 8px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
-ms-border-radius: 8px;
-o-border-radius: 8px;
transition: ease-out 0.4s;
-webkit-transition: ease-out 0.4s;
-moz-transition: ease-out 0.4s;
-ms-transition: ease-out 0.4s;
-o-transition: ease-out 0.4s;
}

a .btn {
display: block;
text-decoration: none;
font-family: "Montserrat", sans-serif;
font-weight: 500;
height: 2.4rem;
width: 7.1rem;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
}

a .btn:hover {
border: 2px solid #137afc;
box-shadow: inset 130px 0 0 0 #fff;
color: #137afc;
}
62 changes: 62 additions & 0 deletions commentBox.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" href="/images/l.png">
<title>Register for your voter ID Card</title>
<link rel="stylesheet" href="commentBox.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/css/bootstrap.min.css">
</head>

<body onload="myfunction()">
<div id="load"></div>
<!-- Contact Us Section -->
<section id="contact">
<div class="form-container">
<div class="header">
<h1>Register with voter ID card</h1>
<p>
You need to register with your voter ID card details to make your suggestions reach Government!!!
</p>
</div>

<form action="https://formspree.io/f/mvoygqdg" method="POST">
<div class="form-floating mb-3">
<input type="text" name="name" class="name form-control" id="floatingInput" placeholder="Name" required>
<label for="name">Name</label>
</div>

<div class="form-floating mb-3">
<input type="text" name="Voter Id" class="email form-control" id="floatingInput" placeholder="Email id" required>
<label for="email">Voter ID</label>
</div>
<div class="form-floating mb-3">
<input type="text" name="aadhar card number" class="subject form-control" id="floatingInput" placeholder="Subject" required>
<label for="subject">Aadhar card number</label>
</div>

<div class="form-floating mb-3">
<input type="text" name="mobile no" class="subject form-control" id="floatingInput" placeholder="Subject" required>
<label for="subject">mobile no</label>
</div>



<a class="atag" href="Election@gmail.com"><button type="submit" class="btn">Submit</button></a>
</form>
<p><a class="tag" href="commentSec.html">&#8592; Back</a></p>
</div>
</section>
<script>
var preloader = document.getElementById('load');
function myfunction(){
preloader.style.display='none';
}
</script>
</body>

</html>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/js/bootstrap.bundle.min.js"></script>
Loading