Guest User

Untitled

a guest
Nov 24th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.70 KB | None | 0 0
  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1">
  6. <link rel= "stylesheet" href="/css/normalize.css">
  7. <link rel="stylesheet" href="/css/about_styles.css">
  8. <title>About Me</title>
  9. <!--[if lt IE 9]>
  10. <script src='dist/htmlshiv.js"></script>
  11. <![endif]-->
  12. </head>
  13.  
  14. <body>
  15. <div class="container">
  16. <div class="header">
  17. <h1>My Header</h1>
  18. </div><!-- end header -->
  19.  
  20.  
  21. <div class="image column">
  22. <img src="img/peacesign.jpg" alt="peace sign hand" height="250" width="450">
  23. </div><!-- end image -->
  24.  
  25. <div class="intro column">
  26. <h2>Introduction</h2>
  27. <p>Hello, my name is Jessica
  28. and I am a soon-to-be Web <br>
  29. Developer, previously occupied
  30. as Pharmacy Technician. </p>
  31. </div><!-- end intro column -->
  32.  
  33. <div class="skill column">
  34. <h3>My Skills</h3>
  35. <ul id="skill list">
  36. <li>Self-Directed</li>
  37. <li>Adaptability</li>
  38. <li>Team-player</li>
  39. <li>Goal-oriented</li>
  40. <li>Understanding</li>
  41. </ul>
  42. </div><!-- end skill column -->
  43.  
  44. <div class="main-text">
  45. <h3>More About Me</h3>
  46. <p>
  47. After three years in a pharmacy setting, I decided to make a career change.
  48. After existensively researching what new career I would like to venture towards,
  49. I discovered Web-development as one of those career choices. Now I am in the
  50. process of learning these new skills and excited for what the future holds.
  51.  
  52.  
  53. </p>
  54. </div><!-- end main-text -->
  55. </div><!-- end container-->
  56. </body>
  57.  
  58.  
  59.  
  60. <!-- the rest of the document goes here -->
  61.  
  62. </html>
Add Comment
Please, Sign In to add comment