Advertisement
Guest User

Untitled

a guest
Jul 6th, 2015
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.37 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <title>This is me.</title>
  6. <link rel="stylesheet" type="text/css" href="css/normalize.css">
  7. <link rel="stylesheet" type="text/css" href="css/about_styles.css">
  8. <!--[if It IE9]>
  9. script src="disthtml5shiv.js"></script>
  10. <![endif]-->
  11. </head>
  12. <body background="img/background3.jpg">
  13. <div class="container">
  14. <div class="header">
  15. <h1>About Me!</h1>
  16. </div> <!-- end header -->
  17. <div class="image">
  18. <img src="img/profile.jpg" alt="profile"width=150px heith=300px>
  19. </div> <!-- end image -->
  20. <div class="intro column">
  21. <h2>Introduction</h2>
  22. <p>Mumblecore put a bird on it +1, scenester chambray viral Kickstarter food truck Helvetica. Whatever umami meggings, kogi Kickstarter shabby chic four loko cred beard trust fund normcore.
  23. </p>
  24. <div class="skills column">
  25. <h3>My Skills</h3>
  26. <ul id="skill_list">
  27. <li>painting</li>
  28. <li>writing</li>
  29. <li>coding</li>
  30. </ul>
  31. </div> <!-- end skills -->
  32. <div class="main_text">
  33. <h3>My Story</h3>
  34. <p>Mumblecore put a bird on it +1, scenester chambray viral Kickstarter food truck Helvetica. Whatever umami meggings, kogi Kickstarter shabby chic four loko cred beard trust fund normcore.
  35. </p>
  36. </div> <!-- end main_text -->
  37. </div> <!-- end introduction -->
  38. </div> <!-- end container -->
  39.  
  40. </body>
  41. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement