Advertisement
Guest User

Untitled

a guest
Aug 3rd, 2015
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.49 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, Thundercats migas shabby chic cray High Life Brooklyn. Put a bird on it hella cray whatever Shoreditch, Etsy slow-carb tote bag ugh farm-to-table kitsch flexitarian mustache you probably haven't heard of them. Mixtape PBR&B put a bird on it post-ironic, readymade roof party vegan retro church-key you probably haven't heard of them four dollar toast Vice vinyl. YOLO drinking vinegar farm-to-table gluten-free leggings letterpress. Synth post-ironic single-origin coffee wayfarers crucifix Intelligentsia.
  41. Lomo wolf sriracha, organic seitan small batch disrupt jean shorts. Seitan food truck PBR, lumbersexual ugh pop-up organic wolf art party pork belly squid chambray YOLO Truffaut bicycle rights. Cornhole leggings biodiesel, Brooklyn YOLO kitsch freegan jean shorts put a bird on it pickled polaroid Bushwick before they sold out single-origin coffee. Beard authentic keytar, Austin jean shorts normcore chambray chia +1 whatever twee. Viral quinoa Neutra lumbersexual. Pitchfork small batch hella vinyl, Brooklyn pork belly seitan swag. Mlkshk Portland chambray, plaid sartorial vinyl cornhole small batch.
  42. Craft beer Bushwick Marfa brunch master cleanse roof party. Next level banjo hella, 3 wolf moon wolf mumblecore stumptown kitsch swag banh mi. Crucifix listicle umami messenger bag skateboard tofu. Sartorial Shoreditch +1 kitsch, gastropub viral vinyl lumbersexual Carles fingerstache. Occupy aesthetic flexitarian irony YOLO trust fund. Selvage single-origin coffee Pitchfork whatever, Blue Bottle chia Vice. Synth biodiesel four dollar toast Carles mumblecore Marfa.
  43. Pickled sriracha normcore meggings. Hella lumbersexual iPhone, Blue Bottle hashtag dreamcatcher 90's DIY Williamsburg mumblecore Odd Future you probably haven't heard of them seitan. Tofu Austin stumptown, migas sustainable disrupt authentic. Forage meditation DIY leggings, cornhole lomo single-origin coffee Pinterest. Direct trade sriracha artisan PBR try-hard. Cronut irony typewriter, pork belly tote bag tousled chambray. Four dollar toast Austin health goth viral, Blue Bottle tousled sartorial skateboard vinyl crucifix paleo.
  44. Oh. You need a little dummy text for your mockup? How quaint.
  45. I bet you’re still using Bootstrap too
  46. </p>
  47. </div>
  48. </div>
  49. </div>
  50.  
  51. </div>
  52. </body>
  53. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement