Guest User

Untitled

a guest
May 26th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.44 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>Profile</title>
  7. <!--[if lt IE 9]>
  8. <script src="dist/html5shiv.js"></script>
  9. <![endif]-->
  10. </head>
  11. <body>
  12. <div class="container">
  13. <div class="header">
  14. <h1>My Header Text</h1>
  15. </div><!-- end header -->
  16. </div><!-- end container -->
  17. <div class="image">
  18. <img src="img/Management.jpg" alt="Me">
  19. </div><!-- end image -->
  20. <div class="intro column">
  21. <h2>Introduction</h2>
  22. <p>
  23. Final Year Bachelor student at EBS University
  24. </p>
  25. </div><!-- end intro -->
  26. <div class="skill column">
  27. <h3>My Skills</h3>
  28. <ul id="International Relations & Global Political Economy">
  29. <li>Economic & Public Policy</li>
  30. <li>Qualitative & Quantitative Research Methods</li>
  31. <li>Finance</li>
  32. <li>Communication</li>
  33. </ul>
  34. </div><!-- end skills -->
  35. <div class="main-text">
  36. <h3> My Story </h3>
  37. <p>
  38. In order to rerum cognoscere causas, to go beyond and to understand the causes of things for a better society, I not only decided to participate as head delegate in the Harvard World Model United Nations earlier this year, but to continue my studies in economic and social sciences on a post-graduate and subsequently doctoral level.
  39. </p>
  40. </div><!-- end main text -->
  41. </body>
  42. </html>
Add Comment
Please, Sign In to add comment