"Signup "
Bootstrap 4.0.0 Snippet by jeevan123456

<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> <!------ Include the above in your HEAD tag ----------> <link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-T8Gy5hrqNKT+hzMclPo118YTQO6cYprQmhrYwIiQ/3axmI1hQomh7Ud2hPOy8SP1" crossorigin="anonymous"> <div class="container"> <div class="row"> <div class="col-md-3"> <ul class="list-unstyled"> <li><a href="dashboard.html" class="list-group-item bg-active"><i class="fa fa-angle-double-right"></i> Dashboard <span class="badge">12</span> </a></li> <li><a href="my-profile.html" class="list-group-item"><i class="fa fa-angle-double-right"></i> My Profile</a> </li> <li><a href="my-listings.html" class="list-group-item"><i class="fa fa-angle-double-right"></i> My Listings</a> </li> <li><a href="my-enquiry.html" class="list-group-item"><i class="fa fa-angle-double-right"></i> My Enquiry</a> </li> <li><a href="add-business.html" class="list-group-item"><i class="fa fa-angle-double-right"></i> Add Listing</a> </li> <li><a href="account-settings.html" class="list-group-item"><i class="fa fa-angle-double-right"></i> Account Settings</a> </li> <li><a href="change-password.html" class="list-group-item"><i class="fa fa-angle-double-right"></i> Change Password</a> </li> <li><a href="logout.html" class="list-group-item"><i class="fa fa-angle-double-right"></i> Log Out</a> </li> </ul> </div> <div class="col-md-9"> <div class="card"> <div class="card-body"> <div class="row"> <div class="col-md-12"> <div class="col-md-9 "> <div class="form-group"> <form class="signup" action="#" method="post"> <div class="form-group"> <input type="text" class="form-control" placeholder="First & Last Name"> </div> <div class="form-group"> <input type="email" class="form-control" placeholder="Email Address"> </div> <div class="form-group"> <input type="password" class="form-control" placeholder="Password"> </div> <div class="form-group"> <input type="password" class="form-control" placeholder="Confirm Password"> </div> <div class="form-group"> <div class="checkbox"> <label> <input type="checkbox"> Please accept the terms and conditions to proceed with your request. </label> </div> </div> <div class="form-group"> <input type="submit" class="btn btn-success " value="SUBMIT"> </div> </form> </div> </div> </div> </div> </div> </div> </div> </div> </div>

Related: See More


Questions / Comments: