-
Notifications
You must be signed in to change notification settings - Fork 0
/
signUp.html
127 lines (116 loc) · 6.93 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
<!DOCTYPE html>
<html lang="en">
<head>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="css/signUp.css" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200"
/>
<title>Document</title>
</head>
<body>
<section class="nav">
<div id="logo"><img onclick="location.href='/E-Commerce'" src="img/logo.png" alt=""></div>
<div class="nav-item" id="home"><a href="/E-Commerce">Home</a> </div>
<div class="nav-item" id="brands"><a href="/E-Commerce/Nw/index.html">Brands</a> </div>
<div class="nav-item" id="products"><a href="/E-Commerce/productListing.html">Products</a> </div>
<div class="nav-item" id="abt"> <a href="/E-Commerce/aboutUs.html">About Us</a> </div>
<div class="nav-item"><a href="/E-Commerce/contactUs.html">Contact Us</a> </div>
<div id="search">
<div id="search-mobile" onclick="location.href='/E-Commerce/searchpage-mobile.html'"></div>
<form action="">
<button href="/E-Commerce/searchpage-mobile.html"><img id="simg" src="img/search-sm.png" alt="">
</button>
<input type="text" name="" id="" placeholder="Search For Items">
</form>
</div>
<div id="log"><a href="/E-Commerce/login.html">Login</a></div>
<div id="sign"><button onclick="location.href='/E-Commerce/signUp.html'" type="button" id="but">Sign Up</button>
</div>
<div id="profile"><a href="/E-Commerce/profile.html"><img src="img/Profile.png" alt=""></a></div>
<div id="cart"><a href="/E-Commerce/cartPage.html"><img src="img/Buy.png" alt=""></a></div>
<div id="bag"><a href="/E-Commerce/enquiry.html"><img src="img/Message.png" alt="">
</a>
</div>
<div id="menu"><span class="material-symbols-outlined">
menu
</span></div>
<div class="hamburger-menu">
<input onclick="lockScroll()" id="menu__toggle" type="checkbox" />
<label class="menu__btn" for="menu__toggle">
<span></span>
</label>
<ul class="menu__box">
<li><a class="menu__item" id="logo-hm" href="#"> <img src="img/logo.png" alt=""></a></li>
<li><a class="menu__item" id="logo-c-name" href="#">Asia Pasific Group</a></li>
<li><a class="menu__item" id="logo-c-name1" href="#">Add Any Tag Line Here</a></li?
<li><a class="menu__item" href="/E-Commerce"> <img src="img/hm-1.png" alt=""><span>Home</span></a></li>
<li><a class="menu__item" href="/E-Commerce/Nw/index.html"> <img src="img/hm-2.png" alt=""><span>Brands</span></a></li>
<li><a class="menu__item" href="/E-Commerce/productListing.html"> <img src="img/hm-3.png" alt=""><span>Products</span></a></li>
<li id="hm-drop-main" onclick="displayhm()"><a class="menu__item" href="#"> <img src="img/hm-5.png" alt=""><span>My Profile</span></a></li>
<li class="drop-list" id="hm-drop"><a class="menu__item" href="/E-Commerce/profile.html"><span>Account Details</span></a></li>
<li class="drop-list" id="hm-drop1"><a class="menu__item" href="/E-Commerce/AccountPages/ac-order.html"><span>My Order</span></a></li>
<li class="drop-list" id="hm-drop2"><a class="menu__item" href="/E-Commerce/AccountPages/ac-wish.html"><span>My Wishlist</span></a></li>
<li class="drop-list" id="hm-drop3"><a class="menu__item" href="/E-Commerce/AccountPages/ac-review.html"><span>My Reviews</span></a></li>
<li class="drop-list" id="hm-drop4"><a class="menu__item" href="/E-Commerce/AccountPages/ac-enquiries.html"><span>My Enquiries</span></a></li>
<li><a class="menu__item" href="/E-Commerce/cartPage.html"> <img src="img/hm-51.png" alt=""><span>Cart</span></a></li>
<li><a class="menu__item" href="/E-Commerce/enquiry.html"> <img src="img/hm-6.png" alt=""><span>Enquiries</span></a></li>
<li><a class="menu__item" href="/E-Commerce/contactUs.html"> <img src="img/hm-7.png" alt=""><span>Contact Us</span></a></li>
<li><a class="menu__item" href="/E-Commerce/aboutUs.html"> <img src="img/hm-8.png" alt=""><span>About Us</span></a></li>
<li><a class="menu__item" href="/E-Commerce/login.html"> <img src="img/login1.png" alt=""><span>Login</span></a></li>
</ul>
</div>
</section>
<script>
function displayhm() {
// $("#hm-drop").css("display" , "block");
// $("#hm-drop1").css("display" , "block");
// $("#hm-drop2").css("display" , "block");
// $("#hm-drop3").css("display" , "block");
// $("#hm-drop4").css("display" , "block");
$(".drop-list").toggleClass("invisible")
}
</script>
<section id="login">
<h2>This is a <span>Headline</span> for account</h2>
<p id="content">
Lorem ipsum, dolor sit amet consectetur adipisicing elit. Ab nesciunt animi rerum, officia error et laboriosam suscipit provident quam sint accusamus vero.
</p>
<form action="">
<label for="name">Name</label><br>
<input type="text" id="name" name="username" required /><br>
<label for="Email">Email</label><br>
<input type="email" id="Email" name="Email" required /><br>
<label for="pwd">Password</label><br>
<input type="password" id="pwd" name="pwd" required /><br>
<label for="re-pwd">Retype Password</label><br>
<input type="password" id="re-pwd" name="re-pwd" required /><br>
<button id="final-login">SignUp</button><br>
<p id="no-account" >Already Have An Account? <a href="/E-Commerce/login.html">Login</a></p>
</form>
</section>
<script>
function lockScroll() {
document.body.classList.toggle('lock-scroll');
}
</script>
</body>
</html>