Advertisement
Guest User

Untitled

a guest
Jul 28th, 2015
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.31 KB | None | 0 0
  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <title>Matt's Page</title>
  6. <!--[if lt IE 9]>
  7. <script src="dist/html5shiv.js"></script>
  8. <![endif]-->
  9. </head>
  10. <body>
  11. <div class="container">
  12. <div class="header">
  13. <h1>About Me</h1>
  14. </div>
  15. <div class="image">
  16. <img src="img/padres.jpg" alt="SD Logo ">
  17. </div>
  18. <div class="intro column">
  19. <div class="intro">
  20. <h2>Introduction</h2>
  21. <p>I'm awesome... sometimes</p>
  22. </div>
  23. </div>
  24. <div class="skills column">
  25. <div class="skills">
  26. <h3>My Skills</h3>
  27. <ul>
  28. <li>First Skill</li>
  29. <li>Second Skill</li>
  30. <li>Third Skill</li>
  31. </ul>
  32. </div>
  33. </div>
  34. <div class="main_text">
  35. <h3>My Story</h3>
  36. <p>Polaroid letterpress authentic, biodiesel meh Pitchfork lumbersexual Williamsburg ethical craft beer cred Helvetica. Taxidermy bitters food truck 90's, skateboard Neutra pug Echo Park leggings occupy next level mustache cray. Small batch selvage pork belly, flexitarian PBR paleo farm-to-table aesthetic. Swag health goth keffiyeh fanny pack. Whatever stumptown cred, cold-pressed Tumblr 90's plaid organic fashion axe PBR vinyl. Vinyl Neutra cold-pressed, ugh Thundercats pop-up skateboard Odd Future Etsy jean shorts chambray. Viral mlkshk craft beer butcher.</p>
  37. </div>
  38.  
  39.  
  40. </div><!-- end container -->
  41. </body>
  42.  
  43.  
  44.  
  45.  
  46. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement