Advertisement
Guest User

Untitled

a guest
Jul 18th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.08 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title> HTML Team application </title>
  5. <style type="text/css">
  6. table,td,th,caption{
  7. text-align: center;
  8. border-collapse: collapse;
  9. border: 1px solid black;
  10. }
  11. h1 {
  12. margin-bottom: -5px;
  13. font-size: 18.72px;
  14. }
  15. ul, ol, dl {
  16. margin-top: -5px;
  17. }
  18. dt {
  19. font-weight: bold;
  20. }
  21. .typeicon {
  22. color: #ffffff;
  23. font-size: 11.5px;
  24. text-shadow: 1px 1px 1px rgba(0,0,0,1);
  25. }
  26. </style>
  27. </head>
  28. <body>
  29. <div>
  30. <h1>Brief Self-Introduction</h1>
  31. <p>Hi i'm Failsal and i still barely know how to write an introduction or what is too much info to share so here is some quick facts about me.</p>
  32. <ul>
  33. <li>I'm from Saudi Arabia</li>
  34. <li>I'm 17 years old</li>
  35. <li>I recently finished high school and about to enter <a href="https://ksu.edu.sa/en/">KSU</a></li>
  36. </ul>
  37. </div>
  38. <div>
  39. <h1>Reason for applying</h1>
  40. <p>Ultimately i think it breaks down to the following two reasons: </p>
  41. <ol>
  42. <li>One of my friends recommended me to join the team and i figured why not</li>
  43. <li>I want to use and hone my HTML skills more often since i have basically been just using them for showdown up to now</li>
  44. </ol>
  45. </div>
  46. <div>
  47. <h1>Closing Notes (AKA Filling The Quota)</h1>
  48. <p> After a bit of thinking i came up with the <em> absolute </em> loosest connections to me to use the required tags. First up i would like to introduce some popular dishes in the middle east:</p>
  49. <dl>
  50. <dt>Loqma</dt>
  51. <dd>Deep fried dough usually rolled into a ball and soaked in anything from honey to syrup and nutella.</dd>
  52. <dt>Sambosa</dt>
  53. <dd>Thin sheets of dough wrapped into a triangular shape around filling (most commonly ground red meat and vegetables) then baked or fried.</dd>
  54. <dt>Hummus</dt>
  55. <dd>The absolute worst i have no idea why everyone loves this garlic and tahini abomination.</dd>
  56. </dl>
  57. <p> Second a table of my favourite and least favourite pokemons of each type:</p>
  58. <table>
  59. <caption><strong>Favourite and Least Favourite Pokemon</strong></caption>
  60. <tbody>
  61. <tr>
  62. <th>Type</th>
  63. <td class="typeicon" style="background-color: #aa9;">Normal</td>
  64. <td class="typeicon" style="background-color: #f42;">Fire</td>
  65. <td class="typeicon" style="background-color: #39f;">Water</td>
  66. <td class="typeicon" style="background-color: #fc3;">Electric</td>
  67. <td class="typeicon" style="background-color: #77cc55;">Grass</td>
  68. <td class="typeicon" style="background-color: #66ccff;">Ice</td>
  69. <td class="typeicon" style="background-color: #bb5544;">Fighting</td>
  70. <td class="typeicon" style="background-color: #aa5599;">Poison</td>
  71. <td class="typeicon" style="background-color: #dcba55;">Ground</td>
  72. <td class="typeicon" style="background-color: #8898ff;">Flying</td>
  73. <td class="typeicon" style="background-color: #ff5599;">Psychic</td>
  74. <td class="typeicon" style="background-color: #a9bb22;">Bug</td>
  75. <td class="typeicon" style="background-color: #bbaa66;">Rock</td>
  76. <td class="typeicon" style="background-color: #6566bb;">Ghost</td>
  77. <td class="typeicon" style="background-color: #7766ee;">Dragon</td>
  78. <td class="typeicon" style="background-color: #775543;">Dark</td>
  79. <td class="typeicon" style="background-color: #aaaabb;">Steel</td>
  80. <td class="typeicon" style="background-color: #ee99ee;">Fairy</td>
  81. </tr>
  82. <tr>
  83. <th>Favourite</th>
  84. <td><img src="https://raw.githubusercontent.com/msikma/pokesprite/master/icons/pokemon/regular/porygon-z.png" alt="Porygon-Z"/></td>
  85. <td><img src="https://raw.githubusercontent.com/msikma/pokesprite/master/icons/pokemon/regular/chandelure.png" alt="Chandelure"/></td>
  86. <td><img src="https://raw.githubusercontent.com/msikma/pokesprite/master/icons/pokemon/regular/piplup.png" alt="Piplup"/></td>
  87. <td><img src="https://raw.githubusercontent.com/msikma/pokesprite/master/icons/pokemon/regular/raikou.png" alt="Raikou"/></td>
  88. <td><img src="https://raw.githubusercontent.com/msikma/pokesprite/master/icons/pokemon/regular/skiddo.png" alt="Skiddo"/></td>
  89. <td><img src="https://raw.githubusercontent.com/msikma/pokesprite/master/icons/pokemon/regular/mamoswine.png" alt="Mamoswine"/></td>
  90. <td><img src="https://raw.githubusercontent.com/msikma/pokesprite/master/icons/pokemon/regular/buzzwole.png" alt="Buzzwole"/></td>
  91. <td><img src="https://raw.githubusercontent.com/msikma/pokesprite/master/icons/pokemon/regular/nihilego.png" alt="Nigilego"/></td>
  92. <td><img src="https://raw.githubusercontent.com/msikma/pokesprite/master/icons/pokemon/regular/gliscor.png" alt="Gliscor"/></td>
  93. <td><img src="https://raw.githubusercontent.com/msikma/pokesprite/master/icons/pokemon/regular/noivern.png" alt="Noivern"/></td>
  94. <td><img src="https://raw.githubusercontent.com/msikma/pokesprite/master/icons/pokemon/regular/espurr.png" alt="Espurr"/></td>
  95. <td><img src="https://raw.githubusercontent.com/msikma/pokesprite/master/icons/pokemon/regular/golisopod.png" alt="Golisopod"/></td>
  96. <td><img src="https://raw.githubusercontent.com/msikma/pokesprite/master/icons/pokemon/regular/regirock.png" alt="Regirock"/></td>
  97. <td><img src="https://raw.githubusercontent.com/msikma/pokesprite/master/icons/pokemon/regular/rotom.png" alt="Rotom"/></td>
  98. <td><img src="https://raw.githubusercontent.com/msikma/pokesprite/master/icons/pokemon/regular/zygarde.png" alt="Zygarde"/></td>
  99. <td><img src="https://raw.githubusercontent.com/msikma/pokesprite/master/icons/pokemon/regular/bisharp.png" alt="Bisharp"/></td>
  100. <td><img src="https://raw.githubusercontent.com/msikma/pokesprite/master/icons/pokemon/regular/jirachi.png" alt="Jirachi"/></td>
  101. <td><img src="https://raw.githubusercontent.com/msikma/pokesprite/master/icons/pokemon/regular/klefki.png" alt="Klefki"/></td>
  102. </tr>
  103. <tr>
  104. <th>Least Favourite</th>
  105. <td><img src="https://raw.githubusercontent.com/msikma/pokesprite/master/icons/pokemon/regular/purugly.png" alt="Purugly"/></td>
  106. <td><img src="https://raw.githubusercontent.com/msikma/pokesprite/master/icons/pokemon/regular/heatmor.png" alt="Heatmor"/></td>
  107. <td><img src="https://raw.githubusercontent.com/msikma/pokesprite/master/icons/pokemon/regular/bruxish.png" alt="Bruxish"/></td>
  108. <td><img src="https://raw.githubusercontent.com/msikma/pokesprite/master/icons/pokemon/regular/plusle.png" alt="Plusle"/></td>
  109. <td><img src="https://raw.githubusercontent.com/msikma/pokesprite/master/icons/pokemon/regular/abomasnow-mega.png" alt="Abomasnow-Mega"/></td>
  110. <td><img src="https://raw.githubusercontent.com/msikma/pokesprite/master/icons/pokemon/regular/crabominable.png" alt="Crabominable"/></td>
  111. <td><img src="https://raw.githubusercontent.com/msikma/pokesprite/master/icons/pokemon/regular/pignite.png" alt="Pignite"/></td>
  112. <td><img src="https://raw.githubusercontent.com/msikma/pokesprite/master/icons/pokemon/regular/salazzle.png" alt="Salazzle"/></td>
  113. <td><img src="https://raw.githubusercontent.com/msikma/pokesprite/master/icons/pokemon/regular/landorus-therian.png" alt="Landorus-Therian"/></td>
  114. <td><img src="https://raw.githubusercontent.com/msikma/pokesprite/master/icons/pokemon/regular/toucannon.png" alt="Toucannon"/></td>
  115. <td><img src="https://raw.githubusercontent.com/msikma/pokesprite/master/icons/pokemon/regular/hypno.png" alt="Hypno"/></td>
  116. <td><img src="https://raw.githubusercontent.com/msikma/pokesprite/master/icons/pokemon/regular/illumise.png" alt="Illumise"/></td>
  117. <td><img src="https://raw.githubusercontent.com/msikma/pokesprite/master/icons/pokemon/regular/corsola.png" alt="Corsola"/></td>
  118. <td><img src="https://raw.githubusercontent.com/msikma/pokesprite/master/icons/pokemon/regular/misdreavus.png" alt="Misdreavus"/></td>
  119. <td><img src="https://raw.githubusercontent.com/msikma/pokesprite/master/icons/pokemon/regular/druddigon.png" alt="Druddigon"/></td>
  120. <td><img src="https://raw.githubusercontent.com/msikma/pokesprite/master/icons/pokemon/regular/stunky.png" alt="Stunky"/></td>
  121. <td><img src="https://raw.githubusercontent.com/msikma/pokesprite/master/icons/pokemon/regular/bastiodon.png" alt="Bastiodon"/></td>
  122. <td><img src="https://raw.githubusercontent.com/msikma/pokesprite/master/icons/pokemon/regular/granbull.png" alt="Granbull"/></td>
  123. </tr>
  124. </tbody>
  125. </table>
  126. </div>
  127. </body>
  128. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement