update profile.html
This commit is contained in:
parent
02cc4623f6
commit
088302fa5b
@ -79,22 +79,17 @@
|
|||||||
<div class="row mt-3">
|
<div class="row mt-3">
|
||||||
<div class="col-md-12"><label class="labels">Mobile Number</label><input type="text"
|
<div class="col-md-12"><label class="labels">Mobile Number</label><input type="text"
|
||||||
class="form-control" placeholder="enter phone number" value=""></div>
|
class="form-control" placeholder="enter phone number" value=""></div>
|
||||||
<div class="col-md-12"><label class="labels">Address Line 1</label><input type="text"
|
<div class="col-md-12"><label class="labels">Address</label><input type="text"
|
||||||
class="form-control" placeholder="enter address line 1" value=""></div>
|
class="form-control" placeholder="enter address" value=""></div>
|
||||||
<div class="col-md-12"><label class="labels">Postcode</label><input type="text"
|
<div class="col-md-12"><label class="labels">Email</label><input type="text"
|
||||||
class="form-control" placeholder="enter address line 2" value=""></div>
|
class="form-control" placeholder="enter email" value=""></div>
|
||||||
<div class="col-md-12"><label class="labels">State</label><input type="text"
|
<div class="col-md-12"><label class="labels">Password</label><input type="text"
|
||||||
class="form-control" placeholder="enter address line 2" value=""></div>
|
class="form-control" placeholder="enter password" value=""></div>
|
||||||
<div class="col-md-12"><label class="labels">Area</label><input type="text"
|
<div class="col-md-12"><label class="labels">Password</label><input type="text"
|
||||||
class="form-control" placeholder="enter address line 2" value=""></div>
|
class="form-control" placeholder="re enter password" value=""></div>
|
||||||
<div class="col-md-12"><label class="labels">Email ID</label><input type="text"
|
|
||||||
class="form-control" placeholder="enter email id" value=""></div>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="row mt-3">
|
<div class="mt-2 text-center">
|
||||||
<div class="col-md-6"><label class="labels">Country</label><input type="text"
|
<button class="btn btn-sm btn-secondary change-password-button" type="button">Change Password</button>
|
||||||
class="form-control" placeholder="country" value=""></div>
|
|
||||||
<div class="col-md-6"><label class="labels">State/Region</label><input type="text"
|
|
||||||
class="form-control" value="" placeholder="state"></div>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="mt-5 text-center"><button class="btn btn-primary profile-button" type="button">Save
|
<div class="mt-5 text-center"><button class="btn btn-primary profile-button" type="button">Save
|
||||||
Profile</button></div>
|
Profile</button></div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user