-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsignup.html
136 lines (130 loc) · 5.39 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
<html>
<head>
<title>Sign up</title>
<link rel="stylesheet" type="text/css" href="signup.css">
</head>
<header>
</header>
<body>
<div class="main">
<div class="logo">
<img src="main_emperor.png">
</div>
</div>
<div class="container">
<div class="Home">
<b><a href="http://localhost/main.html">Home</a></b>
</div>
<div class="WhatNew">
<b><a href="#">What's Service</a></b>
<div class="Whats">
<a href="#">Esaily chat</a>
<a href="#">Share videos</a>
<a href="#">Trending section</a>
<a href="#">Upload photo</a>
<a href="#">Start call</a>
<a href="#">Build group</a>
<a href="#">Show online</a>
</div>
</div>
<div class="Feature">
<b><a href="#">Features of Emperor site</a></b>
<div class="Features">
<a href="#">Mobile Compatibility</a>
<a href="#">Ease of Connectivity</a>
<a href="#">Notification and News Feed</a>
<a href="#">Discussion forums</a>
<a href="#">Sharing economy networks</a>
<a href="#">Media sharing networks</a>
<a href="#">Interest-based networks</a>
</div>
</div>
<div class="about">
<b><a href="#">About Us</a></b>
<div class="abouts">
<a href="http://localhost/privacy.html">Privacy</a>
<a href="http://localhost/privacy.html">Cookies</a>
<a href="http://localhost/about.html">Terms</a>
<a href="http://localhost/trademark.html">Trademark</a>
<a href="http://localhost/wiki.html">About</a>
</div>
</div>
<div class="contact">
<b><a href="#">Contacts Us</a></b>
<div class="contacts">
<a href="https://twitter.com/tauqeerali01">Twitter</a>
<a href="https://www.facebook.com/profile.php?id=100014791711691">Facebook</a>
<a href="https://www.instagram.com/___tauqeer_ali___/">Instagram</a>
<a href="https://www.linkedin.com/in/tauqeer-ali-288a27190/">Linkedin</a>
<a href="https://github.com/tauqeerali1">Github</a>
</div>
</div>
</div>
<div class="emperor">
<b>EMPEROR - Create Account</b><p>This platform connects all users to make it easier</br>to chat, share documents directly to each user</p>
<li>100% Free Signup, Enjoy our service</li>
<li>Secure & reliable for users</li>
<li>Works 15%faster then others platform</li>
<li>Simple registration form that anyone can make just watch & create easy</li>
<li>Come explore all the resource avilable to you for free</li>
</div>
<div class="details">
<p>People can show their identification to connect online to build trust that leads<br/>to new business relationships and share the new ideas,providing a globally<br/>interconnected social help to persons in need for the modern generation.<br/>Emperor networking site is completly safe & secure it considered<br/>one of the most secure messaging platform where users can trust<br/>their privacy for sharing chats and data without any fear.<p>
</div>
<div>
<a href="http://localhost/login.html" class="btn1">Login Now</a>
<div class="backgrounds">
<img src="sides3.png">
</div>
<div class="containers">
<div class="row">
<div class="wrap">
<div class="signs">
<b>Create Your Account</b>
<p>Register your account easy with less information by filling the form below</p>
</div>
<form action="registration.php" method="post">
<div class=inline><input type="text" placeholder="First Name" name="First_Name" required>
<input type="text" placeholder="Last Name" name="Last_Name" required></div>
<input type="Email" placeholder="Email" name="Email" required>
<input type="text" placeholder="Username" name="username" required>
<input type="Password" placeholder="Password" name="password" required>
<div class="gender">
<h1>Gender</h1>
</div>
<label class="containers"><span class="checkmark">Male<input type="radio"
name="gender" value="Male"></span></label>
<label class="containers"><span class="checkmark">Female<input type="radio"
name="gender" value="Female"></span></label>
<label class="containers"><span class="checkmark">Other<input type="radio"
name="gender" value="Other"></span></label>
<input type="submit" value="REGISTER NOW">
</form>
<div class="digitallogo">
<div class="firstname">
<img src="firstname.png">
</div>
<div class="lasttname">
<img src="firstname.png">
</div>
<div class="email">
<img src="email8.png">
</div>
<div class="username">
<img src="user3.png">
</div>
<div class="password">
<img src="password.png">
</div>
</div>
<input type="checkbox"><label class="tick"> I accept the <a href="http://localhost/about.html"> terms of use</a> & <a href="http://localhost/privacy.html"> privacy policy</a><span class="checkmark"></span></label>
<div class="account">
<p>Already have an Account?
<a href="http://localhost/login.html"> Sign in</a></p>
</div>
</div>
</div>
</div>
</div>
</body>
</html>