Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 24th, 2012  |  syntax: None  |  size: 3.48 KB  |  hits: 16  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. <html>
  2.   <head>
  3.     <title>Susanne</title>
  4.     <style type="text/css">
  5.  
  6.     body {
  7.     font-family: "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
  8.     color: #770099;
  9.     padding: 25px;
  10.  
  11.     }
  12.  
  13.   h1 {
  14.   font-family: "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
  15.   font-size: 3em;
  16.   margin-bottom: 0px;
  17.   color: #00a4e4;
  18.  
  19.   }
  20.  
  21.   h2 {
  22.   font-family: "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
  23.   color: #770099;
  24.  
  25.   }
  26.  
  27.   h3 {
  28.   font-family: "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
  29.   color: black;
  30.   text-align: center
  31.  
  32.   }
  33.  
  34.  
  35.  
  36.   #favorites_sidebar {
  37.   background-color: #ff88ff;
  38.   color: black;
  39.   width: 200px;
  40.   position: absolute;
  41.   top: 425px;
  42.   left: 780px;
  43.   border: 2px solid black;
  44.   }
  45.  
  46.   #link_sidebar {
  47.   background-color: #ff88ff;
  48.   color: black;
  49.   width: 200px;
  50.   position: absolute;
  51.   top: 600px;
  52.   left: 780px;
  53.   border: 2px solid black;
  54.   }
  55.  
  56.  
  57.   #main_body {
  58.   padding: 25px;
  59.   width: 1000px;
  60.   background-color: #bbffcc
  61.   }
  62.  
  63.   #quote {
  64.   width: 500px;
  65.   position: absolute;
  66.   top: 30px;
  67.   left: 780px;
  68.   color: #00a4e4;
  69.   }
  70.  
  71.   #tagline {
  72.   top: 75px;
  73.   left: 35px;
  74.   margin-top: -10px;
  75.   color: #00a4e4;
  76.   }
  77.  
  78.   #image {
  79.   margin-top: 10px;
  80.   }
  81.  
  82.   </style>
  83.   </head>
  84.   <body>
  85.   <h1>Everything About Susanne</h1>
  86.  
  87.   <div id="quote">
  88.   <p>"Only in dreams are carrots as big as bears!"</p>
  89.   <p>Old Yiddish Saying</p>
  90.   </div>
  91.  
  92.   <div id="tagline"
  93.   <p>The best resource for learning about Susanne on the web!</p>
  94.   </div>
  95.   <div id="main_body">
  96.  
  97.   <h2>A Short Bio</h2>
  98.   <p>Susanne was born in Illinois in 1988. Throughout her life she has bounced around from Minnesota to Wisconsin and finally back to Illinois. She is currently in her senior year at Columbia College Chicago and cannot wait to be finished! After graduating, she hopes to find a job in travel writing where she can see the world!</p>
  99.   <p>In 2005, she lived for a year in Isafjordur, Iceland - a small fishing village near the Arctic Circle. Here she learned Icelandic and fell in love with the country. She returned again in 2009 to study Icelandic language and culture at the University of Iceland in Reykjavik. Susanne loves learning languages - in the past she has studied Icelandic, French, Swedish and Arabic. Since travel is one of her main passions, this skill often comes in handy! If Susanne had to pick three places in the world to visit, it would be: Moscow in Russia, the island of Svalbard off the coast of Norway, and the Aleutian Islands off the coast of Alaska.</p>
  100.   <p>Random fact? When Susanne was in the 2nd grade, she auditioned for an Oscar Meyer Weiner commercial. The audition ended in failure and, in an act of rebellion against the industry that shunned her acting talent, she became a vegetarian.</p>
  101.   </p>
  102.  
  103.   <div id="image">
  104.   <img src="http://farm5.static.flickr.com/4112/5124534503_7d17263599.jpg" width="500" height="333" alt="n730970430_72225_2278" />
  105.   </div>
  106.   </div>
  107.  
  108.   <div id="favorites_sidebar">
  109.   <h3>Quick Pick Favorites</h3>
  110.   <ul>
  111.   <li>Band: The Beatles</li>
  112.   <li>Book: The Harry Potter Series</li>
  113.   <li>Color: Blue </li>
  114.   <li>Movie: Rushmore</li>
  115.   </ul>
  116.   </div>
  117.  
  118.   <div id="link_sidebar">
  119.   <p><h3>Susanne's Favorite Websites</h3></p>
  120.   <ul>
  121.   <li><a href="http://icelandreview.com/">Iceland Review</a>
  122.   <li><a href="http://awkwardfamilyphotos.com/">Awkward Family Photos</a>
  123.   <li><a href="http://twitter.com/SusanneFalen">Twitter</a>
  124.   </div>
  125.  
  126.   </body>
  127. </html>