Guest User

Untitled

a guest
Oct 19th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <html>
  4. <head>
  5. <title>Personal Resume</title>
  6. <link rel="stylesheet" type="text/css" href="resume.css">
  7. </head>
  8. <body>
  9. <h1><b><u>PERSONAL RESUME</u></b></h1>
  10. <h2><b><u>Objectives</u></b></h2>
  11. <li>To obtain gainful employment utilizing my talents and education while learning new skilss and serving as strong team member for my company</li>
  12.  
  13. <h2><b><u>Objectives</u></b></h2>
  14. <ul>Setting up new devices</ul>
  15. <ul>Troubleshooting devices</ul>
  16. <ul>Replacing hardware components</ul>
  17.  
  18. <h2><b><u>Qualifications</u></b></h2>
  19. <li>Hard working</li>
  20. <li>Friendly</li>
  21. <li>Fluent in English, Somali and Swahili</li>
  22. <li>Fast Learner</li>
  23.  
  24. <h2><b><u>Education</u></b></h2>
  25. <table>
  26. <thead>
  27. <tr>
  28. <th>Institution</th>
  29. <th>Year</th>
  30. </tr>
  31. </thead>
  32. <tbody>
  33. <tr>
  34. <td>Foster High</td>
  35. <td>2012</td>
  36. </tr>
  37. <tr>
  38. <td>South Seattle</td>
  39. <td>2017</td>
  40. </tr>
  41.  
  42. </tbody>
  43. </table>
  44.  
  45. </body>
  46. </html>
Add Comment
Please, Sign In to add comment