Advertisement
Guest User

Untitled

a guest
Aug 4th, 2015
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.28 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta charset="Web developer">
  6. <title>About Me</title>
  7.  
  8. <link href="css/bootstrap.css"rel="stylesheet">
  9. <link href="css/styles.css" type="text/css" rel="stylesheet">
  10. </head>
  11.  
  12. <body>
  13. <div class="container">
  14. <div class="header">
  15. <h1>ABOUT ME</h1>
  16. </div>
  17.  
  18. <div class="image">
  19. <img src="img/Topcat002.jpg" alt "Topcat">
  20. </div>
  21.  
  22. <div class="Intro">
  23. <div class="intro column"></div>
  24. <h2> Intro</h2>
  25. <ul>Generic text about myself, and all colorful rainbow like things.</ul>
  26. <p>More generic stuff</p>
  27.  
  28. <div class="Skills">
  29. <div class="Skills column"></div>
  30. <h3> My skills</h3>
  31. <ul>
  32. <ul id="skill_list"></ul>
  33. <li> an item in a list</li>
  34. <li> another item </li>
  35. </ul>
  36.  
  37. <div class="main_text">
  38. <h3> My Story</h3>
  39. <p>
  40. VHS Austin fixie retro gluten-free twee, migas fap Truffaut cred jean shorts YOLO normcore McSweeney's single-origin coffee. Health goth Kickstarter iPhone Pinterest meditation. Kale chips hella Williamsburg.
  41. </p>
  42.  
  43. </div>
  44. </div>
  45. </div>
  46.  
  47. </div>
  48. </body>
  49. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement