Advertisement
Guest User

Untitled

a guest
Jan 19th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.58 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4.  
  5. <meta charset="utf-6">
  6. <meta name="viewport" content="width=device-width, initial-scale=1">
  7. <link rel="stylesheet" href="css/normalize.css">
  8. <link rel="stylesheet" href="css/about_styles.css">
  9. <title>About me</title>
  10.  
  11. <!--[if lt IE 9]>
  12. <script src="dist/html5shiv.js"></script>
  13. <![endif]-->
  14.  
  15. </head>
  16. <body>
  17. <div class="container">
  18. <div class="header">
  19. <a href="index.html">HOME</a>
  20. <h1> About me </h1>
  21. <div class="column">
  22. <img class="image" src="img/outdoor-office.jpg" alt="outdoor-office">
  23. </div> <!-- end column-->
  24. <div class="intro column">
  25. <h2>Introduction</h2>
  26. <p>My name is Thilo I have over 8 years of business controlling experience and will be a web developer soon.</p>
  27. </div> <!-- end intro column-->
  28. <div class="skill column">
  29. <h3>My skills</h3>
  30. <ul id="skill-list">
  31. <li>web development</li>
  32. <li>controlling</li>
  33. <li>business intelligence</li>
  34. </ul>
  35. </div> <!--end skill column-->
  36. <div class="main-text">
  37. <h3> My story</h3>
  38. <p>
  39. In the last 8 years I was working in several controlling positions for multinational companies. During this time I was part of different business intelligence and roll-out projects of web-based dashboards and reporting tools. While defining the KPIs and layouts of the reports I was fascinated by the programming of the developers and decided: I want to learn coding!
  40. </p>
  41. </div> <!-- end main-text -->
  42. </div> <!-- end header -->
  43. </div> <!-- end container -->
  44. </body>
  45. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement