Advertisement
Guest User

Untitled

a guest
Aug 4th, 2015
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.61 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang= "en">
  3. <head>
  4. <meta charset="utf-8">
  5. <link href="css/bootstrap.css" rel="stylesheet">
  6. <link href="css/normalize.css" rel="stylesheet">
  7. <link href="css/about_styles.css" rel="stylesheet">
  8. <title>About Me</title>
  9. <!--[if lt IE 9]>
  10. <script src="dist/html5shiv.js"></script>
  11. <![endif]-->
  12. </head>
  13.  
  14. <body>
  15. <div class="container">
  16. <div class="header">
  17. <h1>Tim Seithe</h1>
  18. </div>
  19. <div class="image">
  20. <img src="img/6.jpg" alt="Tim Seithe">
  21. </div>
  22. <div class="intro column">
  23. <h2>Introduction</h2>
  24. <p>My Name is Tim Seithe and I am the CMO and Co-Founder of viomedo.</p>
  25. </div>
  26. <div class ="skills column">
  27. <h3>My Skills</h3>
  28. <ul id="skill_list">
  29. <li>B2B-Sales</li>
  30. <li>Clinical trials</li>
  31. </ul>
  32. </div>
  33. <div class="main_text">
  34. <p>+1 vinyl cray Echo Park, meh dreamcatcher hella taxidermy cardigan retro ethical drinking vinegar viral aesthetic chambray. Disrupt freegan Kickstarter, typewriter meditation flexitarian butcher readymade fixie PBR&B wolf 3 wolf moon Banksy umami. Mixtape brunch next level Shoreditch craft beer. Raw denim organic paleo Williamsburg pickled keytar, wolf heirloom taxidermy butcher. Helvetica fixie ugh Schlitz meggings, you probably haven't heard of them crucifix irony locavore artisan gluten-free. Brooklyn sartorial photo booth mixtape, dreamcatcher Schlitz viral salvia Williamsburg Wes Anderson lumbersexual. Selfies jean shorts Marfa, bicycle rights mixtape small batch swag normcore church-key tote bag umami literally Blue Bottle bespoke.</p>
  35. </div>
  36. </div><!-- end cotainer -->
  37. </body>
  38.  
  39. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement