Advertisement
Guest User

Untitled

a guest
Dec 29th, 2012
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 2.52 KB | None | 0 0
  1. <!DOCTYPE HTML>
  2. <html lang="en">
  3.   <head>
  4.     <title>Who needs eyes?</title>
  5.     <meta charset="UTF-8">
  6.     <link rel="stylesheet" href="css/style.css">
  7.   </head>
  8.   <body>
  9.     <div class="container">
  10.       <header>
  11.         <ul>
  12.           <li><a href="#">WitConf</a></li>
  13.           <li><a href="#">Home</a></li>
  14.           <li><a href="#">Schedule</a></li>
  15.           <li><a href="#">Speakers</a></li>
  16.           <li><a href="#">Blog</a></li>
  17.           <li><a href="#">Contact</a></li>
  18.         </ul>
  19.       </header>
  20.       <section class="main">
  21.         <article>
  22.           <h1>Home</h1>
  23.           <p>
  24.             Sriracha pinterest sustainable jean shorts vinyl, beard echo park DIY squid mustache cliche artisan cray pickled whatever. Occupy artisan hella letterpress, shoreditch brooklyn umami high life pork belly. Banksy dreamcatcher bushwick keytar, truffaut tofu scenester iphone bespoke marfa four loko forage american apparel blog. DIY umami lo-fi, mlkshk small batch williamsburg cred. Godard shoreditch direct trade ethnic art party. Ethnic williamsburg echo park direct trade, messenger bag whatever 3 wolf moon cosby sweater ennui DIY organic. Quinoa you probably haven't heard of them ennui, trust fund tofu banh mi flexitarian bicycle rights echo park gentrify messenger bag.
  25.           </p>
  26.           <p>
  27.             Chillwave vice sriracha hella cliche forage. Thundercats artisan iphone, butcher +1 next level keffiyeh fixie narwhal. Lomo banh mi godard mustache cardigan, ennui truffaut pop-up craft beer. Blog yr 3 wolf moon cred occupy, polaroid shoreditch lomo tattooed. Hella bicycle rights terry richardson, retro semiotics street art wes anderson mcsweeney's beard aesthetic irony kogi occupy. Kogi DIY banksy, photo booth whatever authentic truffaut. Fanny pack high life iphone, ennui shoreditch DIY etsy occupy photo booth farm-to-table mustache hoodie stumptown.
  28.           </p>
  29.         </article>
  30.       </section>
  31.       <section class="prefooter">
  32.         <article>
  33.           <h1>About</h1>
  34.           <h3>Lalala about me</h3>
  35.           <h3>Lalala about me</h3>
  36.           <h3>Lalala about me</h3>
  37.           <h3>Lalala about me</h3>
  38.           <ul>
  39.             <li>My name is Jensen</li>
  40.             <li>Cat's name is Stein</li>
  41.           </ul>
  42.         </article>
  43.       </section>
  44.  
  45.       <footer>
  46.         <article>
  47.           Later d00ds
  48.           <span style="float:right;">Sorry about your eyes.</span>
  49.         </article>
  50.         </div>
  51.       </footer>
  52.  
  53.     </div> <!-- end of container -->
  54.   </body>
  55. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement