forked from thottanjohn/Mass-Watcher
-
Notifications
You must be signed in to change notification settings - Fork 0
/
registration_form.html
110 lines (100 loc) · 3.39 KB
/
registration_form.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
<!DOCTYPE html>
<html>
<!-- Meta tag Keywords -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="keywords" content="Branded Login Form Responsive Widget,Login form widgets, Sign up Web forms , Login signup Responsive web form,Flat Pricing table,Flat Drop downs,Registration Forms,News letter Forms,Elements" />
<script type="application/x-javascript"> addEventListener("load", function() { setTimeout(hideURLbar, 0); }, false);
function hideURLbar(){ window.scrollTo(0,1); } </script>
<!-- Meta tag Keywords -->
<!-- css files -->
<link rel="stylesheet" href="stylem.css" type="text/css" media="all" /> <!-- Style-CSS -->
<link rel="stylesheet" href="font-awesome.css"> <!-- Font-Awesome-Icons-CSS -->
<!-- //css files -->
<!-- online-fonts -->
<link href="//fonts.googleapis.com/css?family=Orbitron:400,500,700,900" rel="stylesheet">
<link href="//fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i" rel="stylesheet">
<style type="text/css">
input[type="email"]
{
text-transform: lowercase;
}
.sub-main-w3 input[type="password"]{
margin-top: 1.5em;
}
.bt-newsletter,.bt-instagramgallery
{
margin-top: 10em;
}
body{
text-align: center;
font-family: 'Roboto', sans-serif;
background:url("1.jpg")no-repeat 0px 0px;
-webkit-background-size:cover;
-moz-background-size:cover;
background-size:cover;
min-height:700px;
}
</style>
<main id="bt-main" class="bt-main bt-haslayout">
<div class="w3-agile-banner">
<div class="center-container">
<!--header-->
<div class="header-w3l">
<br><br><br>
</div>
<!--//header-->
<!--main-->
<div class="main-content-agile">
<div class="wthree-pro">
<h2>Signin Now</h2>
</div>
<!-- <div class="w3-head-continue">
<h4>Sign in quikly using</h4>
</div>
<div class="social_icons">
Facebook
<div class="slide-social w3l">
<a href="#">
<div class="button">Facebook</div>
<div class="facebook icon"> <i class="facebook"></i> </div>
<div class="facebook slide">
<p>Facebook</p>
</div>
<div class="clear"></div>
</a>
</div>
Twitter
<div class="slide-social w3l">
<div class="button">Twitter</div>
<a href="#">
<div class="twitter icon"> <i class="twitter"></i></div>
<div class="twitter slide">
<p>Twitter</p>
</div>
<div class="clear"></div>
</a>
</div>
</div>
<div class="w3-head-continue">
<h4>or use your email</h4>
</div> -->
<div class="sub-main-w3">
<form action="register" method="POST">
<input type="text" name="username" autofocus required id="id_username" maxlength="254" placeholder="Username" />
<input type="password" name="password" required id="id_password" placeholder="Password" />
<input type="password" name="confirm_password" required id="id_confirm_password" placeholder="Confirm Password" />
<input type="submit" value="Register">
<a href="log">Login</a>
</form>
</div>
</div>
<!--//main-->
<!--footer-->
<!--//footer-->
</div>
</div>
<!-- js -->
<!-- //js -->
</main>
</html>