Advertisement
Guest User

Untitled

a guest
Jun 19th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.49 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. <body>
  12. <div class="container">
  13. <div class="header">
  14. <h1>About Me</h1>
  15. </div><!-- end header -->
  16. <div class="image">
  17. <img src="img/doge.jpeg" alt="dogedog">
  18. </div><!-- end image -->
  19. <div class="intro-column">
  20. <h2>Introduction</h2>
  21. <p>Ioioioioioioioioioioioioioioioi-(@_@)(-_-)</p>
  22. </div><!-- end intro -->
  23. <div class="skill-column">
  24. <ul id="skill-list">
  25. <li>one list item</li>
  26. <li>another list item</li>
  27. <li>yet another list item</li>
  28. </ul>
  29. </div><!-- end skill -->
  30. <div class="main-text">
  31. <h3>More About Me</h3>
  32. <p>Stumptown letterpress vape pickled, gastropub man braid pabst offal ugh cray. Migas ennui sartorial mixtape williamsburg pork belly, drinking vinegar plaid hoodie crucifix lomo man braid skateboard cred before they sold out. YOLO vinyl thundercats disrupt waistcoat man braid cornhole fam echo park put a bird on it. Franzen man braid you probably haven't heard of them edison bulb. Truffaut shabby chic austin cronut dreamcatcher hexagon narwhal copper mug. VHS meh cold-pressed fixie sustainable slow-carb hot chicken. Artisan readymade seitan disrupt kale chips photo booth. Lyft mustache flexitarian stumptown celiac hoodie. Slow-carb organic mumblecore copper mug deep v vexillologist.</p>
  33. </div><!--end main-text -->
  34. </div><!--end container -->
  35. </body>
  36. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement