Advertisement
Guest User

Untitled

a guest
Aug 31st, 2015
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.90 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang=en>
  3. <head>
  4.  
  5. <meta charset="utf-8">
  6. <link href="css/normalize.css" rel="stylesheet">
  7. <link href="css/about_styles.css" rel="stylesheet">
  8. <title>About Me</title>
  9. <!--[if lt IE 9]>
  10. <script src="dist/html5shiv.js"></script>
  11. <![endif-->
  12. </head>
  13.  
  14. <body>
  15. <div class = "header1">
  16. <h1>Here's About Me</h1>
  17. </div>
  18. <div class = "container">
  19.  
  20. <div class = "image">
  21.  
  22. <img src="img/bob.jpeg" alt="bob">
  23.  
  24. </div>
  25.  
  26. <div class = "intro column">
  27. <h2> Introduction</h2>
  28. <p>Welcome to the Site, it is arranged to show you a bit about me, and also showcase past work, as well as what I can do for you to help you satisfy your clients. .. .. .. But like, not in a dirty way or anything.. .. </p>
  29. </div>
  30. <div class = "skills column">
  31. <h3>My Skills</h3>
  32. <ul id = "skill-list">
  33. <li>Juggler for 8 years</li>
  34. <li>Sailor for 4 years</li>
  35. <li>Thai Curry fanatic for 3 years</li>
  36. <li>Ancient Master of the Webs</li>
  37. </ul>
  38. </div>
  39. <div class = "main-text">
  40. <h3>More about me</h3>
  41. <p>Dan grew up in Minneapolis Minnesota. He attended College at Tulane University in New Orleans, graduating with a BS in Ecology and Evolutionary Biology. He currently resides in Minneapolis and dreams of taking life on the road, after building his own dwelling into an old U-Haul truck.
  42.  
  43. He's juggled ever since he received a $10 juggling starter kit as one of those "I have no idea what to get my nephew" gifts one year at christmas. Spot on Uncle Peter...
  44.  
  45. He grows weary of cubicle life, and must, must, must break free by any means necessary.</p>
  46. </div>
  47.  
  48. </div><!-- this is the end of the container -->
  49. <div class="nav">
  50. <ul>
  51. <a href="index.html">Home</a>
  52. <a href="about.html">About Me</a>
  53. <a href="contact.html">Contact Me</a>
  54. </ul>
  55. </div>
  56. </body>
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement