Advertisement
Guest User

Untitled

a guest
Jan 18th, 2017
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.74 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. <link rel="stylesheet" type="text/css" href="css/normailize.css">
  8. <link rel="stylesheet" type="text/css" href="css/about_styles.css">
  9.  
  10.  
  11. <title>About Me</title>
  12.  
  13. <!--[if lt IE 9]>
  14. <script src="dist/html5shiv.js"></script>
  15. <![endif]-->
  16.  
  17. </head>
  18. <body>
  19. <div class="nav">
  20. <ul>
  21. <li><a href="index.html">Home</a></li>
  22. <li><a href="#">About</a></li>
  23. <li><a href="contact.html">Contact</a></li>
  24. <li><a href="">Work</a></li>
  25. <li><a href="">FAQ</a></li>
  26. </ul>
  27. </div>
  28. <div class="container">
  29. <div class="header">
  30. <h1>About Me</h1>
  31. </div> <!-- END header -->
  32. <div class="middle">
  33. <img class="image column" src="img/about.jpg" alt="Photo of Jake, smiling on his sister's wedding day">
  34. <div class="intro column">
  35. <h2>Introduction</h2>
  36. <p>I'm just in it to help out, through Web Development.</p>
  37. </div> <!-- END intro -->
  38. <div class="skills column">
  39. <h3>My Skills</h3>
  40. <ul id="skill-list">
  41. <li>HTML5</li>
  42. <li>CSS</li>
  43. <li>JavaScript</li>
  44. </ul>
  45. </div> <!-- END skills -->
  46. </div>
  47. <div class="main-text">
  48. <h3>My Story</h3>
  49. <p>Over the last few years I have visited a lot of different places and have had some quite unique experiences. A lot of my most memorable moments have been made possible thanks to certain websites, a lot of which have all had a similar money-free philosophy. This has lead me to believe that I might be able to do some good in this world, through programming. If you want to know more about my mission, ask away!</p>
  50. </div> <!-- END main-text -->
  51. </div> <!-- END container -->
  52. </body>
  53. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement