Advertisement
BaneOfSmite

Untitled

Oct 21st, 2020
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.49 KB | None | 0 0
  1. <style>
  2. table,
  3. th,
  4. td {
  5. border: 2px solid black;
  6. border-collapse: collapse;
  7. }
  8. </style>
  9.  
  10. <a href="https://girldevelopit.com"> <img
  11. src="https://upload.wikimedia.org/wikipedia/commons/6/66/Girl_Develop_It_Logo.png" alt="HTML"
  12. class="flowRight"></a>
  13.  
  14. <h1><b>About</b></h1>
  15.  
  16. <p>It can be intimidating for wemon to learn and ask questions when they are in an <b>extreme minority.</b> While open
  17. and welcoming, today's budding developer community is up to <b>91% male.</p>
  18. <p></b> If we can empower more females with the
  19. confidence in their technological capabilities we can begin to change this landscape.</p>
  20.  
  21. <h1><b>Our Locations</b></h1>
  22.  
  23. <ul>
  24. <li>USA</li>
  25.  
  26. <ul type="circle">
  27.  
  28. <a href="https://en.wikipedia.org/wiki/New_York_City" target="_blank">
  29. <li>New York</li>
  30. </a>
  31. <a href="https://en.wikipedia.org/wiki/Columbus,_Ohio" target="_blank">
  32. <li>Columbus</li>
  33. </a>
  34. <a href="https://en.wikipedia.org/wiki/Austin,_Texas" target="_blank">
  35. <li>Austin</li>
  36. </a>
  37. <a href="https://en.wikipedia.org/wiki/Philadelphia" target="_blank">
  38. <li>Philly</li>
  39. </a>
  40. </ul>
  41. <li>World</li>
  42.  
  43. <ul type="circle">
  44.  
  45. <a href="https://en.wikipedia.org/wiki/Ottawa" target="_blank">
  46. <li>Ottawa</li>
  47. </a>
  48. <a href="https://en.wikipedia.org/wiki/Sydney" target="_blank">
  49. <li>Sydney</li>
  50. </a>
  51. </ul>
  52. </ul>
  53.  
  54. <h1><b>Upcoming Classes</b></h1>
  55.  
  56. <table>
  57. <tr>
  58. <th>Location</th>
  59. <th>Topic</th>
  60. </tr>
  61. <tr>
  62. <td>New York</td>
  63. <td>Java & jQuery</td>
  64. </tr>
  65. <tr>
  66. <td>San Francisco</td>
  67. <td>HTML & CSS</td>
  68. </tr>
  69. </table>
  70.  
  71. <h1><b>Sign Up!</b></h1>
  72.  
  73. <form action="processRegistration.aspx">
  74. <label for="name">Name:</label>
  75. <input type="text" id="name" name="name"><br><br>
  76.  
  77. <label for="email">Email:</label>
  78. <input type="text" id="email" name="email"><br><br>
  79.  
  80. <label for="location">Location:</label>
  81. <select name="location" id="location">
  82.  
  83. <option value="Singapore">Singapore</option>
  84. <option value="Japan">Japan</option>
  85. <option value="USA">USA</option>
  86. <option value="Russia">Russia</option>
  87. <option value="Korea">Korea</option>
  88. <option value="India">India</option>
  89. <option value="China">China</option>
  90. <option value="Australia">Australia</option>
  91. <option value="Germany">Germany</option>
  92. <option value="Italy">Italy</option>
  93. </select>
  94.  
  95. <fieldset>
  96. <legend>Gender:</legend>
  97.  
  98. <label for="female">Female</label>
  99. <input type="radio" name="gender" id="female" value="female">
  100.  
  101. <label for="male">Male</label>
  102. <input type="radio" name="gender" id="male" value="male">
  103. </fieldset>
  104.  
  105. <label>Experience:<br>
  106. <textarea name="experience"></textarea>
  107. </label>
  108.  
  109.  
  110. <input type="submit" value="Sign Up">
  111. </form>
  112.  
  113.  
  114.  
  115. <a href="https://twitter.com/" target="_blank">
  116. Twitter
  117. </a>
  118. |
  119. <a href="https://www.facebook.com/" target="_blank">
  120. Facebook
  121. </a>
  122. |
  123. <a href="https://www.flickr.com/" target="_blank">
  124. Flickr
  125.  
  126. </a>
  127.  
  128. <iframe src="https://girldevelopit.com/" title="Official Site"></iframe>
  129.  
  130. <label for="Date">Date:</label>
  131. <input type="date" id="date" name="date" min="1950-01-01" max="2030-12-31">
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement