Advertisement
Guest User

Untitled

a guest
Apr 29th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.75 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.  
  7. <title>About Me</title>
  8.  
  9. <link rel="stylesheet" href="css/normalize.css">
  10. <link rel="stylesheet" href="css/about_styles.css">
  11.  
  12. <!--[if lt IE 9]>
  13. <script src="dist/html5shiv.js"></script>
  14. <![endif]-->
  15.  
  16. </head>
  17.  
  18. <body>
  19. <div class="container">
  20.  
  21. <div class="header">
  22. <h1>About Me</h1>
  23. </div><!--end header-->
  24. </div><!--end container-->
  25.  
  26. <div class="image column">
  27. <img src="img/blue_element.jpg" alt="Art">
  28. </div><!--end image-->
  29.  
  30. <div class="intro column">
  31. <h2>Introduction</h2>
  32. <p>Man braid distillery snackwave kitsch mlkshk flannel.</p>
  33. </div><!--end intro-->
  34.  
  35. <div class="skills column">
  36. <h3>My Skills</h3>
  37. <ul id="skill-list">
  38. <li>Etsy craft beer jianbing, kombucha whatever viral irony hella snackwave locavore. </li>
  39. <li>Drinking vinegar ramps lyft, man braid fanny pack bitters cold-pressed post-ironic gastropub banh mi offal.</li>
  40. </ul>
  41. </div><!--end skills-->
  42.  
  43. <div class="main_text">
  44. <h3>Some More About Me</h3>
  45. <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.
  46. <br />
  47. 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>
  48. </div><!--end main_text-->
  49.  
  50. </body>
  51. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement