Guest User

Untitled

a guest
May 24th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.40 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.  
  9. <title>About Me</title>
  10.  
  11. </head>
  12.  
  13. <body>
  14. <div class=nav>
  15. <ul>
  16. <li><a href="contact.html">Contact</a><li>
  17. <li><a href="#">About</a><li>
  18. <li><a href="index.html">Home</a><li>
  19. <li><a href="FAQ.html">FAQ</a><li>
  20. </ul>
  21. </div>
  22.  
  23. <div class="container">
  24. <div class="header">
  25. <h1>About Me</h1>
  26. </div><!-- end header -->
  27.  
  28. <div class="image column">
  29. <img src="img/kitten.jpg" alt="Kitten">
  30. </div><!-- end image -->
  31. <div class="intro column">
  32. <h2>Introduction </h2>
  33. <p> Hi my name is Revin and I am proud to be an EBS Student </p>
  34. </div><!-- end Introduction -->
  35. <div class="skill column">
  36. <h3> My Skills</h3>
  37. <ul id="skill-list">
  38. <li> Music </li>
  39. <li> Entreprenuership</li>
  40. <li> Football</li>
  41. </ul>
  42. </div><!-- end skill -->
  43. <div class="main-text">
  44. <h3> More About me</h3>
  45. <p>Hi my name is Revin, I am 22 years old! I am Business Student and interested in Entreprenuership. <p>
  46. </div><!-- end main-text-->
  47. <a href="index" target="_parent">Back to Welcome Page</a>
  48.  
  49. </div><!-- end container -->
  50.  
  51.  
  52. </body>
  53.  
  54. </html>
Add Comment
Please, Sign In to add comment