Advertisement
Guest User

Untitled

a guest
Aug 24th, 2016
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.52 KB | None | 0 0
  1. <!doctype html>
  2. <html lang="eng">
  3.  
  4. <head>
  5. <meta charset="utf-8">
  6. <meta name="viewport" content="width=device-width, initial-scale=1">
  7.  
  8. <link rel="stylesheet" href="css/normalize.css">
  9. <link rel="stylesheet" href="css/about_styles.css">
  10. </head>
  11.  
  12. <title>about Dennis</title>
  13.  
  14. <body>
  15. <div class="container_cover">
  16. <div class="container">
  17. <div class="header">
  18. <h1>About Me</h1>
  19. </div><!-- end header -->
  20. <div class="image column">
  21. <img src="img/dennis.jpg" width="" height="">
  22. </div><!-- end img -->
  23. <div class="intro column">
  24. <h2>Introduction</h2>
  25. <p>Hi, my Name is Dennis Adam, 28 years of age and from Germany.</p>
  26. </div><!-- end intro column -->
  27. <div class="skills column">
  28. <h3>My Skills are:</h3>
  29. <ul id="skill list">
  30. <li>HTML5</li>
  31. <li>CSS</li>
  32. <li>Java Script</li>
  33. </ul>
  34. </div><!-- end skills column -->
  35. <div class="main-text">
  36. <h3>My Story</h3>
  37. <p>I was born in Germnay. I did an apprenticeship as an industrial mechanic. After completing I worked for 7 years as a Fitter. During this time I started a parttime study as a technician. Once I completed this in 2013 I started a travel trip arround the World for a bit more than 6 Months. That is where I met my girlfriend. I was back in Germany in Mai 2014. In october that year I quit my Job and moved to Asutralia where I have lived the past 2 years. Right now im Back in Germnay till arround December.</p>
  38. </div><!--end main text -->
  39.  
  40. </div><!-- end container -->
  41. </div><!-- end container cover
  42. </body>
  43.  
  44.  
  45.  
  46.  
  47.  
  48. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement