Guest User

Untitled

a guest
Oct 21st, 2017
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.34 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.  
  7. <title>About Tabz</title>
  8.  
  9. <!--[if lt IE 9]>
  10. <script src="dist/html5shiv.js"></script>
  11. <![endif]-->
  12.  
  13. </head>
  14. <body>
  15.  
  16. <div class="container">
  17. <div class="header">
  18. <h1>About Tabz</h1>
  19. <img src="img/lion.jpg" alt="Image if a lion in repose" style="width:100%">
  20. </div><!-- end image -->
  21. </div><!-- end container -->
  22.  
  23. <div class="intro column">
  24. <h2>Introduction</h2>
  25. <p>Hiya! My name is Tabitha Levine. I'm on a mission to change my stars and become a Full Stack Web Developer.</p>
  26. </div><!-- end intro -->
  27.  
  28. <div class="skill column">
  29. <h3>My Skills</h3>
  30. <ul id="skill-list">
  31. <li>Creative</li>
  32. <li>Resourceful</li>
  33. <li>Laughter</li>
  34. </ul>
  35. </div><!-- end skill -->
  36.  
  37. <div class="main_text">
  38. <h3>My Story</h3>
  39. <p>Learning something new has always driven me. The beauty of Web Development and why it has lured me is that the learning is endless. There are always challenges to overcome. Who wouldn't want that?! To me, this is the perfect career progression that allows me to continually learn and apply it to help others create Web Sites to enhance their business.</p>
  40. </div><!-- end main_text -->
  41.  
  42. </body>
  43. </html>
Add Comment
Please, Sign In to add comment