Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viepoint" content="width=device-width", initial-scale=1">
  6.  
  7. <title>About Me</title>
  8. <!--[if It IE 9]>
  9. <script src="dist/html5shiv.js"></script>>
  10. </head>
  11.  
  12. <body>
  13. <div class="container">
  14. <div class="header">
  15. <h1>About Me</h1>
  16. </div><--end header-->
  17.  
  18. <div class="image">
  19. <img src="img/kitten.jpg" alt="Kitten" height="240" width="160">
  20. </div><!--end image-->
  21. <div class="intro colum">
  22. <h2>Introduction</h2>
  23. <p>Hello, my name is Mia.</p>
  24. </div><!--end image-->
  25. <div class="skills column">
  26. <h3>My Skills</h3>
  27. <ul>
  28. <li>Make people laugh</li>
  29. <li>Make myself happy</li>
  30. <li>Make something cool with people</li>
  31. </ul>
  32. </div><!--end skill-->
  33. <div class="main-text">
  34. <h3>My Story</h3>
  35. <p>I am a Product/Project Manager.<br>
  36. I like making cool and useful things with people.</p>
  37. </div><!--end main text-->
  38. </div><!--end container -->
  39.  
  40.  
  41. </body>
  42.  
  43. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement