Advertisement
Guest User

Untitled

a guest
Aug 31st, 2015
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.44 KB | None | 0 0
  1. <!doctype html>
  2.  
  3. <html lang="en">
  4. <head>
  5. <meta charset="utf-8">
  6. <title>About Me</title>
  7. <!--[if lt IE 9]>
  8. <scrip src="dist/html5shiv.js"></script>
  9. <![endif]-->
  10. </head>
  11. <body>
  12. <div class="container">
  13. <div class="header">
  14. <h1>About Joel Bergstein</h1>
  15. </div>
  16. <div class="image">
  17. <img src="img/joel.jpg" alt="Joel Bergstein Picture">
  18. </div>
  19. <div class="intro column">
  20. <h2>Introduction</h2>
  21. <p>Welcome to my about me page! Get to know a little about my skills, interests, and motivations</p>
  22. </div>
  23. <div class="skills column">
  24. <ul id="skills-list">
  25. <li>Project Management</li>
  26. <li>Change Management</li>
  27. <li>Instructional Design</li>
  28. </ul>
  29. </div>
  30. <div class="main-text">
  31. <h3></h3>
  32. <p>After living in Chicago for a little over 7 years, I packed up my life and started my MBA at the Fuqua School of Business, located in North Carolina at Duke University. With lofty goals of becoming a Product Manager, I decided that an MBA was not going to be enough. I wanted a set of technical skills to complement the skills I have developed on the shop floor of a steel mill and in corporate offices as a consultant. Web Development has always interested me, and now that I have time to immerse myself in a learning environment, it seemed like the perfect time to start coding. I am excited for what I will learn over the next 6 months!</p>
  33. </div>
  34. </div>
  35. <!-- end container -->
  36. </body>
  37. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement