-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsignup.html
210 lines (209 loc) · 6.77 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
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="./style/signup.css" />
<link
href="https://fonts.googleapis.com/css?family=Montserrat"
rel="stylesheet"
/>
<title>
Online Fashion Shopping for Men, Women, Accessories - Bewakoof.com
</title>
<link
rel="shortcut icon"
type="image/x-icon"
href="https://images.bewakoof.com/web/favicon-1635856217.png"
/>
<link rel="stylesheet" href="./style/navbar.css" />
</head>
<body>
<!-- HTML for Navbar starts here -->
<div id="navbar">
<nav id="nav1">
<div>
<div>
<a href="#">Offers</a>
<a href="#">Fanbook</a>
<a href="#" id="mobile-icon"
><img src="./navbar/mobile-icon.png" />   Download App</a
>
<a href="#">TriBe Membership</a>
</div>
<div>
<a href="#">Contact Us</a>
<a href="#">Track Order</a>
</div>
</div>
</nav>
<nav id="nav2">
<div>
<div id="logo">
<a href="./index.html">
<img src="./navbar/bewakoof-logo.png" alt=""
/></a>
</div>
<div>
<span><a href="./menpage.html">MEN</a></span>
<span><a href="./womenpage.html">WOMEN</a></span>
<span><a href="#">MOBILE COVERS</a></span>
</div>
<div>
<div id="search-icon">
<img src="./navbar/ic-web-head-search.svg" id="search-img" />
<input
type="search"
placeholder="Search by categoty or collection"
/>
</div>
<p>|</p>
<a href="login.html" id="login_a">Login</a>
<span id="login_button">
<img src="./navbar/humanicon.svg" alt="" id="humanicon" />
</span>
<a href="#"
><img
src="./navbar/ic-web-head-wishlist.svg"
alt=""
id="heart-icon"
/></a>
<span class="cart-icon">
<a href="cart.html">
<img src="./navbar/ic-web-head-cart.svg" alt="" />
</a>
<sup class="cart-quantity">0</sup>
</span>
<a href="#"
><img src="./navbar/flag-icon.png" alt="" id="flag-icon"
/></a>
</div>
</div>
</nav>
<div id="dropdown_menu_men">
<!-- append everything here -->
</div>
<div id="dropdown_menu_women">
<!-- append everything here -->
</div>
<div id="dropdown_menu_mobile">
<!-- append everything here -->
</div>
<div id="main_login_dropdown">
<div id="login_dropdown" class="dropdown-content">
<a href="#" id="laptop_login">Hello Ashutosh</a>
<a href="cart.html">My Orders</a>
<a href="#" id="logout_button">Logout</a>
</div>
</div>
<div id="nav_small_screen">
<div>
<span id="hamburger"
><img src="./navbar/ic-web-head-hamburger.svg" alt=""
/></span>
</div>
<div>
<span
><a href="./index.html"
><img
src="./navbar/ic-web-head-bwk-primary-logo-eyes.svg"
alt="" /></a
></span>
</div>
<div>
<span><img src="./navbar/ic-web-head-search.svg" alt="" /></span>
<span><img src="./navbar/ic-web-head-wishlist.svg" alt="" /></span>
<span class="cart-icon">
<a href="cart.html">
<img src="./navbar/ic-web-head-cart.svg" alt="" />
</a>
<sup class="cart-quantity">0</sup>
</span>
</div>
</div>
</div>
<div id="left_menu">
<div id="left_menu_top">
<span><img src="./navbar/ic-web-head-hamburger.svg" alt="" /></span>
<h5 id="phone_login">Hello Ashutosh</h5>
</div>
<div>
<div id="left_icon">
<div><img src="./navbar/flag-icon.png" /><span>India</span></div>
<div id="arrow">
<img src="./navbar/right-arrow-svgrepo-com.svg" alt="" />
</div>
</div>
<p>SHOP IN</p>
<a href="./menpage.html">Men</a>
<a href="./womenpage.html">women</a>
<a href="#">Designs of the Week</a>
<a href="#">Mobile Covers</a>
<p>MY PROFILE</p>
<a href="#">My Account</a>
<a href="cart.html">My Orders</a>
<a href="#">My Wallet</a>
<a href="#">My Wishlist</a>
<p>CONTACT US</p>
<a href="#">Help & Support</a>
<a href="#">Feedback & Suggestions</a>
<a href="#">Become a Seller</a>
<p>ABOUT US</p>
<a href="#">Our Story</a>
<a href="#">Fanbook</a>
<a href="#">Blog</a>
<a href="#" id="logout_mobile">Logout</a>
</div>
</div>
<div id="cover"></div>
<!-- HTML for Navbar Ends here -->
<div id="container">
<div id="image-div">
<img
src="https://images.bewakoof.com/web/desktop-sign-up-banner--1623760676.png"
alt=""
/>
</div>
<div id="sign">
<div id="box">
<h1>Sign up</h1>
<div id="buddy">
<h2>Hi new buddy, let's get you started with the bewakoofi!</h2>
</div>
<input type="text" id="name" placeholder="Name" />
<div id="input-div">
<select id="choose">
<option value="91">+91</option>
<option value="971">+971</option>
<option value="1">+1</option>
<option value="66">+66</option>
<option value="60">+60</option>
<option value="61">+61</option>
<option value="968">+968</option>
<option value="974">+974</option>
<option value="966">+966</option>
<option value="65">+65</option>
</select>
<input
type="number"
id="mobile"
placeholder="Mobile"
maxlength="10"
/>
<p id="valid-num"></p>
</div>
<input type="text" id="email" placeholder="Email Id" />
<input type="password" id="pass" placeholder="Password" />
<p id="wrong-pass"></p>
<div id="whatsapp">
<input type="checkbox" name="send" id="send" checked />
<label for="send">I want to receive updates on Whatsapp</label>
</div>
<button id="proceed-btn">PROCEED</button>
</div>
</div>
</div>
</body>
<script src="./script/navbar.js"></script>
<script src="./script/signup.js"></script>
</html>