Advertisement
Guest User

Untitled

a guest
Aug 21st, 2017
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.72 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5.  
  6. <meta name="viewport" content="width=device-width, initial-scale=1">
  7. <title>About Me</title>
  8.  
  9. <!--[if lt IE 9]>
  10. <script src="dist/html5shiv.js"></script>
  11. <! [endif]-->
  12. </head>
  13.  
  14. <body>
  15. <div class="container">
  16. <header>
  17. <div class="header">
  18. <h1>About Me</h1>
  19. </header>
  20. </div><!--header-->
  21. </div><!--end of container -->
  22. <div class="image">
  23. <img src="img/kitten.jpg" alt="Kitten">
  24. </div><!--end of image-->
  25. <div class="intro" class="intro column">
  26. <h2>Introduction</h2>
  27. <p>Good day, i am new to the wonderful world of web development. I decided to switch from my manual labor job to learn web development. Just from working on portfolo my mind has been busy. </p>
  28. </div><!--end of intro-->
  29. <div class="Skills" class="skill column">
  30. <h3>My Skills</h3>
  31. <ul id="skill-list">
  32. <li>Basic Html</li>
  33. <li>Basic CSS</li>
  34. </ul>
  35. </div><!--end skill -->
  36. <div class="main-text">
  37. <h3>My Story</h3>
  38. <p>Hello, my name is Armand Paquette, born in Vermont and joined the Army National Guard in 2007, deployed in 2009. Then i started working in the nursing field followed by college. After a couple of years i hit a rough spot in life then picked up and left for California with my wife. Lived there for a couple of years. Doing Uber/Lyft. Thats where i learned about different people who have done what i am starting to get where they are today. I learned that coding is a skill that can be learned and is a contious learning skill. Moved back to Vermont for family and i was working in the Vermont Department of Corrections. Thats where i had enough of manditory overtime, less pay with more hours and time away from family.</p>
  39. </div><!--end of My Story-->
  40. </body>
  41. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement