Skip to content

Commit

Permalink
Merge pull request #1 from uniqname/stage
Browse files Browse the repository at this point in the history
Adding files
  • Loading branch information
uniqname committed Jun 25, 2012
2 parents 4b6a411 + c87def5 commit 4b203f2
Show file tree
Hide file tree
Showing 4 changed files with 180 additions and 0 deletions.
Empty file added gallery.html
Empty file.
Empty file added index.html
Empty file.
69 changes: 69 additions & 0 deletions static/css/modules.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
/**********
* Reset/Normailze
**********/







/**********
* Typography
**********/










/**********
* Layout
**********/








/**********
* Components
**********/

/* Buttons
===========*/








/* Tabs
===========*/







/* Accoridan
===========*/







/* Image Gallery
===========*/

111 changes: 111 additions & 0 deletions static/js/utils.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,111 @@
//Universal utility functions

//trim the whitespace from the beginning and end of a string








//invert a string










//Determin if an object is an Array (and not an Array-like object)









// Deep merge one JS object into another











/************
* DOM
*************/

//Convert a URL query string to a native JS object












//Cross browser adding of event listener










//Dynamically load a given external resource










//ensure HTML5 sectioning elements are recoginzed by older browsers










//polyfill the HTML5 <details> and <summary> elements









//polyfill HTML5 <input> types and attributes (email, tel, number and placeholder)


/************
* Kobayashi Maru
*************/
//Responsive Images. Go!

0 comments on commit 4b203f2

Please sign in to comment.