-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstore.html
executable file
·38 lines (36 loc) · 1.18 KB
/
store.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
---
layout: page
sidebar_left:
sidebars: false
sidebar_right:
sidebars: false
---
<div id="cbp-fwslider" class="cbp-fwslider">
<ul>
<li><a href="https://leanpub.com/fauxcabulary" target="_blank"><img src="{{ site.baseurl }}/images/digitalAd.png" alt="Fauxcabulary.org Book"/></a></li>
<li><a href="http://www.lulu.com/shop/joseph-hall/fauxcabulary/paperback/product-22171375.html" target="_blank"><img src="{{ site.baseurl }}/images/printAd.png" alt="Fauxcabulary.org Book"/></a></li>
<li><a href="https://www.stickermule.com/user/1070653014/stickers" target="_blank"><img src="{{ site.baseurl }}/images/stickerAd.png" alt="Fauxcabulary.org Stickers"/></a></li>
<li><a href="{{ site.baseurl }}"><img src="{{ site.baseurl }}/images/wwwAd.png" alt="Fauxcabulary.org"/></a></li>
</ul>
</div>
<script type="text/javascript">
function whenGalleryReady() {
/*
- how to call the plugin:
$( selector ).cbpFWSlider( [options] );
- options:
{
// default transition speed (ms)
speed : 500,
// default transition easing
easing : 'ease'
}
- destroy:
$( selector ).cbpFWSlider( 'destroy' );
*/
$("#cbp-fwslider").cbpFWSlider({
speed: 750,
easing: 'ease'
});
}
</script>