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

Untitled

By: a guest on Aug 19th, 2012  |  syntax: None  |  size: 3.59 KB  |  hits: 7  |  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. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4.         <meta charset="utf-8" />
  5.         <title>Rewards Widget</title>
  6.         <!--[if IE]>
  7.             <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
  8.         <![endif]-->
  9.         <link rel="stylesheet" type="text/css" href="rewards-widget.css" />
  10. </head>
  11. <body>
  12.     <a href="#" class="rewards-shop-expand">Rewards Shop</a>
  13.     <div class="rewards-widget-hd">        
  14.         <div class="rewards-logo">
  15.             <h1>SheKnows Rewards Shop</h1>
  16.         </div>
  17.        
  18.         <div class="yui3-profile">
  19.             <div class="yui3-profile-content">
  20.                 <img class="gravatar" src="http://www.placekitten.com/85/85" />
  21.                 <h2>Benjamin</h2>
  22.                 <strong>525 Credits</strong>
  23.                 <a href="#" class="redeem">Redeem Your Points</a>
  24.             </div>
  25.         </div>
  26.        
  27.         <div class="yui3-carousel">
  28.             <div class="yui3-carousel-content">
  29.                 <h2>Eligible For These Prizes</h2>
  30.                 <ul class="carousel">
  31.                     <li><img src="http://www.placekitten.com/65/65" alt="Kitteh" /></li>
  32.                     <li><img src="http://www.placekitten.com/65/65" alt="Kitteh" /></li>
  33.                     <li><img src="http://www.placekitten.com/65/65" alt="Kitteh" /></li>
  34.                 </ul>
  35.             </div>
  36.         </div>
  37.        
  38.         <div class="yui3-prize">
  39.             <div class="yui3-prize-content">
  40.                 <img src="http://www.placekitten.com/85/85" />
  41.                 <h2>Earn 45 more credits to get:</h2>
  42.                 <p>Bath and Body Works vanilla sugar gift set</p>
  43.                 <p class="credits">570 Credits</p>
  44.             </div>
  45.         </div>
  46.     </div>
  47.     <div class="rewards-widget-bd">
  48.         <div class="yui3-carousel">
  49.             <div class="yui3-carousel-content">
  50.                 <h2>Eligible For These Prizes</h2>
  51.                 <ul class="carousel">
  52.                     <li class="shadow-box">
  53.                         <img src="http://www.placekitten.com/65/80" />
  54.                         <p>The Rebound</p>
  55.                         <p>200 Credits</p>
  56.                     </li>
  57.                     <li class="shadow-box">
  58.                         <img src="http://www.placekitten.com/65/80" />
  59.                         <p>The Rebound</p>
  60.                         <p>200 Credits</p>
  61.                     </li>
  62.                     <li class="shadow-box">
  63.                         <img src="http://www.placekitten.com/65/80" />
  64.                         <p>The Rebound</p>
  65.                         <p>200 Credits</p>
  66.                     </li>
  67.                 </ul>
  68.             </div>
  69.         </div>
  70.        
  71.         <div class="yui3-newest-prize">
  72.             <div class="yui3-newest-prize-content">
  73.                 <span class="newest-prize">Newest Prize</span>
  74.                 <div class="shadow-box">
  75.                     <img src="http://www.placekitten.com/190/125" />
  76.                     <h2>You are only <strong>45 Credits</strong> away from:</h2>
  77.                     <p>Juicy perfume gift set</p>
  78.                     <p>570 Credits</p>
  79.                 </div>
  80.             </div>
  81.         </div>
  82.        
  83.         <div class="yui3-recent-activity">
  84.             <div class="yui3-recent-activity-content">
  85.                 <ul class="carousel">
  86.                     <li><a href="#">You just earned 20pts for commenting</a></li>
  87.                     <li><a href="#">You just earned 8pts for finding a keyword</a></li>
  88.                     <li><a href="#">Like us on Facebook to earn 15 points</a></li>
  89.                 </ul>
  90.             </div>
  91.         </div>
  92.     </div>
  93. </body>
  94. </html>