Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
- <html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" lang="en">
- <head>
- <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
- <title>Pound A Politician</title>
- <script type='text/javascript' src='http://code.jquery.com/jquery-git.js'></script>
- <link rel="stylesheet" type="text/css" href="/css/normalize.css"/>
- <link rel="stylesheet" type="text/css" href="/css/result-light.css"/>
- <script type='text/javascript' src="http://proloser.github.com/AnythingSlider/js/jquery.anythingslider.js"></script>
- <link rel="stylesheet" type="text/css" href="http://proloser.github.com/AnythingSlider/css/anythingslider.css"/>
- <script type='text/javascript' src="http://proloser.github.com/AnythingSlider/js/jquery.easing.1.2.js"></script>
- <script type='text/javascript' src="http://proloser.github.com/AnythingSlider/js/swfobject.js"></script>
- <script type='text/javascript' src="http://proloser.github.com/AnythingSlider/js/jquery.anythingslider.fx.js"></script>
- <script type='text/javascript' src="http://proloser.github.com/AnythingSlider/js/jquery.anythingslider.video.js"></script>
- <script type='text/javascript'>//<![CDATA[
- $(function(){
- $('#slider').anythingSlider({
- // *********** Appearance ***********
- // Theme name; choose from: minimalist-round, minimalist-square, metallic, construction, cs-portfolio
- theme : 'metallic',
- // If true, the entire slider will expand to fit the parent element
- expand:false,
- // If true, solitary images/objects in the panel will expand to fit the viewport
- resizeContents:false,
- // If true, all panels will slide vertically; they slide horizontally otherwise
- vertical: false,
- // Set this value to a number and it will show that many slides at once
- showMultiple: false,
- // Anything other than "linear" or "swing" requires the easing plugin
- easing: "swing",
- // If true, builds the forwards and backwards buttons
- buildArrows: true,
- // If true, builds a list of anchor links to link to each panel
- buildNavigation: true,
- // If true, builds the start/stop button
- buildStartStop: true,
- // Append forward arrow to a HTML element (jQuery Object, selector or HTMLNode), if not null
- appendFowardTo: null,
- // Append back arrow to a HTML element (jQuery Object, selector or HTMLNode), if not null
- appendBackTo: null,
- // Append controls (navigation + start-stop) to a HTML element (jQuery Object, selector or HTMLNode), if not null
- appendControlsTo: null,
- // Append navigation buttons to a HTML element (jQuery Object, selector or HTMLNode), if not null
- appendNavigationTo: null,
- // Append start-stop button to a HTML element (jQuery Object, selector or HTMLNode), if not null
- appendStartStopTo: null,
- // If true, side navigation arrows will slide out on hovering & hide @ other times
- toggleArrows: false,
- // if true, slide in controls (navigation + play/stop button) on hover and slide change, hide @ other times
- toggleControls: false,
- // Start button text
- startText: "Start",
- // Stop button text
- stopText: "Stop",
- // Link text used to move the slider forward (hidden by CSS, replaced with arrow image)
- forwardText: "»",
- // Link text used to move the slider back (hidden by CSS, replace with arrow image)
- backText: "«",
- // Class added to navigation & start/stop button (text copied to title if it is hidden by a negative text indent)
- tooltipClass: 'tooltip',
- // if false, arrows will be visible, but not clickable.
- enableArrows: true,
- // if false, navigation links will still be visible, but not clickable.
- enableNavigation: true,
- // if false, the play/stop button will still be visible, but not clickable. Previously "enablePlay"
- enableStartStop: true,
- // if false, keyboard arrow keys will not work for this slider.
- enableKeyboard: true,
- // *********** Navigation ***********
- // This sets the initial panel
- startPanel: 1,
- // Amount to go forward or back when changing panels.
- changeBy: 1,
- // Should links change the hashtag in the URL?
- hashTags: true,
- // if false, the slider will not wrap
- infiniteSlides: true,
- // Details at the top of the file on this use (advanced use)
- navigationFormatter: function(index, panel) {
- // This is the default format (show just the panel index number)
- return "" + index;
- },
- // Set this to the maximum number of visible navigation tabs; false to disable
- navigationSize: false,
- // *********** Slideshow options ***********
- // If true, the slideshow will start running; replaces "startStopped" option
- autoPlay: false,
- // If true, user changing slides will not stop the slideshow
- autoPlayLocked: false,
- // If true, starting a slideshow will delay advancing slides; if false, the slider will immediately advance to the next slide when slideshow starts
- autoPlayDelayed: false,
- // If true & the slideshow is active, the slideshow will pause on hover
- pauseOnHover: true,
- // If true & the slideshow is active, the slideshow will stop on the last page. This also stops the rewind effect when infiniteSlides is false.
- stopAtEnd: false,
- // If true, the slideshow will move right-to-left
- playRtl: false,
- // *********** Times ***********
- // How long between slideshow transitions in AutoPlay mode (in milliseconds)
- delay: 3000,
- // Resume slideshow after user interaction, only if autoplayLocked is true (in milliseconds).
- resumeDelay: 5000,
- // How long the slideshow transition takes (in milliseconds)
- animationTime: 600,
- // How long to pause slide animation before going to the desired slide (used if you want your "out" FX to show).
- delayBeforeAnimate : 0,
- // *********** Callbacks ***********
- // Callback before the plugin initializes
- onBeforeInitialize: function(e, slider) {},
- // Callback when the plugin finished initializing
- onInitialized: function(e, slider) {},
- // Callback on slideshow start
- onShowStart: function(e, slider) {},
- // Callback after slideshow stops
- onShowStop: function(e, slider) {},
- // Callback when slideshow pauses
- onShowPause: function(e, slider) {},
- // Callback when slideshow unpauses - may not trigger properly if user clicks on any controls
- onShowUnpause: function(e, slider) {},
- // Callback when slide initiates, before control animation
- onSlideInit: function(e, slider) {},
- // Callback before slide animates
- onSlideBegin: function(e, slider) {},
- // Callback when slide completes - no event variable!
- onSlideComplete: function(slider) {},
- // *********** Interactivity ***********
- // Event used to activate forward arrow functionality (e.g. add jQuery mobile's "swiperight")
- clickForwardArrow: "click",
- // Event used to activate back arrow functionality (e.g. add jQuery mobile's "swipeleft")
- clickBackArrow: "click",
- // Events used to activate navigation control functionality
- clickControls: "click focusin",
- // Event used to activate slideshow play/stop button
- clickSlideshow: "click",
- // *********** Video ***********
- // If true & the slideshow is active & a youtube video is playing, it will pause the autoplay until the video is complete
- resumeOnVideoEnd: true,
- // If your slider has an embedded object, the script will automatically add a wmode parameter with this setting
- addWmodeToObject: "opaque",
- // return true if video is playing or false if not - used by video extension
- isVideoPlaying: function(base) {
- return false;
- }
- });
- });//]]>
- </script>
- <link href="../../../resources/css/ice_theme.css" rel="stylesheet" type="text/css">
- <link href="../../../resources/css/navigation_bar.css" rel="stylesheet" type="text/css">
- <style> td {
- width: 50%;
- height: 20%;
- vertical-align: top;
- text-align: center;
- }
- </style>
- </head>
- <body>
- <div class="navigation_bar">
- <a href="../../home"><img style="border: 0px solid ; width: 48px; height: 48px;" alt="" src="../../../resources/images/home.png"> </a>
- <a href="../../projects"><img style="border: 0px solid ; width: 48px; height: 48px;" alt="" src="../../../resources/images/projects.svg"> </a>
- <a href="../../lab"><img style="border: 0px solid ; width: 48px; height: 48px;" alt="" src="../../../resources/images/lab.svg"> </a>
- <a href="../../z"><img style="border: 0px solid ; width: 48px; height: 48px;" alt="" src="../../../resources/images/z.svg"> </a>
- <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>
- </div>
- <div class="content">
- <center>
- <h1><div class="header">Pound A Politician</div</h1>
- </center>
- <table border="0" bordercolor="" style="background-color:" width="100%" cellpadding="2" cellspacing="2">
- <tr>
- <td><img style="border: 0px solid ; width: 128px; height: 128px;" src="images/icon.png" alt="" >
- <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>
- <a href="https://play.google.com/store/apps/details?id=com.ice_os.android.pound_a_politician"><div class="button">Install(Paid)</div></a>
- <h2>Stats</h2>
- Programming Language: Java<br>
- Source: Closed<br>
- OS: Android 2.1+(Paid), Android 2.2+(Free)<br>
- Price: $0.99(Paid), Free<br>
- Program Version: 8.0<br>
- <h2>About</h2>
- Fed up & angry with those politicians not listening?<br>
- Just want to pound them?<br>
- Then this is the game for you.<br>
- Choose 6 politicians at a time from the options menu and get pounding.<br>
- Available politicians are:<br>
- Barack Obama<br>
- Joe Biden<br>
- John Boehner<br>
- Nancy Pelosi<br>
- Mitt Romney<br>
- Debbie Wasserman Schultz<br>
- Rick Perry<br>
- Sarah Palin<br>
- Rick Santorum<br>
- Ron Paul<br>
- Harry Reid<br>
- Newt Gingrich<br>
- Steny Hoyer<br>
- Charles Rangel<br>
- Happy Pounding!!! <br>
- </td>
- <td> <ul id="slider">
- <li><img src="images/1.jpg" alt="" /></li>
- <li><img src="images/2.jpg" alt="" /></li>
- <li><img src="images/3.jpg" alt="" /></li>
- <li><img src="images/4.jpg" alt="" /></li>
- <li><img src="images/5.jpg" alt="" /></li>
- </ul></td>
- </tr>
- </table>
- </div>
- <style type='text/css'>
- /*** Set Slider dimensions here! Version 1.7+ ***/
- /* added #slider li to make panels the same size in case "resizeContents" is false */
- #slider, #slider li {
- width: null;
- height:null;
- list-style: none;
- }
- </style>
- <!-- Add stylesheets here -->
- <link rel="stylesheet" href="http://proloser.github.com/AnythingSlider/css/theme-metallic.css">
- <!-- Older IE stylesheet, to reposition navigation arrows, added AFTER the theme stylesheet above -->
- <!--[if lte IE 7]>
- <link rel="stylesheet" href="http://proloser.github.com/AnythingSlider/css/anythingslider-ie.css" type="text/css" media="screen" />
- <![endif]-->
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment