-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcreate_account.htm
More file actions
127 lines (125 loc) · 5.11 KB
/
create_account.htm
File metadata and controls
127 lines (125 loc) · 5.11 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>BEST SELLERS-Create New Account</title>
<link rel="stylesheet" href="bootstrap.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="navbar navbar-expand-lg navbar-dark bg-success">
<a href="Home.htm" class="navbar-brand"><img src="main_logo.jpg" height="40px" alt="">Best Sellers</a>
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a href="Home.htm" class="nav-link">Home</a>
</li>
<li class="nav-item">
<a href="" class="nav-link">Partner</a>
</li>
<li class="nav-item">
<a href="" class="nav-link">About</a>
</li>
<li class="nav-item">
<a href="" class="nav-link"><span class="badge badge-pill badge-danger">Offers<sup>*</sup></span></a>
</li>
</ul>
</div>
<div class="jumbotron text-light qqq bg-info rounded-0 mb-0">
<form action="" class="aaa">
<lable class="h4">Name</lable><input class="cc1" type="text" placeholder="First Name" size="35"><input class="cc1" type="text" placeholder="Last Name" size="35">
<br>
<lable class="h4">Email</lable><input class="aa2" type="email" placeholder="Enter your Email" size="35">
<br>
<lable class="h4">Mobile no.</lable><input class="aa3" type="number" placeholder="Enter your mobile no." size="50">
<br>
<div class="aa4">
<lable class="h4">Gender</lable><input class="aa41" type="radio" name="gender" size="40">Male
<input class="aa41" type="radio" name="gender" size="40">Female
<input class="aa41" type="radio" name="gender" size="40">Trans-gender
</div>
<br>
<lable class="h4">Birthday</lable><input class="aa5" type="date" size="40">
<br>
<lable class="h4">Password</lable><input class="aa6" type="Password" placeholder="Enter Password" size="33"><input class="aa61" type="Password" placeholder="Re-Enter Password" size="35">
<br>
<input type="checkbox"><lable class="h6">I Agree</lable>
<a href="" class="btn btn-info aa7">Confirm</a>
</form>
</div>
<!--break-->
<div class="bg-dark pt-4">
<table width="95%" class="ml-4 mb-4 text-light">
<tr>
<th>Company</th>
<th>Policies</th>
<th>Help</th>
<th>Misc</th>
<th><a href="">Follow Us</a></th>
</tr>
<br>
<tr>
<td><a href="" class="text-light">About Us</a></td>
<td><a href="" class="text-light">Privacy Policies</a></td>
<td><a href="" class="text-light">Payment</a></td>
<td><a href="" class="text-light">Affiliate</a></td>
<th>
<a href="">
<img src="facebook.png" alt="" height="25px" width="30px">
<img src="twitter.png" alt="" height="25px" width="30px">
<img src="pintrest.png" alt="" height="25px" width="30px">
<img src="googleplus.png" alt="" height="25px" width="30px">
<img src="youtube.png" alt="" height="25px" width="30px">
<img src="instagram.png" alt="" height="25px" width="30px">
</a>
</th>
</tr>
<tr>
<td><a href="" class="text-light">Career</a></td>
<td><a href="" class="text-light">Teams of Use</a></td>
<td><a href="" class="text-light">Shipping</a></td>
<td><a href="" class="text-light">Request a Book</a></td>
</tr>
<tr>
<td><a href="" class="text-light">Blog</a></td>
<td><a href="" class="text-light">Secure Shopping</a></td>
<td><a href="" class="text-light">Return</a></td>
<td><a href="" class="text-light">Sitemap</a></td>
</tr>
<tr>
<td><a href="" class="text-light">Contact Us</a></td>
<td><a href="" class="text-light">Copyright policy</a></td>
<td><a href="" class="text-light">FAQ</a></td>
<td><a href="" class="text-light"></a></td>
</tr>
</table>
<div class="yyy"></div>
<div class="container">
<div class="row">
<div class="col-7">
<table class="mt-4 text-light">
<tr>
<td rowspan="3"><img src="trustpay.png" alt=""></td>
<td><img src="card9.svg" alt="" height="20px"></td>
</tr>
<tr >
<td><h5>100% Secure Payment</h5>All major credit & debit cards accepted</td>
</tr>
</table>
</div>
<div class="col-5">
<div class="text-light">
<br>
<br>
<br>
© Copyright 2017. Bookswagon.com. All Rights Reserved
<br>
Privacy | PolicyTerms & conditions
</div>
</div>
</div>
<br>
<br>
</div>
</div>
</body>
</html>