Advertisement
Guest User

Untitled

a guest
Jan 20th, 2017
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.61 KB | None | 0 0
  1. <!doctype html>
  2. <html lang="en">
  3.  
  4. <head>
  5. <meta charset="utf-8">
  6. <meta name="viewpoint" content="width=device-width, initial-scale=1">
  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.  
  14. <body>
  15. <div class="container">
  16. <div class="header">
  17. <h1>About Amanda Fasolino</h1>
  18. </div><!--header -->
  19. </div><!-- end container -->
  20.  
  21. <div class="image">
  22. <img src="img/fake_me.jpg" alt="person" />
  23. </div>
  24. <!-- end image -->
  25.  
  26. <div class="intro">
  27. <div class="intro column">
  28. <h2>Introduction</h2>
  29. <p>Switching from the medical world of coding to the coding world of the web</p>
  30. </div>
  31. </div><!-- end intro -->
  32.  
  33. <div class="skill">
  34. <div class="skill column">
  35. <h3>My Skills</h3>
  36. <ul>
  37. <li>Organized</li>
  38. <li>Detail Oriented</li>
  39. <li>Self Starter</li>
  40. </ul>
  41. </div>
  42. </div><!-- end skill -->
  43.  
  44. <div class="main-text">
  45. <h3>My Story</h3>
  46. <p>As a young adult, I could quickly tell that where I was career wise was not where I had envisioned myself nor was it what I thought the world of a working adult would be like. With my 30th birthday quickly approaching, I vowed to myself that I would not live my 30's like I did my 20's: bored, out of place, and longing for more satisfaction. With that, I chose to move forward in a big way by learning web development and pursuing a career change with my new skills</p>
  47. </div><!-- end main text -->
  48.  
  49.  
  50. </body>
  51.  
  52. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement