Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.42 KB | None | 0 0
  1. <!doctype html>
  2. <html lang=“en”>
  3.  
  4. <head>
  5. <meta charset="utf-8">
  6. <meta name="viewport" content="width=device-width, initial-scale=1">
  7. <title>About Me</title>
  8. <!--[if lt IE 9]>
  9. <script src="dist/html5shiv.js"></script>
  10. <![endif]-->
  11. <link rel="stylesheet" href="css/normalize.css">
  12. <link rel="stylesheet" href="css/about_styles.css">
  13. </head>
  14. <body>
  15. <div class="button">
  16. <a href="index.html">Home</a>
  17. <a href="about.html">About Me</a>
  18. <a href="contact.html">Contact</a>
  19. </div>
  20. <div class="container">
  21. <div class="header">
  22. <h1>About Me</h1>
  23. </div><!-- end header -->
  24.  
  25. <div class="image column">
  26. <img src="img/Chase.jpg" alt="Chase" style="width:225px;height:235px;"">
  27. </div><!-- end image -->
  28.  
  29. <div class="intro column">
  30. <h2>Introduction</h2>
  31. <p>An experienced International Finance Manager looking to break into the tech industry.</p>
  32. </div><!-- end intro -->
  33.  
  34. <div class="skill column">
  35. <h3>My Skills</h3>
  36. <ul id="skill-list">
  37. <li>Web Development</li>
  38. <li>International Currency Management</li>
  39. <li>Spanish Fluency</li>
  40. <li>Quickbooks</li>
  41. <li>Basecamp</li>
  42. <li>Remote Working</li>
  43. </ul>
  44. </div><!-- end skill -->
  45.  
  46. <div class="main-text">
  47. <h3>My Story</h3>
  48. <p>After graduating from Southern Nazarene University in 2013 with a degree in International Business, I moved to Quito, Ecuador to be the Finance Manager for an international non-profit called Extreme. For the last four years, I've been working directly with the CEO and CFO of Extreme to handle our finances around the world. When I started we were in two countries and one currency, today we are in nine countries and eight currencies. We have employees in four different languages. Together with the CFO, I manage a team of four accountants to ensure that our finances arrive in all the world areas where they are needed and that we have adhered to all local tax and banking laws.
  49.  
  50. <br>
  51. <br>
  52.  
  53. Late last year, after a lot of thought, I decided to pursue a new career path as a web developer. I have always had a desire to work in the tech industry and to be part of what I feel is really the career path of the future. This has been a big step for me as I prepare to leave a job I love, but I have no doubts that it is the right decision.</p>
  54. </div><!-- end main text -->
  55. </div><!-- end container -->
  56. </body>
  57.  
  58. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement