Advertisement
Guest User

Untitled

a guest
Oct 21st, 2016
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.87 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. <link rel="stylesheet" href="css/normalize.css">
  7. <link rel="stylesheet" href="css/about_styles.css">
  8. <title>Caroline Lachance.Awesome Web Developer</title>
  9. <!--[if lt IE 9]>
  10. <script src="dist/html5shiv.js"></srcipt>
  11. <![endif]>-->
  12. </head>
  13.  
  14. <body>
  15. <div class="container">
  16. <img class="feather" src="img/feather.png">
  17. <img class="feat" src="img/feather.png">
  18. <div class="header">
  19. <h1>Caroline Lachance.<br>Awesome Web Developer!</h1>
  20. <img class="image" src="img/artcopy.jpeg" alt="art">
  21. <div class="intro column">
  22. <h2>Let me introduce you to me!</h2>
  23. <p>I'm a nature-lover, a science enthusiast, a passionate equestrian ... My goal is simple: shaping, molding, transforming your ideas, to create a one of a kind web page you will be proud to show off!</p>
  24. </div>
  25. <div class="skills_column">
  26. <h3>My Skills</h3>
  27. <ul id="skill-list">
  28. <li>Web Developer</li>
  29. <li>Html</li>
  30. <li>CSS</li>
  31. <li>JQuery</li>
  32. </ul>
  33. </div>
  34. <div class="main-text">
  35. <h3>My Story</h3>
  36. <p>My first calling was to help animal. As a child I had a need to take care of every kind of legged creatures that came near me. Wether they were cats, dogs, horses, birds, lizards, rodents, incects, they all ended up belonging to me!<br> This eagerness lead me to start a career as a veterinary assistant. After 10 years of following my passion, I turned to technology, specialysing in x-ray and discovering my second passion, the workings of computers! Never abandoning my furry friends, I realized, without talent as a painter, I could create, from scratch, a work of art!<br> Now... That's something!<br> So here I am: Web Developer "Extraordinaire"!</p>
  37. </div>
  38. </div> <!--end header -->
  39. <footer></footer>
  40. </div> <!--end container -->
  41. </body>
  42. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement