Advertisement
Guest User

Untitled

a guest
Jan 24th, 2017
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.33 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. <!--[if lt IE 9]>
  9. <script src="dist/html5shiv.ls"></script>
  10. <![endif]-->
  11. <title>About Me</title>
  12. </head>
  13. <body>
  14. <div class="nav">
  15. <ul>
  16. <li><a href="index.html">Home</a></li>
  17. <li><a href="#">About</a></li>
  18. <li><a href="contact.html">Contact</a></li>
  19. <li><a href="#">Work</a></li>
  20. <li><a href="#">FAQ</a></li>
  21. </ul>
  22. </div><!--end of nav-->
  23. <div class="container">
  24. <div class="header">
  25. <h1>About Me</h1>
  26. </div><!--end header-->
  27.  
  28. <!-- <div class="example">
  29. <h1>This is just an example sibling</h1>
  30. </div> -->
  31. <div class="image column">
  32. <img src="img/kitten.jpg" alt="Kitten">
  33. </div><!-- end class image -->
  34. <div class="intro column">
  35. <h2>Introduction</h2>
  36. <p>Nice little kittens may be a nice element of your home environment</p>
  37. </div><!-- end class intro column -->
  38. <div class="skills column">
  39. <h3>My Skills</h3>
  40. <ul id="skill-list">
  41. <li>I hunt down all intruders</li>
  42. <li>Your neighbours will respect you</li>
  43. <li>I create a jungle atmosphere in your home</li>
  44. <li>I break the depressing silence in your house</li>
  45. </ul>
  46.  
  47. </div><!--end skills column-->
  48. <div class="main-text">
  49. <h3>More About Me</h3>
  50. <p>The cougar (Puma concolor), also commonly known as the mountain lion, puma, panther, or catamount, is a large felid of the subfamily Felinae native to the Americas. Its range, from the Canadian Yukon to the southern Andes of South America, is the greatest of any large wild terrestrial mammal in the Western Hemisphere. An adaptable, generalist species, the cougar is found in most American habitat types. It is the second-heaviest cat in the New World, after the jaguar. Secretive and largely solitary by nature, the cougar is properly considered both nocturnal and crepuscular, although there are daytime sightings. The cougar is more closely related to smaller felines, including the domestic cat (subfamily Felinae), than to any species of subfamily Pantherinae, of which only the jaguar is native to the Americas.</p>
  51.  
  52. </div><!-- end main-text -->
  53. </div><!-- end container -->
  54.  
  55. </body>
  56.  
  57. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement