Advertisement
Guest User

Untitled

a guest
Oct 26th, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.54 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. <title>About</title>
  7. <!--[if lt IE 9]>
  8. <script src="dist/html5shiv.js"></script>
  9. <![endif]-->
  10. </head>
  11. <body>
  12. <div class="container">
  13. <div class="head">
  14. <h1>About</h1>
  15. </div><!--end head-->
  16. <div class="image">
  17. <img src="img/chubbybunny.jpg" alt="Chubby Bunny">
  18. </div><!--end image-->
  19. <div class="intro">
  20. <div class="intro column"
  21. <p> </p>
  22. </div><!--end intro-->
  23. </div><!--end intro column"-->
  24. <div class="skills">
  25. <div class="skills column"
  26. <h3> My Skills </h3>
  27. <ul id="skill-list">
  28. <ul>
  29. <li>an item in a list</li>
  30. <li>another item</li>
  31. <li>yet another item</li>
  32. </ul>
  33. </div><!--end skills-->
  34. </div><!--end skills column-->
  35. <div class="main-text">
  36. <h3>My Story</h3>
  37. <p> Taxidermy echo park DIY fanny pack tofu meggings. Church-key organic lyft, austin selvage venmo everyday carry microdosing lo-fi. Edison bulb chambray ethical, gochujang tote bag woke fam seitan. Craft beer cardigan af wayfarers, vegan hexagon paleo street art before they sold out hot chicken man braid skateboard poke. Disrupt pour-over godard kale chips shoreditch coloring book bitters put a bird on it. Copper mug etsy bicycle rights, la croix post-ironic meggings banh mi. Trust fund disrupt locavore, chia pok pok migas mustache banjo.</p>
  38. </div><!--end main-text-->
  39. </div><!--end container -->
  40. </body>
  41. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement