Advertisement
Guest User

Untitled

a guest
Aug 1st, 2015
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 KB | None | 0 0
  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <title>About Stuart Tiedemann
  6. </title>
  7. <!--[if lt IE9]>
  8. <script src-"dist/html5shiv.js"></script>
  9. <![endif]-->
  10. </meta>
  11.  
  12. <body>
  13. <div class="container">
  14. <div class="header">
  15. <h1>About Me </h1>
  16. </div>
  17.  
  18. <div class="image">
  19. <img src="img/StuartandArizona.jpg"alt="kitten">
  20. </div>
  21.  
  22. <div class="intro column">
  23. <h2>Introduction</h2>
  24. <p>Here is a little about me</p>
  25. </div>
  26.  
  27. <div class="skills column">
  28. <h3>My Skills</h3>
  29. <ul id="skill_list">
  30. <li>HTML</li>
  31. <li>CSS</li>
  32. <li>Interest Rate Securities</li>
  33. <li>Preferred Stocks</li>
  34. </ul>
  35. </div>
  36.  
  37. <div class="main_text">
  38. <h3>My Story</h3>
  39. <p>My name is Stuart Tiedemann and I am an aspiring front-end developer born and raised in Savannah, Ga. I am a true southerner at heart who loves to travel the world but always wanders home to the warmth of the welcoming south. I have a degree in Electrical Engineering Technology and have worked in finance as a licensed(Series7) professional day trader for the past twelve years. When I'm not working, I enjoy traveling, skiing, fishing, kayaking and pretty much anything else outdoors. I currently live in Florida with my wife where we are kept busy by our menagerie of furry critters.</p>
  40. </div>
  41.  
  42.  
  43.  
  44. </div><!-- end container -->
  45.  
  46. </body>
  47. </head>
  48.  
  49.  
  50. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement