j1-template 2023.3.3 → 2023.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (128) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/themes/j1/procedures/blocks/get_wave.proc +12 -12
  3. data/_includes/themes/j1/procedures/posts/collate_timeline.proc +1 -1
  4. data/_layouts/default.html +1 -1
  5. data/assets/data/authclient.html +1 -1
  6. data/assets/data/banner.html +1 -1
  7. data/assets/data/cookieconsent.html +8 -5
  8. data/assets/data/fab.html +1 -1
  9. data/assets/data/footer.html +1 -1
  10. data/assets/data/gallery_customizer.html +1 -1
  11. data/assets/data/masonry.html +1 -1
  12. data/assets/data/masterslider.html +1 -1
  13. data/assets/data/menu.html +1 -1
  14. data/assets/data/mmenu.html +1 -1
  15. data/assets/data/mmenu_sidebar.html +1 -1
  16. data/assets/data/mmenu_toc.html +1 -1
  17. data/assets/data/panel.html +8 -3
  18. data/assets/data/quicklinks.html +1 -1
  19. data/assets/data/rtext_resizer.html +1 -1
  20. data/assets/data/slick.html +1 -1
  21. data/assets/data/translator.html +1 -1
  22. data/assets/error_pages/HTTP204.html +3 -3
  23. data/assets/error_pages/HTTP400.html +3 -3
  24. data/assets/error_pages/HTTP401.html +3 -3
  25. data/assets/error_pages/HTTP403.html +3 -3
  26. data/assets/error_pages/HTTP404.html +3 -3
  27. data/assets/error_pages/HTTP444.html +3 -3
  28. data/assets/error_pages/HTTP445.html +3 -3
  29. data/assets/error_pages/HTTP446.html +3 -3
  30. data/assets/error_pages/HTTP447.html +3 -3
  31. data/assets/error_pages/HTTP448.html +3 -3
  32. data/assets/error_pages/HTTP500.html +3 -3
  33. data/assets/error_pages/HTTP501.html +3 -3
  34. data/assets/error_pages/HTTP502.html +3 -3
  35. data/assets/error_pages/HTTP503.html +3 -3
  36. data/assets/themes/j1/adapter/js/advertising.js +1 -1
  37. data/assets/themes/j1/adapter/js/themer.js +2 -2
  38. data/assets/themes/j1/core/css/themes/unolight/bootstrap.css +6 -2
  39. data/assets/themes/j1/core/css/themes/unolight/bootstrap.min.css +1 -1
  40. data/assets/themes/j1/core/fonts/fontawesome_5/fonts/svg/fa-brands-400.svg +457 -457
  41. data/assets/themes/j1/core/fonts/fontawesome_5/fonts/svg/fa-regular-400.svg +151 -151
  42. data/assets/themes/j1/core/fonts/fontawesome_5/fonts/svg/fa-solid-900.svg +1001 -1001
  43. data/assets/themes/j1/core/fonts/material_design_icons/fonts/_versions/v5.9.55/preview.html +3 -3
  44. data/assets/themes/j1/core/fonts/material_design_icons/fonts/_versions/v5.9.55/svg/materialdesignicons-webfont.svg +3394 -3394
  45. data/assets/themes/j1/core/fonts/material_design_icons/fonts/_versions/v7.0.96/preview.html +3 -3
  46. data/assets/themes/j1/core/fonts/material_design_icons_light/fonts/svg/materialdesignicons-light-webfont.svg +265 -265
  47. data/assets/themes/j1/core/js/template.js +13 -13
  48. data/assets/themes/j1/modules/bokeh/README.md +33 -33
  49. data/assets/themes/j1/modules/datatables/js/datatables.js +34 -34
  50. data/assets/themes/j1/modules/datatables/js/datatables.min.js +2 -2
  51. data/assets/themes/j1/modules/iconPicker/images/star-of-life-solid.svg +1 -1
  52. data/assets/themes/j1/modules/iconPicker/images/xmark-solid.svg +1 -1
  53. data/assets/themes/j1/modules/iconPicker/js/universal-icon-picker.js +2 -2
  54. data/assets/themes/j1/modules/iconPicker/js/universal-icon-picker.min.js +1 -1
  55. data/assets/themes/j1/modules/iframeResizer/examples/frame.absolute.html +4 -4
  56. data/assets/themes/j1/modules/iframeResizer/examples/frame.content.html +3 -3
  57. data/assets/themes/j1/modules/iframeResizer/examples/frame.hover.html +3 -3
  58. data/assets/themes/j1/modules/iframeResizer/examples/frame.nested.html +4 -4
  59. data/assets/themes/j1/modules/iframeResizer/examples/frame.textarea.html +3 -3
  60. data/assets/themes/j1/modules/iframeResizer/examples/frame.tolerance.html +2 -2
  61. data/assets/themes/j1/modules/iframeResizer/examples/index.html +4 -4
  62. data/assets/themes/j1/modules/iframeResizer/examples/two.html +4 -4
  63. data/assets/themes/j1/modules/justifiedGallery/README.md +1 -1
  64. data/assets/themes/j1/modules/lightGallery/css/fonts/lg.svg +20 -20
  65. data/assets/themes/j1/modules/lightGallery/js/core/j1/lightgallery.js +2 -2
  66. data/assets/themes/j1/modules/lightGallery/js/core/j1/lightgallery.min.js +1 -1
  67. data/assets/themes/j1/modules/lightGallery/js/core/lightgallery.js +2 -2
  68. data/assets/themes/j1/modules/lightGallery/js/core/lightgallery.min.js +1 -1
  69. data/assets/themes/j1/modules/lightGallery/js/modules/lg-pager.js +3 -3
  70. data/assets/themes/j1/modules/lightGallery/js/modules/lg-pager.min.js +1 -1
  71. data/assets/themes/j1/modules/lightGallery/js/modules/lg-thumbnail.js +2 -2
  72. data/assets/themes/j1/modules/lightGallery/js/modules/lg-thumbnail.min.js +1 -1
  73. data/assets/themes/j1/modules/log4javascript/docs/backwardsincompatibilities.html +5 -5
  74. data/assets/themes/j1/modules/log4javascript/docs/distribution.html +5 -5
  75. data/assets/themes/j1/modules/log4javascript/docs/index.html +5 -5
  76. data/assets/themes/j1/modules/log4javascript/docs/lite.html +8 -8
  77. data/assets/themes/j1/modules/log4javascript/docs/manual.html +5 -5
  78. data/assets/themes/j1/modules/log4javascript/docs/manual_lite.html +5 -5
  79. data/assets/themes/j1/modules/log4javascript/docs/quickstart.html +5 -5
  80. data/assets/themes/j1/modules/log4javascript/docs/whatsnew.html +5 -5
  81. data/assets/themes/j1/modules/log4javascript/js/log4javascript.js +26 -26
  82. data/assets/themes/j1/modules/log4javascript/js/log4javascript.min.js +1 -1
  83. data/assets/themes/j1/modules/masterslider/js/addons/masterslider.flickr.min.js +1 -1
  84. data/assets/themes/j1/modules/mmenuLight/README.md +1 -1
  85. data/assets/themes/j1/modules/particles/README.md +1 -1
  86. data/assets/themes/j1/modules/slick/lightbox/js/slick-lightbox.min.js +1 -1
  87. data/assets/themes/j1/modules/slick/slider/fonts/slick.svg +1 -1
  88. data/assets/themes/j1/modules/slick/slider/js/slick.js +1 -1
  89. data/assets/themes/j1/modules/slick/slider/js/slick.min.js +1 -1
  90. data/assets/themes/j1/modules/themeSwitcher/js/_unsued/switcher.1.js +1 -1
  91. data/assets/themes/j1/modules/videojs/js/video.js +5 -5
  92. data/lib/j1/version.rb +1 -1
  93. data/lib/j1_app/j1_auth_manager/auth_manager.rb +6 -6
  94. data/lib/j1_app/j1_auth_manager/error_pages.rb +3 -3
  95. data/lib/starter_web/Gemfile +2 -2
  96. data/lib/starter_web/README.md +5 -5
  97. data/lib/starter_web/_config.yml +1 -1
  98. data/lib/starter_web/_data/layouts/home.yml +2 -2
  99. data/lib/starter_web/_data/modules/defaults/themer.yml +1 -1
  100. data/lib/starter_web/_data/modules/navigator_menu.yml +3 -16
  101. data/lib/starter_web/_data/templates/feed.xml +8 -8
  102. data/lib/starter_web/_data/templates/seo-tags.html +37 -37
  103. data/lib/starter_web/_includes/custom/templates/collection_panel.html +3 -3
  104. data/lib/starter_web/_includes/custom/templates/people_panel.html +1 -1
  105. data/lib/starter_web/_includes/google/static/google_ad_5128488466.html +19 -19
  106. data/lib/starter_web/_includes/google/static/google_ad_7284712660.html +19 -19
  107. data/lib/starter_web/_plugins/index/lunr.rb +1 -1
  108. data/lib/starter_web/assets/images/badges/scaleable/configBinder.svg +11 -11
  109. data/lib/starter_web/assets/images/badges/scaleable/docsBinder.svg +10 -10
  110. data/lib/starter_web/assets/images/badges/scaleable/myBinder.svg +11 -11
  111. data/lib/starter_web/assets/images/badges/scaleable/notebookBinder.svg +10 -10
  112. data/lib/starter_web/assets/images/blocks/waves/scalable/1920x100/wave-1.svg +4 -4
  113. data/lib/starter_web/assets/images/blocks/waves/scalable/1920x100/wave-2.svg +4 -4
  114. data/lib/starter_web/assets/images/blocks/waves/scalable/1920x100/wave-3.svg +4 -4
  115. data/lib/starter_web/assets/images/blocks/waves/scalable/1920x100/wave-4.svg +4 -4
  116. data/lib/starter_web/assets/images/blocks/waves/scalable/1920x100/wave-5.svg +4 -4
  117. data/lib/starter_web/assets/images/custom/header/family.svg +540 -540
  118. data/lib/starter_web/assets/images/icons/hyvor-talk/scalable/hyvor-logo.svg +6 -6
  119. data/lib/starter_web/assets/images/icons/j1/scalable/j1.svg +273 -273
  120. data/lib/starter_web/assets/images/modules/icons/j1/scalable/j1.svg +273 -273
  121. data/lib/starter_web/package.json +1 -1
  122. data/lib/starter_web/pages/public/learn/core_web_vitals/core_web_vitals.adoc +2 -2
  123. data/lib/starter_web/pages/public/tools/cheatsheet/gem.adoc +4 -4
  124. data/lib/starter_web/pages/public/tools/cheatsheet/git.adoc +13 -13
  125. data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
  126. data/lib/starter_web/utilsrv/package.json +1 -1
  127. metadata +2 -3
  128. data/lib/starter_web/_includes/attributes.0.asciidoc +0 -626
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 697911d3ea4afbf9bf3299c897f132ce36ec40cc4add62ee5f5b6f2f72692936
4
- data.tar.gz: 9330112d2dd35065d291276625237e461c725e21f2c2d58e1966233c1e46ce76
3
+ metadata.gz: 9b9bf6c6f2a55a5f22736e1f8d3b0ab34411555f12da116d9aaae989562e88ad
4
+ data.tar.gz: 66e3a1b606b0855b91d6226a074aad81e359249c95d5973bf8f3e8b52c788279
5
5
  SHA512:
6
- metadata.gz: 90bf2ab20b62df95c07fcb19d68a3778ce63bce49504c8cce6c5a6c5b69426ffba51071568db49a0fb4631f7dd3b36ed385561fea7ec66cc6c04db3ecacc1fe2
7
- data.tar.gz: 23972f11cff637e25451d86eddb6b437a89056309e21270b9e227e78a8b2cdb6d02af4b46d7bbed7f0d1fd8282dfb4e82d68668b4e99c5e7a328f1a4521b37c2
6
+ metadata.gz: 8d7340b12f6be07d1c002d6a23211e7da220acf5c9c289ddc78551fbcd86b1d7f98787b00d82d993a4860051c1361af81f9f8307b28d5ee799b416ca524ffdfd
7
+ data.tar.gz: b748f40f1085e833af9ff36af8877e2a2fdc87cecc9a212ac966644d3f708fca39e9bb8e7bb764c20a52b6fdd2fabbd6268a74359f821187f90b26964eaf28a6
@@ -137,8 +137,8 @@ TODO: Check why corrections of plus:1 or minus:1 are required
137
137
  fill="{{wave_settings.color}}"
138
138
  fill-opacity="1"
139
139
  d="m 0,71.532704 h 106.6938 c 106.6938,0 320.08137,0 533.46898,-18.948546 C 853.55038,33.279773 1066.938,-4.0835522 1280.3256,0.36446289 1493.7131,4.8124779 1707.1007,52.851042 1813.7945,76.2476 L 1920.4883,100 v 0 h -106.6938 c -106.6938,0 -320.0814,0 -533.4689,0 -213.3876,0 -426.77522,0 -640.16282,0 -213.38761,0 -426.77518,0 -533.46898,0 H 0 Z"
140
- />
141
- />
140
+ >
141
+ >
142
142
  {% endcapture %}
143
143
 
144
144
  {% when 'wave-2' %}
@@ -151,8 +151,8 @@ TODO: Check why corrections of plus:1 or minus:1 are required
151
151
  fill="{{wave_settings.color}}"
152
152
  fill-opacity="1"
153
153
  d="M 0,13.637791 160,8.8698767 C 320.00001,3.7421199 640.00002,-5.2539441 960.00004,4.0120013 1280,13.637791 1600.0001,42.425196 1760.0001,56.8189 L 1920,71.212604 V 100 h -159.9999 c -160,0 -480.0001,0 -800.00006,0 -320.00002,0 -640.00003,0 -800.00003,0 H 0 Z"
154
- />
155
- />
154
+ >
155
+ >
156
156
  {% endcapture %}
157
157
 
158
158
  {% when 'wave-3' %}
@@ -165,8 +165,8 @@ TODO: Check why corrections of plus:1 or minus:1 are required
165
165
  fill="{{wave_settings.color}}"
166
166
  fill-opacity="1"
167
167
  d="m 0,0 160,11.111108 c 160,11.111113 480,33.333338 800,46.284725 320,13.09028 640.0001,16.5625 800,18.541667 l 160,1.840279 V 100 h -160 c -159.9999,0 -480,0 -800,0 -320,0 -640,0 -800,0 H 0 Z"
168
- />
169
- />
168
+ >
169
+ >
170
170
  {% endcapture %}
171
171
 
172
172
  {% when 'wave-4' %}
@@ -180,8 +180,8 @@ TODO: Check why corrections of plus:1 or minus:1 are required
180
180
  fill="{{wave_settings.color}}"
181
181
  fill-opacity="1"
182
182
  d="m 1920,55.555554 -160,7.395833 C 1600.0001,70.486113 1280,85.069446 960,75.9375 640,66.666667 319.99995,33.333333 160.00005,16.666667 L 0,0 V 100 H 160.00005 C 319.99995,100 640,100 960,100 c 320,0 640.0001,0 800,0 h 160 z"
183
- />
184
- />
183
+ >
184
+ >
185
185
  {% endcapture %}
186
186
 
187
187
  {% when 'wave-5' %}
@@ -195,8 +195,8 @@ TODO: Check why corrections of plus:1 or minus:1 are required
195
195
  fill="{{wave_settings.color}}"
196
196
  fill-opacity="1"
197
197
  d="m 0,1.3320719 h 45.733333 c 45.733334,0 136.933337,0 228.933337,14.6712151 C 365.73333,30.831835 457.33333,59.938267 548,64.264899 640,68.591531 732,47.351702 822.66666,32.798486 914.26667,18.245269 1005.3333,9.5920056 1097.3333,7.6253547 1188.5333,5.6587039 1280,9.5920056 1372,26.505203 1462.8,43.4184 1554.6666,72.524833 1645.3334,81.060098 1737.2,89.43803 1828,76.851465 1874.6666,70.558182 L 1920,64.264899 V 102.0246 h -45.7333 c -45.7334,0 -136.9333,0 -228.9333,0 -91.0667,0 -182.6668,0 -273.3334,0 -92,0 -184,0 -274.6667,0 -91.6,0 -182.66663,0 -274.66664,0 -91.19999,0 -182.66666,0 -274.66666,0 -90.8,0 -182.66667,0 -273.33333,0 -91.86667,0 -182.66667,0 -229.333337,0 H 0 Z"
198
- />
199
- />
198
+ >
199
+ >
200
200
  {% endcapture %}
201
201
 
202
202
  {% else %}
@@ -208,8 +208,8 @@ TODO: Check why corrections of plus:1 or minus:1 are required
208
208
  fill="{{wave_settings.color}}"
209
209
  fill-opacity="1"
210
210
  d="m 0,71.532704 h 71.111114 c 71.111116,0 213.333326,0 355.555566,-18.948546 C 568.88891,33.279773 711.11114,-4.0835522 853.33336,0.36446289 995.55556,4.8124779 1137.7778,52.851042 1208.8889,76.2476 L 1280,100 v 0 h -71.1111 c -71.1111,0 -213.33334,0 -355.55554,0 -142.22222,0 -284.44445,0 -426.66668,0 -142.22224,0 -284.44445,0 -355.555566,0 H 0 Z"
211
- />
212
- />
211
+ >
212
+ >
213
213
  {% endcapture %}
214
214
 
215
215
  {% endcase %}
@@ -186,7 +186,7 @@
186
186
  {% elsif place_image %}
187
187
  <!-- place_image: "{{image}}" -->
188
188
  <div class="timeline-heading">
189
- <img class="img-fluid" src="{{image}}" alt="Category Image"/>
189
+ <img class="img-fluid" src="{{image}}" alt="Category Image">
190
190
  </div>
191
191
  <div class="timeline-body">
192
192
  <div class="timeline-tagline">
@@ -164,7 +164,7 @@ debug: false
164
164
  <noscript>
165
165
  <html lang="{{language}}">
166
166
  <head>
167
- <meta charset="utf-8" />
167
+ <meta charset="utf-8">
168
168
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
169
169
  <meta name="viewport" content="width=device-width, initial-scale=1">
170
170
  <link rel="icon" type="{{site.favicon.type}}" href="{{site.data.j1_config.image_path}}/{{site.favicon.image}}">
@@ -140,7 +140,7 @@ exclude_from_search: true
140
140
  ================================================================================ {% endcomment %}
141
141
  <!-- [INFO ] [~/assets/data/authclient.html ] [ set meta data (robots) to exclude HTML datafiles from index ] -->
142
142
  <head>
143
- <meta name="robots" content="noindex, nofollow" />
143
+ <meta name="robots" content="noindex, nofollow">
144
144
  </head>
145
145
 
146
146
  <div id="{{authclient_options.xhr_data_element}}">
@@ -79,7 +79,7 @@ exclude_from_search: true
79
79
  ================================================================================ {% endcomment %}
80
80
  <!-- [INFO ] [~/assets/data/banner.html ] [ set meta data (robots) to exclude HTML datafiles from index ] -->
81
81
  <head>
82
- <meta name="robots" content="noindex, nofollow" />
82
+ <meta name="robots" content="noindex, nofollow">
83
83
  </head>
84
84
 
85
85
  {% comment %} Main
@@ -60,7 +60,7 @@ exclude_from_search: true
60
60
  ================================================================================ {% endcomment %}
61
61
  <!-- [INFO ] [~/assets/data/cookiebar.html ] [ set meta data (robots) to exclude HTML datafiles from index ] -->
62
62
  <head>
63
- <meta name="robots" content="noindex, nofollow" />
63
+ <meta name="robots" content="noindex, nofollow">
64
64
  </head>
65
65
 
66
66
  {% comment %} i18n: translations
@@ -129,9 +129,11 @@ exclude_from_search: true
129
129
  Personalization (Persistent Cookies)
130
130
  </label>
131
131
  <ul>
132
- <li class="mt-2" style="list-style-type: none;">Collect user feedback for improvements</li>
132
+ <li class="mt-2" style="list-style-type: none;">Enable Translation services</li>
133
+ <li style="list-style-type: none;">Enable Advertisimg services</li>
133
134
  <li style="list-style-type: none;">Storage of personal preferences from previous visits</li>
134
- <li style="list-style-type: none;">Translation or comments to exchange visitor's experiences</li>
135
+ <li style="list-style-type: none;">Enable Comment services to exchange visitor's experiences</li>
136
+
135
137
  </ul>
136
138
  </div>
137
139
  </div>
@@ -223,9 +225,10 @@ exclude_from_search: true
223
225
  Personalisierung
224
226
  </label>
225
227
  <ul>
226
- <li style="list-style-type: none;">Sammeln von Benutzer-Feedback für Verbesserungen</li>
228
+ <li style="list-style-type: none;">Ermöglichen von Übersetzungen </li>
229
+ <li style="list-style-type: none;">Nutzung von Werbediensten (Anzeigen)</li>
227
230
  <li style="list-style-type: none;">Speicherung Ihrer Präferenzen aus frühreren Besuchen</li>
228
- <li style="list-style-type: none;">Übersetzungen oder Kommentare zum Austausch von Erfahrungen der Besucher</li>
231
+ <li style="list-style-type: none;">Nutzung von Benutzer-Feedback (Kommentare) zum Austasch und für Verbesserungen</li>
229
232
  </ul>
230
233
  </div>
231
234
  </div>
data/assets/data/fab.html CHANGED
@@ -103,7 +103,7 @@ fab_defaults: {{fab_defaults | debug}}
103
103
  ================================================================================ {% endcomment %}
104
104
  <!-- [INFO ] [~/assets/data/fab.html ] [ set meta data (robots) to exclude HTML datafiles from index ] -->
105
105
  <head>
106
- <meta name="robots" content="noindex, nofollow" />
106
+ <meta name="robots" content="noindex, nofollow">
107
107
  </head>
108
108
 
109
109
  <!-- [DEBUG ] [~/assets/data/fab.html ] [collect all menu items] -->
@@ -82,7 +82,7 @@ exclude_from_search: true
82
82
 
83
83
  <!-- [INFO ] [~/assets/data/footer.html ] [ set meta data (robots) to exclude HTML datafiles from index ] -->
84
84
  <head>
85
- <meta name="robots" content="noindex, nofollow" />
85
+ <meta name="robots" content="noindex, nofollow">
86
86
  </head>
87
87
 
88
88
  {% for items in footer_config_settings %}
@@ -71,7 +71,7 @@ NOTE: currently NOT used
71
71
 
72
72
  <!-- [INFO ] [~/assets/data/gallery_customizer.html ] [ set meta data (robots) to exclude HTML datafiles from index ] -->
73
73
  <head>
74
- <meta name="robots" content="noindex, nofollow" />
74
+ <meta name="robots" content="noindex, nofollow">
75
75
  </head>
76
76
 
77
77
  <!-- [INFO ] [~/assets/data/gallery_customizer.html ] [ Placement of the Gallery container ] -->
@@ -78,7 +78,7 @@ exclude_from_search: true
78
78
  ================================================================================ {% endcomment %}
79
79
  <!-- [INFO ] [~/assets/data/masonry.html ] [ set meta data (robots) to exclude HTML datafiles from index ] -->
80
80
  <head>
81
- <meta name="robots" content="noindex, nofollow" />
81
+ <meta name="robots" content="noindex, nofollow">
82
82
  </head>
83
83
 
84
84
  {% comment %} Collect grids
@@ -81,7 +81,7 @@ module_version: {{module_version | debug}}
81
81
  ================================================================================ {% endcomment %}
82
82
  <!-- [INFO ] [~/assets/data/masterslider.html ] [ set meta data (robots) to exclude HTML datafiles from index ] -->
83
83
  <head>
84
- <meta name="robots" content="noindex, nofollow" />
84
+ <meta name="robots" content="noindex, nofollow">
85
85
  </head>
86
86
 
87
87
  {% comment %} Main
@@ -163,7 +163,7 @@ See: https://stackoverflow.com/questions/39935447/is-there-any-way-to-exclude-ma
163
163
  ================================================================================ {% endcomment %}
164
164
  <!-- [INFO ] [~/assets/data/menu.html ][ set meta data (robots) to exclude HTML datafiles from index ] -->
165
165
  <head>
166
- <meta name="robots" content="noindex, nofollow" />
166
+ <meta name="robots" content="noindex, nofollow">
167
167
  </head>
168
168
 
169
169
  <!-- [DEBUG ] [~/assets/data/menu.html ][collect all nav links for the navigation bar (navbar)] -->
@@ -89,7 +89,7 @@ exclude_from_search: true
89
89
  ================================================================================ {% endcomment %}
90
90
  <!-- [INFO ] [~/assets/data/mmenu.html ] [ set meta data (robots) to exclude HTML data files from index ] -->
91
91
  <head>
92
- <meta name="robots" content="noindex, nofollow" />
92
+ <meta name="robots" content="noindex, nofollow">
93
93
  </head>
94
94
 
95
95
  {% comment %} Main
@@ -83,7 +83,7 @@ exclude_from_search: true
83
83
  ================================================================================ {% endcomment %}
84
84
  <!-- [INFO ] [j1.assets.data.mmenu.html ] [ set meta data (robots) to exclude HTML datafiles from index ] -->
85
85
  <head>
86
- <meta name="robots" content="noindex, nofollow" />
86
+ <meta name="robots" content="noindex, nofollow">
87
87
  </head>
88
88
 
89
89
  {% comment %} Main
@@ -60,7 +60,7 @@ exclude_from_search: true
60
60
  ================================================================================ {% endcomment %}
61
61
  <!-- [INFO ] [~/assets/data/mmenu_toc.html ] [ set meta data (robots) to exclude HTML datafiles from index ] -->
62
62
  <head>
63
- <meta name="robots" content="noindex, nofollow" />
63
+ <meta name="robots" content="noindex, nofollow">
64
64
  </head>
65
65
 
66
66
  {% comment %} Main
@@ -122,7 +122,7 @@ exclude_from_search: true
122
122
  ================================================================================ {% endcomment %}
123
123
  <!-- [INFO ] [~/assets/data/panel.html ] [ set meta data (robots) to exclude HTML datafiles from index ] -->
124
124
  <head>
125
- <meta name="robots" content="noindex, nofollow" />
125
+ <meta name="robots" content="noindex, nofollow">
126
126
  </head>
127
127
 
128
128
  {% for items in panel_config_settings %}
@@ -727,7 +727,7 @@ exclude_from_search: true
727
727
  {% if key == 'tagline' %} {% assign card_tagline = value | strip_newlines %} {% endif %}
728
728
  {% if key == 'header_translate' %} {% assign card_header_translate = value %} {% endif %}
729
729
  {% if key == 'text' %} {% assign card_text = value | strip_newlines %} {% endif %}
730
- {% if key == 'services' %} {% assign services = value %} {% endif %}
730
+ {% if key == 'services' %} {% assign services = value %} {% endif %}
731
731
  {% endfor %}
732
732
  {% endfor %}
733
733
 
@@ -745,8 +745,13 @@ exclude_from_search: true
745
745
  <div class="content mt-4">
746
746
 
747
747
  <div class="card-header">
748
- <h6 class="notoc category {{card_header_translate}}">{{card_title}}</h6>
748
+ <!--
749
+ <h6 class="notoc category {{card_header_translate}} mt-2 mr-2">{{card_title}}</h6>
749
750
  <h4 class="notoc card-title {{card_header_translate}}">{{card_tagline}}</h4>
751
+ -->
752
+ <div class="notoc category {{card_header_translate}} mt-2 mr-2">{{card_title}}</div>
753
+ <div class="notoc card-title {{card_header_translate}}">{{card_tagline}}</div>
754
+
750
755
  </div>
751
756
  <div class="card-body g-min-height-350 r-text-300 mt-0">{{card_text}}</div>
752
757
 
@@ -241,7 +241,7 @@ exclude_from_search: true
241
241
  ================================================================================ {% endcomment %}
242
242
  <!-- [INFO ][~/assets/data/quicklinks.html ] [ set meta data (robots) to exclude HTML datafiles from index ] -->
243
243
  <head>
244
- <meta name="robots" content="noindex, nofollow" />
244
+ <meta name="robots" content="noindex, nofollow">
245
245
  </head>
246
246
 
247
247
  <!-- [INFO ] [~/assets/data/quicklinks.html ] [AuthManager detected as: {{ show_auth_manager_icon }}] -->
@@ -66,7 +66,7 @@ exclude_from_search: true
66
66
  ================================================================================ {% endcomment %}
67
67
  <!-- [INFO ] [~/assets/data/rtext_resizer.html ] [ set meta data (robots) to exclude HTML datafiles from index ] -->
68
68
  <head>
69
- <meta name="robots" content="noindex, nofollow" />
69
+ <meta name="robots" content="noindex, nofollow">
70
70
  </head>
71
71
 
72
72
  {% comment %} i18n: translations
@@ -69,7 +69,7 @@ exclude_from_search: true
69
69
  ================================================================================ {% endcomment %}
70
70
  <!-- [INFO ] [~/assets/data/slick.html ] [ set meta data (robots) to exclude HTML datafiles from index ] -->
71
71
  <head>
72
- <meta name="robots" content="noindex, nofollow" />
72
+ <meta name="robots" content="noindex, nofollow">
73
73
  </head>
74
74
 
75
75
  {% comment %} Main
@@ -60,7 +60,7 @@ exclude_from_search: true
60
60
  ================================================================================ {% endcomment %}
61
61
  <!-- [INFO ] [~/assets/data/translator.html ] [ set meta data (robots) to exclude HTML datafiles from index ] -->
62
62
  <head>
63
- <meta name="robots" content="noindex, nofollow" />
63
+ <meta name="robots" content="noindex, nofollow">
64
64
  </head>
65
65
 
66
66
  {% comment %} i18n: translations
@@ -85,9 +85,9 @@ sitemap: false
85
85
  <head>
86
86
  <!-- [INFO ] [j1.error.pages ] [ Simple HttpErrorPages | MIT License | https://github.com/AndiDittrich/HttpErrorPages ] -->
87
87
  <!-- [INFO ] [j1.error.pages ] [ detected language (site): {{language}} ] -->
88
- <meta charset="utf-8" />
89
- <meta http-equiv="X-UA-Compatible" content="IE=edge" />
90
- <meta name="viewport" content="width=device-width, initial-scale=1" />
88
+ <meta charset="utf-8">
89
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
90
+ <meta name="viewport" content="width=device-width, initial-scale=1">
91
91
  <meta name="robots" content="noindex, nofollow">
92
92
  <!-- link rel="icon" type="image/ico" href="{{favicon}}" -->
93
93
  <title>{{title}} · {{page.http_error}}</title>
@@ -81,9 +81,9 @@ sitemap: false
81
81
  <head>
82
82
  <!-- [INFO ] [j1.error.pages ] [ Simple HttpErrorPages | MIT License | https://github.com/AndiDittrich/HttpErrorPages ] -->
83
83
  <!-- [INFO ] [j1.error.pages ] [ detected language (site): {{language}} ] -->
84
- <meta charset="utf-8" />
85
- <meta http-equiv="X-UA-Compatible" content="IE=edge" />
86
- <meta name="viewport" content="width=device-width, initial-scale=1" />
84
+ <meta charset="utf-8">
85
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
86
+ <meta name="viewport" content="width=device-width, initial-scale=1">
87
87
  <meta name="robots" content="noindex, nofollow">
88
88
  <!-- link rel="icon" type="image/ico" href="{{favicon}}" -->
89
89
  <title>{{title}} · {{page.http_error}}</title>
@@ -81,9 +81,9 @@ sitemap: false
81
81
  <head>
82
82
  <!-- [INFO ] [j1.error.pages ] [ Simple HttpErrorPages | MIT License | https://github.com/AndiDittrich/HttpErrorPages ] -->
83
83
  <!-- [INFO ] [j1.error.pages ] [ detected language (site): {{language}} ] -->
84
- <meta charset="utf-8" />
85
- <meta http-equiv="X-UA-Compatible" content="IE=edge" />
86
- <meta name="viewport" content="width=device-width, initial-scale=1" />
84
+ <meta charset="utf-8">
85
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
86
+ <meta name="viewport" content="width=device-width, initial-scale=1">
87
87
  <meta name="robots" content="noindex, nofollow">
88
88
  <!-- link rel="icon" type="image/ico" href="{{favicon}}" -->
89
89
  <title>{{title}} · {{page.http_error}}</title>
@@ -81,9 +81,9 @@ sitemap: false
81
81
  <head>
82
82
  <!-- [INFO ] [j1.error.pages ] [ Simple HttpErrorPages | MIT License | https://github.com/AndiDittrich/HttpErrorPages ] -->
83
83
  <!-- [INFO ] [j1.error.pages ] [ detected language (site): {{language}} ] -->
84
- <meta charset="utf-8" />
85
- <meta http-equiv="X-UA-Compatible" content="IE=edge" />
86
- <meta name="viewport" content="width=device-width, initial-scale=1" />
84
+ <meta charset="utf-8">
85
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
86
+ <meta name="viewport" content="width=device-width, initial-scale=1">
87
87
  <meta name="robots" content="noindex, nofollow">
88
88
  <!-- link rel="icon" type="image/ico" href="{{favicon}}" -->
89
89
  <title>{{title}} · {{page.http_error}}</title>
@@ -82,9 +82,9 @@ sitemap: false
82
82
  <head>
83
83
  <!-- [INFO ] [j1.error.pages ] [ Simple HttpErrorPages | MIT License | https://github.com/AndiDittrich/HttpErrorPages ] -->
84
84
  <!-- [INFO ] [j1.error.pages ] [ detected language (site): {{language}} ] -->
85
- <meta charset="utf-8" />
86
- <meta http-equiv="X-UA-Compatible" content="IE=edge" />
87
- <meta name="viewport" content="width=device-width, initial-scale=1" />
85
+ <meta charset="utf-8">
86
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
87
+ <meta name="viewport" content="width=device-width, initial-scale=1">
88
88
  <meta name="robots" content="noindex, nofollow">
89
89
  <!-- link rel="icon" type="image/ico" href="{{favicon}}" -->
90
90
  <title>{{title}} · {{page.http_error}}</title>
@@ -81,9 +81,9 @@ sitemap: false
81
81
  <head>
82
82
  <!-- [INFO ] [j1.error.pages ] [ Simple HttpErrorPages | MIT License | https://github.com/AndiDittrich/HttpErrorPages ] -->
83
83
  <!-- [INFO ] [j1.error.pages ] [ detected language (site): {{language}} ] -->
84
- <meta charset="utf-8" />
85
- <meta http-equiv="X-UA-Compatible" content="IE=edge" />
86
- <meta name="viewport" content="width=device-width, initial-scale=1" />
84
+ <meta charset="utf-8">
85
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
86
+ <meta name="viewport" content="width=device-width, initial-scale=1">
87
87
  <meta name="robots" content="noindex, nofollow">
88
88
  <!-- link rel="icon" type="image/ico" href="{{favicon}}" -->
89
89
  <title>{{title}} · {{page.http_error}}</title>
@@ -82,9 +82,9 @@ sitemap: false
82
82
  <head>
83
83
  <!-- [INFO ] [j1.error.pages ] [ Simple HttpErrorPages | MIT License | https://github.com/AndiDittrich/HttpErrorPages ] -->
84
84
  <!-- [INFO ] [j1.error.pages ] [ detected language (site): {{language}} ] -->
85
- <meta charset="utf-8" />
86
- <meta http-equiv="X-UA-Compatible" content="IE=edge" />
87
- <meta name="viewport" content="width=device-width, initial-scale=1" />
85
+ <meta charset="utf-8">
86
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
87
+ <meta name="viewport" content="width=device-width, initial-scale=1">
88
88
  <meta name="robots" content="noindex, nofollow">
89
89
  <!-- link rel="icon" type="image/ico" href="{{favicon}}" -->
90
90
  <title>{{title}} · {{page.http_error}}</title>
@@ -81,9 +81,9 @@ sitemap: false
81
81
  <head>
82
82
  <!-- [INFO ] [j1.error.pages ] [ Simple HttpErrorPages | MIT License | https://github.com/AndiDittrich/HttpErrorPages ] -->
83
83
  <!-- [INFO ] [j1.error.pages ] [ detected language (site): {{language}} ] -->
84
- <meta charset="utf-8" />
85
- <meta http-equiv="X-UA-Compatible" content="IE=edge" />
86
- <meta name="viewport" content="width=device-width, initial-scale=1" />
84
+ <meta charset="utf-8">
85
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
86
+ <meta name="viewport" content="width=device-width, initial-scale=1">
87
87
  <meta name="robots" content="noindex, nofollow">
88
88
  <!-- link rel="icon" type="image/ico" href="{{favicon}}" -->
89
89
  <title>{{title}} · {{page.http_error}}</title>
@@ -81,9 +81,9 @@ sitemap: false
81
81
  <head>
82
82
  <!-- [INFO ] [j1.error.pages ] [ Simple HttpErrorPages | MIT License | https://github.com/AndiDittrich/HttpErrorPages ] -->
83
83
  <!-- [INFO ] [j1.error.pages ] [ detected language (site): {{language}} ] -->
84
- <meta charset="utf-8" />
85
- <meta http-equiv="X-UA-Compatible" content="IE=edge" />
86
- <meta name="viewport" content="width=device-width, initial-scale=1" />
84
+ <meta charset="utf-8">
85
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
86
+ <meta name="viewport" content="width=device-width, initial-scale=1">
87
87
  <meta name="robots" content="noindex, nofollow">
88
88
  <!-- link rel="icon" type="image/ico" href="{{favicon}}" -->
89
89
  <title>{{title}} · {{page.http_error}}</title>
@@ -82,9 +82,9 @@ sitemap: false
82
82
  <head>
83
83
  <!-- [INFO ] [j1.error.pages ] [ Simple HttpErrorPages | MIT License | https://github.com/AndiDittrich/HttpErrorPages ] -->
84
84
  <!-- [INFO ] [j1.error.pages ] [ detected language (site): {{language}} ] -->
85
- <meta charset="utf-8" />
86
- <meta http-equiv="X-UA-Compatible" content="IE=edge" />
87
- <meta name="viewport" content="width=device-width, initial-scale=1" />
85
+ <meta charset="utf-8">
86
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
87
+ <meta name="viewport" content="width=device-width, initial-scale=1">
88
88
  <meta name="robots" content="noindex, nofollow">
89
89
  <!-- link rel="icon" type="image/ico" href="{{favicon}}" -->
90
90
  <title>{{title}} · {{page.http_error}}</title>
@@ -81,9 +81,9 @@ sitemap: false
81
81
  <head>
82
82
  <!-- [INFO ] [j1.error.pages ] [ Simple HttpErrorPages | MIT License | https://github.com/AndiDittrich/HttpErrorPages ] -->
83
83
  <!-- [INFO ] [j1.error.pages ] [ detected language (site): {{language}} ] -->
84
- <meta charset="utf-8" />
85
- <meta http-equiv="X-UA-Compatible" content="IE=edge" />
86
- <meta name="viewport" content="width=device-width, initial-scale=1" />
84
+ <meta charset="utf-8">
85
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
86
+ <meta name="viewport" content="width=device-width, initial-scale=1">
87
87
  <meta name="robots" content="noindex, nofollow">
88
88
  <!-- link rel="icon" type="image/ico" href="{{favicon}}" -->
89
89
  <title>{{title}} · {{page.http_error}}</title>
@@ -81,9 +81,9 @@ sitemap: false
81
81
  <head>
82
82
  <!-- [INFO ] [j1.error.pages ] [ Simple HttpErrorPages | MIT License | https://github.com/AndiDittrich/HttpErrorPages ] -->
83
83
  <!-- [INFO ] [j1.error.pages ] [ detected language (site): {{language}} ] -->
84
- <meta charset="utf-8" />
85
- <meta http-equiv="X-UA-Compatible" content="IE=edge" />
86
- <meta name="viewport" content="width=device-width, initial-scale=1" />
84
+ <meta charset="utf-8">
85
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
86
+ <meta name="viewport" content="width=device-width, initial-scale=1">
87
87
  <meta name="robots" content="noindex, nofollow">
88
88
  <!-- link rel="icon" type="image/ico" href="{{favicon}}" -->
89
89
  <title>{{title}} · {{page.http_error}}</title>
@@ -81,9 +81,9 @@ sitemap: false
81
81
  <head>
82
82
  <!-- [INFO ] [j1.error.pages ] [ Simple HttpErrorPages | MIT License | https://github.com/AndiDittrich/HttpErrorPages ] -->
83
83
  <!-- [INFO ] [j1.error.pages ] [ detected language (site): {{language}} ] -->
84
- <meta charset="utf-8" />
85
- <meta http-equiv="X-UA-Compatible" content="IE=edge" />
86
- <meta name="viewport" content="width=device-width, initial-scale=1" />
84
+ <meta charset="utf-8">
85
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
86
+ <meta name="viewport" content="width=device-width, initial-scale=1">
87
87
  <meta name="robots" content="noindex, nofollow">
88
88
  <!-- link rel="icon" type="image/ico" href="{{favicon}}" -->
89
89
  <title>{{title}} · {{page.http_error}}</title>
@@ -84,9 +84,9 @@ sitemap: false
84
84
  <head>
85
85
  <!-- [INFO ] [j1.error.pages ] [ Simple HttpErrorPages | MIT License | https://github.com/AndiDittrich/HttpErrorPages ] -->
86
86
  <!-- [INFO ] [j1.error.pages ] [ detected language (site): {{language}} ] -->
87
- <meta charset="utf-8" />
88
- <meta http-equiv="X-UA-Compatible" content="IE=edge" />
89
- <meta name="viewport" content="width=device-width, initial-scale=1" />
87
+ <meta charset="utf-8">
88
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
89
+ <meta name="viewport" content="width=device-width, initial-scale=1">
90
90
  <meta name="robots" content="noindex, nofollow">
91
91
  <!-- link rel="icon" type="image/ico" href="{{favicon}}" -->
92
92
  <title>{{title}} · {{page.http_error}}</title>
@@ -390,7 +390,7 @@ var logText;
390
390
  if (user_consent.personalization) {
391
391
  var currentDiv = document.getElementById(ad.id);
392
392
 
393
- if (ad.enabled && ad.layout == layout) {
393
+ if (currentDiv !== null && ad.enabled && ad.layout == layout) {
394
394
  var ins = document.createElement('ins');
395
395
 
396
396
  currentDiv.appendChild(ins);
@@ -311,7 +311,7 @@ j1.adapter.themer = (function (j1, window) {
311
311
  // continue processing if page is ready
312
312
  var dependencies_met_theme_loaded = setInterval (function () {
313
313
  if (j1.getState() == 'finished') {
314
- theme_css_html = '<link rel="stylesheet" id="' + id + '" href="' + user_state.theme_css + '" type="text/css" />';
314
+ theme_css_html = '<link rel="stylesheet" id="' + id + '" href="' + user_state.theme_css + '" type="text/css">';
315
315
  $('head').append(theme_css_html);
316
316
  clearInterval(dependencies_met_theme_loaded);
317
317
  }
@@ -322,7 +322,7 @@ j1.adapter.themer = (function (j1, window) {
322
322
  logger.warn('\n' + 'themes CSS invalid: ' + user_state.theme_css);
323
323
  }
324
324
 
325
- theme_css_html = '<link rel="stylesheet" id="' + id + '" href="' + default_theme_css + '" type="text/css" />';
325
+ theme_css_html = '<link rel="stylesheet" id="' + id + '" href="' + default_theme_css + '" type="text/css">';
326
326
 
327
327
  if (development) {
328
328
  logger.warn('\n' + 'set default theme :' + default_theme_name);
@@ -21464,7 +21464,9 @@ width: 97%;
21464
21464
  pointer-events: none; }
21465
21465
 
21466
21466
  .card .card-title:not([class*="text-"]) {
21467
- color: #f5f5f5; }
21467
+ color: #000;
21468
+ font-size: 1.75rem;
21469
+ font-weight: 500; }
21468
21470
 
21469
21471
  a.card-title:hover {
21470
21472
  text-decoration: none; }
@@ -21573,7 +21575,9 @@ a.card-title:hover {
21573
21575
  background: rgba(255, 255, 255, 0.2); }
21574
21576
 
21575
21577
  .card .category:not([class*="text-"]) {
21576
- color: #e0e0e0; }
21578
+ color: #000;
21579
+ font-weight: 400;
21580
+ font-size: 1rem; }
21577
21581
 
21578
21582
  .card .header {
21579
21583
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);