From 7225f88f42ec48a488eec0182ee51fc4e86a6231 Mon Sep 17 00:00:00 2001 From: Glen Cheney Date: Sat, 12 Apr 2014 14:49:41 -0700 Subject: [PATCH] Add social links and anchor links for each header. --- _includes/adding-removing.html | 2 +- _includes/advanced-filters.html | 2 +- _includes/changelog.html | 4 +++- _includes/events.html | 2 +- _includes/features.html | 2 +- _includes/options.html | 2 +- _includes/sorting.html | 2 +- _includes/usage.html | 2 +- _scss/_helpers.scss | 2 ++ _scss/_main.scss | 6 ++++++ _scss/_type.scss | 20 +++++++++++++++++ css/style.css | 28 ++++++++++++++++++++++++ img/link.svg | 6 ++++++ index.html | 38 ++++++++++++++++++++++----------- 14 files changed, 97 insertions(+), 21 deletions(-) create mode 100644 img/link.svg diff --git a/_includes/adding-removing.html b/_includes/adding-removing.html index ad1dcd2..6a68562 100644 --- a/_includes/adding-removing.html +++ b/_includes/adding-removing.html @@ -1,4 +1,4 @@ -

Adding and removing items

+

Adding and removing items

You can add and remove elements from shuffle after it has been created. This also works for infinite scrolling.

Add a collection

diff --git a/_includes/advanced-filters.html b/_includes/advanced-filters.html index f6ab919..381722d 100644 --- a/_includes/advanced-filters.html +++ b/_includes/advanced-filters.html @@ -1,4 +1,4 @@ -

Advanced Filtering

+

Advanced Filtering

By passing a function to shuffle, you can customize the filtering to your hearts content. Shuffle will iterate over each item and give your function the element wrapped in jQuery and the shuffle instance. Return true to keep the element or false to hide it.

diff --git a/_includes/changelog.html b/_includes/changelog.html index 6103c2b..acbe596 100644 --- a/_includes/changelog.html +++ b/_includes/changelog.html @@ -1,5 +1,7 @@ -

Changes

+

Changes