Advertisement
Guest User

Untitled

a guest
Apr 27th, 2017
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.45 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 Me</title>
  7. <!--[if lt IE 9]>
  8. <script src="dist/html5shiv.js"></script>
  9. <![endif]-->
  10. </head>
  11.  
  12. <body>
  13. <div class="container">
  14.  
  15. <div class="header">
  16. <h1>About Me</h1>
  17. </div><!--end header-->
  18.  
  19. <div class="image">
  20. <img src="img/kitten.jpg" alt="Kitten">
  21. </div><!--end image-->
  22.  
  23. <div class="intro column">
  24. <h2>Introduction</h2>
  25. <p>My brain has too many tabs open</p>
  26. </div><!--end intro-->
  27.  
  28. <div class="skill column">
  29. <h3>My Skills</h3>
  30. <ul id="skill-list">
  31. <li>list item</li>
  32. <li>another list item</li>
  33. </ul>
  34. </div><!--end skill-->
  35.  
  36. <div class="main_text">
  37. <h3>More About Me</h3>
  38. <p>Succulents kinfolk occupy, lyft ennui fixie YOLO vegan next level austin locavore snackwave. Air plant squid try-hard skateboard. Normcore try-hard before they sold out roof party kogi, post-ironic fingerstache echo park. Raw denim gluten-free pinterest, tbh ethical farm-to-table neutra vice semiotics. Chillwave biodiesel twee, bicycle rights photo booth austin wayfarers cold-pressed taxidermy occupy heirloom etsy hoodie post-ironic. Fanny pack stumptown occupy, chillwave humblebrag yr godard bitters taxidermy. Readymade kickstarter iPhone bitters biodiesel umami.</p>
  39. </div><!--end main_text-->
  40.  
  41. </div><!--end container-->
  42. </body>
  43. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement