Guest User

Untitled

a guest
Oct 17th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.79 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 Me</title>
  7. <link rel="stylesheet" href="css/normalize.css">
  8. <link rel="stylesheet" href="css/about-styles.css">
  9. </head>
  10. <body>
  11. <div class="container">
  12. <div class="header">
  13. <h1>About Me</h1>
  14. </div>
  15. </div>
  16. <div class="column">
  17. <div class="image">
  18. <img src="img/shwpic.jpg" alt="Shwetz">
  19. </div>
  20. </div>
  21. <div class="column">
  22. <div class="intro">
  23. <h2>Shweta Patil.</h2>
  24. <p></strong>Upcoming Web developer. Artist. Designer.</strong></p>
  25. </div>
  26. </div>
  27. <div class="column">
  28. <div class="skill">
  29. <h3>My skills</h3>
  30. <ul>
  31. <li>HTML/CSS</li>
  32. <li>Java script</li>
  33. <li>Web design</li>
  34. <li>Ruby development<l>
  35. </ul>
  36. </div>
  37. </div>
  38. <div class="info">
  39. <h3>More about me:</h3>
  40. <p>I would describe myself as a CURIOUS,OBSERVANT and SHARING person.
  41. Curious in finding errors and solving problems,learning new things.
  42. As a Observant learn things from others
  43. and last Sharing defines to share things what I know from learning.
  44. Theses 3 objectives describe my good attitude.
  45. Life is quite exciting to me as it has galores of opportunities and experiences to offer and I feel one should always make the right use of it.
  46. I am adventurous by nature for I like to take up new challenges. It gives me the zeal and impetus to work towards excellence.
  47. One thing I firmly believe in is that one should always strive towards individual betterment, in whichever form it may be.
  48.  
  49. </p>
  50. </div>
  51. </body>
  52. </html>
Add Comment
Please, Sign In to add comment