Advertisement
Guest User

Untitled

a guest
Feb 8th, 2016
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.08 KB | None | 0 0
  1. <doctype html>
  2. <html lang="en">
  3.  
  4. <head>
  5. <meta charset="utf-8">
  6. <meta name="viewport" content="width=width-device, initial scale=1">
  7. <title>Title of the page</title>
  8. <!--[if lt IE 9]>
  9. <script src="dist/html5shiv.js"></script>
  10. <![endif]-->
  11. </head>
  12.  
  13. <body>
  14. <div class="container">
  15. <div class="header">
  16. <h1>My header text</h1>
  17. </div><!-- end header -->
  18. <div class="image">
  19. <img src="img/dog-glasses.jpg" alt="Dog wearing glasses" width="350px">
  20. </div><!-- end image -->
  21. <div class="intro column">
  22. <h2>Introduction</h2>
  23. <p>Some info about me.</p>
  24. </div><!-- end intro -->
  25. <div class="skills column">
  26. <h3>My skilss</h3>
  27. <ul id="skill-list">
  28. <li>1</li>
  29. <li>2</li>
  30. <li>3</li>
  31. </ul>
  32. </div><!-- end skills -->
  33. <div class="maint-text">
  34. <h3>My story</h3>
  35. <p>Venmo magna do lomo readymade. Vero tilde elit, green juice deserunt veniam placeat fingerstache taxidermy cillum. Hella laborum pop-up selvage, blue bottle DIY 8-bit eiusmod nihil. Ut 8-bit polaroid kitsch chicharrones cronut pinterest tilde paleo. Occupy health goth freegan, brooklyn umami +1 keytar blue bottle tote bag messenger bag id truffaut gastropub. Hella mustache plaid celiac freegan. Tote bag delectus non consequat.
  36. </p>
  37. <p>Shabby chic affogato meggings, reprehenderit consequat DIY cred microdosing meditation mumblecore. Artisan kombucha microdosing, butcher enim slow-carb 3 wolf moon dreamcatcher health goth migas yr drinking vinegar. Gentrify literally man bun, nostrud freegan beard flannel commodo consequat meggings pug stumptown. Biodiesel squid normcore jean shorts, salvia sriracha man bun cardigan taxidermy blog swag williamsburg DIY ugh. Cliche aliquip asymmetrical, excepteur blog leggings bushwick consequat literally nostrud disrupt roof party gochujang beard. Aliquip kale chips echo park eiusmod, try-hard lomo paleo locavore wayfarers narwhal blog ethical sunt. Whatever cupidatat kogi pour-over mumblecore, trust fund authentic put a bird on it heirloom elit ethical williamsburg pug odio.
  38. </p>
  39. </div><!-- end main-text -->
  40.  
  41. </div><!-- end container -->
  42.  
  43. </body>
  44.  
  45.  
  46. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement