-
Notifications
You must be signed in to change notification settings - Fork 0
/
index - Copy.html
93 lines (85 loc) · 4.22 KB
/
index - Copy.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<!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">
<title>online voting</title>
<link rel="stylesheet" href="index.css">
</head>
<body>
<h1 class="seva">OV-Seva</h1>
<div class="body">
<nav class="navigation">
<ul class="ulist">
<div class="logo">
<img src="images/logo.png" alt="img">
</div>
<li class="home"><a href="home">Home</a></li>
<li class="about"><a href="about">About</a></li>
<li class="contact us"><a href="contact">Contact us</a></li>
<li class="poll"><a href="poll">Poll</a></li>
</ul>
</nav>
<div class="content">
<div class="intro">
<h2 id="introduce">introduction</h2>
<p class="intinfo">This is online voting system portal you can easily vote to whom you want to vote this system especialy helps those who are physically challenged and does not want to go to vote but can give vote through online portal</p>
<marquee behavior="scroll" direction="left">
<img src="images/background.jpg" alt="image" class="img">
</marquee> <br>
<button class="registration">REGISTER AS ORG</button>
<ol class="information">
<li> Lorem, ipsum dolor. </li>
<li>Lorem, ipsum dolor.</li>
<li> Lorem, ipsum dolor.</li>
<li>Lorem, ipsum dolor.</li>
</ol>
</div>
<div class="login">
<h2 class="login1">Login:</h2>
<form action="" class="loginpage">
<div class="vid">
<label for="inputvid">VOTER-ID</label>
<input type="text" size="" maxlength="15" name="VOTER-ID" >
</div>
<div class="dob">
<label for="dateofbirth">D.O.B</label>
<input type="date" size="15" name="dob">
</div>
<div class="ph">
<label for="phone">PHONE</label>
<input type="number" size="15" name="phone">
</div>
<div class="code">
<label for="otcode">OT-CODE</label>
<input type="number" size="15" name="code" >
</div>
<div class="pass">
<label for="password">PASSWORD</label>
<input type="password" name="password" size="15" maxlength="15">
</div>
<div class="cc">
<label for="captcha">CAPTCHA</label>
<input type="number" name="captcha" size="15" maxlength="15">
</div>
<a href="registration.html" class="refresh">new registration</a><br>
<div class="sr">
<button class="submit" type="submit">SUBMIT</button>
<button class="reset" type="reset">RESET</button>
</div>
</form>
</div>
</div>
</div>
</div>
</body>
<footer class="foot" >
<p class="foot1">DISCLAIMER:This site is created and hosted with all leagel orders and registered under indian constitute it act 2007 the company is commited to serve for global this information contained in website is for general information purpouse only all information and poll results are based on votes cast by voters no one can change the votes and any information the surveys regarding votes are done on the demand of organization and we are not responsible for any error in poll result done before vote in case of any disperency and any conflicts please contact us [email protected] </p>
<div class="footimg" >
<img src="images/kartikey.png" alt="">
<img src="images/harshit.jpeg" alt="">
<img src="" alt="">
</div>
</footer>
</html>