Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.70 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. <title>About Me</title>
  9.  
  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>About Me</h1>
  18. </div><!-- end header -->
  19. <div class="image column">
  20. <img src="img/tokyo.jpg" alt="Kitten">
  21. </div><!-- end image -->
  22. <div class="intro column">
  23. <h2>Introduction</h2>
  24. <p>Welcome to the About Me section. I hope you enjoy your stay</p>
  25. </div><!-- end intro -->
  26. <div class="skill column">
  27. <h3>My Skills</h3>
  28. <ul id="skill-list">
  29. <li>HTML</li>
  30. <li>CSS</li>
  31. <li>SQL</li>
  32. <li>JavaScript</li>
  33. </ul><!-- end skill-list -->
  34. </div><!-- end skill -->
  35. <div class="main-text">
  36. <h3>My Story</h3>
  37. <p>Hello! Welcome! My name is Kenneth Cairney. I am a Writer and Archaeologist by education, a Web Developer and System Administrator by chance. It has been a long road from where I started to where I am. I am proud of what I have accomplished and I am happy with the road ahead. In youth it is difficult to decide where you want to be, but what matters is the perpetual pursuit of self-improvement. I have been incredibly fortunate in my experiences, and the assistance and education I have received from so many incredible people is invaluable to me. Though my university studies were a pursuit of subjects I am quite passionate about, it is often the case that our passions are not the most employable. The wonderful thing is that though I might not be working in Literature or Archaeology, they are always in my mind and always hobbies. The key is that regardless of where I work I will always pursue my continuing education. My recent step into System Administration has opened surprising doors and inspired me to rekindle another avenue of self-education. There is an abundance of languages and ideas to explore in the programming and development world, and this is just the first step on a new journey. I hope you enjoy my modest collection of work and check back to see my growth on this continuing journey.</p>
  38. </div><!-- end main-text -->
  39. </div><!-- end container -->
  40. </body>
  41. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement