Guest User

Untitled

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