Guest User

Untitled

a guest
Dec 12th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.59 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en" dir="ltr">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1">
  6. <title>About Me</title>
  7. <!--[if lt IE 9]>
  8. <script src="dist/html5shiv.js"></script>
  9. <![endif]-->
  10. </head>
  11. <body>
  12.  
  13. <section class="container">
  14. <section class="header">
  15. <h1>About me</h1>
  16. </section><!-- end header -->
  17. </section><!-- end container -->
  18.  
  19. <section class="image column">
  20. <img src="img/IMG_2742.JPG" alt="TechnoKhmer" width="600">
  21. </section><!-- end image -->
  22.  
  23. <section class="intro column">
  24. <h2>Introduction</h2>
  25. <p>Only the best for the best</p>
  26. </section><!-- end intro -->
  27.  
  28. <section class="skill column">
  29. <h3>My Skills</h3>
  30. <ul id="skill-list">
  31. <li>HTML</li>
  32. <li>CSS</li>
  33. <li>JavaScript</li>
  34. <li>Ruby on Rails</li>
  35. </ul>
  36. </section><!-- end skill -->
  37.  
  38. <section class="main-text">
  39. <h3>My Story</h3>
  40. <p>I have a degree in geology and I've been working in this field for many years both in the private and in the public sector. At some point I decided that it is time to travel the world and do something else and I ended up working as teacher in Ho Chi Minh City. I moved on from there to become a tour guide in an off road motorcyle tour company in Cambodia. Later on I helped friends to set up a guesthouse in the lovely town of Kampot which was mainly construction work and gardening. Now it's time to do something completely different: Web Dev. </p>
  41. </section><!-- end main-text -->
  42.  
  43. </body>
  44. </html>
Add Comment
Please, Sign In to add comment