simrankr012

Untitled

Mar 5th, 2017
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.98 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <!-- saved from url=(0051)http://localhost:8084/Assignment1/registration.html -->
  3. <html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  4.  
  5. <title>LIVIE</title>
  6.  
  7. <link rel="stylesheet" href="./registration_files/reset.min.css">
  8.  
  9.  
  10. <link rel="stylesheet" href="./registration_files/style.css">
  11.  
  12.  
  13.  
  14.  
  15. </head>
  16.  
  17. <body>
  18. <!-- multistep form -->
  19. <form id="msform" method="post">
  20. <!-- progressbar -->
  21. <ul id="progressbar">
  22. <li class="active">Account Setup</li>
  23.  
  24. <li>Personal Details</li>
  25. </ul>
  26. <!-- fieldsets -->
  27. <fieldset>
  28. <h2 class="fs-title">Create your account</h2>
  29. <h3 class="fs-subtitle">This is step 1</h3>
  30. <input type="text" name="username" placeholder="Username">
  31. <input type="password" name="pass" placeholder="Password">
  32. <input type="password" name="cpass" placeholder="Confirm Password">
  33. <input type="text" name="email" placeholder="Email">
  34. <input type="button" name="next" class="next action-button" value="Next">
  35. </fieldset>
  36.  
  37. <fieldset>
  38. <h2 class="fs-title">Personal Details</h2>
  39. <h3 class="fs-subtitle">We will never sell it</h3>
  40. <input type="text" name="fname" placeholder="First Name">
  41. <input type="text" name="lname" placeholder="Last Name">
  42. <input type="radio" name="gender" value="male" checked=""> Male<br>
  43. <input type="radio" name="gender" value="female"> Female<br>
  44. <input type="radio" name="gender" value="other"> Other
  45.  
  46. <input type="text" name="phone" placeholder="Phone">
  47.  
  48. <input type="button" name="previous" class="previous action-button" value="Previous">
  49. <input type="submit" name="submit" class="submit action-button" value="Submit" >
  50. </fieldset>
  51. </form>
  52. <script src="./registration_files/jquery.min.js.download"></script>
  53. <script src="./registration_files/jquery.easing.min.js.download"></script>
  54.  
  55. <script src="./registration_files/index.js.download"></script>
  56.  
  57.  
  58.  
  59.  
  60. </body></html>
Add Comment
Please, Sign In to add comment