-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsignup.html
79 lines (78 loc) · 3.29 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
<!DOCTYPE html>
<html>
<head>
<title>HOOLIGANS 2G</title>
<link href="shift.css" rel="stylesheet">
<link rel="stylesheet" href="bootstrap.css">
<link rel="stylesheet" href="main.css">
</head>
<body>
<div class="nav">
<div class="container">
<ul class="nav nav-pills">
<li><a href="default.html">Welcome To Our Homepage</a></li>
<li><a href="images.html">Images</a></li>
<li class="active"><a href="signup.html">Sign Up</a></li>
<li><a href="login.html">Log In</a></li>
<li><a href="about.html">About</a></li>
<li><a href="videos.html">Videos</a></li>
</ul>
</div>
</div>
<div class="jumbotron">
<div class="container">
<form action="signup.php" method="POST">
<div class="register">
<br>
<h1 align="center">Sign Up to Hooligans Account </h1>
<br />
<h2 style="margin-left:24%;color:#00b9f5;">
Email
<input class="txtbox" type="email" name="email1" style="margin-left:15%"></text>
</h2>
<h2 style="margin-left:24%;color:#00b9f5;">
Phone No.
<input class="txtbox" type="text" name="number1" style="margin-left:8%"></text>
</h2>
<h2 style="margin-left:25%;color:#00b9f5;">
Password
<input class="txtbox" type="password" name="password1" maxlength="15" style="margin-left:8%;"></text>
</h2>
<br />
<br />
<button class="btn green login-button" id="submit">Sign Up<span class="three-quarters"></span></button>
</div>
</form>
</div>
</div>
<div class="learn-more">
<div class="container">
<div class="row">
<div class="col-md-4">
<h3>Strengths</h3>
<p>From rooms to many visiting places : stay in unique spaces</p>
<p><a href="#">See strength of all members</a></p>
</div>
<div class="col-md-4">
<h3>Hire</h3>
<p>Hire any Hooligen member through his skillset</p>
<p><a href="#">See Technical Skillset of each member</a></p>
</div>
<div class="col-md-4">
<h3>Trust and Safety</h3>
<p>From Verified ID to our worldwide customer support team</p>
<p><a href="#">Learn about trust at Hooligens</a></p>
</div>
</div>
<br />
<p><b>Follow Us</b></p>
<ul class="nav nav-pills">
<li class="active"><a href="https://www.youtube.com/channel/UCJ7mgU-ZBypnjnns2TFThQA">Youtube</a></li>
<li class="active"><a href="https://plus.google.com/+HooligansProduction">Google+</a></li>
<li class="active"><a href="#">Twitter</a></li>
</ul>
<p><i>Copyright©Hooligans Group of Developers,All Rights Reserved</i></h5>
</div>
</div>
</body>
</html>