Guest User

Untitled

a guest
Apr 9th, 2019
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.32 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3. <title>Coders Unleashed: Apply</title>
  4. <link href="css/main.css" rel="stylesheet">
  5. <link href="https://fonts.googleapis.com/css?family=Manuale|Montserrat" rel="stylesheet">
  6. <meta name="viewport" content="width=device-width, initial-scale=1">
  7. <script src="https://code.jquery.com/jquery-3.1.1.js"></script>
  8. <script src="js/main.js"></script>
  9. <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" />
  10. </head>
  11. <body>
  12. <nav>
  13. <a href="index.html" class="strong">Coders Unleashed</a><a href="apply.html">Apply Online Now</a><a href="login.html">Login</a>
  14. </nav>
  15. <main>
  16. <h1 class="sf">Application Form</h1>
  17. <div class="div_m">
  18. <h3>Personal Information</h3>
  19. <div><label>First Name: </label> <input type="text" name="firstname" id="firstname" /></div>
  20. <div><label>Last Name: </label> <input type="text" name="lastname" id="lastname" /></div>
  21. <div><label>Email: </label> <input type="email" name="email" id="email" /></div>
  22. <div><label>Phone: </label> <input type="tel" name="phone" id="phone" /></div>
  23. <div><label>Program: </label> <select name="program" id="program"><option>Choose a Program</option></select></div>
  24. <div class="btm20"><a href="#" class="a_next">Next Step</a></div>
  25. </div>
  26. <div class="div_m">
  27. <h3>Address</h3>
  28. <div><label>Street: </label> <input type="text" name="street" id="street" /></div>
  29. <div><label>House: </label> <input type="text" name="house" id="house" /></div>
  30. <div><label>City: </label> <input type="text" name="city" id="city" /></div>
  31. <div><label>State: </label> <select name="state" id="state" class="s_states"><option>Choose a State</select></div>
  32. <div><label>Zip Code: </label> <input type="number" name="zip" id="zip" /></div>
  33. <div class="btm20"><a href="#" class="a_previous">Previous Step</a> <a href="#" class="a_next">Next Step</a></div>
  34. </div>
  35. <div class="div_m">
  36. <h3>Fees</h3>
  37. <div><label>Application: </label> <input type="checkbox" name="fee_app" id="fee_app" value="100" /></div>
  38. <div><label>Housing: </label> <input type="checkbox" name="fee_house" id="fee_house" value="2500" /></div>
  39. <div><label>Transcript Evaluation: </label> <input type="checkbox" name="fee_trans" id="fee_trans" value="250" /></div>
  40. <div><label>Tuition Fees Insurance: </label> <input type="checkbox" name="fee_ins" id="fee_ins" value="50" /></div>
  41. <div class="btm20"><a href="#" class="a_previous">Previous Step</a> <a href="#" class="a_next">Next Step</a></div>
  42. </div>
  43. <div class="div_m">
  44. <h3>Billing Address</h3>
  45. <div><label><input type="checkbox" name="sameasaddress" id="sameasaddress" /> Same as Address Above</label></div>
  46. <div><label>Street: </label> <input type="text" name="b_street" id="b_street" /></div>
  47. <div><label>House: </label> <input type="text" name="b_house" id="b_house" /></div>
  48. <div><label>City: </label> <input type="text" name="b_city" id="b_city" /></div>
  49. <div><label>State: </label> <select name="b_state" id="b_state" class="s_states"><option>Choose a State</select></div>
  50. <div><label>Zip Code: </label> <input type="number" name="b_zip" id="b_zip" /></div>
  51. <div class="btm20"><a href="#" class="a_previous">Previous Step</a> <a href="#" class="a_next">Next Step</a></div>
  52. </div>
  53. <div class="div_m">
  54. <h3>Payment Information</h3>
  55. <div>
  56. <a class="paylink" onclick="$('#div_paypal').slideToggle(); $('#div_creditpay').hide();">Pay with PayPal</a>
  57. <a class="paylink" onclick="$('#div_creditpay').slideToggle(); $('#div_paypal').hide();">Pay with Credit or Debit Card</a>
  58. </div>
  59. <div id="div_paypal" class="paydiv">
  60. <a href="https://www.paypal.me/yamentou"><i class="fab fa-cc-paypal"></i></a>
  61. </div>
  62. <div id="div_creditpay" class="paydiv">
  63. <div><label>Card Number: </label> <input type="number" name="cc_number" id="cc_number" /></div>
  64. <div>
  65. <label>Expiration Date: </label>
  66. <select name="cc_expm" id="cc_expm"><option>Choose Month</option></select>
  67. <select name="cc_expy" id="cc_expy"><option>Choose Year</option></select>
  68. </div>
  69. <div><label>CCV Code: </label> <input type="number" name="cc_ccv" id="cc_ccv" /></div>
  70. </div>
  71. <div class="btm20"><a href="#" class="a_previous">Previous Step</a> <a href="#" class="a_next">Next Step</a></div>
  72. </div>
  73. <div class="div_m">
  74. <h3>Confirm and Submit</h3>
  75. <div><label>Your IP Address: </label> <input type="text" name="ipaddress" id="ipaddress" /></div>
  76. <div><label>Date and Time: </label> <span id="dant"></span></div>
  77. <div>
  78. <label>Confirm everything is accurate? </label>
  79. <input type="radio" name="confirmed" value="0" /> No
  80. <input type="radio" name="confirmed" value="1" /> Yes
  81. </div>
  82. <div class="btm20"><a href="#" class="a_previous">Previous Step</a> <a href="#" class="a_next">Submit My Application</a></div>
  83. </div>
  84. </main>
  85. <footer>
  86. <small>Coders Unleashed &copy; 2019 All Rights Reserved. A Project of the Web Dev Students @ Platt College.</small>
  87. </footer>
  88. </body>
  89. </html>
Add Comment
Please, Sign In to add comment