Advertisement
Guest User

Untitled

a guest
May 24th, 2015
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.77 KB | None | 0 0
  1. <!doctype HTML>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8" />
  5. <title>
  6. Kimberly Davis
  7. </title>
  8. <link rel="stylesheet" type="text/css" href="css/normalize.css">
  9. <link href="css/about_styles.css" rel="stylesheet">
  10. <!--[if lt IE 9]>
  11. <script src="dist/html5shiv.js"></script>
  12. <![endif]-->
  13. </head>
  14. <body>
  15. <div class="container">
  16. <div class="header">
  17. <h1>Meet Kimberly Davis</h1>
  18. </div>
  19. <div class="image">
  20. <img src="img/yesitsme_small.jpg" alt="A photo of me.">
  21. </div>
  22. <div class="intro column">
  23. <h2>Introduction</h2>
  24. <p>I currently live in Georgia, and I come from a military family. My interests include reading, sports (especially the Atlanta Braves and Atlanta Falcons), and spending time with family and friends. I also have an unexplained affection for 80s movies. </p>
  25. <p>I'm learning to code for two reasons: to keep pace with the increasing changes in technology, and to change careers and go back to my first love: Information Technology.
  26. </div>
  27. <div class="skills column">
  28. <h3>My Skills</h3>
  29. <ul id="skill-list">
  30. <li>Web Development</li>
  31. <li>Budget Formulation</li>
  32. <li>Continuous Learning</li>
  33. </ul>
  34. </div>
  35. <div class="main_text">
  36. <h3>More About Me</h3>
  37. <p>My professional career began as a mainframe developer for a credit card processing company. After learning about mainframe languages such as COBOL and CICS (and dare I say Assembler), in addition to production support and change management, I sought and obtained a web developer position. In all, I was a programmer for seven years.</p>
  38. <p>Company restructuring led me to my current position as a budget analyst. I'm completely removed from IT for the time being, but I've spent the last year dabbling in HTML, CSS and JavaScript.</p>
  39. </div>
  40. </div> <!-- end container -->
  41. </body>
  42.  
  43. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement