-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsignup.html
81 lines (78 loc) · 3.36 KB
/
signup.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
<!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">
<meta name="description" content="This is content">
<meta name="keywords" content="Poll, Election, Online voting">
<meta name="robots" content="INDEX, FOLLOW">
<link rel="stylesheet" href="signup.css">
<title>Pollgram</title>
</head>
<body>
<nav>
<ul>
<li><img src="pollgram.png" alt="THis is LOGO"></li>
<li><h1>Make Profile Put Polls Get Opinions Have Fun</h1></li>
<!-- <li><a href="">Home</a></li>
<li><a href="">Create poll</a></li>
<li><a href="">vote poll</a></li> -->
</ul>
</nav>
<section>
<div id="container">
<h1>THIS IS POLLGRAM</h1>
<h2>NEW GEN SOCIAL NETWORKING SITE</h2>
<p>We have created a website accessible by anyone and anywhere; where they can create polls for their own purposes such as surveys, fun, opinion, governmental schemes, etc. Through this 'Creators' will get to know their audience well, also 'Goverment' will get to know the demands of public. This platform is secured and authentic because we have used secured backend platform for it and also we have linked it with Aadhar system so problems like duplication, fake Id's and any unwated nuisance will not be created. Also we have suggestion section if people are not satisfied with the options in the poll they can suggest another options.</p>
</div>
<form action="#">
<div>
<input type="text" name="Name" id="Name" value="" placeholder="Name">
</div>
<div>
<input type="email" name="enter" id="email" value="" placeholder="Email">
</div>
<div>
<input type="number" name="adharnumber" id="adharnumber" placeholder="Adhar Number">
</div>
<div>
<input type="password" name="password" id="password" placeholder="Password">
</div>
<div>
Already have an account? <a href="signin.html">Sign In</a>
<button a href="signin.html">Sign Up</button>
</div>
</form>
</section>
<footer>
<div id="about">
<h3>About Us</h3>
<p>We are a group of undergraduate students who developed this in order to fill the void of these kinds of website with polls and opinions having user accounts and profiles , We have assured that it is completely secured and genuine.</p>
</div>
<div id="pages">
<h3>Pages</h3>
<ul>
<li><a href="">Home</a></li>
<li><a href="">About</a></li>
<li><a href="">Service</a></li>
<li><a href="">FAQ</a></li>
<li><a href="">Content</a></li>
</ul>
</div>
<div id="contact">
<h3>Contact Info</h3>
<ul>
<li>Ph number :24893**** </li>
<li>[email protected]</li>
<li>[email protected]</li>
</ul>
</div>
<div id="social">
</div>
<div id="pollgram">
<img src="/pollgram.png" alt="pollgram logo">
</div>
</footer>
</body>
</html>