-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsignup.html
114 lines (102 loc) · 5.02 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>SignUp</title>
<link rel="stylesheet" href="signup.css"/>
</head>
<body>
<div id="discount">
<h3>FOR ONLINE PAYMENT EXTRA ₹100 DISCOUNT ON ORDERS ABOVE ₹500</h3>
</div>
<!-- Header -->
<div id = "head">
<div id="search">
<input type="text" placeholder="Search Now...">
<button>GO</button>
</div>
<div id="logo">
<img src="https://www.uboric.com/wp-content/uploads/2021/04/uboric.svg" alt="Logo">
</div>
<div id="cart">
<a href="signup.html"><button>
Sign Up
</button></a>
<button>
<a href="cart.html">Cart</a>
</button>
</div>
</div>
<!-- Navbar -->
<div id="navbar">
<a href="Home.html"><div>Home</div></a>
<a href="Categ.html"><div>Categories 🔽</div></a>
<a href="Signin.html"><div>Customer/Guest login</div></a>
<a href="Merchent.html"><div>Merchant/Bulk Order</div></a>
<a href="Becomeseller.html"><div>Become A Seller</div></a>
</div>
<!-- Main Html -->
<div id="father">
<div id="child">
<h1>SignUp</h1>
<h3>CREATE AN ACCOUNT</h3>
<hr>
<p>Email ID Or Phone Number</p>
<input type="text" id="Email" placeholder="Type your Email or Number">
<p>Password</p>
<input type="password" id="password" placeholder="Type A Strong Password">
<br><br>
<button id="signupbut">SignUp</button>
</div>
</div>
<!-- Discription -->
<div id="dis">
<h1>The Ultimate Domestic Online Shopping Experience Platform in India</h1>
<p>Online shopping with Uboric is quick, convenient and trouble-free. You can shop for the desired product right from the comfort of your home and get them delivered straight to your doorstep. Uboric offers you the chance to choose top branded products sitting in the comfort of your homes and just clicking on your requirements to get it delivered at your doorstep. Your search for the latest trending variety of unique products ends right here. A wide range of international products from global brands are available at your fingertips. We provide you with a world-class online shopping experience, along with superior service, to suit all your specific requirements. Our products are very reasonably priced and are not easily available elsewhere. Our high-end technology-based systems, combined with a human approach, ensure that you have an amazing and blissful online shopping experience with us. Our emphasis on customer delight drives every activity we undertake to provide you an ultimate, hassle-free and pleasant shopping experience. Our diverse categories of products comprise of fashion & jewellery, mobiles and tablets, home and furniture, electronics, health care and supplements, sports and fitness, beauty and perfumes. We offer almost every variety of product that your heart desires. Just Go Ahead and Explore the magical world of online shopping with Uboric! 24×7 Customer Care: For all your queries and concerns regarding your shopping orders.</p>
<h1>Benefits of shopping on Uboric :</h1>
</div>
<div id="user-tick">
<h3>✔️ User-Friendly</h3>
<h3>✔️ Safe & Secure Shopping</h3>
<h3>✔️ Check Out Closely</h3>
<h3>✔️ Multiple Payment Options:</h3>
<h3>✔️ Order History:</h3>
</div>
<!-- User Reveiw -->
<div id="user-review">
<h1>What Our Customer Says</h1>
<div id="user-f">
<div>
<h3>Many variteies and price range good shop</h3>
<p>Raj Zala</p>
<p>⭐⭐⭐⭐--Custumer</p>
</div>
<div>
<h3>I buys alot of shoes from this page and the page layout is easy to understant price is very low.</h3>
<p>Chunnu singh</p>
<p>⭐⭐⭐⭐⭐--Custumer</p>
</div>
<div>
<h3>My product is very dealy i am not happy with this shop</h3>
<p>chanchal verma</p>
<p>⭐--Custumer</p>
</div>
</div>
<button>Add Your Review</button>
</div>
<!-- Footer -->
<div id="footer">
<div><img src="https://www.uboric.com/wp-content/uploads/2020/08/google-play1.png"></div>
<div id="foot-f">
<h3>About Us</h3>
<h3>Contact</h3>
<h3>Shipping And Returns</h3>
<h3>My Account</h3>
<h3>Privacy Policy</h3>
<h3>Become A Seller</h3>
<h3>Term & Condition</h3>
</div>
<h3>© 2019 – 2021 UBORIC. ALL RIGHTS RESERVED.</h3>
</div>
</body>
</html>
<script src="signup.js"></script>