Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
aeschright committed Jul 26, 2011
0 parents commit 9ee8465
Show file tree
Hide file tree
Showing 13 changed files with 9,278 additions and 0 deletions.
Binary file added images/mayor_and_citizens.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/txtyme_hacking.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8,176 changes: 8,176 additions & 0 deletions s6/jquery.js

Large diffs are not rendered by default.

31 changes: 31 additions & 0 deletions s6/jquery.microsoft.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@


$(document).ready( function() {

// 1) remove all content
$( 'body > *' ).remove();

// 2) show banner
$( "<div>" ).html(
"<p>"
+ "Microsoft's Internet Explorer browser has no built-in vector graphics machinery "
+ "required for 'loss-free' gradient background themes."
+ "</p>"
+ "<p>"
+ "Please <span style='background: yellow'>upgrade to a better browser</span> "
+ "such as <a href='http://getfirefox.com'>Firefox</a>, <a href='http://www.opera.com/download'>Opera</a>, "
+ "<a href='http://google.com/chrome'>Chrome</a>, <a href='http://apple.com/safari/download'>Safari</a> or others "
+ "with built-in vector graphics machinery and much more. "
+ "(Learn more or post questions or comments "
+ "at the <a href='http://slideshow.rubyforge.org'>Slide Show (S9)</a> project site. Thanks!)"
+ "</p>"
)
.css( {
border: 'red solid thick',
padding: '1em',
fontFamily: 'sans-serif',
fontWeight: 'bold' } )
.prependTo( 'body' );
}
);

Loading

0 comments on commit 9ee8465

Please sign in to comment.