j1-template 2023.1.0 → 2023.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (200) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/themes/j1/layouts/content_generator_collection.html +2 -3
  3. data/assets/data/banner.html +8 -6
  4. data/assets/data/masonry.html +263 -73
  5. data/assets/data/slick.html +155 -59
  6. data/assets/error_pages/HTTP204.html +1 -1
  7. data/assets/error_pages/HTTP400.html +1 -1
  8. data/assets/error_pages/HTTP401.html +1 -1
  9. data/assets/error_pages/HTTP403.html +1 -1
  10. data/assets/error_pages/HTTP404.html +1 -1
  11. data/assets/error_pages/HTTP444.html +1 -1
  12. data/assets/error_pages/HTTP445.html +1 -1
  13. data/assets/error_pages/HTTP446.html +1 -1
  14. data/assets/error_pages/HTTP447.html +1 -1
  15. data/assets/error_pages/HTTP448.html +1 -1
  16. data/assets/error_pages/HTTP500.html +1 -1
  17. data/assets/error_pages/HTTP501.html +1 -1
  18. data/assets/error_pages/HTTP502.html +1 -1
  19. data/assets/error_pages/HTTP503.html +1 -1
  20. data/assets/themes/j1/adapter/js/masonry.js +9 -1
  21. data/assets/themes/j1/adapter/js/slick.js +239 -134
  22. data/assets/themes/j1/core/css/themes/unolight/bootstrap.css +247 -0
  23. data/assets/themes/j1/core/css/themes/unolight/bootstrap.min.css +1 -1
  24. data/assets/themes/j1/core/js/template.js +55 -57
  25. data/assets/themes/j1/core/js/template.min.js +6 -6
  26. data/assets/themes/j1/core/js/template.min.js.map +1 -1
  27. data/assets/themes/j1/modules/masonry/css/theme/uno.css +1 -1
  28. data/assets/themes/j1/modules/masonry/css/theme/uno.min.css +1 -1
  29. data/assets/themes/j1/modules/slick/lightbox/README.md +6 -1
  30. data/assets/themes/j1/modules/slick/lightbox/css/theme/uno.css +36 -0
  31. data/assets/themes/j1/modules/slick/lightbox/css/theme/uno.min.css +15 -0
  32. data/assets/themes/j1/modules/slick/lightbox/js/slick-lightbox.js +1 -1
  33. data/assets/themes/j1/modules/slick/slider/css/theme/uno.css +173 -137
  34. data/assets/themes/j1/modules/slick/slider/css/theme/uno.min.css +1 -1
  35. data/assets/themes/j1/modules/slick/slider/js/slick.js +2970 -2233
  36. data/assets/themes/j1/modules/translator/css/translator.css +3 -19
  37. data/assets/themes/j1/modules/translator/css/translator.min.css +1 -1
  38. data/lib/j1/version.rb +1 -1
  39. data/lib/starter_web/Gemfile +2 -2
  40. data/lib/starter_web/README.md +5 -5
  41. data/lib/starter_web/_config.yml +25 -1
  42. data/lib/starter_web/_data/blocks/banner.yml +45 -46
  43. data/lib/starter_web/_data/blocks/panel.yml +9 -9
  44. data/lib/starter_web/_data/layouts/home.yml +39 -21
  45. data/lib/starter_web/_data/modules/defaults/slick.yml +2 -2
  46. data/lib/starter_web/_data/modules/masonry.yml +154 -41
  47. data/lib/starter_web/_data/modules/navigator_menu.yml +45 -4
  48. data/lib/starter_web/_data/modules/scroller.yml +1 -1
  49. data/lib/starter_web/_data/modules/slick.yml +260 -54
  50. data/lib/starter_web/_data/puma/config.rb +10 -0
  51. data/lib/starter_web/_data/resources.yml +1 -0
  52. data/lib/starter_web/_data/templates/feed.xml +1 -1
  53. data/lib/starter_web/_includes/attributes.asciidoc +24 -0
  54. data/lib/starter_web/_includes/custom/static/readme +1 -1
  55. data/lib/starter_web/_includes/custom/templates/collection_panel.html +131 -0
  56. data/lib/starter_web/_includes/custom/templates/custom_header.html +98 -76
  57. data/lib/starter_web/_includes/custom/templates/people_panel.html +144 -0
  58. data/lib/starter_web/_includes/custom/templates/readme +1 -1
  59. data/lib/starter_web/_plugins/asciidoctor/carousel-block.rb +1 -1
  60. data/lib/starter_web/_plugins/asciidoctor/gallery-block.rb +1 -1
  61. data/lib/starter_web/_plugins/asciidoctor/gist-block.rb +1 -1
  62. data/lib/starter_web/_plugins/asciidoctor/lightbox-block.rb +1 -1
  63. data/lib/starter_web/_plugins/asciidoctor/masonry-block.rb +1 -1
  64. data/lib/starter_web/_plugins/asciidoctor/masterslider-block.rb +1 -1
  65. data/lib/starter_web/_plugins/asciidoctor/mdil-icon-inline.rb +10 -0
  66. data/lib/starter_web/_plugins/asciidoctor/placeholder-inline.rb +44 -0
  67. data/lib/starter_web/_plugins/asciidoctor/slick-block.rb +1 -1
  68. data/lib/starter_web/_plugins/index/lunr.rb +1 -1
  69. data/lib/starter_web/assets/images/collections/people/diana-petersen.jpg +0 -0
  70. data/lib/starter_web/assets/images/collections/people/larry-parker.jpg +0 -0
  71. data/lib/starter_web/assets/images/collections/people/parveen-anand.jpg +0 -0
  72. data/lib/starter_web/assets/images/modules/attics/1920x1280/kelly-sikkemal.jpg +0 -0
  73. data/lib/starter_web/assets/images/modules/attics/1920x1280/kira-auf-der-heide.jpg +0 -0
  74. data/lib/starter_web/assets/images/modules/gallery/old_times/image_02.jpg +0 -0
  75. data/lib/starter_web/collections/_biography/a-life-in-questions.adoc +5 -5
  76. data/lib/starter_web/collections/_biography/becoming.adoc +5 -5
  77. data/lib/starter_web/collections/_biography/born-to-run.adoc +5 -5
  78. data/lib/starter_web/collections/_biography/forty-autumns.adoc +5 -5
  79. data/lib/starter_web/collections/_biography/not-dead-yet.adoc +5 -6
  80. data/lib/starter_web/collections/_biography/princess-diarist-the.adoc +5 -5
  81. data/lib/starter_web/collections/_biography/when-breath-becomes-air.adoc +6 -7
  82. data/lib/starter_web/collections/_fantasy/harry-potter-deathly-hallows.adoc +14 -4
  83. data/lib/starter_web/collections/_fantasy/harry-potter-philosophers-stone.adoc +13 -3
  84. data/lib/starter_web/collections/_fantasy/mistborn-trilogy.adoc +11 -3
  85. data/lib/starter_web/collections/_fantasy/ready-player-one.adoc +15 -3
  86. data/lib/starter_web/collections/_fantasy/sword-of-destiny.adoc +11 -3
  87. data/lib/starter_web/collections/_fantasy/terry-pratchet-diary-2017.adoc +11 -3
  88. data/lib/starter_web/collections/_people/diana-petersen.adoc +167 -0
  89. data/lib/starter_web/collections/_people/larry-parker.adoc +167 -0
  90. data/lib/starter_web/collections/_people/parveen-anand.adoc +167 -0
  91. data/lib/starter_web/collections/_portfolio/branding.adoc +97 -0
  92. data/lib/starter_web/collections/_portfolio/graphic_design.adoc +97 -0
  93. data/lib/starter_web/collections/_portfolio/identity.adoc +99 -0
  94. data/lib/starter_web/collections/_portfolio/illustration.adoc +101 -0
  95. data/lib/starter_web/collections/_portfolio/photography.adoc +100 -0
  96. data/lib/starter_web/collections/_portfolio/web_design.adoc +109 -0
  97. data/lib/starter_web/collections/_romance/breath-of-snow-and-ashes-a.adoc +12 -3
  98. data/lib/starter_web/collections/_romance/dressmaker-the.adoc +10 -3
  99. data/lib/starter_web/collections/_romance/fiery-cross-the.adoc +13 -3
  100. data/lib/starter_web/collections/_romance/it-ends-with-us.adoc +11 -3
  101. data/lib/starter_web/collections/_romance/outlander-novel.adoc +12 -3
  102. data/lib/starter_web/collections/_romance/virgins-outlander-short-story.adoc +16 -4
  103. data/lib/starter_web/collections/posts/public/featured/_posts/2021-01-01-about-cookies.adoc +1 -1
  104. data/lib/starter_web/collections/posts/public/featured/_posts/2021-02-01-static-site-generators.adoc +2 -2
  105. data/lib/starter_web/collections/posts/public/featured/_posts/_includes/attributes.asciidoc +2 -2
  106. data/lib/starter_web/collections/posts/public/series/_posts/2022-08-01-organize-your-life.adoc +4 -4
  107. data/lib/starter_web/collections/posts/public/series/_posts/2022-08-02-organize-your-life.adoc +4 -4
  108. data/lib/starter_web/collections/posts/public/series/_posts/2022-08-03-organize-your-life.adoc +4 -4
  109. data/lib/starter_web/collections/posts/public/series/_posts/2022-09-01-organize-your-life.adoc +4 -4
  110. data/lib/starter_web/collections/posts/public/series/_posts/2022-09-02-organize-your-life.adoc +4 -4
  111. data/lib/starter_web/index.html +129 -129
  112. data/lib/starter_web/package.json +1 -1
  113. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/documentation.adoc +1 -1
  114. data/lib/starter_web/pages/public/asciidoc_skeletons/multi-document/multi.adoc +1 -1
  115. data/lib/starter_web/pages/public/learn/bookshelf/article_previewer/viewer_all_books.adoc +107 -0
  116. data/lib/starter_web/pages/public/{bookshelf → learn/bookshelf}/article_previewer/viewer_biography.adoc +21 -12
  117. data/lib/starter_web/pages/public/{bookshelf → learn/bookshelf}/article_previewer/viewer_fantasy.adoc +11 -6
  118. data/lib/starter_web/pages/public/{bookshelf → learn/bookshelf}/article_previewer/viewer_romance.adoc +11 -5
  119. data/lib/starter_web/pages/public/learn/roundtrip/_includes/attributes.asciidoc +2 -2
  120. data/lib/starter_web/pages/public/learn/roundtrip/present_images.adoc +53 -4
  121. data/lib/starter_web/pages/public/learn/roundtrip/responsive_tables.adoc +1 -1
  122. data/lib/starter_web/pages/public/plans/plans.adoc +25 -12
  123. data/lib/starter_web/pages/public/previewer/preview_bootstrap_theme.adoc +54 -82
  124. data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
  125. data/lib/starter_web/utilsrv/package.json +1 -1
  126. metadata +59 -79
  127. data/assets/data/masonry.4.html +0 -213
  128. data/assets/themes/j1/adapter/js/slick.3.js +0 -365
  129. data/lib/starter_web/assets/images/collections/blog/wikipedia/columbia-river.1200x400.jpg +0 -0
  130. data/lib/starter_web/assets/images/collections/blog/wikipedia/minneapolis.1200x400.jpg +0 -0
  131. data/lib/starter_web/assets/images/collections/blog/wikipedia/narcise-snake-pits.1200x400.jpg +0 -0
  132. data/lib/starter_web/assets/images/parsa/customers/200x150/img1.png +0 -0
  133. data/lib/starter_web/assets/images/parsa/customers/200x150/img2.png +0 -0
  134. data/lib/starter_web/assets/images/parsa/customers/200x150/img3.png +0 -0
  135. data/lib/starter_web/assets/images/parsa/customers/200x150/img4.png +0 -0
  136. data/lib/starter_web/assets/images/parsa/customers/200x150/img5.png +0 -0
  137. data/lib/starter_web/assets/images/parsa/customers/200x150/img6.png +0 -0
  138. data/lib/starter_web/assets/images/parsa/customers/200x150/img7.png +0 -0
  139. data/lib/starter_web/assets/images/parsa/customers/200x150/img8.png +0 -0
  140. data/lib/starter_web/assets/images/parsa/customers/200x150/img9.png +0 -0
  141. data/lib/starter_web/assets/images/parsa/customers/client-1.png +0 -0
  142. data/lib/starter_web/assets/images/parsa/customers/client-2.png +0 -0
  143. data/lib/starter_web/assets/images/parsa/customers/client-3.png +0 -0
  144. data/lib/starter_web/assets/images/parsa/customers/client-4.png +0 -0
  145. data/lib/starter_web/assets/images/parsa/customers/client-5.png +0 -0
  146. data/lib/starter_web/assets/images/parsa/customers/client-6.png +0 -0
  147. data/lib/starter_web/assets/images/parsa/customers/client-7.png +0 -0
  148. data/lib/starter_web/assets/images/parsa/icons/favicon.ico +0 -0
  149. data/lib/starter_web/assets/images/parsa/icons/icon.png +0 -0
  150. data/lib/starter_web/assets/images/parsa/icons/icon.svg +0 -152
  151. data/lib/starter_web/assets/images/parsa/icons/logo.svg +0 -172
  152. data/lib/starter_web/assets/images/parsa/masthead/19-02-_2023_09-05-46.jpg +0 -0
  153. data/lib/starter_web/assets/images/parsa/masthead/banner-img.png +0 -0
  154. data/lib/starter_web/assets/images/parsa/pages/1920x1280/author.jpg +0 -0
  155. data/lib/starter_web/assets/images/parsa/pages/1920x1280/contact.jpg +0 -0
  156. data/lib/starter_web/assets/images/parsa/pages/author.jpg +0 -0
  157. data/lib/starter_web/assets/images/parsa/pages/contact.jpg +0 -0
  158. data/lib/starter_web/assets/images/parsa/partners/scalable/facebook.svg +0 -34
  159. data/lib/starter_web/assets/images/parsa/partners/scalable/google.svg +0 -35
  160. data/lib/starter_web/assets/images/parsa/partners/scalable/ibm.svg +0 -24
  161. data/lib/starter_web/assets/images/parsa/partners/scalable/microsoft.svg +0 -42
  162. data/lib/starter_web/assets/images/parsa/posts/1280x1024/post-img.jpg +0 -0
  163. data/lib/starter_web/assets/images/parsa/posts/1280x1024/post-single.jpg +0 -0
  164. data/lib/starter_web/assets/images/parsa/promo/home/screenshot.jpg +0 -0
  165. data/lib/starter_web/pages/public/previewer/preview_masonry.adoc +0 -361
  166. data/lib/starter_web/pages/public/previewer/preview_slick_slider.adoc +0 -375
  167. /data/lib/starter_web/assets/images/{parsa → collections}/portfolio/1.jpg +0 -0
  168. /data/lib/starter_web/assets/images/{parsa → collections}/portfolio/2.jpg +0 -0
  169. /data/lib/starter_web/assets/images/{parsa → collections}/portfolio/3.jpg +0 -0
  170. /data/lib/starter_web/assets/images/{parsa → collections}/portfolio/4.jpg +0 -0
  171. /data/lib/starter_web/assets/images/{parsa → collections}/portfolio/5.jpg +0 -0
  172. /data/lib/starter_web/assets/images/{parsa → collections}/portfolio/6.jpg +0 -0
  173. /data/lib/starter_web/assets/images/{parsa/icons → icons/controls}/close-icon.svg +0 -0
  174. /data/lib/starter_web/assets/images/{parsa/icons → icons/controls}/up.svg +0 -0
  175. /data/lib/starter_web/assets/images/{collections/blog → posts}/featured/dynamic-web-access.png +0 -0
  176. /data/lib/starter_web/assets/images/{collections/blog → posts}/featured/jamstack-generators.png +0 -0
  177. /data/lib/starter_web/assets/images/{collections/blog → posts}/featured/jekyll.1200x400.png +0 -0
  178. /data/lib/starter_web/assets/images/{collections/blog → posts}/featured/jekyll.png +0 -0
  179. /data/lib/starter_web/assets/images/{parsa/posts → posts}/featured/post-1.jpg +0 -0
  180. /data/lib/starter_web/assets/images/{parsa/posts → posts}/featured/post-2.jpg +0 -0
  181. /data/lib/starter_web/assets/images/{parsa/posts → posts}/featured/post-3.jpg +0 -0
  182. /data/lib/starter_web/assets/images/{parsa/posts → posts}/featured/post-4.jpg +0 -0
  183. /data/lib/starter_web/assets/images/{parsa/posts → posts}/featured/post-5.jpg +0 -0
  184. /data/lib/starter_web/assets/images/{collections/blog → posts}/featured/static-web-access.png +0 -0
  185. /data/lib/starter_web/assets/images/{parsa/posts → posts}/natural_food/post-1.jpg +0 -0
  186. /data/lib/starter_web/assets/images/{parsa/posts → posts}/natural_food/post-10.jpg +0 -0
  187. /data/lib/starter_web/assets/images/{parsa/posts → posts}/natural_food/post-11.jpg +0 -0
  188. /data/lib/starter_web/assets/images/{parsa/posts → posts}/natural_food/post-12.jpg +0 -0
  189. /data/lib/starter_web/assets/images/{parsa/posts → posts}/natural_food/post-13.jpg +0 -0
  190. /data/lib/starter_web/assets/images/{parsa/posts → posts}/natural_food/post-2.jpg +0 -0
  191. /data/lib/starter_web/assets/images/{parsa/posts → posts}/natural_food/post-3.jpg +0 -0
  192. /data/lib/starter_web/assets/images/{parsa/posts → posts}/natural_food/post-4.jpg +0 -0
  193. /data/lib/starter_web/assets/images/{parsa/posts → posts}/natural_food/post-5.jpg +0 -0
  194. /data/lib/starter_web/assets/images/{parsa/posts → posts}/natural_food/post-6.jpg +0 -0
  195. /data/lib/starter_web/assets/images/{parsa/posts → posts}/natural_food/post-7.jpg +0 -0
  196. /data/lib/starter_web/assets/images/{parsa/posts → posts}/natural_food/post-8.jpg +0 -0
  197. /data/lib/starter_web/assets/images/{parsa/posts → posts}/natural_food/post-9.jpg +0 -0
  198. /data/lib/starter_web/assets/images/{parsa/posts → posts}/post-img.jpg +0 -0
  199. /data/lib/starter_web/assets/images/{parsa/posts → posts}/post-single.jpg +0 -0
  200. /data/lib/starter_web/pages/public/{bookshelf → learn/bookshelf}/jekyll_collections.adoc +0 -0
@@ -15,7 +15,7 @@ keywords: >
15
15
  Roundtrip
16
16
 
17
17
  categories: [ Roundtrip ]
18
- tags: [ Module, Carousel, Lightbox, Image, Slider ]
18
+ tags: [ Module, Carousel, Lightbox, Image, Slider, Slick ]
19
19
 
20
20
  image:
21
21
  path: /assets/images/modules/attics/1920x1280/quino-al-2.jpg
@@ -30,7 +30,7 @@ permalink: /pages/public/learn/roundtrip/present_im
30
30
  resources: [
31
31
  animate, clipboard, carousel, comments,
32
32
  justifiedGallery, lightbox, lightGallery,
33
- masterslider, rouge
33
+ masterslider, rouge, slick
34
34
  ]
35
35
  resource_options:
36
36
  - attic:
@@ -63,7 +63,7 @@ resource_options:
63
63
  :url-j1-docs--masterslider-module: https://jekyll.one/pages/public/manuals/modules/masterslider/
64
64
 
65
65
  :url-j1-masterslider-slider-previewer: https://jekyll.one/pages/public/previewer/masterslider/
66
-
66
+ :url-j1-slick-previewer: /pages/public/previewer/slick/
67
67
 
68
68
  // Load Liquid procedures
69
69
  // -----------------------------------------------------------------------------
@@ -144,6 +144,7 @@ LightGallery can do this by the following example.
144
144
 
145
145
  gallery::jg_old_times[ role="mb-4 wm-800" ]
146
146
 
147
+
147
148
  == J1 Carousel
148
149
 
149
150
  J1 Carousel is based on OWL Carousel V1 in the latest (and unfortunately
@@ -233,6 +234,53 @@ many images the show contains.
233
234
  .One Slide Carousel
234
235
  carousel::demo_oneslide[role="mb-4"]
235
236
 
237
+
238
+ == J1 Slick Carousel
239
+
240
+ [role="mb-4"]
241
+ _Slick_ is a popular jQuery plugin for creating responsive and fully
242
+ customizable carousels. It allows developers to easily create beautiful
243
+ and dynamic carousels that can display images, videos, or any other type
244
+ of content in a visually appealing way. The plugin is designed to be
245
+ lightweight, fast, and easy to use, making it a popular choice for all web
246
+ developers. It has many features, including multiple navigation options,
247
+ lazy loading, or autoplay. Slick carousels are compatible with all modern
248
+ browsers and devices, making it a great choice to create a responsive and
249
+ mobile-friendly website.
250
+
251
+ === Slick Image Carousel
252
+
253
+ [role="mb-4"]
254
+ An _Slick_ image carousel typically consists of a container with images and
255
+ a navigation system, including buttons, arrows, or dots that allow users to
256
+ move back and forth between images or select a specific image. Image carousels
257
+ can also include animation effects, such as fade-in or slide-in transitions
258
+ between images, to make the presentation more engaging and visually appealing.
259
+
260
+ .Carousel + Arrows + Dots + Captions + Lightbox
261
+ slick::image_carousel_mega_cities_lightbox[role="mb-5"]
262
+
263
+ === Slick Carousel from Collections
264
+
265
+ [role="mb-4"]
266
+ A carousel from a collection for J1 Template is a *pre-defined* carousel
267
+ type to display collection *articles* on a webpage as a carousel. Collection
268
+ carousels pull content from a specific *collection*. All Carousels
269
+ for collections display the article image and a link to the article as a
270
+ caption. All Slick carousels for the J1 Theme can be easily customized in
271
+ various ways, such as changing the slider speed, or the navigation options
272
+ like *Arrows* and *Dots*.
273
+
274
+ .Collection Biography + Arrows + Dots + Gutters
275
+ slick::collection_carousel_biography[role="mb-3"]
276
+
277
+ === More about Slick Carousels
278
+
279
+ [role="mb-4"]
280
+ If you're interested to learn more about _Slick_, go previewer page
281
+ link:{url-j1-slick-previewer}[Slick Previewer, {browser-window--new}],
282
+
283
+
236
284
  == J1 Master Slider
237
285
 
238
286
  The Javascript tool _Master Slider_ is a 3rd party plugin fully integrated
@@ -323,13 +371,14 @@ masterslider::ms_00009[role="mb-5"]
323
371
 
324
372
  === More about Master Slider
325
373
 
374
+ [role="mb-5"]
326
375
  If you're interested to learn more about MS Slider, go for the following
327
376
  documents:
328
377
 
329
378
  * MS Slider link:{url-j1-masterslider-slider-previewer}[Previewer, {browser-window--new}]
330
379
  * MS Slider link:{url-j1-docs--masterslider-module}[Module documentation, {browser-window--new}]
331
380
 
332
- [role="mt-5"]
381
+
333
382
  == JustifiedGallery
334
383
 
335
384
  link:{url-justified-gallery--home}[JustifiedGallery, {browser-window--new}]
@@ -22,7 +22,7 @@ image:
22
22
  alt: Photo by Markus Spiske on Unsplash
23
23
 
24
24
  flowtext: false
25
- fab_menu_id: page_ctrl
25
+ fab_menu_id: open_toc
26
26
  scrollbar: true
27
27
 
28
28
  regenerate: false
@@ -1,13 +1,12 @@
1
1
  ---
2
2
  title: J1 Starter
3
- tagline: Plan Setails
3
+ tagline: Plan Details
4
4
  date: 2020-11-03 00:00:00
5
5
  description: >
6
- A good user experience browsing a Web site is one of the most important
7
- features a website offers as a must, besides excellent content. Presenting
8
- content at its best on all devices for all window sizes makes a great Web
9
- brilliant. J1 Theme supports your Web for full responsiveness, for the
10
- best user experience on all modern devices.
6
+ Service plans give customers a clear understanding of what services
7
+ they will receive, how they will be provided, and what they will cost. Service
8
+ plans help ensure that the service provider and the customer are on the same
9
+ page and can work together effectively.
11
10
 
12
11
  categories: [ Info ]
13
12
  tags: [ Plan, Template ]
@@ -17,7 +16,7 @@ robots:
17
16
  follow: false
18
17
 
19
18
  image:
20
- path: /assets/images/modules/attics/gift-from-hand-1920x1280.jpg
19
+ path: /assets/images/modules/attics/1920x1280/kira-auf-der-heide.jpg
21
20
  width: 1920
22
21
  height: 1280
23
22
  alt: Plan Details
@@ -33,8 +32,12 @@ resource_options:
33
32
  - attic:
34
33
  padding_top: 600
35
34
  slides:
36
- - url: /assets/images/modules/attics/gift-from-hand-1920x1280.jpg
37
- alt: Plan Details
35
+ - url: /assets/images/modules/attics/1920x1280/kira-auf-der-heide.jpg
36
+ alt: Photo by Kira auf der Heide on Unsplash
37
+ badge:
38
+ type: unsplash
39
+ author: Kira auf der Heide
40
+ href: https://unsplash.com/@kadh
38
41
  ---
39
42
 
40
43
  // Page Initializer
@@ -61,15 +64,25 @@ resource_options:
61
64
  // -----------------------------------------------------------------------------
62
65
  == Plans
63
66
 
64
- lorem:sentences[5]
67
+ Service plans are typically contracts or agreements between a service provider
68
+ and a customer, outlining the terms and conditions of a particular service or
69
+ set of services that will be provided.
65
70
 
66
- lorem:sentences[3]
71
+ Service plans may include details such as the scope of the service, the level
72
+ of support provided, the duration of the contract, the payment terms, and any
73
+ additional fees or charges. Some service plans may also include warranties or
74
+ guarantees, outlining what the customer can expect regarding quality or
75
+ reliability.
76
+
77
+ Overall, service plans give customers a clear understanding of what services
78
+ they will receive, how they will be provided, and what they will cost. Service
79
+ plans help ensure that the service provider and the customer are on the same
80
+ page and can work together effectively.
67
81
 
68
82
  === Starter
69
83
 
70
84
  lorem:sentences[5]
71
85
 
72
-
73
86
  === Base
74
87
 
75
88
  lorem:sentences[5]
@@ -18,7 +18,7 @@ image:
18
18
  alt: Photo by Clem Onojeghuo on Unsplash
19
19
 
20
20
  comments: false
21
- fab_menu_id: page_ctrl
21
+ fab_menu_id: open_toc
22
22
  scrollbar: false
23
23
  regenerate: false
24
24
  permalink: /pages/public/previewer/current_theme/
@@ -1686,11 +1686,11 @@ ifeval::[{navs} == true]
1686
1686
  == Navs
1687
1687
 
1688
1688
  Navigation available in Bootstrap shares general markup and styles, from the
1689
- base .nav class to the active and disabled states. Swap modifier classes to
1689
+ base `.nav` class to the active and disabled states. Swap modifier classes to
1690
1690
  switch between each style.
1691
1691
 
1692
- The base .nav component is built with a flexbox and provides a strong foundation
1693
- for building all navigation components. It includes some style
1692
+ The base `.nav` component is built with a flexbox and provides a strong
1693
+ foundation for building all navigation components. It includes some style
1694
1694
  overrides (for working with lists), link padding for larger hit areas,
1695
1695
  and basic disabled styling.
1696
1696
 
@@ -1700,51 +1700,43 @@ link:{url-bs-docs--components-navs}[Bootstrap Docs {char-middot} Navs, {browser-
1700
1700
  ifeval::[{navs_tabs} == true]
1701
1701
  === Tabs
1702
1702
 
1703
- Tabs takes the basic nav from above and adds the .nav-tabs class to generate
1704
- a tabbed interface. Use them to create tabbable regions with our tab
1703
+ Tabs takes the basic nav from above and adds the `.nav-tabs` class to generate
1704
+ a tabbed interface. Use them to create tabbable regions with the BS5 tab
1705
1705
  JavaScript plugin.
1706
1706
 
1707
1707
  ++++
1708
1708
  <div class="doc-example mb-3">
1709
- <ul class="nav nav-tabs mb-3">
1710
- <li class="nav-item">
1711
- <a class="link-no-decoration nav-link active" data-bs-toggle="tab" href="#home">Home</a>
1709
+
1710
+ <ul id="myTab" class="nav nav-tabs mb-3" role="tablist">
1711
+ <li class="nav-item mr-1" role="presentation">
1712
+ <button id="home-tab" class="nav-link active" data-bs-toggle="tab" data-bs-target="#home-tab-pane" type="button" role="tab" aria-controls="home-tab-pane" aria-selected="true">Home</button>
1712
1713
  </li>
1713
- <li class="nav-item">
1714
- <a class="link-no-decoration nav-link" data-bs-toggle="tab" href="#profile">Profile</a>
1714
+ <li class="nav-item mr-1" role="presentation">
1715
+ <button id="profile-tab" class="nav-link" data-bs-toggle="tab" data-bs-target="#profile-tab-pane" type="button" role="tab" aria-controls="profile-tab-pane" aria-selected="false" tabindex="-1">Profile</button>
1715
1716
  </li>
1716
- <li class="nav-item dropdown">
1717
- <a href="javascript:void(0)" class="nav-link dropdown-toggle" data-bs-toggle="dropdown"
1718
- role="button"
1719
- aria-haspopup="true" aria-expanded="false">
1720
- Dropdown
1721
- </a>
1722
- <div class="dropdown-menu">
1723
- <a href="javascript:void(0)" class="dropdown-item">Action</a>
1724
- <a href="javascript:void(0)" class="dropdown-item">Another action</a>
1725
- <a href="javascript:void(0)" class="dropdown-item">Something else here</a>
1726
- <div class="dropdown-divider"></div>
1727
- <a href="javascript:void(0)" class="dropdown-item">Separated link</a>
1728
- </div>
1717
+ <li class="nav-item mr-1" role="presentation">
1718
+ <button id="contact-tab" class="nav-link" data-bs-toggle="tab" data-bs-target="#contact-tab-pane" type="button" role="tab" aria-controls="contact-tab-pane" aria-selected="false" tabindex="-1">Contact</button>
1729
1719
  </li>
1730
- <li class="nav-item">
1731
- <a href="javascript:void(0)" class="nav-link disabled">Disabled</a>
1720
+ <li class="nav-item mr-1" role="presentation">
1721
+ <button id="disabled-tab" class="nav-link" data-bs-toggle="tab" data-bs-target="#disabled-tab-pane" type="button" role="tab" aria-controls="disabled-tab-pane" aria-selected="false" disabled="" tabindex="-1">Disabled</button>
1732
1722
  </li>
1733
1723
  </ul>
1724
+
1734
1725
  <div id="myTabContent" class="tab-content">
1735
- <div class="tab-pane fade active show" id="home">
1736
- <p>Raw denim you probably haven't heard of them jean shorts Austin. Nesciunt tofu stumptown aliqua, retro synth master cleanse. Mustache cliche tempor, williamsburg carles vegan helvetica. Reprehenderit butcher retro keffiyeh dreamcatcher synth. Cosby sweater eu banh mi, qui irure terry richardson ex squid. Aliquip placeat salvia cillum iphone. Seitan aliquip quis cardigan american apparel, butcher voluptate nisi qui.</p>
1726
+ <div id="home-tab-pane" class="tab-pane fade active show" role="tabpanel" aria-labelledby="home-tab" tabindex="0">
1727
+ <p>This is some placeholder content the <strong>Home tab's</strong> associated content. Clicking another tab will toggle the visibility of this one for the next. The tab JavaScript swaps classes to control the content visibility and styling. You can use it with tabs, pills, and any other <code>.nav</code>-powered navigation.</p>
1737
1728
  </div>
1738
- <div class="tab-pane fade" id="profile">
1739
- <p>Food truck fixie locavore, accusamus mcsweeney's marfa nulla single-origin coffee squid. Exercitation +1 labore velit, blog sartorial PBR leggings next level wes anderson artisan four loko farm-to-table craft beer twee. Qui photo booth letterpress, commodo enim craft beer mlkshk aliquip jean shorts ullamco ad vinyl cillum PBR. Homo nostrud organic, assumenda labore aesthetic magna delectus mollit.</p>
1729
+ <div id="profile-tab-pane" class="tab-pane fade" role="tabpanel" aria-labelledby="profile-tab" tabindex="0">
1730
+ <p>This is some placeholder content the <strong>Profile tab's</strong> associated content. Clicking another tab will toggle the visibility of this one for the next. The tab JavaScript swaps classes to control the content visibility and styling. You can use it with tabs, pills, and any other <code>.nav</code>-powered navigation.</p>
1740
1731
  </div>
1741
- <div class="tab-pane fade" id="dropdown1">
1742
- <p>Etsy mixtape wayfarers, ethical wes anderson tofu before they sold out mcsweeney's organic lomo retro fanny pack lo-fi farm-to-table readymade. Messenger bag gentrify pitchfork tattooed craft beer, iphone skateboard locavore carles etsy salvia banksy hoodie helvetica. DIY synth PBR banksy irony. Leggings gentrify squid 8-bit cred pitchfork.</p>
1732
+ <div id="contact-tab-pane" class="tab-pane fade" role="tabpanel" aria-labelledby="contact-tab" tabindex="0">
1733
+ <p>This is some placeholder content the <strong>Contact tab's</strong> associated content. Clicking another tab will toggle the visibility of this one for the next. The tab JavaScript swaps classes to control the content visibility and styling. You can use it with tabs, pills, and any other <code>.nav</code>-powered navigation.</p>
1743
1734
  </div>
1744
- <div class="tab-pane fade" id="dropdown2">
1745
- <p>Trust fund seitan letterpress, keytar raw denim keffiyeh etsy art party before they sold out master cleanse gluten-free squid scenester freegan cosby sweater. Fanny pack portland seitan DIY, art party locavore wolf cliche high life echo park Austin. Cred vinyl keffiyeh DIY salvia PBR, banh mi before they sold out farm-to-table VHS viral locavore cosby sweater.</p>
1735
+ <div id="disabled-tab-pane" class="tab-pane fade" role="tabpanel" aria-labelledby="disabled-tab" tabindex="0">
1736
+ <p>This is some placeholder content the <strong>Disabled tab's</strong> associated content.</p>
1746
1737
  </div>
1747
1738
  </div>
1739
+
1748
1740
  </div>
1749
1741
  ++++
1750
1742
  endif::[]
@@ -1752,61 +1744,41 @@ endif::[]
1752
1744
  ifeval::[{navs_pills} == true]
1753
1745
  === Pills
1754
1746
 
1755
- Take that same HTML as Tabs, but use .nav-pills class instead.
1747
+ Take that same HTML as Tabs, but use `.nav-pills` class instead.
1756
1748
 
1757
1749
  ++++
1758
1750
  <div class="doc-example mb-3">
1759
- <div class="row mb-5">
1760
1751
 
1761
- <div class="col-md-6 p-0">
1762
- <h4 class="notoc">Standard Pills</h4>
1763
- <ul class="nav nav-pills">
1764
- <li class="nav-item mr-1 mb-2">
1765
- <a href="javascript:void(0)" class="nav-link active">Active</a>
1766
- </li>
1767
- <li class="nav-item dropdown mr-1">
1768
- <a href="javascript:void(0)" class="nav-link dropdown-toggle" data-bs-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Dropdown</a>
1769
- <div class="dropdown-menu">
1770
- <a href="javascript:void(0)" class="dropdown-item">Action</a>
1771
- <a href="javascript:void(0)" class="dropdown-item">Another action</a>
1772
- <a href="javascript:void(0)" class="dropdown-item">Something else here</a>
1773
- <div class="dropdown-divider"></div>
1774
- <a href="javascript:void(0)" class="dropdown-item">Separated link</a>
1775
- </div>
1776
- </li>
1777
- <li class="nav-item mr-1 mb-2">
1778
- <a href="javascript:void(0)" class="nav-link">Link</a>
1779
- </li>
1780
- <li class="nav-item mr-1 mb-2">
1781
- <a href="javascript:void(0)" class="nav-link disabled">Disabled</a>
1782
- </li>
1783
- </ul>
1752
+ <ul id="pills-tab" class="nav nav-pills mb-3" role="tablist">
1753
+ <li class="nav-item mr-1" role="presentation">
1754
+ <button id="pills-home-tab" class="nav-link active" data-bs-toggle="pill" data-bs-target="#pills-home" type="button" role="tab" aria-controls="pills-home" aria-selected="true">Home</button>
1755
+ </li>
1756
+ <li class="nav-item mr-1" role="presentation">
1757
+ <button id="pills-profile-tab" class="nav-link" data-bs-toggle="pill" data-bs-target="#pills-profile" type="button" role="tab" aria-controls="pills-profile" aria-selected="false" tabindex="-1">Profile</button>
1758
+ </li>
1759
+ <li class="nav-item mr-1" role="presentation">
1760
+ <button id="pills-contact-tab" class="nav-link" data-bs-toggle="pill" data-bs-target="#pills-contact" type="button" role="tab" aria-controls="pills-contact" aria-selected="false" tabindex="-1">Contact</button>
1761
+ </li>
1762
+ <li class="nav-item mr-1" role="presentation">
1763
+ <button id="pills-disabled-tab" class="nav-link" data-bs-toggle="pill" data-bs-target="#pills-disabled" type="button" role="tab" aria-controls="pills-disabled" aria-selected="false" disabled="" tabindex="-1">Disabled</button>
1764
+ </li>
1765
+ </ul>
1766
+
1767
+ <div id="pills-tabContent" class="tab-content">
1768
+ <div id="pills-home" class="tab-pane fade active show" role="tabpanel" aria-labelledby="pills-home-tab" tabindex="0">
1769
+ <p>This is some placeholder content the <strong>Home tab's</strong> associated content. Clicking another tab will toggle the visibility of this one for the next. The tab JavaScript swaps classes to control the content visibility and styling. You can use it with tabs, pills, and any other <code>.nav</code>-powered navigation.</p>
1784
1770
  </div>
1785
- <div class="col-md-6 p-0">
1786
- <h5 class="notoc">Stacked Pills (vertical)</h5>
1787
- <ul class="nav nav-pills flex-column mb-4">
1788
- <li class="nav-item mb-2">
1789
- <a href="javascript:void(0)" class="nav-link active">Active</a>
1790
- </li>
1791
- <li class="nav-item dropdown mb-1">
1792
- <a href="javascript:void(0)" class="nav-link dropdown-toggle" data-bs-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Dropdown</a>
1793
- <div class="dropdown-menu">
1794
- <a href="javascript:void(0)" class="dropdown-item">Action</a>
1795
- <a href="javascript:void(0)" class="dropdown-item">Another action</a>
1796
- <a href="javascript:void(0)" class="dropdown-item">Something else here</a>
1797
- <div class="dropdown-divider"></div>
1798
- <a href="javascript:void(0)" class="dropdown-item">Separated link</a>
1799
- </div>
1800
- </li>
1801
- <li class="nav-item mb-2">
1802
- <a href="javascript:void(0)" class="nav-link">Link</a>
1803
- </li>
1804
- <li class="nav-item mb-2">
1805
- <a href="javascript:void(0)" class="nav-link disabled">Disabled</a>
1806
- </li>
1807
- </ul>
1771
+ <div id="pills-profile" class="tab-pane fade" role="tabpanel" aria-labelledby="pills-profile-tab" tabindex="0">
1772
+ <p>This is some placeholder content the <strong>Profile tab's</strong> associated content. Clicking another tab will toggle the visibility of this one for the next. The tab JavaScript swaps classes to control the content visibility and styling. You can use it with tabs, pills, and any other <code>.nav</code>-powered navigation.</p>
1773
+ </div>
1774
+ <div id="pills-contact" class="tab-pane fade" role="tabpanel" aria-labelledby="pills-contact-tab" tabindex="0">
1775
+ <p>This is some placeholder content the <strong>Contact tab's</strong> associated content. Clicking another tab will toggle the visibility of this one for the next. The tab JavaScript swaps classes to control the content visibility and styling. You can use it with tabs, pills, and any other <code>.nav</code>-powered navigation.</p>
1776
+ </div>
1777
+ <div id="pills-disabled" class="tab-pane fade" role="tabpanel" aria-labelledby="pills-disabled-tab" tabindex="0">
1778
+ <p>This is some placeholder content the <strong>Disabled tab's</strong> associated content.</p>
1808
1779
  </div>
1809
1780
  </div>
1781
+
1810
1782
  </div>
1811
1783
  ++++
1812
1784
  endif::[]
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": true,
3
3
  "name": "utls",
4
- "version": "2023.1.0",
4
+ "version": "2023.2.1",
5
5
  "description": "J1 Theme Utility Server",
6
6
  "homepage": "https://jekyll.one",
7
7
  "author": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": true,
3
3
  "name": "utls",
4
- "version": "2023.1.0",
4
+ "version": "2023.2.1",
5
5
  "description": "J1 Theme Utility Server",
6
6
  "homepage": "https://jekyll.one",
7
7
  "author": {