Advertisement
Guest User

Untitled

a guest
Oct 25th, 2016
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.17 KB | None | 0 0
  1. <html>
  2. <head>
  3. <link rel="stylesheet" type="text/css" href="main_style.css">
  4. <title>My Awesome Resume</title>
  5. </head>
  6. <body>
  7. <div>
  8. <img src=“jack.jpg” alt=“Photo of Jack Sparrow” id=“pic” />
  9. <h1>Captain Jack Sparrow</h1>
  10. <p>
  11. Cell: <span class="tel">555-666-7777</span><br />
  12. Email: <a class="email" href="mailto:methegreatestpirate@justawesome.com">methegreatestpirate@justawesome.com</a>
  13. </p>
  14. </div>
  15. <div id="Objective">
  16. <p>
  17. I am an outgoing and friendly (ask any other pirate) professional, seeking a
  18. career that fits my professional skills, personality, and plundering tendencies.
  19. I am known as the legendary pirate of the seven seas.
  20. My charm is irresistible and inspires greatness in those who follow me.
  21. I offer global competitive advantage to your organization.
  22. </p>
  23. </div>
  24. <div>
  25. <dd class=clear”></dd>
  26. <dt> Education </dt>
  27. <dd>
  28. <h2>Pirate University - West Africa</h2>
  29. <p><strong>Major:</strong> Public Relations<br />
  30. <strong>Minor:</strong> Marketing</p>
  31. </dd>
  32. </div>
  33.  
  34. <div>
  35. <dd class="clear"> </dd>
  36. <dt>Skills</dt>
  37.  <h2>Office skills</h2>
  38. <p>Office and records management, database administration, event organization, customer support, travel coordination</p>
  39. <h2>Computer skills</h2>
  40. <p>Microsoft productivity software (Word, Excel, etc), Adobe Creative Suite, Windows</p>
  41. </dd>
  42. </div>
  43.  
  44. <div>
  45. <dd class="clear"></dd>
  46. <dt>Experience</dt>
  47. <dd>
  48. <h2>Black Pearl <span>Captain - Caribbean - 1820-1822</span></h2>
  49. <ul>
  50. <li>Led the group in pirate entrepreneurship</li>
  51. <li>Cultivated crew motivation</li>
  52. <li>Provided welfare to crew members</li>
  53. <li>Overcame crew mutiny</li>
  54. </ul>
  55.  
  56. <h2>Barnacle <span>Crew - Salty Cove, Tortuga - 1818-1820</span></h2>
  57. <ul>
  58. <li>Worked on grass-roots pirating campaigns</li>
  59. <li>Increased theft and property damage percentages</li>
  60. <li>Cleaning and Laundry</li>
  61. </ul>
  62. </dd>
  63. </div>
  64. <div>
  65. <dd class="clear"></dd>
  66. <dt>Hobbies</dt>
  67. <dd>Looting His Majesty's treasure, Deep Ocean Sailing, Weekends at Davy Jones' Locker</dd>
  68. <dd class="clear"></dd>
  69. <dt>References</dt>
  70. <dd>Will Turner</dd>
  71. <dd>Hector Barbossa</dd>
  72. <dd>Davy Jones</dd>
  73. <dd>Others as requested</dd>
  74. </div>
  75.  
  76.  
  77. </body>
  78. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement