zeitue

Project Page

Mar 28th, 2012
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 11.67 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  2. <html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" lang="en">
  3. <head>
  4.   <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
  5.   <title>Pound A Politician</title>
  6.  
  7.   <script type='text/javascript' src='http://code.jquery.com/jquery-git.js'></script>
  8.  
  9.   <link rel="stylesheet" type="text/css" href="/css/normalize.css"/>
  10.   <link rel="stylesheet" type="text/css" href="/css/result-light.css"/>
  11.  
  12.    
  13.    
  14.       <script type='text/javascript' src="http://proloser.github.com/AnythingSlider/js/jquery.anythingslider.js"></script>
  15.    
  16.  
  17.    
  18.       <link rel="stylesheet" type="text/css" href="http://proloser.github.com/AnythingSlider/css/anythingslider.css"/>
  19.    
  20.    
  21.  
  22.    
  23.    
  24.       <script type='text/javascript' src="http://proloser.github.com/AnythingSlider/js/jquery.easing.1.2.js"></script>
  25.    
  26.  
  27.    
  28.    
  29.       <script type='text/javascript' src="http://proloser.github.com/AnythingSlider/js/swfobject.js"></script>
  30.    
  31.  
  32.    
  33.    
  34.       <script type='text/javascript' src="http://proloser.github.com/AnythingSlider/js/jquery.anythingslider.fx.js"></script>
  35.    
  36.  
  37.    
  38.    
  39.       <script type='text/javascript' src="http://proloser.github.com/AnythingSlider/js/jquery.anythingslider.video.js"></script>
  40.    
  41.  
  42.  
  43.  
  44.  
  45. <script type='text/javascript'>//<![CDATA[
  46. $(function(){
  47.      
  48.        $('#slider').anythingSlider({
  49.  
  50.    // *********** Appearance ***********
  51.    // Theme name; choose from: minimalist-round, minimalist-square, metallic, construction, cs-portfolio
  52.  theme           : 'metallic',
  53.    // If true, the entire slider will expand to fit the parent element
  54.    expand:false,
  55.    // If true, solitary images/objects in the panel will expand to fit the viewport
  56.    resizeContents:false,
  57.    // If true, all panels will slide vertically; they slide horizontally otherwise
  58.    vertical: false,
  59.    // Set this value to a number and it will show that many slides at once
  60.    showMultiple: false,
  61.    // Anything other than "linear" or "swing" requires the easing plugin
  62.    easing: "swing",
  63.  
  64.    // If true, builds the forwards and backwards buttons
  65.    buildArrows: true,
  66.    // If true, builds a list of anchor links to link to each panel
  67.    buildNavigation: true,
  68.    // If true, builds the start/stop button
  69.    buildStartStop: true,
  70.  
  71.    // Append forward arrow to a HTML element (jQuery Object, selector or HTMLNode), if not null
  72.    appendFowardTo: null,
  73.    // Append back arrow to a HTML element (jQuery Object, selector or HTMLNode), if not null
  74.    appendBackTo: null,
  75.    // Append controls (navigation + start-stop) to a HTML element (jQuery Object, selector or HTMLNode), if not null
  76.    appendControlsTo: null,
  77.    // Append navigation buttons to a HTML element (jQuery Object, selector or HTMLNode), if not null
  78.    appendNavigationTo: null,
  79.    // Append start-stop button to a HTML element (jQuery Object, selector or HTMLNode), if not null
  80.    appendStartStopTo: null,
  81.  
  82.    // If true, side navigation arrows will slide out on hovering & hide @ other times
  83.    toggleArrows: false,
  84.    // if true, slide in controls (navigation + play/stop button) on hover and slide change, hide @ other times
  85.    toggleControls: false,
  86.  
  87.    // Start button text
  88.    startText: "Start",
  89.    // Stop button text
  90.    stopText: "Stop",
  91.    // Link text used to move the slider forward (hidden by CSS, replaced with arrow image)
  92.    forwardText: "&raquo;",
  93.    // Link text used to move the slider back (hidden by CSS, replace with arrow image)
  94.    backText: "&laquo;",
  95.    // Class added to navigation & start/stop button (text copied to title if it is hidden by a negative text indent)
  96.    tooltipClass: 'tooltip',
  97.  
  98.    // if false, arrows will be visible, but not clickable.
  99.    enableArrows: true,
  100.    // if false, navigation links will still be visible, but not clickable.
  101.    enableNavigation: true,
  102.    // if false, the play/stop button will still be visible, but not clickable. Previously "enablePlay"
  103.    enableStartStop: true,
  104.    // if false, keyboard arrow keys will not work for this slider.
  105.    enableKeyboard: true,
  106.  
  107.    // *********** Navigation ***********
  108.    // This sets the initial panel
  109.    startPanel: 1,
  110.    // Amount to go forward or back when changing panels.
  111.    changeBy: 1,
  112.    // Should links change the hashtag in the URL?
  113.    hashTags: true,
  114.    // if false, the slider will not wrap
  115.    infiniteSlides: true,
  116.    // Details at the top of the file on this use (advanced use)
  117.    navigationFormatter: function(index, panel) {
  118.        // This is the default format (show just the panel index number)
  119.        return "" + index;
  120.    },
  121.    // Set this to the maximum number of visible navigation tabs; false to disable
  122.    navigationSize: false,
  123.  
  124.    // *********** Slideshow options ***********
  125.    // If true, the slideshow will start running; replaces "startStopped" option
  126.    autoPlay: false,
  127.    // If true, user changing slides will not stop the slideshow
  128.    autoPlayLocked: false,
  129.    // If true, starting a slideshow will delay advancing slides; if false, the slider will immediately advance to the next slide when slideshow starts
  130.    autoPlayDelayed: false,
  131.    // If true & the slideshow is active, the slideshow will pause on hover
  132.    pauseOnHover: true,
  133.    // If true & the slideshow is active, the  slideshow will stop on the last page. This also stops the rewind effect  when infiniteSlides is false.
  134.    stopAtEnd: false,
  135.    // If true, the slideshow will move right-to-left
  136.    playRtl: false,
  137.  
  138.    // *********** Times ***********
  139.    // How long between slideshow transitions in AutoPlay mode (in milliseconds)
  140.    delay: 3000,
  141.    // Resume slideshow after user interaction, only if autoplayLocked is true (in milliseconds).
  142.    resumeDelay: 5000,
  143.    // How long the slideshow transition takes (in milliseconds)
  144.    animationTime: 600,
  145.    // How long to pause slide animation before going to the desired slide (used if you want your "out" FX to show).
  146.    delayBeforeAnimate  : 0,
  147.  
  148.    // *********** Callbacks ***********
  149.    // Callback before the plugin initializes
  150.    onBeforeInitialize: function(e, slider) {},
  151.    // Callback when the plugin finished initializing
  152.    onInitialized: function(e, slider) {},
  153.    // Callback on slideshow start
  154.    onShowStart: function(e, slider) {},
  155.    // Callback after slideshow stops
  156.    onShowStop: function(e, slider) {},
  157.    // Callback when slideshow pauses
  158.    onShowPause: function(e, slider) {},
  159.    // Callback when slideshow unpauses - may not trigger properly if user clicks on any controls
  160.    onShowUnpause: function(e, slider) {},
  161.    // Callback when slide initiates, before control animation
  162.    onSlideInit: function(e, slider) {},
  163.    // Callback before slide animates
  164.    onSlideBegin: function(e, slider) {},
  165.    // Callback when slide completes - no event variable!
  166.    onSlideComplete: function(slider) {},
  167.  
  168.    // *********** Interactivity ***********
  169.    // Event used to activate forward arrow functionality (e.g. add jQuery mobile's "swiperight")
  170.    clickForwardArrow: "click",
  171.    // Event used to activate back arrow functionality (e.g. add jQuery mobile's "swipeleft")
  172.    clickBackArrow: "click",
  173.    // Events used to activate navigation control functionality
  174.    clickControls: "click focusin",
  175.    // Event used to activate slideshow play/stop button
  176.    clickSlideshow: "click",
  177.  
  178.    // *********** Video ***********
  179.    // If true & the slideshow is active & a  youtube video is playing, it will pause the autoplay until the video is  complete
  180.    resumeOnVideoEnd: true,
  181.    // If your slider has an embedded object, the script will automatically add a wmode parameter with this setting
  182.    addWmodeToObject: "opaque",
  183.    // return true if video is playing or false if not - used by video extension
  184.    isVideoPlaying: function(base) {
  185.        return false;
  186.    }
  187.  
  188. });
  189. });//]]>  
  190.  
  191. </script>
  192.      <link href="../../../resources/css/ice_theme.css" rel="stylesheet" type="text/css">
  193.       <link href="../../../resources/css/navigation_bar.css" rel="stylesheet" type="text/css">
  194. <style> td {
  195. width: 50%;
  196. height: 20%;
  197. vertical-align: top;
  198. text-align: center;
  199. }
  200. </style>
  201.  
  202. </head>
  203. <body>
  204.  
  205. <div class="navigation_bar">
  206.         <a href="../../home"><img style="border: 0px solid ; width: 48px; height: 48px;" alt="" src="../../../resources/images/home.png"> </a>
  207.         <a href="../../projects"><img style="border: 0px solid ; width: 48px; height: 48px;" alt="" src="../../../resources/images/projects.svg"> </a>
  208.         <a href="../../lab"><img style="border: 0px solid ; width: 48px; height: 48px;" alt="" src="../../../resources/images/lab.svg"> </a>
  209.         <a href="../../z"><img style="border: 0px solid ; width: 48px; height: 48px;" alt="" src="../../../resources/images/z.svg"> </a>
  210.         <a href="../../links"><img style="border: 0px solid ; width: 48px; height: 48px;" alt="" src="../../../resources/images/links.png"> </a><a href="../../contact"><img style="border: 0px solid ; width: 48px; height: 48px;" alt="" src="../../../resources/images/contact.svg"> </a><a href="../../about"><img style="border: 0px solid ; width: 48px; height: 48px;" alt="" src="../../../resources/images/about.svg"></a><a href="../../contact"> </a>
  211.  
  212.       </div>
  213.       <div class="content">
  214.       <center>
  215.       <h1><div class="header">Pound A Politician</div</h1>
  216.       </center>
  217.       <table border="0" bordercolor="" style="background-color:" width="100%" cellpadding="2" cellspacing="2">
  218.     <tr>
  219.         <td><img style="border: 0px solid ; width: 128px; height: 128px;" src="images/icon.png" alt=""  >
  220.         <br><a href="https://play.google.com/store/apps/details?id=com.ice_os.android.ad.pound_a_politician"><div class="button">Install(Free)</div></a>
  221.         <a href="https://play.google.com/store/apps/details?id=com.ice_os.android.pound_a_politician"><div class="button">Install(Paid)</div></a>
  222. <h2>Stats</h2>
  223.  
  224. Programming Language: Java<br>
  225. Source: Closed<br>
  226. OS: Android 2.1+(Paid), Android 2.2+(Free)<br>
  227. Price: $0.99(Paid), Free<br>
  228. Program Version: 8.0<br>
  229.  
  230. <h2>About</h2>
  231. Fed up & angry with those politicians not listening?<br>
  232. Just want to pound them?<br>
  233. Then this is the game for you.<br>
  234. Choose 6 politicians at a time from the options menu and get pounding.<br>
  235. Available politicians are:<br>
  236. Barack Obama<br>
  237. Joe Biden<br>
  238. John Boehner<br>
  239. Nancy Pelosi<br>
  240. Mitt Romney<br>
  241. Debbie Wasserman Schultz<br>
  242. Rick Perry<br>
  243. Sarah Palin<br>
  244. Rick Santorum<br>
  245. Ron Paul<br>
  246. Harry Reid<br>
  247. Newt Gingrich<br>
  248. Steny Hoyer<br>
  249. Charles Rangel<br>
  250. Happy Pounding!!! <br>
  251.        
  252.         </td>
  253.  
  254.         <td>  <ul id="slider">
  255.  
  256.    
  257.    <li><img src="images/1.jpg" alt="" /></li>
  258.    
  259.    <li><img src="images/2.jpg" alt="" /></li>
  260.    
  261.    <li><img src="images/3.jpg" alt="" /></li>
  262.    <li><img src="images/4.jpg" alt="" /></li>
  263.    
  264.    <li><img src="images/5.jpg" alt="" /></li>
  265.    
  266. </ul></td>
  267.     </tr>
  268. </table>
  269.  
  270. </div>
  271. <style type='text/css'>
  272.    
  273. /*** Set Slider dimensions here! Version 1.7+ ***/
  274. /* added #slider li to make panels the same size in case "resizeContents" is false */
  275. #slider, #slider li {
  276.    width: null;
  277.     height:null;
  278.     list-style: none;
  279. }
  280.  
  281.   </style>
  282.  
  283. <!-- Add stylesheets here -->
  284. <link rel="stylesheet" href="http://proloser.github.com/AnythingSlider/css/theme-metallic.css">
  285.  
  286. <!-- Older IE stylesheet, to reposition navigation arrows, added AFTER the theme stylesheet above -->
  287. <!--[if lte IE 7]>
  288. <link rel="stylesheet" href="http://proloser.github.com/AnythingSlider/css/anythingslider-ie.css" type="text/css" media="screen" />
  289. <![endif]-->
  290.  
  291.  
  292.  
  293. </body>
  294.  
  295.  
  296. </html>
Advertisement
Add Comment
Please, Sign In to add comment