Guest User

Untitled

a guest
Mar 24th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.89 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1">
  6. <!--[if lt IE 9]>
  7. <script src="dist/html5shiv.js"></script>
  8. <![endif]-->
  9. <title>About Me</title>
  10. <link rel="stylesheet" href="css/normalize.css">
  11. <link rel="stylesheet" href="css/about_style.css">
  12. </head>
  13. <body>
  14. <div class="nav">
  15. <a href="index" class="logo">Home</a>
  16. <ul>
  17. <li><a href="about">About</a></li>
  18. <li><a href="work">Work</a></li>
  19. <li><a href="contact">Contact</a></li>
  20. <li><a href="faq">FAQ</a></li>
  21. </ul>
  22. </div>
  23. <div class="container">
  24. <div class="header">
  25. <h1>About Me</h1>
  26. </div><!-- end header -->
  27.  
  28. <div class="image column">
  29. <img src="img/about_me.jpg" alt="profile picture">
  30. </div><!-- end image -->
  31.  
  32. <div class="intro column">
  33. <h2>Short introduction</h2>
  34. <p>
  35. My name is Mitch Pauwels and I am a web developer!
  36. </p>
  37. </div><!-- end intro -->
  38.  
  39. <div class="skills column">
  40. <h3>My Skills</h3>
  41. <ul id="skill-list">
  42. <li>HTML</li>
  43. <li>CSS</li>
  44. <li>Javascript</li>
  45. </ul>
  46. </div><!-- end skill -->
  47.  
  48. <div class="main-text">
  49. <h3>My Story</h3>
  50. <p>
  51. Lorem ipsum dolor amet hot chicken selvage cred, tousled hammock copper mug raw denim literally. Godard pickled drinking vinegar chia tousled edison bulb raw denim. Organic poutine hammock, sustainable fixie vice normcore skateboard taxidermy. Adaptogen literally direct trade, ennui deep v stumptown etsy pour-over ugh pitchfork vegan succulents celiac subway tile. DIY roof party blog green juice helvetica kinfolk. Lyft occupy franzen succulents scenester four loko.
  52. </p>
  53. </div><!-- end main-text -->
  54. </div><!-- end container -->
  55. </body>
  56. </html>
Add Comment
Please, Sign In to add comment