Advertisement
Guest User

Untitled

a guest
Apr 29th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.32 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.  
  9. <title>About Me</title>
  10. </head>
  11. <body>
  12.  
  13. </body>
  14. <div class="container">
  15. <div class="header">
  16. <h1>About Me</h1>
  17. </div><!-- end header-->
  18.  
  19.  
  20. <div class="example">
  21.  
  22. </div><!-- end example-->
  23. <div class="image column">
  24. <img src="img/Profilbild_LH.jpg" width="250px" alt="Profilbild_LH">
  25. </div><!-- end image-->
  26. <div class="intro column">
  27. <h2>Introduction</h2>
  28. <p>Hey Guys, I want to quickly introduce myself :)</p>
  29. </div><!-- end intro column-->
  30. <div class="skills column">
  31. <h3>My Skills</h3>
  32. <ul id="skill list">
  33. <li>Languages: German, English and Spanish</li>
  34. <li>BSc. in General Management</li>
  35. <li>yet another list item</li>
  36. </ul>
  37. </div><!-- end skills column-->
  38. <div class="main-text">
  39. <h3>My Story</h3>
  40. <p>I was born in Wiesbaden and grew up in Düsseldorf with my 4 years younger brother 'Max' and both of my wonderful parents. <br> I studied Business for about 4 years in total until now and am going to start my own company soon.</p>
  41. </div><!-- end main text-->
  42.  
  43. </div><!-- end container-->
  44. </div><!-- end header-->
  45.  
  46.  
  47.  
  48. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement