Skip to content

Commit

Permalink
loading screen update
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Melville committed Jan 10, 2013
1 parent 07853a0 commit 3eaa6c9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
Binary file modified img/ajax-loader.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 9 additions & 1 deletion index.html
Expand Up @@ -24,7 +24,15 @@
<link rel="stylesheet" href="css/map.css">
</head>
<body>
<div style="position:absolute; height:100%; width: 100%; left:0px; top:0px; background-image:url('img/ajax-loader.gif'); background-repeat:no-repeat; background-position:center; background-color: #000; z-index:4000;" id="loading"></div>
<div style="position:absolute; height:100%; width: 100%; left:0px; top:0px;background-color: #000; z-index:4000" id="loading">


<div style="margin:0 auto;width:350px;position:relative;top:200px;text-align:center;line-height:13px;color:#eee">
<h3 style="margin-bottom:40px">Loading Premier League Tweet Map</h3>
<img src="img/ajax-loader.gif" alt="Loading" style="margin-bottom:30px">
<div><small>Tested in the latest versions of Chome, Firefox, Opera, and IE. A modern HTML5 and CSS3 compliant browser is suggested. Best performance in Google Chrome.</small></div>
</div>
</div>


<script src="js/vendor/modernizr-2.6.2.min.js"></script>
Expand Down

0 comments on commit 3eaa6c9

Please sign in to comment.