Last active
August 29, 2015 14:20
-
-
Save rayantony/34fc9ce3ddcc924ee918 to your computer and use it in GitHub Desktop.
parallax test
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> | |
| <base href="http://runabove.com" /> | |
| <html xml:lang="en-EN" lang="en-EN"> | |
| <head> | |
| <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | |
| <title>Request credentials - RunAbove | |
| </title> | |
| <meta http-equiv="Content-Language" content="en"> | |
| <meta http-equiv="description" name="description" content="Welcome to RunAbove API. Build your own RunAbove world."> | |
| <meta name="Geography" content="France"> | |
| <meta name="country" content="France"> | |
| <meta name="Language" content="English"> | |
| <meta name="Copyright" content="OVH"> | |
| <meta name="Author" content="OVH"> | |
| <meta http-equiv="revisit-after" name="Revisit-after" content="14 days"> | |
| <meta http-equiv="robots" name="Robots" content="all"> | |
| <meta name="robots" content="INDEX|FOLLOW"> | |
| <meta name="viewport" content="width=device-width, user-scalable=no"> | |
| <link rel="shortcut icon" href="/images/favicon.ico"> | |
| <link href="https://api.runabove.com/bootstrap/css/bootstrap.css" rel="stylesheet" type="text/css"> | |
| <link href="https://api.runabove.com/bootstrap/css/bootstrap-responsive.css" rel="stylesheet" type="text/css"> | |
| <link href="https://api.runabove.com/css/main.css" rel="stylesheet" type="text/css"> | |
| <link href="https://api.runabove.com/prevue/css/font-awesome-eyes.css" rel="stylesheet" type="text/css"> | |
| <script type="text/javascript" src="https://api.runabove.com/assets/login/scripts/jquery.min.js"></script><script type="text/javascript" src="https://api.runabove.com/prevue/js/jquery.prevue.min.js"></script><link href="https://api.runabove.com/assets/login/style/style.css" rel="stylesheet"> | |
| <style> | |
| .header { | |
| display: none; | |
| } | |
| .btn { | |
| box-shadow:none; | |
| width:220px; | |
| text-shadow:none; | |
| background-image:none; | |
| color: #333333; | |
| background-color: #ffffff; | |
| border-color: #cccccc; | |
| border-radius: 0px; | |
| color: #ffffff; | |
| -webkit-transition: all 0.2s; | |
| -moz-transition: all 0.2s; | |
| -ms-transition: all 0.2s; | |
| -o-transition: all 0.2s; | |
| transition: all 0.2s; | |
| background-color: #555555; | |
| border: 1px solid #555555; | |
| } | |
| .btn:hover, | |
| .btn:focus, | |
| .btn:active, | |
| .btn.active, | |
| .open .dropdown-toggle.btn { | |
| color: #333333; | |
| background-color: #ebebeb; | |
| border-color: #adadad; | |
| } | |
| .btn:active, | |
| .btn.active, | |
| .open .dropdown-toggle.btn { | |
| background-image: none; | |
| } | |
| .btn:hover, | |
| .btn:focus { | |
| background-color: #dc8508; | |
| border: 1px solid #dc8508; | |
| background-image:none; | |
| } | |
| </style> | |
| </head> | |
| <body> | |
| <style> | |
| body { | |
| padding-top: 0px; | |
| background-color: #F7F7F7; | |
| } | |
| </style> | |
| <div class="fh container-full" style="background: white;"><div class="text-center"><ul id="scene"> | |
| <li class="layer" data-depth="0.20" style="list-style-type: none;"><div class="space"></div></li> | |
| <li class="layer" data-depth="0.10" style="list-style-type: none;"><div class="rocket"></div></li> | |
| </ul></div></div> | |
| </div></div> | |
| <body></html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment