Advertisement
Guest User

Untitled

a guest
Feb 25th, 2020
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.76 KB | None | 0 0
  1.  
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  3. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  4.  
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6.  
  7. <head>
  8. <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  9.  
  10. <title>One Page Resume</title>
  11.  
  12. <style type="text/css">
  13. * { margin: 0; padding: 0; }
  14. body { font: 16px Helvetica, Sans-Serif; line-height: 24px; background: url(images/noise.jpg); }
  15. .clear { clear: both; }
  16. #page-wrap { width: 800px; margin: 40px auto 60px; }
  17. #pic { float: right; margin: -30px 0 0 0; }
  18. h1 { margin: 0 0 16px 0; padding: 0 0 16px 0; font-size: 42px; font-weight: bold; letter-spacing: -2px; border-bottom: 1px solid #999; }
  19. h2 { font-size: 20px; margin: 0 0 6px 0; position: relative; }
  20. h2 span { position: absolute; bottom: 0; right: 0; font-style: italic; font-family: Georgia, Serif; font-size: 16px; color: #999; font-weight: normal; }
  21. p { margin: 0 0 16px 0; }
  22. a { color: #999; text-decoration: none; border-bottom: 1px dotted #999; }
  23. a:hover { border-bottom-style: solid; color: black; }
  24. ul { margin: 0 0 32px 17px; }
  25. #objective { width: 500px; float: left; }
  26. #objective p { font-family: Georgia, Serif; font-style: italic; color: #666; }
  27. dt { font-style: italic; font-weight: bold; font-size: 18px; text-align: right; padding: 0 26px 0 0; width: 150px; float: left; height: 100px; border-right: 1px solid #999; }
  28. dd { width: 600px; float: right; }
  29. dd.clear { float: none; margin: 0; height: 15px; }
  30. </style>
  31. </head>
  32.  
  33. <body>
  34.  
  35. <div id="page-wrap">
  36.  
  37. <img src="images/cthulu.png" alt="Photo of Cthulu" id="pic" />
  38.  
  39. <div id="contact-info" class="vcard">
  40.  
  41. <!-- Microformats! -->
  42.  
  43. <h1 class="fn">C'thulhu</h1>
  44.  
  45. <p>
  46. Cell: <span class="tel">555-666-7777</span><br />
  47. Email: <a class="email" href="mailto:greatoldone@lovecraft.com">greatoldone@lovecraft.com</a>
  48. </p>
  49. </div>
  50.  
  51. <div id="objective">
  52. <p>
  53. I am an outgoing and energetic (ask anybody) young professional, seeking a
  54. career that fits my professional skills, personality, and murderous tendencies.
  55. My squid-like head is a masterful problem solver and inspires fear in who gaze upon it.
  56. I can bring world domination to your organization.
  57. </p>
  58. </div>
  59.  
  60. <div class="clear"></div>
  61.  
  62. <dl>
  63. <dd class="clear"></dd>
  64.  
  65. <dt>Education</dt>
  66. <dd>
  67. <h2>Withering Madness University - Planet Vhoorl</h2>
  68. <p><strong>Major:</strong> Public Relations<br />
  69. <strong>Minor:</strong> Scale Tending</p>
  70. </dd>
  71.  
  72. <dd class="clear"></dd>
  73.  
  74. <dt>Skills</dt>
  75. <dd>
  76. <h2>Office skills</h2>
  77. <p>Office and records management, database administration, event organization, customer support, travel coordination</p>
  78.  
  79. <h2>Computer skills</h2>
  80. <p>Microsoft productivity software (Word, Excel, etc), Adobe Creative Suite, Windows</p>
  81. </dd>
  82.  
  83. <dd class="clear"></dd>
  84.  
  85. <dt>Experience</dt>
  86. <dd>
  87. <h2>Doomsday Cult <span>Leader/Overlord - Baton Rogue, LA - 1926-2010</span></h2>
  88. <ul>
  89. <li>Inspired and won highest peasant death competition among servants</li>
  90. <li>Helped coordinate managers to grow cult following</li>
  91. <li>Provided untimely deaths to all who opposed</li>
  92. </ul>
  93.  
  94. <h2>The Watering Hole <span>Bartender/Server - Milwaukee, WI - 2009</span></h2>
  95. <ul>
  96. <li>Worked on grass-roots promotional campaigns</li>
  97. <li>Reduced theft and property damage percentages</li>
  98. <li>Janitorial work, Laundry</li>
  99. </ul>
  100. </dd>
  101.  
  102. <dd class="clear"></dd>
  103.  
  104. <dt>Hobbies</dt>
  105. <dd>World Domination, Deep Sea Diving, Murder Most Foul</dd>
  106.  
  107. <dd class="clear"></dd>
  108.  
  109. <dt>References</dt>
  110. <dd>Available on request</dd>
  111.  
  112. <dd class="clear"></dd>
  113. </dl>
  114.  
  115. <div class="clear"></div>
  116.  
  117. </div>
  118.  
  119. </body>
  120.  
  121. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement