BossBey File Manager
PHP:
8.1.34
OS:
Linux
User:
demodesignproboa
Root
/
home
/
demodesignproboa
/
public_html
/
hello-proppy
š¤ Upload
š New File
š New Folder
Close
Editing: register.php
<?php include 'includes/header.php'; $page = 'home'; ?> <main> <section class="home-banner-wrap inner-banner" style="background-image: url(./images/banner-bg.png);"> <div class="container"> <div class="row justify-content-center"> <div class="col-12 col-sm-12 col-md-12 col-lg-12 col-xl-12 col-xxl-12"> <div class="banner-content"> <h2>Account Sign Up</h2> </div> </div> </div> </div> </section> <section class="register-sec"> <div class="container"> <div class="row justify-content-center"> <div class="col-12 col-sm-12 col-md-12 col-lg-8 col-xl-8 col-xxl-8"> <div class="form-main"> <div class="head"> <h2>Create Profile</h2> <p><b>As a member, youāll have access to a wide range of listings, expert insights, and the latest market trends. Plus, you can directly message other members to discuss properties, ask questions, and make connections. Sign up now and take the first step towards your next big move</b></p> </div> <div class="row justify-content-center"> <div class="col-12 col-sm-12 col-md-12 col-lg-8 col-xl-8 col-xxl-8"> <form action="javascript:;" method="POST"> <div class="row"> <div class="col-12 col-sm-12 col-md-12 col-lg-12 col-xl-12 col-xxl-12"> <div class="input-main"> <label for="">Email address</label> <input type="email" class="form-control" placeholder="example@gmail.com" required> </div> </div> <div class="col-12 col-sm-12 col-md-12 col-lg-12 col-xl-12 col-xxl-12"> <div class="input-main"> <label for="">Create password</label> <div class="form-group"> <input id="password-field" type="password" class="form-control" placeholder="**************" required> <span toggle="#password-field" class="fa-eye-slash field-icon1 toggle-password"></span> </div> <div class="pasword-limitation"> <ul> <li>One uppercase letter</li> <li>One lowercase letter</li> <li>One number</li> <li>8 characters minimum</li> </ul> </div> </div> </div> <div class="col-12 col-sm-12 col-md-12 col-lg-12 col-xl-12 col-xxl-12"> <div class="form-check mb-3"> <input class="form-check-input" type="checkbox" value="" id="flexCheckDefault"> <label class="form-check-label" for="flexCheckDefault"> I do not wish to know what Hello Proppy can do for me or hear about breaking property news </label> </div> </div> <div class="col-12 col-sm-12 col-md-12 col-lg-12 col-xl-12 col-xxl-12"> <div class="footer-acc"> <p>You can unsubscribe or update your preferences at anytime in your account. To find out more on how we process your personal data and the means of electronic communications we use, see and agree to ourĀ <a href="privacy-policy.php" class="link">Privacy Notice</a>. By registering you accept ourĀ <a href="terms-condition.php" class="link">Terms of Use</a>Ā andĀ <a href="privacy-policy.php" class="link">Privacy Notice</a>. </p> </div> </div> <div class="col-12 col-sm-12 col-md-12 col-lg-12 col-xl-12 col-xxl-12"> <div class="btn-box"> <!-- <button type="submit" class="btn btn-primary hvr-bounce-to-right btn-wh w-100"> sign up </button> --> <a href="completeProfile.php" class="btn btn-primary hvr-bounce-to-right btn-wh w-100">sign up</a> </div> <div class="footer-acc"> <p class="text-center">Already registered? <a href="login.php" class="link">Sign in</a> </p> </div> </div> </div> </form> </div> </div> </div> </div> </div> </div> </section> </main> <?php include 'includes/footer.php'; $page = 'home'; ?>
Save
Cancel