Advertisement
Guest User

Untitled

a guest
Jan 18th, 2017
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.55 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 codelion</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 codelion</h1>
  15. </div><!-- end header -->
  16. <div class="image">
  17. <img src="img/lionsuit.jpg" alt="Lion in a suit">
  18. </div><!-- end image -->
  19. <div class="intro column">
  20. <h2>Who am I?</h2>
  21. <p>Political Scientist. Startup enthusiast. Aspiring web developer. Future helicopter pilot. Because why not?</p>
  22. </div><!-- end intro -->
  23. <div class="skills column">
  24. <h3>my skills</h3>
  25. <ul id="skill-list">
  26. <li>HTML</li>
  27. <li>CSS</li>
  28. <li>javascript</li>
  29. <li>Ruby on Rails</li>
  30. </ul>
  31. </div><!-- end skills -->
  32. <div class="more about me">
  33. <h3>more about me</h3>
  34. <p>Sartorial banjo VHS raclette chicharrones affogato vinyl, kickstarter authentic kale chips trust fund bushwick tbh. Distillery vexillologist sustainable, cronut squid biodiesel normcore stumptown swag. Sriracha fanny pack ugh intelligentsia. Small batch 3 wolf moon meh la croix venmo butcher. Locavore vaporware squid af. Synth pop-up 90's viral fap lumbersexual. Vegan kickstarter brooklyn, squid banjo put a bird on it art party vinyl poutine pickled plaid snackwave 90's next level. And if you've read this far, great. I like you already.</p>
  35. </div><!-- end more about me -->
  36. </div><!-- end container -->
  37.  
  38. </body>
  39.  
  40. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement