Index: reference/jquery-plugins/guided-tour-arrow/.gitignore =================================================================== diff -u --- reference/jquery-plugins/guided-tour-arrow/.gitignore (revision 0) +++ reference/jquery-plugins/guided-tour-arrow/.gitignore (revision 10417a3908ef7516203be30712af4d355287973b) @@ -0,0 +1,6 @@ +.sass-cache +.publish +bower_components +node_modules +config.rb +*.TODO \ No newline at end of file Index: reference/jquery-plugins/guided-tour-arrow/LICENSE =================================================================== diff -u --- reference/jquery-plugins/guided-tour-arrow/LICENSE (revision 0) +++ reference/jquery-plugins/guided-tour-arrow/LICENSE (revision 10417a3908ef7516203be30712af4d355287973b) @@ -0,0 +1,22 @@ +The MIT License (MIT) + +Copyright (c) 2014 epetrova + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + Index: reference/jquery-plugins/guided-tour-arrow/README.md =================================================================== diff -u --- reference/jquery-plugins/guided-tour-arrow/README.md (revision 0) +++ reference/jquery-plugins/guided-tour-arrow/README.md (revision 10417a3908ef7516203be30712af4d355287973b) @@ -0,0 +1,155 @@ +guides.js +====== +Guides.js is a lightweight javascript library for making guided website tours. It finds the element you want to highlight, creates a guide element using the html you specified in the configuration options and connects the guide and the highlighted element with an svg arrow. + +#Demo + +[http://ejulianova.github.io/guides/](http://ejulianova.github.io/guides/) + +#Getting started + +Once you have downloaded the source, simply include guides.css in the head of your page: + +```html +
+ ... + + +``` + +and guides.js in your page scripts section. Make sure you include it after jquery: + +```html + ... + + + + +Download This Plugin Back To jQueryScript
+ +An easy-to-use jQuery plugin that adds an intuitive, interactive, dynamic guided tour to your website.
++ Main call to action + Secondary action +
+ + + + +This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.
+This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.
+This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.
+This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.
+This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.
+This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.
+This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.
+This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.
+This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.
+