Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.89 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/html5shiv.js"></script>
  11. <! [endif]-->
  12. </head>
  13. <body>
  14. <div class="container">
  15. <div class="header">
  16. <h1>About Chris</h1>
  17. </div><!-- end header -->
  18. </div><!-- end container -->
  19. <div class="image column">
  20. <img src="img/myphoto.jpg" alt="Pitcture of Chris">
  21. </div><!-- end image -->
  22. <div class="intro column">
  23. <h2>Introduction</h2>
  24. <p>Hello, My name is Chris.I'm a web developer living in the beautiful Pacific Northwest. With the utmost enthusiasm, I would like to express my interest in working with you. As a candidate, here’s what I could immediately bring to the table.</p>
  25. </div>
  26. <div class="skill column">
  27. <h3>My Skills</h3>
  28. <ul id="skill-list">
  29. <li>Demonstrated ability to interact effectively with team</li>
  30. <li>Outstanding interpersonal skills</li>
  31. <li>Strong verbal communication</li>
  32. <li>Issue resolution</li>
  33. <li>Data management</li>
  34. </ul>
  35. </div><!-- end skill -->
  36. <div class="main-text">
  37. <h3>My Story</h3>
  38. <p>Throughout my career, I have been a passionate learner. Everything I have engaged in so far has all been driven by my keen interest in learning to be more effective. I have had the opportunity to shadow leaders in positions not directly related to mine, giving me a greater understanding of how to navigate organizations of all sizes. In prior projects, I was responsible for high level, multi-company organizational meetings. I was able to showcase our company’s dedication to project objectives, and timelines, while outlining goals and obligations to meet those objectives.
  39. </p>
  40. </div><!-- end text -->
  41. </body>
  42. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement