Skip to content

Commit

Permalink
creating the downloadish page
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Gamache authored and Dave Gamache committed Dec 8, 2014
1 parent ca48ff0 commit baec02a
Show file tree
Hide file tree
Showing 11 changed files with 662 additions and 609 deletions.
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,17 @@ Skeleton is lightweight and simple. It styles only raw HTML elements (with a few

The above list is non-exhaustive. Skeleton works perfectly with almost all older versions of the browsers above, though IE certainly has large degradation prior to IE9.

## Acknowledgement

Skeleton was created by [Dave Gamache](https://twitter.com/dhg) for a better web.
## License

All parts of Skeleton are free to use and abuse under the [open-source MIT license](http://opensource.org/licenses/mit-license.php).


## License
## Colophon

Skeleton was built using [Sublime Text 3](http://www.sublimetext.com/3) and designed with [Sketch](http://bohemiancoding.com/sketch). The typeface [Raleway](http://www.google.com/fonts/specimen/Raleway) was created by [Matt McInerney](http://matt.cc/) and [Pablo Impallari](http://www.impallari.com/). Code highlighting by Google's [Prettify library](https://code.google.com/p/google-code-prettify/). Icons in the header of the documentation are all derivative work of icons from [The Noun Project](thenounproject.com). [Feather](http://thenounproject.com/term/feather/22073) by Zach VanDeHey, [Pen](http://thenounproject.com/term/pen/21163) (with cap) by Ed Harrison, [Pen](http://thenounproject.com/term/pen/32847) (with clicker) by Matthew Hall, and [Watch](http://thenounproject.com/term/watch/48015) by Julien Deveaux.


## Acknowledgement

All parts of Skeleton are free to use and abuse under the [open-source MIT license](http://opensource.org/licenses/mit-license.php).
Skeleton was created by [Dave Gamache](https://twitter.com/dhg) for a better web.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
644 changes: 644 additions & 0 deletions docs/index.html

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions scripts/site.js → docs/js/site.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ $(document).ready(function() {

function openPopover(e) {
e.preventDefault()
closePopover();
var popover = $($(this).data('popover'));
popover.toggleClass('open')
e.stopImmediatePropagation();
Expand All @@ -60,7 +61,9 @@ $(document).ready(function() {
});

function resize() {
$body.removeClass('has-docked-nav')
navOffsetTop = $nav.offset().top
onScroll()
}

function onScroll() {
Expand Down
610 changes: 5 additions & 605 deletions index.html

Large diffs are not rendered by default.

0 comments on commit baec02a

Please sign in to comment.