Guest User

Untitled

a guest
May 25th, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.84 KB | None | 0 0
  1. <!Doctype html>
  2. <html lang=“en”>
  3. <head>
  4.  
  5. <meta charset="utf-8">
  6. <meta name="viewport" content="width=device-width, initial-scale=1">
  7. <title> About Me </title>
  8. <!--[if lt IE 9]>
  9. <script src="dist/html5shiv.js"></script>
  10. <![endif]-->
  11. <link rel="stylesheet" href="css/normalize.css">
  12. <link rel="stylesheet" href="css/about_styles.css">
  13.  
  14.  
  15. </head>
  16. <body>
  17. <!--[if lt IE 9]>
  18. <script src="dist/html5shiv.js"></script>
  19. <![endif]-->
  20. <div class="container">
  21. <div class="header">
  22. <h1> About Clara Hubert </h1>
  23. </div><!-- end header -->
  24.  
  25. <div class="example">
  26. <h1>Hey hey ho ho </h1>
  27. </div><!-- end example -->
  28.  
  29. <div class="image column">
  30. <img src="img/Corgipuppy.jpg" alt="Puppy">
  31. </div><!-- end image -->
  32.  
  33. <div class="intro column">
  34. <h2> Introduction </h2>
  35. <p> All the deapest thought of a puppy about the geopolitic situation of our World </p>
  36. </div><!-- end of intro -->
  37.  
  38. <div class="skill column">
  39. <h3>My Skills</h3>
  40. <ul id="skill-list">
  41. <li>I will always be happy to see you again when you come home</li>
  42. <li>I love to go for a walk and meet other dogs</li>
  43. </ul>
  44. </div><!-- end skill -->
  45.  
  46. <div class="main-text">
  47. <h3> My story </h3>
  48. <p>Lorem ipsum dolor amet pickled minim disrupt ullamco asymmetrical. Ut wayfarers eu brunch chillwave. Knausgaard heirloom health goth tacos aesthetic forage chambray, small batch fixie dreamcatcher consectetur polaroid cray dolore. Quis pok pok coloring book hammock viral church-key do actually subway tile succulents semiotics deep v brunch. Keffiyeh meh franzen mumblecore four loko marfa pariatur in tumblr. Try-hard roof party man bun 8-bit chia offal sriracha raw denim listicle voluptate drinking vinegar. Snackwave lo-fi neutra consequat man braid 90's.</p>
  49. </div><!-- end of main-text -->
  50. </div><!-- end container -->
  51. </body>
  52. </html>
Add Comment
Please, Sign In to add comment