Tento commit je obsažen v:
Abhiram
2022-11-29 16:19:05 +05:30
rodič b049259c26
revize 56f7e77229
2 změnil soubory, kde provedl 7 přidání a 7 odebrání
+6 -6
Zobrazit soubor
@@ -6,7 +6,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Login</title> <title>Login</title>
<link rel="stylesheet" href="./assets/css/login.css"> <link rel="stylesheet" href="../assets/css/login.css">
</head> </head>
<body> <body>
@@ -14,7 +14,7 @@
<div class="form-container"> <div class="form-container">
<div class="email-box" id="emailBox"> <div class="email-box" id="emailBox">
<div class="form-header"> <div class="form-header">
<img id="logo" src="assets/imgs/biz-logo.svg" alt=""> <img id="logo" src="../assets/imgs/biz-logo.svg" alt="">
</div> </div>
@@ -29,7 +29,7 @@
<label class="form-control-placeholder" for="name">Enter Registered Email or Mobile</label> <label class="form-control-placeholder" for="name">Enter Registered Email or Mobile</label>
</div> </div>
<div class="btn-div"><button class="btn btn-block" onclick="showOtpBox()" id="btn_SendCode" type="button">Send</button></div> <div class="btn-div"><button class="btn btn-block" onclick="showOtpBox()" id="btn_SendCode" type="button">Send</button></div>
<div class="back-btn"><a href="index.html" >Back to login</a></div> <div class="back-btn"><a href="../login/index.html" >Back to login</a></div>
</div> </div>
<div id="modal_Otp" style="display: none;"> <div id="modal_Otp" style="display: none;">
<h4 class="opt-text">We have sent OTP on your Mobile Number and Email!</h4> <h4 class="opt-text">We have sent OTP on your Mobile Number and Email!</h4>
@@ -53,7 +53,7 @@
<label class="form-control-placeholder" for="name">Re-enter new password</label> <label class="form-control-placeholder" for="name">Re-enter new password</label>
</div> </div>
<div class="btn-div"><button class="btn btn-block " onclick="showSuccessBox()" id="btn_ResetPswd" type="button">Reset Password</button></div> <div class="btn-div"><button class="btn btn-block " onclick="showSuccessBox()" id="btn_ResetPswd" type="button">Reset Password</button></div>
<div class="back-btn"><a href="index.html" >Back to login</a></div> <div class="back-btn"><a href="../login/index.html" >Back to login</a></div>
</div> </div>
<div id="div_SuccessMsg" style="display: none;"> <div id="div_SuccessMsg" style="display: none;">
<div class="d-62 bg-white rounded-circle mb-10 d-flex align-items-center justify-content-center mx-auto"> <div class="d-62 bg-white rounded-circle mb-10 d-flex align-items-center justify-content-center mx-auto">
@@ -61,7 +61,7 @@
</div> </div>
<h2>Password Updated Successfully</h2> <h2>Password Updated Successfully</h2>
<div class="reset-success"> <div class="reset-success">
<a href="index.html" >Click here to Login</a> <a href="../login/index.html" >Click here to Login</a>
</div> </div>
</div> </div>
@@ -74,7 +74,7 @@
</div> </div>
</div> </div>
<script src="./assets/js/forgotpassword.js"></script> <script src="../assets/js/forgotpassword.js"></script>
</body> </body>
</html> </html>
+1 -1
Zobrazit soubor
@@ -59,7 +59,7 @@
</div> </div>
</div> </div>
<div class="form-link flex-between-center"> <div class="form-link flex-between-center">
<label><a>Forgot password?</a></label> <label><a href="../forgotpassword/index.html">Forgot password?</a></label>
<button class="btn">Next</button> <button class="btn">Next</button>
</div> </div>
</div> </div>