hjkhjkjhkhjkgjghjhgjhgjghjhghjghjhgjjnbvnvbnvk
bnmbnmbnhjkhjkhjkhjktyutyutyuytutyutyutyhgjgjghjgjghjguytutyry
/
home
/
b4h4ej4a6kj6
/
public_html
/
kitsandcleats.in
/
Upload FileeE
HOME
<?php define("base_url","http://localhost/fatehoutletuk/"); ?> <!DOCTYPE html> <html lang="en"> <meta http-equiv="content-type" content="" /> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- title --> <title>kitsandcleats</title> <!-- favicon --> <link rel="shortcut icon" type="image/favicon" href="assets/image/fevicon.png"> <!-- bootstrap --> <link rel="stylesheet" type="text/css" href="assets/css/bootstrap.min.css"> <!-- simple-line icon --> <link rel="stylesheet" type="text/css" href="assets/css/simple-line-icons.css"> <!-- font-awesome icon --> <link rel="stylesheet" type="text/css" href="assets/css/font-awesome.min.css"> <!-- themify icon --> <link rel="stylesheet" type="text/css" href="assets/css/themify-icons.css"> <!-- ion icon --> <link rel="stylesheet" type="text/css" href="assets/css/ionicons.min.css"> <!-- owl slider --> <link rel="stylesheet" type="text/css" href="assets/css/owl.carousel.min.css"> <link rel="stylesheet" type="text/css" href="assets/css/owl.theme.default.min.css"> <!-- swiper --> <link rel="stylesheet" type="text/css" href="assets/css/swiper.min.css"> <!-- animation --> <link rel="stylesheet" type="text/css" href="assets/css/animate.css"> <!-- style --> <link rel="stylesheet" type="text/css" href="assets/css/style.css"> <link rel="stylesheet" type="text/css" href="assets/css/responsive.css"> </head> <style> form .error { color: #ff0000; } </style> <body class="home-1"> <!-- login start --> <section class="section-tb-padding"> <div class="container"> <div class="row"> <div class="col"> <div class="register-area"> <div class="register-box"> <div class="logo" > <a href="https://kitsandcleats.in"><img src="assets/image/fateh-logo.png" alt="logo-image" class="img-fluid"></a> </div> <h1>Create account</h1> <p class="p-2">Please register below account detail</p> <form method="POST" action="register_php.php" name="registration" novalidate=""> <input type="text" name="firstname" id="firstname" placeholder="Firts name"> <div class="invalid-feedback" id="fname_msg"> Please fill in your First Name </div> <input type="text" name="lastname" id="lastname" placeholder="Last name"> <div class="invalid-feedback" id="lname_msg"> Please fill in your Last Name </div> <input type="email" name="email" id="email" placeholder="Email"> <div class="invalid-feedback" id="email_msg"> Please fill in your Email id </div> <input type="password" name="password" id="password" placeholder="Password"> <div class="invalid-feedback" id="pass_msg"> Please fill in your Password </div> <button type="submit" class="btn-style1" id="regis_btn">Register</button> </form> </div> <div class="register-account"> <h4>Already an account holder?</h4> <a href="login.php" class="ceate-a">Log in</a> <div class="register-info"> <a href="terms-conditions.php" class="terms-link"><span>*</span> Terms & conditions.</a> <p>Your privacy and security are important to us. For more information on how we use your data read our <a href="privacy-policy.php">privacy policy</a></p> </div> </div> </div> </div> </div> </div> </section> <!-- login end --> <!-- footer start --> <!-- back to top start --> <a href="javascript:void(0)" class="scroll" id="top"> <span><i class="fa fa-angle-double-up"></i></span> </a> <!-- back to top end --> <div class="mm-fullscreen-bg"></div> <!-- jquery --> <script src="assets/js/modernizr-2.8.3.min.js"></script> <script src="assets/js/jquery-3.6.0.min.js"></script> <!-- bootstrap --> <script src="assets/js/bootstrap.min.js"></script> <!-- popper --> <script src="assets/js/popper.min.js"></script> <!-- fontawesome --> <script src="assets/js/fontawesome.min.js"></script> <!-- owl carousal --> <script src="assets/js/owl.carousel.min.js"></script> <!-- swiper --> <script src="assets/js/swiper.min.js"></script> <!-- custom --> <script src="assets/js/custom.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-validate/1.19.5/jquery.validate.min.js"></script> <script> // Wait for the DOM to be ready $(function() { $("form[name='registration']").validate({ rules: { firstname: "required", lastname: "required", email: { required: true, email: true, }, password: { required: true, minlength: 5 } }, // Specify validation error messages messages: { firstname: "Please enter your firstname", lastname: "Please enter your lastname", password: { required: "Please provide a password", minlength: "Your password must be at least 5 characters long" }, email: "Please enter a valid email address", }, submitHandler: function(form) { form.submit(); } }); }); </script> </body> </html>