j1-template 2024.3.15 → 2024.3.17
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/assets/data/amplitude.html +139 -68
- data/assets/data/banner.html +1 -1
- data/assets/data/cookieconsent.html +1 -1
- data/assets/data/docsearch.html +1 -1
- data/assets/data/fab.html +1 -1
- data/assets/data/footer.html +1 -1
- data/assets/data/galeries.html +1 -1
- data/assets/data/gallery_customizer.html +1 -1
- data/assets/data/gemini-ui.html +1 -1
- data/assets/data/iframes.html +1 -1
- data/assets/data/masonry.html +1 -1
- data/assets/data/masterslider.html +1 -1
- data/assets/data/menu.html +1 -1
- data/assets/data/mmenu.html +1 -1
- data/assets/data/mmenu_sidebar.html +1 -1
- data/assets/data/mmenu_toc.html +1 -1
- data/assets/data/panel.html +5 -4
- data/assets/data/quicklinks.html +1 -1
- data/assets/data/rtext_resizer.html +1 -1
- data/assets/data/slick.html +1 -1
- data/assets/data/speak2me.html +1 -1
- data/assets/data/swiper.html +313 -0
- data/assets/theme/j1/adapter/js/amplitude.30.js +1177 -0
- data/assets/theme/j1/adapter/js/amplitude.js +241 -191
- data/assets/theme/j1/adapter/js/j1.js +3 -3
- data/assets/theme/j1/adapter/js/masonry.js +2 -2
- data/assets/theme/j1/adapter/js/masterslider.js +2 -1
- data/assets/theme/j1/adapter/js/swiper.js +231 -0
- data/assets/theme/j1/adapter/js/videojs.js +212 -0
- data/assets/theme/j1/core/css/themes/unolight/bootstrap.css +7 -4
- data/assets/theme/j1/core/css/themes/unolight/bootstrap.css.map +1 -1
- data/assets/theme/j1/core/css/themes/unolight/bootstrap.min.css +1 -1
- data/assets/theme/j1/core/css/themes/unolight/bootstrap.min.css.map +1 -1
- data/assets/theme/j1/core/js/template.js +4 -0
- data/assets/theme/j1/core/js/template.min.js +2 -2
- data/assets/theme/j1/core/js/template.min.js.map +1 -1
- data/assets/theme/j1/modules/amplitudejs/css/theme/uno/dark/amplitude.css +94 -4
- data/assets/theme/j1/modules/amplitudejs/css/theme/uno/dark/amplitude.min.css +1 -1
- data/assets/theme/j1/modules/amplitudejs/css/theme/uno/dark/player/compact.css +3 -2
- data/assets/theme/j1/modules/amplitudejs/css/theme/uno/dark/player/compact.min.css +1 -1
- data/assets/theme/j1/modules/amplitudejs/css/theme/uno/dark/player/large.css +72 -10
- data/assets/theme/j1/modules/amplitudejs/css/theme/uno/dark/player/large.min.css +2 -1
- data/assets/theme/j1/modules/amplitudejs/icons/player/dark/artist.svg +78 -0
- data/assets/theme/j1/modules/amplitudejs/icons/player/dark/mute.svg +52 -20
- data/assets/theme/j1/modules/amplitudejs/icons/player/dark/next.svg +20 -39
- data/assets/theme/j1/modules/amplitudejs/icons/player/dark/now-playing.svg +24 -38
- data/assets/theme/j1/modules/amplitudejs/icons/player/dark/playlist-hide.svg +85 -0
- data/assets/theme/j1/modules/amplitudejs/icons/player/dark/playlist-music.svg +85 -0
- data/assets/theme/j1/modules/amplitudejs/icons/player/dark/playlist-show.svg +85 -0
- data/assets/theme/j1/modules/amplitudejs/icons/player/dark/playlist.svg +85 -0
- data/assets/theme/j1/modules/amplitudejs/icons/player/dark/previous.svg +18 -37
- data/assets/theme/j1/modules/amplitudejs/icons/player/dark/skip-backward.svg +33 -30
- data/assets/theme/j1/modules/amplitudejs/icons/player/dark/skip-forward.svg +33 -29
- data/assets/theme/j1/modules/amplitudejs/icons/player/dark/small/next.svg +55 -14
- data/assets/theme/j1/modules/amplitudejs/icons/player/dark/small/previous.svg +56 -14
- data/assets/theme/j1/modules/amplitudejs/icons/player/dark/volume.svg +38 -21
- data/assets/theme/j1/modules/amplitudejs/js/amplitude.map +20 -20
- data/assets/theme/j1/modules/amplitudejs/js/tech/ytp.15.js +1594 -0
- data/assets/theme/j1/modules/amplitudejs/js/tech/ytp.js +1617 -89
- data/assets/theme/j1/modules/amplitudejs/js/visualizations/bar.js +1 -1
- data/assets/theme/j1/modules/amplitudejs/js/visualizations/circular-equalizer.js +31 -1
- data/assets/theme/j1/modules/amplitudejs/js/visualizations/frequency-analyzer.js +1 -1
- data/assets/theme/j1/modules/amplitudejs/js/visualizations/michael-bromley.js +1 -1
- data/assets/theme/j1/modules/amplitudejs/js/visualizations/template.js +1 -1
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-video.js +206 -122
- data/assets/theme/j1/modules/photoswipe/.version_5.4.4 +6 -0
- data/assets/theme/j1/modules/photoswipe/LICENSE +21 -0
- data/assets/theme/j1/modules/photoswipe/README.md +32 -0
- data/assets/theme/j1/modules/photoswipe/css/org/photoswipe-dynamic-caption-plugin.umd.min.js +5 -0
- data/assets/theme/j1/modules/photoswipe/css/org/photoswipe.css +420 -0
- data/assets/theme/j1/modules/photoswipe/css/photoswipe-caption-plugin.css +67 -0
- data/assets/theme/j1/modules/photoswipe/css/photoswipe-caption-plugin.min.css +16 -0
- data/assets/theme/j1/modules/photoswipe/css/photoswipe.css +376 -0
- data/assets/theme/j1/modules/photoswipe/css/photoswipe.min.css +17 -0
- data/assets/theme/j1/modules/photoswipe/css/scss/photoswipe.scss +427 -0
- data/assets/theme/j1/modules/photoswipe/example/photoswipe-caption-plugin.html +237 -0
- data/assets/theme/j1/modules/photoswipe/example/test-gallery.html +36 -0
- data/assets/theme/j1/modules/photoswipe/js/README.md +43 -0
- data/assets/theme/j1/modules/photoswipe/js/photoswipe-caption-plugin.min.js +5 -0
- data/assets/theme/j1/modules/photoswipe/js/photoswipe-core.min.js +18 -0
- data/assets/theme/j1/modules/photoswipe/js/photoswipe-lightbox.min.js +18 -0
- data/assets/theme/j1/modules/swiper/.version_1.2.0 +15 -0
- data/assets/theme/j1/modules/swiper/LICENSE +20 -0
- data/assets/theme/j1/modules/swiper/README.md +95 -0
- data/assets/theme/j1/modules/swiper/css/swiper-bundle.css +740 -0
- data/assets/theme/j1/modules/swiper/css/swiper-bundle.min..css +17 -0
- data/assets/theme/j1/modules/swiper/css/theme/uno.css +249 -0
- data/assets/theme/j1/modules/swiper/css/theme/uno.min.css +154 -0
- data/assets/theme/j1/modules/swiper/js/swiper-bundle.js +9785 -0
- data/assets/theme/j1/modules/swiper/js/swiper-bundle.min.js +17 -0
- data/assets/theme/j1/modules/swiper/swiperjs.com-demos.url +2 -0
- data/assets/theme/j1/modules/videojs/assets/icons/custom-icons/next.svg +82 -0
- data/assets/theme/j1/modules/videojs/css/font/README.md +151 -0
- data/assets/theme/j1/modules/videojs/css/font/VideoJS.svg +150 -0
- data/assets/theme/j1/modules/videojs/css/font/video-js-cdn.css +2012 -0
- data/assets/theme/j1/modules/videojs/css/plugins/controls/skipbuttons.0.css +32 -0
- data/assets/theme/j1/modules/videojs/css/plugins/controls/skipbuttons.1.css +31 -0
- data/assets/theme/j1/modules/videojs/css/plugins/controls/skipbuttons.css +31 -0
- data/assets/theme/j1/modules/videojs/css/plugins/controls/skipbuttons.min.css +21 -0
- data/assets/theme/j1/modules/videojs/css/themes/uno.css +14 -3
- data/assets/theme/j1/modules/videojs/css/themes/uno.min.css +1 -1
- data/assets/theme/j1/modules/videojs/css/videojs.css +1 -0
- data/assets/theme/j1/modules/videojs/js/plugins/controls/autocaption/LICENSE +13 -0
- data/assets/theme/j1/modules/videojs/js/plugins/controls/autocaption/README.md +75 -0
- data/assets/theme/j1/modules/videojs/js/plugins/controls/autocaption/autocaption.js +149 -0
- data/assets/theme/j1/modules/videojs/js/plugins/controls/autocaption/autocaption.min.js +21 -0
- data/assets/theme/j1/modules/videojs/js/plugins/controls/hotkeys/README.md +76 -30
- data/assets/theme/j1/modules/videojs/js/plugins/controls/hotkeys/hotkeys.js +64 -53
- data/assets/theme/j1/modules/videojs/js/plugins/controls/hotkeys/hotkeys.min.js +1 -1
- data/assets/theme/j1/modules/videojs/js/plugins/controls/skipbuttons/README.md +133 -0
- data/assets/theme/j1/modules/videojs/js/plugins/controls/skipbuttons/skipbuttons.js +137 -0
- data/assets/theme/j1/modules/videojs/js/plugins/controls/skipbuttons/skipbuttons.min.js +21 -0
- data/assets/theme/j1/modules/videojs/js/plugins/controls/zoom/zoom.js +15 -12
- data/assets/theme/j1/modules/videojs/js/plugins/players/yt/youtube.js +43 -16
- data/lib/j1/patches/rubygems/eventmachine-1.2.7-x64-mingw32/lib/3.3/fastfilereaderext.so +0 -0
- data/lib/j1/patches/rubygems/eventmachine-1.2.7-x64-mingw32/lib/3.3/rubyeventmachine.so +0 -0
- data/lib/j1/patches/rubygems/eventmachine-1.2.7-x64-mingw32/lib/3.4/fastfilereaderext.so +0 -0
- data/lib/j1/patches/rubygems/eventmachine-1.2.7-x64-mingw32/lib/3.4/rubyeventmachine.so +0 -0
- data/lib/j1/version.rb +1 -1
- data/lib/j1_app/j1_auth_manager/config.rb +0 -4
- data/lib/starter_web/Gemfile +45 -22
- data/lib/starter_web/README.md +5 -5
- data/lib/starter_web/_config.yml +4 -6
- data/lib/starter_web/_data/modules/amplitude.yml +308 -363
- data/lib/starter_web/_data/modules/defaults/amplitude.yml +60 -35
- data/lib/starter_web/_data/modules/defaults/gallery.yml +42 -0
- data/lib/starter_web/_data/modules/defaults/slick.yml +1 -1
- data/lib/starter_web/_data/modules/defaults/swiper.yml +515 -0
- data/lib/starter_web/_data/modules/defaults/videojs.yml +107 -0
- data/lib/starter_web/_data/modules/gallery.yml +30 -14
- data/lib/starter_web/_data/modules/masonry.yml +15 -0
- data/lib/starter_web/_data/modules/swiper.yml +227 -0
- data/lib/starter_web/_data/modules/videojs.yml +57 -0
- data/lib/starter_web/_data/resources.yml +50 -16
- data/lib/starter_web/_data/templates/feed.xml +1 -1
- data/lib/starter_web/_includes/tables/jekyll_variables.asciidoc +1 -0
- data/lib/starter_web/_plugins/asciidoctor/amplitude-block.rb +1 -0
- data/lib/starter_web/_plugins/asciidoctor/dailymotion-block.rb +4 -1
- data/lib/starter_web/_plugins/asciidoctor/videojs-block.rb +141 -24
- data/lib/starter_web/_plugins/asciidoctor/vimeo-block.rb +4 -1
- data/lib/starter_web/_plugins/asciidoctor/wistia-block.rb +313 -0
- data/lib/starter_web/_plugins/asciidoctor/youtube-block.rb +192 -17
- data/lib/starter_web/_plugins/index/lunr.rb +1 -1
- data/lib/starter_web/assets/video/poster/youtube/faelle_des_bnd/der_unverzichtbare_feind.jpg +0 -0
- data/lib/starter_web/assets/video/poster/youtube/faelle_des_bnd/ein_diener_vieler_herren.jpg +0 -0
- data/lib/starter_web/assets/video/poster/youtube/the_piano/the-piano.jpg +0 -0
- data/lib/starter_web/package.json +1 -1
- data/lib/starter_web/pages/public/_includes/attributes.asciidoc +45 -0
- data/lib/starter_web/pages/public/_includes/documents/photoswipe/200_photoswipe_parameters.asciidoc +510 -0
- data/lib/starter_web/pages/public/_includes/documents/photoswipe/210_photoswipe_lightbox_parameters.asciidoc +98 -0
- data/lib/starter_web/pages/public/_includes/documents/photoswipe/300_caption_plugin_for_photoSwipe.asciidoc +327 -0
- data/lib/starter_web/pages/public/_includes/documents/swiper/100_swiper_features.asciidoc +50 -0
- data/lib/starter_web/pages/public/_includes/documents/swiper/100_swiper_html_layout.asciidoc +122 -0
- data/lib/starter_web/pages/public/_includes/documents/swiper/100_swiper_initialization.asciidoc +53 -0
- data/lib/starter_web/pages/public/_includes/documents/swiper/110_swiper_common_options.asciidoc +43 -0
- data/lib/starter_web/pages/public/_includes/documents/swiper/200_swiper_parameters_a_k.asciidoc +994 -0
- data/lib/starter_web/pages/public/_includes/documents/swiper/200_swiper_parameters_l_o.asciidoc +473 -0
- data/lib/starter_web/pages/public/_includes/documents/swiper/200_swiper_parameters_p_s.asciidoc +700 -0
- data/lib/starter_web/pages/public/_includes/documents/swiper/200_swiper_parameters_t_z.asciidoc +413 -0
- data/lib/starter_web/pages/public/_includes/documents/swiper/300_swiper_instance_properties.asciidoc +873 -0
- data/lib/starter_web/pages/public/_includes/documents/swiper/400_swiper_modules.asciidoc +2514 -0
- data/lib/starter_web/pages/public/_includes/documents/swiper/500_swiper_methods.asciidoc +989 -0
- data/lib/starter_web/pages/public/_includes/documents/swiper/600_swiper_events.asciidoc +1534 -0
- data/lib/starter_web/pages/public/amplitude_yt_tester.adoc +89 -62
- data/lib/starter_web/pages/public/manuals/integrations/amplitudejs/amplitudejs-api.adoc +1 -1
- data/lib/starter_web/pages/public/manuals/integrations/videojs/youtube-api.adoc +1638 -0
- data/lib/starter_web/pages/public/photoswipe_api.adoc +150 -0
- data/lib/starter_web/pages/public/swiper_api.adoc +128 -0
- data/lib/starter_web/pages/public/swiper_tester.adoc +973 -0
- data/lib/starter_web/pages/public/tools/previewer/preview_bootstrap_theme.adoc +5 -6
- data/lib/starter_web/pages/public/tools/previewer/preview_videojs.adoc +203 -0
- data/lib/starter_web/pages/{tour → public/tour}/modal_extentions.adoc +12 -5
- data/lib/starter_web/pages/{tour → public/tour}/play_audio.adoc +63 -15
- data/lib/starter_web/pages/{tour → public/tour}/play_video.adoc +79 -40
- data/lib/starter_web/pages/{tour → public/tour}/present_images.adoc +5 -5
- metadata +114 -41
- data/assets/theme/j1/modules/amplitudejs/icons/player/dark/_pause.svg +0 -19
- data/assets/theme/j1/modules/amplitudejs/icons/player/dark/_play.svg +0 -18
- data/assets/theme/j1/modules/amplitudejs/icons/player/dark/show-playlist.svg +0 -15
- data/assets/theme/j1/modules/jqueryScrollbar/LICENSE +0 -20
- data/assets/theme/j1/modules/jqueryScrollbar/README.md +0 -28
- data/assets/theme/j1/modules/jqueryScrollbar/css/scrollbar.css +0 -939
- data/assets/theme/j1/modules/jqueryScrollbar/css/scrollbar.min.css +0 -20
- data/assets/theme/j1/modules/jqueryScrollbar/js/scrollbar.js +0 -851
- data/assets/theme/j1/modules/jqueryScrollbar/js/scrollbar.min.js +0 -36
- data/assets/theme/j1/modules/jqueryScrollbar/sass/scrollbar.scss +0 -806
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-video.0.js +0 -794
- /data/lib/starter_web/pages/{tour → public/tour}/_includes/attributes.asciidoc +0 -0
- /data/lib/starter_web/pages/{tour → public/tour}/_includes/documents/100_gistblock.asciidoc +0 -0
- /data/lib/starter_web/pages/{tour → public/tour}/_includes/documents/410_bottom_info.asciidoc +0 -0
- /data/lib/starter_web/pages/{tour → public/tour}/_includes/documents/410_bottom_left_warning.asciidoc +0 -0
- /data/lib/starter_web/pages/{tour → public/tour}/_includes/documents/410_bottom_right_danger.asciidoc +0 -0
- /data/lib/starter_web/pages/{tour → public/tour}/_includes/documents/410_central_success.asciidoc +0 -0
- /data/lib/starter_web/pages/{tour → public/tour}/_includes/documents/410_full_height_left_info.asciidoc +0 -0
- /data/lib/starter_web/pages/{tour → public/tour}/_includes/documents/410_full_height_right_success.asciidoc +0 -0
- /data/lib/starter_web/pages/{tour → public/tour}/_includes/documents/410_table_bs_modal_examples.asciidoc +0 -0
- /data/lib/starter_web/pages/{tour → public/tour}/_includes/documents/410_top_info.asciidoc +0 -0
- /data/lib/starter_web/pages/{tour → public/tour}/_includes/documents/410_top_left_info.asciidoc +0 -0
- /data/lib/starter_web/pages/{tour → public/tour}/_includes/documents/410_top_right_success.asciidoc +0 -0
- /data/lib/starter_web/pages/{tour → public/tour}/_includes/documents/419_advanced_modals_demo.asciidoc +0 -0
- /data/lib/starter_web/pages/{tour → public/tour}/_includes/documents/tables/bs_modal_examples.asciidoc +0 -0
- /data/lib/starter_web/pages/{tour → public/tour}/_includes/documents/themes_bootstrap.asciidoc +0 -0
- /data/lib/starter_web/pages/{tour → public/tour}/_includes/documents/themes_rouge.asciidoc +0 -0
- /data/lib/starter_web/pages/{tour → public/tour}/asciidoc_extensions.adoc +0 -0
- /data/lib/starter_web/pages/{tour → public/tour}/bootstrap_themes.adoc +0 -0
- /data/lib/starter_web/pages/{tour → public/tour}/highlghter_rouge.adoc +0 -0
- /data/lib/starter_web/pages/{tour → public/tour}/icon_fonts.adoc +0 -0
- /data/lib/starter_web/pages/{tour → public/tour}/quicksearch.adoc +0 -0
- /data/lib/starter_web/pages/{tour → public/tour}/responsive_tables.adoc +0 -0
- /data/lib/starter_web/pages/{tour → public/tour}/typography.adoc +0 -0
@@ -403,12 +403,12 @@ masterslider::ms_00003[role="mt-4 mb-5"]
|
|
403
403
|
|
404
404
|
[role="mt-4"]
|
405
405
|
[[thumb_images]]
|
406
|
-
=== Slider using
|
406
|
+
=== Slider using UI elements
|
407
407
|
|
408
|
-
To give the users
|
409
|
-
elements
|
410
|
-
|
411
|
-
to control such
|
408
|
+
To give the users *visual control* over a slideshow, Swiper sliders may provide
|
409
|
+
UI elements by placing mini-images or short text elements (thumbs) side-by-side
|
410
|
+
(on the left|right), or at the bottom of a slideshow. Find below examples how
|
411
|
+
to control such sliders by thumbs.
|
412
412
|
|
413
413
|
.Image controls
|
414
414
|
masterslider::ms_00004[role="mt-4 mb-5"]
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: j1-template
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2024.3.
|
4
|
+
version: 2024.3.17
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- juergen_jekyll_one
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2025-01-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|
@@ -345,6 +345,7 @@ files:
|
|
345
345
|
- assets/data/rtext_resizer.html
|
346
346
|
- assets/data/slick.html
|
347
347
|
- assets/data/speak2me.html
|
348
|
+
- assets/data/swiper.html
|
348
349
|
- assets/data/themes.bootswatch.json
|
349
350
|
- assets/data/themes.json
|
350
351
|
- assets/data/translator.html
|
@@ -364,6 +365,7 @@ files:
|
|
364
365
|
- assets/error_pages/HTTP503.html
|
365
366
|
- assets/theme/j1/adapter/js/advertising.js
|
366
367
|
- assets/theme/j1/adapter/js/algolia.js
|
368
|
+
- assets/theme/j1/adapter/js/amplitude.30.js
|
367
369
|
- assets/theme/j1/adapter/js/amplitude.js
|
368
370
|
- assets/theme/j1/adapter/js/analytics.js
|
369
371
|
- assets/theme/j1/adapter/js/asciidoctor.js
|
@@ -402,10 +404,12 @@ files:
|
|
402
404
|
- assets/theme/j1/adapter/js/slick.js
|
403
405
|
- assets/theme/j1/adapter/js/slimSelect.js
|
404
406
|
- assets/theme/j1/adapter/js/speak2me.js
|
407
|
+
- assets/theme/j1/adapter/js/swiper.js
|
405
408
|
- assets/theme/j1/adapter/js/themeToggler.js
|
406
409
|
- assets/theme/j1/adapter/js/themes.js
|
407
410
|
- assets/theme/j1/adapter/js/toccer.js
|
408
411
|
- assets/theme/j1/adapter/js/translator.js
|
412
|
+
- assets/theme/j1/adapter/js/videojs.js
|
409
413
|
- assets/theme/j1/adapter/js/waves.js
|
410
414
|
- assets/theme/j1/core/country-flags/1x1/ad.svg
|
411
415
|
- assets/theme/j1/core/country-flags/1x1/ae.svg
|
@@ -1044,8 +1048,7 @@ files:
|
|
1044
1048
|
- assets/theme/j1/modules/amplitudejs/icons/player/blue/pause.png
|
1045
1049
|
- assets/theme/j1/modules/amplitudejs/icons/player/blue/play.png
|
1046
1050
|
- assets/theme/j1/modules/amplitudejs/icons/player/blue/play.svg
|
1047
|
-
- assets/theme/j1/modules/amplitudejs/icons/player/dark/
|
1048
|
-
- assets/theme/j1/modules/amplitudejs/icons/player/dark/_play.svg
|
1051
|
+
- assets/theme/j1/modules/amplitudejs/icons/player/dark/artist.svg
|
1049
1052
|
- assets/theme/j1/modules/amplitudejs/icons/player/dark/audio-info-blue.svg
|
1050
1053
|
- assets/theme/j1/modules/amplitudejs/icons/player/dark/audio-info-grey.svg
|
1051
1054
|
- assets/theme/j1/modules/amplitudejs/icons/player/dark/audio-info-white.svg
|
@@ -1061,10 +1064,13 @@ files:
|
|
1061
1064
|
- assets/theme/j1/modules/amplitudejs/icons/player/dark/now-playing.svg
|
1062
1065
|
- assets/theme/j1/modules/amplitudejs/icons/player/dark/pause.svg
|
1063
1066
|
- assets/theme/j1/modules/amplitudejs/icons/player/dark/play.svg
|
1067
|
+
- assets/theme/j1/modules/amplitudejs/icons/player/dark/playlist-hide.svg
|
1068
|
+
- assets/theme/j1/modules/amplitudejs/icons/player/dark/playlist-music.svg
|
1069
|
+
- assets/theme/j1/modules/amplitudejs/icons/player/dark/playlist-show.svg
|
1070
|
+
- assets/theme/j1/modules/amplitudejs/icons/player/dark/playlist.svg
|
1064
1071
|
- assets/theme/j1/modules/amplitudejs/icons/player/dark/previous.svg
|
1065
1072
|
- assets/theme/j1/modules/amplitudejs/icons/player/dark/repeat-off.svg
|
1066
1073
|
- assets/theme/j1/modules/amplitudejs/icons/player/dark/repeat-on.svg
|
1067
|
-
- assets/theme/j1/modules/amplitudejs/icons/player/dark/show-playlist.svg
|
1068
1074
|
- assets/theme/j1/modules/amplitudejs/icons/player/dark/shuffle-off.svg
|
1069
1075
|
- assets/theme/j1/modules/amplitudejs/icons/player/dark/shuffle-on.svg
|
1070
1076
|
- assets/theme/j1/modules/amplitudejs/icons/player/dark/skip-backward.svg
|
@@ -1086,6 +1092,7 @@ files:
|
|
1086
1092
|
- assets/theme/j1/modules/amplitudejs/js/amplitude.js
|
1087
1093
|
- assets/theme/j1/modules/amplitudejs/js/amplitude.map
|
1088
1094
|
- assets/theme/j1/modules/amplitudejs/js/amplitude.min.js
|
1095
|
+
- assets/theme/j1/modules/amplitudejs/js/tech/ytp.15.js
|
1089
1096
|
- assets/theme/j1/modules/amplitudejs/js/tech/ytp.js
|
1090
1097
|
- assets/theme/j1/modules/amplitudejs/js/visualizations/bar.js
|
1091
1098
|
- assets/theme/j1/modules/amplitudejs/js/visualizations/bar.min.js
|
@@ -1243,13 +1250,6 @@ files:
|
|
1243
1250
|
- assets/theme/j1/modules/jquery/js/jquery.min.map
|
1244
1251
|
- assets/theme/j1/modules/jquery/js/require.js
|
1245
1252
|
- assets/theme/j1/modules/jquery/js/require.min.js
|
1246
|
-
- assets/theme/j1/modules/jqueryScrollbar/LICENSE
|
1247
|
-
- assets/theme/j1/modules/jqueryScrollbar/README.md
|
1248
|
-
- assets/theme/j1/modules/jqueryScrollbar/css/scrollbar.css
|
1249
|
-
- assets/theme/j1/modules/jqueryScrollbar/css/scrollbar.min.css
|
1250
|
-
- assets/theme/j1/modules/jqueryScrollbar/js/scrollbar.js
|
1251
|
-
- assets/theme/j1/modules/jqueryScrollbar/js/scrollbar.min.js
|
1252
|
-
- assets/theme/j1/modules/jqueryScrollbar/sass/scrollbar.scss
|
1253
1253
|
- assets/theme/j1/modules/js-cookies/js/js.cookie.js
|
1254
1254
|
- assets/theme/j1/modules/js-cookies/js/js.cookie.min.js
|
1255
1255
|
- assets/theme/j1/modules/justifiedGallery/LICENSE
|
@@ -1351,7 +1351,6 @@ files:
|
|
1351
1351
|
- assets/theme/j1/modules/lightGallery/js/plugins/lg-share.min.js
|
1352
1352
|
- assets/theme/j1/modules/lightGallery/js/plugins/lg-thumbnail.js
|
1353
1353
|
- assets/theme/j1/modules/lightGallery/js/plugins/lg-thumbnail.min.js
|
1354
|
-
- assets/theme/j1/modules/lightGallery/js/plugins/lg-video.0.js
|
1355
1354
|
- assets/theme/j1/modules/lightGallery/js/plugins/lg-video.js
|
1356
1355
|
- assets/theme/j1/modules/lightGallery/js/plugins/lg-video.min.js
|
1357
1356
|
- assets/theme/j1/modules/lightGallery/js/plugins/lg-vimeo-thumbnail.js
|
@@ -1589,6 +1588,22 @@ files:
|
|
1589
1588
|
- assets/theme/j1/modules/particles/sprites/snake.png
|
1590
1589
|
- assets/theme/j1/modules/particles/sprites/snowflakes.png
|
1591
1590
|
- assets/theme/j1/modules/particles/sprites/snowflakes_large.png
|
1591
|
+
- assets/theme/j1/modules/photoswipe/.version_5.4.4
|
1592
|
+
- assets/theme/j1/modules/photoswipe/LICENSE
|
1593
|
+
- assets/theme/j1/modules/photoswipe/README.md
|
1594
|
+
- assets/theme/j1/modules/photoswipe/css/org/photoswipe-dynamic-caption-plugin.umd.min.js
|
1595
|
+
- assets/theme/j1/modules/photoswipe/css/org/photoswipe.css
|
1596
|
+
- assets/theme/j1/modules/photoswipe/css/photoswipe-caption-plugin.css
|
1597
|
+
- assets/theme/j1/modules/photoswipe/css/photoswipe-caption-plugin.min.css
|
1598
|
+
- assets/theme/j1/modules/photoswipe/css/photoswipe.css
|
1599
|
+
- assets/theme/j1/modules/photoswipe/css/photoswipe.min.css
|
1600
|
+
- assets/theme/j1/modules/photoswipe/css/scss/photoswipe.scss
|
1601
|
+
- assets/theme/j1/modules/photoswipe/example/photoswipe-caption-plugin.html
|
1602
|
+
- assets/theme/j1/modules/photoswipe/example/test-gallery.html
|
1603
|
+
- assets/theme/j1/modules/photoswipe/js/README.md
|
1604
|
+
- assets/theme/j1/modules/photoswipe/js/photoswipe-caption-plugin.min.js
|
1605
|
+
- assets/theme/j1/modules/photoswipe/js/photoswipe-core.min.js
|
1606
|
+
- assets/theme/j1/modules/photoswipe/js/photoswipe-lightbox.min.js
|
1592
1607
|
- assets/theme/j1/modules/popper/js/popper.js
|
1593
1608
|
- assets/theme/j1/modules/popper/js/popper.min.js
|
1594
1609
|
- assets/theme/j1/modules/preloadPolyfill/LICENSE
|
@@ -1714,6 +1729,16 @@ files:
|
|
1714
1729
|
- assets/theme/j1/modules/spinner/css/spin.min.css
|
1715
1730
|
- assets/theme/j1/modules/spinner/js/spin.js
|
1716
1731
|
- assets/theme/j1/modules/spinner/js/spin.min.js
|
1732
|
+
- assets/theme/j1/modules/swiper/.version_1.2.0
|
1733
|
+
- assets/theme/j1/modules/swiper/LICENSE
|
1734
|
+
- assets/theme/j1/modules/swiper/README.md
|
1735
|
+
- assets/theme/j1/modules/swiper/css/swiper-bundle.css
|
1736
|
+
- assets/theme/j1/modules/swiper/css/swiper-bundle.min..css
|
1737
|
+
- assets/theme/j1/modules/swiper/css/theme/uno.css
|
1738
|
+
- assets/theme/j1/modules/swiper/css/theme/uno.min.css
|
1739
|
+
- assets/theme/j1/modules/swiper/js/swiper-bundle.js
|
1740
|
+
- assets/theme/j1/modules/swiper/js/swiper-bundle.min.js
|
1741
|
+
- assets/theme/j1/modules/swiper/swiperjs.com-demos.url
|
1717
1742
|
- assets/theme/j1/modules/themeSwitcher/LICENSE
|
1718
1743
|
- assets/theme/j1/modules/themeSwitcher/README.md
|
1719
1744
|
- assets/theme/j1/modules/themeSwitcher/js/switcher.js
|
@@ -1733,10 +1758,18 @@ files:
|
|
1733
1758
|
- assets/theme/j1/modules/videoPlayer/wistia/js/player.min.js
|
1734
1759
|
- assets/theme/j1/modules/videojs/assets/icons/big-play-button-hover.svg
|
1735
1760
|
- assets/theme/j1/modules/videojs/assets/icons/big-play-button.svg
|
1761
|
+
- assets/theme/j1/modules/videojs/assets/icons/custom-icons/next.svg
|
1736
1762
|
- assets/theme/j1/modules/videojs/assets/icons/material-icons.woff
|
1737
1763
|
- assets/theme/j1/modules/videojs/assets/icons/material-icons.woff2
|
1738
1764
|
- assets/theme/j1/modules/videojs/assets/icons/small/big-play-button-hover.svg
|
1739
1765
|
- assets/theme/j1/modules/videojs/assets/icons/small/big-play-button.svg
|
1766
|
+
- assets/theme/j1/modules/videojs/css/font/README.md
|
1767
|
+
- assets/theme/j1/modules/videojs/css/font/VideoJS.svg
|
1768
|
+
- assets/theme/j1/modules/videojs/css/font/video-js-cdn.css
|
1769
|
+
- assets/theme/j1/modules/videojs/css/plugins/controls/skipbuttons.0.css
|
1770
|
+
- assets/theme/j1/modules/videojs/css/plugins/controls/skipbuttons.1.css
|
1771
|
+
- assets/theme/j1/modules/videojs/css/plugins/controls/skipbuttons.css
|
1772
|
+
- assets/theme/j1/modules/videojs/css/plugins/controls/skipbuttons.min.css
|
1740
1773
|
- assets/theme/j1/modules/videojs/css/plugins/controls/zoom.css
|
1741
1774
|
- assets/theme/j1/modules/videojs/css/plugins/controls/zoom.min.css
|
1742
1775
|
- assets/theme/j1/modules/videojs/css/themes/city.css
|
@@ -1751,11 +1784,18 @@ files:
|
|
1751
1784
|
- assets/theme/j1/modules/videojs/css/themes/uno.min.css
|
1752
1785
|
- assets/theme/j1/modules/videojs/css/videojs.css
|
1753
1786
|
- assets/theme/j1/modules/videojs/css/videojs.min.css
|
1787
|
+
- assets/theme/j1/modules/videojs/js/plugins/controls/autocaption/LICENSE
|
1788
|
+
- assets/theme/j1/modules/videojs/js/plugins/controls/autocaption/README.md
|
1789
|
+
- assets/theme/j1/modules/videojs/js/plugins/controls/autocaption/autocaption.js
|
1790
|
+
- assets/theme/j1/modules/videojs/js/plugins/controls/autocaption/autocaption.min.js
|
1754
1791
|
- assets/theme/j1/modules/videojs/js/plugins/controls/hotkeys/LICENSE.md
|
1755
1792
|
- assets/theme/j1/modules/videojs/js/plugins/controls/hotkeys/README.md
|
1756
1793
|
- assets/theme/j1/modules/videojs/js/plugins/controls/hotkeys/examples/example.html
|
1757
1794
|
- assets/theme/j1/modules/videojs/js/plugins/controls/hotkeys/hotkeys.js
|
1758
1795
|
- assets/theme/j1/modules/videojs/js/plugins/controls/hotkeys/hotkeys.min.js
|
1796
|
+
- assets/theme/j1/modules/videojs/js/plugins/controls/skipbuttons/README.md
|
1797
|
+
- assets/theme/j1/modules/videojs/js/plugins/controls/skipbuttons/skipbuttons.js
|
1798
|
+
- assets/theme/j1/modules/videojs/js/plugins/controls/skipbuttons/skipbuttons.min.js
|
1759
1799
|
- assets/theme/j1/modules/videojs/js/plugins/controls/zoom/LICENSE.md
|
1760
1800
|
- assets/theme/j1/modules/videojs/js/plugins/controls/zoom/README.md
|
1761
1801
|
- assets/theme/j1/modules/videojs/js/plugins/controls/zoom/examples/index.html
|
@@ -1839,6 +1879,10 @@ files:
|
|
1839
1879
|
- lib/j1/patches/rubygems/eventmachine-1.2.7-x64-mingw32/lib/3.1/rubyeventmachine.so
|
1840
1880
|
- lib/j1/patches/rubygems/eventmachine-1.2.7-x64-mingw32/lib/3.2/fastfilereaderext.so
|
1841
1881
|
- lib/j1/patches/rubygems/eventmachine-1.2.7-x64-mingw32/lib/3.2/rubyeventmachine.so
|
1882
|
+
- lib/j1/patches/rubygems/eventmachine-1.2.7-x64-mingw32/lib/3.3/fastfilereaderext.so
|
1883
|
+
- lib/j1/patches/rubygems/eventmachine-1.2.7-x64-mingw32/lib/3.3/rubyeventmachine.so
|
1884
|
+
- lib/j1/patches/rubygems/eventmachine-1.2.7-x64-mingw32/lib/3.4/fastfilereaderext.so
|
1885
|
+
- lib/j1/patches/rubygems/eventmachine-1.2.7-x64-mingw32/lib/3.4/rubyeventmachine.so
|
1842
1886
|
- lib/j1/patches/rubygems/execjs-2.7.0/lib/execjs/external_runtime.rb
|
1843
1887
|
- lib/j1/utils.rb
|
1844
1888
|
- lib/j1/utils/ansi.rb
|
@@ -2005,11 +2049,13 @@ files:
|
|
2005
2049
|
- lib/starter_web/_data/modules/defaults/slick.yml
|
2006
2050
|
- lib/starter_web/_data/modules/defaults/slim_select.yml
|
2007
2051
|
- lib/starter_web/_data/modules/defaults/speak2me.yml
|
2052
|
+
- lib/starter_web/_data/modules/defaults/swiper.yml
|
2008
2053
|
- lib/starter_web/_data/modules/defaults/theme_toggler.yml
|
2009
2054
|
- lib/starter_web/_data/modules/defaults/themes.yml
|
2010
2055
|
- lib/starter_web/_data/modules/defaults/toccer.yml
|
2011
2056
|
- lib/starter_web/_data/modules/defaults/translator.en.yml
|
2012
2057
|
- lib/starter_web/_data/modules/defaults/translator.yml
|
2058
|
+
- lib/starter_web/_data/modules/defaults/videojs.yml
|
2013
2059
|
- lib/starter_web/_data/modules/defaults/waves.yml
|
2014
2060
|
- lib/starter_web/_data/modules/docsearch.yml
|
2015
2061
|
- lib/starter_web/_data/modules/dropdowns.yml
|
@@ -2034,10 +2080,12 @@ files:
|
|
2034
2080
|
- lib/starter_web/_data/modules/slick.yml
|
2035
2081
|
- lib/starter_web/_data/modules/slim_select.yml
|
2036
2082
|
- lib/starter_web/_data/modules/speak2me.yml
|
2083
|
+
- lib/starter_web/_data/modules/swiper.yml
|
2037
2084
|
- lib/starter_web/_data/modules/theme_toggler.yml
|
2038
2085
|
- lib/starter_web/_data/modules/themes.yml
|
2039
2086
|
- lib/starter_web/_data/modules/toccer.yml
|
2040
2087
|
- lib/starter_web/_data/modules/translator.yml
|
2088
|
+
- lib/starter_web/_data/modules/videojs.yml
|
2041
2089
|
- lib/starter_web/_data/modules/waves.yml
|
2042
2090
|
- lib/starter_web/_data/plugins/defaults/feed.yml
|
2043
2091
|
- lib/starter_web/_data/plugins/defaults/paginator.yml
|
@@ -2105,6 +2153,7 @@ files:
|
|
2105
2153
|
- lib/starter_web/_plugins/asciidoctor/twitter-emoji-inline.rb
|
2106
2154
|
- lib/starter_web/_plugins/asciidoctor/videojs-block.rb
|
2107
2155
|
- lib/starter_web/_plugins/asciidoctor/vimeo-block.rb
|
2156
|
+
- lib/starter_web/_plugins/asciidoctor/wistia-block.rb
|
2108
2157
|
- lib/starter_web/_plugins/asciidoctor/youtube-block.rb
|
2109
2158
|
- lib/starter_web/_plugins/filter/debug.rb
|
2110
2159
|
- lib/starter_web/_plugins/filter/encodeBase64.rb
|
@@ -2778,9 +2827,12 @@ files:
|
|
2778
2827
|
- lib/starter_web/assets/video/poster/youtube/carpool_caraoke/gwen_stefani.jpg
|
2779
2828
|
- lib/starter_web/assets/video/poster/youtube/carpool_caraoke/lady_gaga.jpg
|
2780
2829
|
- lib/starter_web/assets/video/poster/youtube/carpool_caraoke/michelle_obama.jpg
|
2830
|
+
- lib/starter_web/assets/video/poster/youtube/faelle_des_bnd/der_unverzichtbare_feind.jpg
|
2831
|
+
- lib/starter_web/assets/video/poster/youtube/faelle_des_bnd/ein_diener_vieler_herren.jpg
|
2781
2832
|
- lib/starter_web/assets/video/poster/youtube/taylor_swift/28-07-_2024_22-21-00.jpg
|
2782
2833
|
- lib/starter_web/assets/video/poster/youtube/taylor_swift/cover-1.jpg
|
2783
2834
|
- lib/starter_web/assets/video/poster/youtube/taylor_swift/cover-2.jpg
|
2835
|
+
- lib/starter_web/assets/video/poster/youtube/the_piano/the-piano.jpg
|
2784
2836
|
- lib/starter_web/assets/video/poster/youtube/voice_kids/banner/best_of.jpg
|
2785
2837
|
- lib/starter_web/assets/video/poster/youtube/voice_kids/banner/generic.jpg
|
2786
2838
|
- lib/starter_web/assets/video/poster/youtube/voice_kids/de_2021/battle.jpg
|
@@ -2843,6 +2895,22 @@ files:
|
|
2843
2895
|
- lib/starter_web/package.json
|
2844
2896
|
- lib/starter_web/pages/private/readme
|
2845
2897
|
- lib/starter_web/pages/protected/readme
|
2898
|
+
- lib/starter_web/pages/public/_includes/attributes.asciidoc
|
2899
|
+
- lib/starter_web/pages/public/_includes/documents/photoswipe/200_photoswipe_parameters.asciidoc
|
2900
|
+
- lib/starter_web/pages/public/_includes/documents/photoswipe/210_photoswipe_lightbox_parameters.asciidoc
|
2901
|
+
- lib/starter_web/pages/public/_includes/documents/photoswipe/300_caption_plugin_for_photoSwipe.asciidoc
|
2902
|
+
- lib/starter_web/pages/public/_includes/documents/swiper/100_swiper_features.asciidoc
|
2903
|
+
- lib/starter_web/pages/public/_includes/documents/swiper/100_swiper_html_layout.asciidoc
|
2904
|
+
- lib/starter_web/pages/public/_includes/documents/swiper/100_swiper_initialization.asciidoc
|
2905
|
+
- lib/starter_web/pages/public/_includes/documents/swiper/110_swiper_common_options.asciidoc
|
2906
|
+
- lib/starter_web/pages/public/_includes/documents/swiper/200_swiper_parameters_a_k.asciidoc
|
2907
|
+
- lib/starter_web/pages/public/_includes/documents/swiper/200_swiper_parameters_l_o.asciidoc
|
2908
|
+
- lib/starter_web/pages/public/_includes/documents/swiper/200_swiper_parameters_p_s.asciidoc
|
2909
|
+
- lib/starter_web/pages/public/_includes/documents/swiper/200_swiper_parameters_t_z.asciidoc
|
2910
|
+
- lib/starter_web/pages/public/_includes/documents/swiper/300_swiper_instance_properties.asciidoc
|
2911
|
+
- lib/starter_web/pages/public/_includes/documents/swiper/400_swiper_modules.asciidoc
|
2912
|
+
- lib/starter_web/pages/public/_includes/documents/swiper/500_swiper_methods.asciidoc
|
2913
|
+
- lib/starter_web/pages/public/_includes/documents/swiper/600_swiper_events.asciidoc
|
2846
2914
|
- lib/starter_web/pages/public/about/features.adoc
|
2847
2915
|
- lib/starter_web/pages/public/about/reporting_issues.adoc
|
2848
2916
|
- lib/starter_web/pages/public/about/site.adoc
|
@@ -2911,12 +2979,16 @@ files:
|
|
2911
2979
|
- lib/starter_web/pages/public/manuals/integrations/google/gemini/gemini.adoc
|
2912
2980
|
- lib/starter_web/pages/public/manuals/integrations/google/gemini/security.asccidoc
|
2913
2981
|
- lib/starter_web/pages/public/manuals/integrations/google/gemini/security.hrml
|
2982
|
+
- lib/starter_web/pages/public/manuals/integrations/videojs/youtube-api.adoc
|
2914
2983
|
- lib/starter_web/pages/public/manuals/ytdl/man.adoc
|
2915
2984
|
- lib/starter_web/pages/public/manuals/ytdl/man.md
|
2916
2985
|
- lib/starter_web/pages/public/panels/intro_panel/_includes/attributes.asciidoc
|
2917
2986
|
- lib/starter_web/pages/public/panels/intro_panel/panel.adoc
|
2987
|
+
- lib/starter_web/pages/public/photoswipe_api.adoc
|
2918
2988
|
- lib/starter_web/pages/public/plans/_includes/attributes.asciidoc
|
2919
2989
|
- lib/starter_web/pages/public/plans/plans.adoc
|
2990
|
+
- lib/starter_web/pages/public/swiper_api.adoc
|
2991
|
+
- lib/starter_web/pages/public/swiper_tester.adoc
|
2920
2992
|
- lib/starter_web/pages/public/tools/previewer/_includes/attributes.asciidoc
|
2921
2993
|
- lib/starter_web/pages/public/tools/previewer/_includes/documents/amplitudejs.large.css.asciidoc
|
2922
2994
|
- lib/starter_web/pages/public/tools/previewer/_includes/documents/frame.hover.html
|
@@ -2926,33 +2998,34 @@ files:
|
|
2926
2998
|
- lib/starter_web/pages/public/tools/previewer/_includes/documents/readme
|
2927
2999
|
- lib/starter_web/pages/public/tools/previewer/preview_amplitudejs.adoc
|
2928
3000
|
- lib/starter_web/pages/public/tools/previewer/preview_bootstrap_theme.adoc
|
2929
|
-
- lib/starter_web/pages/
|
2930
|
-
- lib/starter_web/pages/tour/_includes/
|
2931
|
-
- lib/starter_web/pages/tour/_includes/documents/
|
2932
|
-
- lib/starter_web/pages/tour/_includes/documents/
|
2933
|
-
- lib/starter_web/pages/tour/_includes/documents/
|
2934
|
-
- lib/starter_web/pages/tour/_includes/documents/
|
2935
|
-
- lib/starter_web/pages/tour/_includes/documents/
|
2936
|
-
- lib/starter_web/pages/tour/_includes/documents/
|
2937
|
-
- lib/starter_web/pages/tour/_includes/documents/
|
2938
|
-
- lib/starter_web/pages/tour/_includes/documents/
|
2939
|
-
- lib/starter_web/pages/tour/_includes/documents/
|
2940
|
-
- lib/starter_web/pages/tour/_includes/documents/
|
2941
|
-
- lib/starter_web/pages/tour/_includes/documents/
|
2942
|
-
- lib/starter_web/pages/tour/_includes/documents/
|
2943
|
-
- lib/starter_web/pages/tour/_includes/documents/
|
2944
|
-
- lib/starter_web/pages/tour/_includes/documents/
|
2945
|
-
- lib/starter_web/pages/tour/
|
2946
|
-
- lib/starter_web/pages/tour/
|
2947
|
-
- lib/starter_web/pages/tour/
|
2948
|
-
- lib/starter_web/pages/tour/
|
2949
|
-
- lib/starter_web/pages/tour/
|
2950
|
-
- lib/starter_web/pages/tour/
|
2951
|
-
- lib/starter_web/pages/tour/
|
2952
|
-
- lib/starter_web/pages/tour/
|
2953
|
-
- lib/starter_web/pages/tour/
|
2954
|
-
- lib/starter_web/pages/tour/
|
2955
|
-
- lib/starter_web/pages/tour/
|
3001
|
+
- lib/starter_web/pages/public/tools/previewer/preview_videojs.adoc
|
3002
|
+
- lib/starter_web/pages/public/tour/_includes/attributes.asciidoc
|
3003
|
+
- lib/starter_web/pages/public/tour/_includes/documents/100_gistblock.asciidoc
|
3004
|
+
- lib/starter_web/pages/public/tour/_includes/documents/410_bottom_info.asciidoc
|
3005
|
+
- lib/starter_web/pages/public/tour/_includes/documents/410_bottom_left_warning.asciidoc
|
3006
|
+
- lib/starter_web/pages/public/tour/_includes/documents/410_bottom_right_danger.asciidoc
|
3007
|
+
- lib/starter_web/pages/public/tour/_includes/documents/410_central_success.asciidoc
|
3008
|
+
- lib/starter_web/pages/public/tour/_includes/documents/410_full_height_left_info.asciidoc
|
3009
|
+
- lib/starter_web/pages/public/tour/_includes/documents/410_full_height_right_success.asciidoc
|
3010
|
+
- lib/starter_web/pages/public/tour/_includes/documents/410_table_bs_modal_examples.asciidoc
|
3011
|
+
- lib/starter_web/pages/public/tour/_includes/documents/410_top_info.asciidoc
|
3012
|
+
- lib/starter_web/pages/public/tour/_includes/documents/410_top_left_info.asciidoc
|
3013
|
+
- lib/starter_web/pages/public/tour/_includes/documents/410_top_right_success.asciidoc
|
3014
|
+
- lib/starter_web/pages/public/tour/_includes/documents/419_advanced_modals_demo.asciidoc
|
3015
|
+
- lib/starter_web/pages/public/tour/_includes/documents/tables/bs_modal_examples.asciidoc
|
3016
|
+
- lib/starter_web/pages/public/tour/_includes/documents/themes_bootstrap.asciidoc
|
3017
|
+
- lib/starter_web/pages/public/tour/_includes/documents/themes_rouge.asciidoc
|
3018
|
+
- lib/starter_web/pages/public/tour/asciidoc_extensions.adoc
|
3019
|
+
- lib/starter_web/pages/public/tour/bootstrap_themes.adoc
|
3020
|
+
- lib/starter_web/pages/public/tour/highlghter_rouge.adoc
|
3021
|
+
- lib/starter_web/pages/public/tour/icon_fonts.adoc
|
3022
|
+
- lib/starter_web/pages/public/tour/modal_extentions.adoc
|
3023
|
+
- lib/starter_web/pages/public/tour/play_audio.adoc
|
3024
|
+
- lib/starter_web/pages/public/tour/play_video.adoc
|
3025
|
+
- lib/starter_web/pages/public/tour/present_images.adoc
|
3026
|
+
- lib/starter_web/pages/public/tour/quicksearch.adoc
|
3027
|
+
- lib/starter_web/pages/public/tour/responsive_tables.adoc
|
3028
|
+
- lib/starter_web/pages/public/tour/typography.adoc
|
2956
3029
|
homepage: https://jekyll.one
|
2957
3030
|
licenses:
|
2958
3031
|
- MIT
|
@@ -2973,7 +3046,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
2973
3046
|
- !ruby/object:Gem::Version
|
2974
3047
|
version: '0'
|
2975
3048
|
requirements: []
|
2976
|
-
rubygems_version: 3.
|
3049
|
+
rubygems_version: 3.5.22
|
2977
3050
|
signing_key:
|
2978
3051
|
specification_version: 4
|
2979
3052
|
summary: J1 Theme
|
@@ -1,19 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<svg width="85px" height="85px" viewBox="0 0 85 85" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
3
|
-
<!-- Generator: Sketch 50.2 (55047) - http://www.bohemiancoding.com/sketch -->
|
4
|
-
<title>pause</title>
|
5
|
-
<desc>Created with Sketch.</desc>
|
6
|
-
<defs>
|
7
|
-
<linearGradient x1="118.588967%" y1="-30.6928935%" x2="-9.20527766%" y2="107.785399%" id="linearGradient-1">
|
8
|
-
<stop stop-color="#B857E2" offset="0%"></stop>
|
9
|
-
<stop stop-color="#FA6733" offset="100%"></stop>
|
10
|
-
</linearGradient>
|
11
|
-
</defs>
|
12
|
-
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
13
|
-
<g id="pause" fill-rule="nonzero">
|
14
|
-
<circle id="Circle" fill="url(#linearGradient-1)" cx="42.5" cy="42.5" r="42.5"></circle>
|
15
|
-
<polygon id="Shape-path" stroke="#FFFFFF" fill="#FFFFFF" points="34 55 40 55 40 31 34 31"></polygon>
|
16
|
-
<polygon id="Shape-path" stroke="#FFFFFF" fill="#FFFFFF" points="46 55 52 55 52 31 46 31"></polygon>
|
17
|
-
</g>
|
18
|
-
</g>
|
19
|
-
</svg>
|
@@ -1,18 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<svg width="85px" height="85px" viewBox="0 0 85 85" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
3
|
-
<!-- Generator: Sketch 50.2 (55047) - http://www.bohemiancoding.com/sketch -->
|
4
|
-
<title>play</title>
|
5
|
-
<desc>Created with Sketch.</desc>
|
6
|
-
<defs>
|
7
|
-
<linearGradient x1="118.588967%" y1="-30.6928935%" x2="-9.20527766%" y2="107.785399%" id="linearGradient-1">
|
8
|
-
<stop stop-color="#B857E2" offset="0%"></stop>
|
9
|
-
<stop stop-color="#FA6733" offset="100%"></stop>
|
10
|
-
</linearGradient>
|
11
|
-
</defs>
|
12
|
-
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
13
|
-
<g id="play" fill-rule="nonzero">
|
14
|
-
<circle id="Circle" fill="url(#linearGradient-1)" cx="42.5" cy="42.5" r="42.5"></circle>
|
15
|
-
<path d="M33.2727563,31.2511271 C33.2727563,29.0449241 34.8018606,28.1845563 36.6952584,29.3337828 L55.5236741,40.7619754 C57.4138697,41.9092584 57.4170718,43.767428 55.5236741,44.9166545 L36.6952584,56.3448471 C34.8050627,57.49213 33.2727563,56.6346432 33.2727563,54.4275028 L33.2727563,31.2511271 Z" id="Play" fill="#FFFFFF"></path>
|
16
|
-
</g>
|
17
|
-
</g>
|
18
|
-
</svg>
|
@@ -1,15 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<svg width="28px" height="20px" viewBox="0 0 28 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
3
|
-
<!-- Generator: Sketch 50.2 (55047) - http://www.bohemiancoding.com/sketch -->
|
4
|
-
<title>show-playlist</title>
|
5
|
-
<desc>Created with Sketch.</desc>
|
6
|
-
<defs></defs>
|
7
|
-
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
8
|
-
<g id="show-playlist" fill-rule="nonzero">
|
9
|
-
<rect id="line3" fill="#D8D8D8" x="13" y="0" width="15" height="4" rx="2"></rect>
|
10
|
-
<path d="M0,1.21265485 C0,0.661639346 0.378141603,0.448477026 0.843763561,0.73602514 L10.1416152,6.47797879 C10.607613,6.76575898 10.6072372,7.23257492 10.1416152,7.52012303 L0.843763561,13.2620767 C0.377765814,13.5498569 0,13.3317106 0,12.785447 L0,1.21265485 Z" id="play-small2" fill="#E1E1E1"></path>
|
11
|
-
<rect id="line2" fill="#E1E1E1" x="14" y="8" width="14" height="4" rx="2"></rect>
|
12
|
-
<rect id="line1" fill="#E1E1E1" x="0" y="16" width="28" height="4" rx="2"></rect>
|
13
|
-
</g>
|
14
|
-
</g>
|
15
|
-
</svg>
|
@@ -1,20 +0,0 @@
|
|
1
|
-
Copyright (c) 2013 Yuriy Khabarov <13real008@gmail.com>
|
2
|
-
|
3
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
4
|
-
a copy of this software and associated documentation files (the
|
5
|
-
"Software"), to deal in the Software without restriction, including
|
6
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
7
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
8
|
-
permit persons to whom the Software is furnished to do so, subject to
|
9
|
-
the following conditions:
|
10
|
-
|
11
|
-
The above copyright notice and this permission notice shall be
|
12
|
-
included in all copies or substantial portions of the Software.
|
13
|
-
|
14
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
15
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
16
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
17
|
-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
18
|
-
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
19
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
20
|
-
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
@@ -1,28 +0,0 @@
|
|
1
|
-
<h1>jQuery Scrollbar</h1>
|
2
|
-
|
3
|
-
Cross-browser CSS customizable scrollbar with advanced features:
|
4
|
-
<ul>
|
5
|
-
<li>Easy to implement</li>
|
6
|
-
<li>No fixed height or width</li>
|
7
|
-
<li>Responsive design support</li>
|
8
|
-
<li>CSS customizable</li>
|
9
|
-
<li>Standard scroll behavior</li>
|
10
|
-
<li>Vertical, horizontal or both scrollbars</li>
|
11
|
-
<li>Automatically reinitialize scrollbar</li>
|
12
|
-
<li>External scrollbars support</li>
|
13
|
-
<li>Browser support: IE7+, Firefox<sup>1</sup>, Opera, Chrome, Safari</li>
|
14
|
-
<li>jQuery Scrollbar as Angular.JS directive</li>
|
15
|
-
<li>Textarea scrollbar</li>
|
16
|
-
<li>RTL support<sup>2</sup></li>
|
17
|
-
</ul>
|
18
|
-
|
19
|
-
<h4><a href="http://gromo.github.io/jquery.scrollbar/demo/basic.html">Basic Scrollbars Demo</a></h4>
|
20
|
-
<h4><a href="http://gromo.github.io/jquery.scrollbar/demo/advanced.html">Advanced Scrollbars Demo</a></h4>
|
21
|
-
<h4><a href="http://gromo.github.io/jquery.scrollbar/demo/angular.html">jQuery Scrollbar as Angular.JS directive</a></h4>
|
22
|
-
|
23
|
-
<h4><a href="http://gromo.github.io/jquery.scrollbar/">Documentation</a></h4>
|
24
|
-
<h4><a href="https://github.com/gromo/jquery.scrollbar/blob/master/CHANGELOG.md">Changelog</a></h4>
|
25
|
-
<h4><a href="https://github.com/gromo/jquery.scrollbar/archive/gh-pages.zip">Download</a></h4>
|
26
|
-
|
27
|
-
<sup>1</sup> There is known issue that native browser scrollbar cannot be hidden in Firefox on Apple devices, so this plugin is not initialized and you will see native scrollbars.
|
28
|
-
<sup>2</sup> Experimental support in master branch, styles for scrollbars are not updated
|