Advertisement
Guest User

Untitled

a guest
Feb 13th, 2016
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.41 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.  
  9. <!--[if lt IE 9]>
  10. <script src="dist/html5shiv.js"></script>
  11. <![endif]-->
  12. <title>Hello World!</title>
  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 class="about_forest" src="img/czechforest.jpg">
  21. </div><!-- end image -->
  22. <div class="intro column">
  23. <h2>Introduction</h2>
  24. <p>Hi my name is Hunter Jung<br>I'm an aspiring programmer. I'm building this website to better understand the web development process and to build all the necessary skills to become an accomplished web developer. I would ideally like to move and find a new job as a developer in Colorado and be closer to my friend who is also helping me with this project.</p>
  25. </div><!-- end intro -->
  26. <div class="skills column">
  27. <h3>I am beginning skills with:</h3>
  28. <ul id="skill-list">
  29. <li>HTML5, CSS3</li>
  30. <li>Javascript</li>
  31. <li>MS Office Products</li>
  32. </ul>
  33. </div><!-- end skills -->
  34. <div class="main-text">
  35. <h3>My Story</h3>
  36. <p>I'm glad you have stopped by my website. This section will be updated shortly.</p>
  37. </div><!-- end main-text -->
  38. </div><!-- end container -->
  39. </body>
  40. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement