Skip to content

Instantly share code, notes, and snippets.

View ike's full-sized avatar
walking away from omelas

Isaac Lewis ike

walking away from omelas
  • SIGN Fracture Care
  • "><script>alert('landback')</script>
  • 12:16 (UTC -07:00)
  • X @ki11ick
View GitHub Profile
@ike
ike / imgtag.html
Created November 28, 2011 15:30
The New Img Tag
<img src="large-default-file.jpg">
<source src="smaller.jpg" media="max-width:600px">
<source src="tiny.jpg" media="max-width:320px">
</img>
@ike
ike / multi-level-nav.css
Created October 24, 2011 17:43
Nice multi-level navigation CSS for an unordered list.
/* NAVIGATION */
/* Dark green: #4a5a19 */
/* Medium green: #2b350d */
/* Light green: #839158 */
.clear:after {
content: ".";
@ike
ike / queryLoader.js
Created September 6, 2011 02:42
Added some functionality to QueryLoader to make it easy to call a function at the end of the animation.
var QueryLoader = {
/*
* QueryLoader Preload your site before displaying it!
* Author: Gaya Kessler
* Date: 23-09-09
* URL: http://www.gayadesign.com
* Version: 1.0
*
* A simple jQuery powered preloader to load every image on the page and in the CSS
* before displaying the page to the user.