Guest User

Untitled

a guest
Dec 11th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.34 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.  
  7. <title>About Me</title>
  8. <!--[if lt IE 9]>
  9. <script src="dist/html5shiv.js"></script>
  10. <![endif]-->
  11. </head>
  12.  
  13. <body>
  14. <div class="container">
  15.  
  16. <div class="header">
  17. <h1>About Me</h1>
  18. </div class="header"><!-- end header -->
  19.  
  20. <div class="img">
  21. <img src="img/Surfer1.1.jpg" alt="Bears">
  22. </div><!-- end image -->
  23.  
  24. <h2>Introduction</h2>
  25. <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod
  26. tempor incididunt ut labore et dolore magna <br>
  27. aliqua. Ut enim ad minim veniam,quis nostrud exercitation ullamco laboris nisi
  28. ut aliquip ex ea commodo <br>
  29. consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
  30. cillum dolore eu fugiat nulla pariatur.
  31. </p>
  32.  
  33. <div class="Skill">
  34. <h3>My Skills</h3>
  35. <ul>
  36. <li>Example 1</li>
  37. <li>Example 2</li>
  38. <li>Example 3</li>
  39. </ul>
  40. </div>><!-- end skill -->
  41.  
  42. <div class="Main Text">
  43. <h3>My Storey</h3>
  44. <p>"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will
  45. give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the
  46. master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but
  47. because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor
  48. again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occ-
  49. asionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example,
  50. which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right
  51. to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain
  52. that produces no resultant pleasure?"
  53. </p>
  54. </div class="Main Text"><!-- end Main Text -->
  55.  
  56. </div class="container"><!-- end container -->
  57.  
  58. </body>
  59.  
  60.  
  61.  
  62.  
  63. </html>
Add Comment
Please, Sign In to add comment