Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2016
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.12 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> Task 2 </title>
  7. <!--[if lt IE 9]>
  8. <script src="dist/html5shiv.js"></script>
  9. <![endif]-->
  10. <link rel="stylesheet" type="text/css" href="css/normalize.css">
  11. <link rel="stylesheet" type="text/css" href="css/about_style.css">
  12. </head>
  13. <body>
  14. <div class= "container">
  15. <div id="header">
  16. <h1>Hello....!!</h1>
  17. </div> <!--/header-->
  18.  
  19. <div class="image">
  20. <img src="img/pic1.jpg" alt="puppy" class="pic1">
  21. </div> <!--/image-->
  22.  
  23. <!-- introduction and skills -->
  24. <div class="intro column">
  25. <h2>Introduction</h2>
  26. <p>The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.</p>
  27. </div> <!--/intro-column-->
  28. <div class="skills column">
  29. <h3>My Skills</h3>
  30. <ul id= "skill-list">
  31. <li>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</li>
  32. <li>Sed tempus elit non libero accumsan, nec pretium turpis convallis.</li>
  33. <li>Curabitur id magna venenatis, cursus erat id, bibendum ex.</li>
  34. </ul>
  35. </div> <!--/skills-column-->
  36.  
  37. <div id="main-text">
  38. <h3>More about me</h3>
  39. <p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).</p>
  40. <img src="img/pic4.jpg" id="pic4">
  41. </div> <!--/main-text-->
  42. <div id= "description">
  43. <h3>Where can I get some?</h3>
  44. <p>
  45. There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn't anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.</p>
  46. <img src="img/pic5.jpg" id="pic5" >
  47. </div> <!--/description-->
  48. </div> <!--/container-->
  49.  
  50. <div id="footer">
  51. </div> <!--/footer-->
  52.  
  53. </body> <!--/body-->
  54. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement