Advertisement
Guest User

Untitled

a guest
Jan 18th, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.53 KB | None | 0 0
  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewpoint" content="width=device-width, initial-scale=1">
  6. <title>About Me</title>
  7. <link rel="stylesheet" href="css/normalize.css">
  8. <link rel="stylesheet" href="css/about_styles.css">
  9.  
  10. <!--[if lt IE9]>
  11. <script src="dist/html5shiv.js"></script>
  12. <![endif]-->
  13.  
  14. </head>
  15. <body>
  16. <div class="container">
  17. <div class="header">
  18. <h1>About Me</h1>
  19.  
  20. </div><!-- end header -->
  21.  
  22.  
  23. <div class="image">
  24. <img src="img/mydog.jpg" alt="mydog westies">
  25. </div><!-- end image -->
  26.  
  27. <div class="intro column">
  28. <h3>Introduction</h3>
  29. <p>It's time to jump start to new career and I'm looking for the new job in advance. cheer!</p>
  30. </div><!-- end intro column -->
  31.  
  32. <div class="skills column">
  33. <h3>My Skills</h3>
  34. <ul id="skill-list">
  35. <li>HTML5</li>
  36. <li>CSS3</li>
  37. <li>Javascript</li>
  38. </ul>
  39. </div><!-- end skills column -->
  40.  
  41. <div class="main_text">
  42. <h3>More About Me</h3>
  43. <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
  44. </div><!-- end main text -->
  45.  
  46. <div class="portfolio">
  47. <h2>portfolio</h2>
  48. <p>"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."</p>
  49.  
  50. </div><!-- portfolio -->
  51.  
  52. <div class="service">
  53. <h2>Service</h2>
  54. <ul>
  55. <li> Logo Design</li>
  56. <li> Flyer & Leaflet Design</li>
  57. <li>Magazine Advertisement</li>
  58. </ul>
  59. </div><!--service-->
  60.  
  61. <div class="contactus">
  62. <h2>contact us</h2>
  63. <p>560 Folding ave., San francisco, CA 56742</p>
  64. </div><!--contactus-->
  65.  
  66. </div><!-- end container -->
  67.  
  68.  
  69. </body>
  70.  
  71. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement