j1-template 2023.0.1 → 2023.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (67) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/themes/j1/layouts/content_generator_post.html +8 -2
  3. data/_includes/themes/j1/layouts/layout_metadata_generator.html +6 -0
  4. data/_includes/themes/j1/procedures/blocks/footer/boxes/social_media_icons.proc +22 -22
  5. data/_includes/themes/j1/procedures/posts/pager.proc +4 -0
  6. data/assets/data/banner.html +29 -18
  7. data/assets/data/panel.html +69 -12
  8. data/assets/themes/j1/adapter/js/navigator.js +77 -303
  9. data/assets/themes/j1/adapter/js/themer.js +10 -6
  10. data/lib/j1/version.rb +1 -1
  11. data/lib/starter_web/Gemfile +3 -3
  12. data/lib/starter_web/README.md +5 -5
  13. data/lib/starter_web/_config.yml +10 -10
  14. data/lib/starter_web/_data/blocks/banner.yml +2 -1
  15. data/lib/starter_web/_data/blocks/footer.yml +8 -4
  16. data/lib/starter_web/_data/blocks/panel.yml +6 -1
  17. data/lib/starter_web/_data/modules/defaults/navigator.yml +2 -2
  18. data/lib/starter_web/_data/modules/themer.yml +0 -1
  19. data/lib/starter_web/_data/templates/feed.xml +1 -1
  20. data/lib/starter_web/_includes/custom/agency/portfolio.html +67 -0
  21. data/lib/starter_web/_includes/custom/agency/services.html +35 -0
  22. data/lib/starter_web/_includes/custom/agency/team.html +29 -0
  23. data/lib/starter_web/_plugins/index/lunr.rb +1 -1
  24. data/lib/starter_web/assets/images/agency/img/about/1.jpg +0 -0
  25. data/lib/starter_web/assets/images/agency/img/about/2.jpg +0 -0
  26. data/lib/starter_web/assets/images/agency/img/about/3.jpg +0 -0
  27. data/lib/starter_web/assets/images/agency/img/about/4.jpg +0 -0
  28. data/lib/starter_web/assets/images/agency/img/close-icon.svg +1 -0
  29. data/lib/starter_web/assets/images/agency/img/header-bg.jpg +0 -0
  30. data/lib/starter_web/assets/images/agency/img/logos/facebook.svg +34 -0
  31. data/lib/starter_web/assets/images/agency/img/logos/google.svg +35 -0
  32. data/lib/starter_web/assets/images/agency/img/logos/ibm.svg +24 -0
  33. data/lib/starter_web/assets/images/agency/img/logos/microsoft.svg +42 -0
  34. data/lib/starter_web/assets/images/agency/img/map-image.png +0 -0
  35. data/lib/starter_web/assets/images/agency/img/navbar-logo.svg +1 -0
  36. data/lib/starter_web/assets/images/agency/img/portfolio/1.jpg +0 -0
  37. data/lib/starter_web/assets/images/agency/img/portfolio/2.jpg +0 -0
  38. data/lib/starter_web/assets/images/agency/img/portfolio/3.jpg +0 -0
  39. data/lib/starter_web/assets/images/agency/img/portfolio/4.jpg +0 -0
  40. data/lib/starter_web/assets/images/agency/img/portfolio/5.jpg +0 -0
  41. data/lib/starter_web/assets/images/agency/img/portfolio/6.jpg +0 -0
  42. data/lib/starter_web/assets/images/agency/img/screenshot.png +0 -0
  43. data/lib/starter_web/assets/images/agency/img/team/1.jpg +0 -0
  44. data/lib/starter_web/assets/images/agency/img/team/2.jpg +0 -0
  45. data/lib/starter_web/assets/images/agency/img/team/3.jpg +0 -0
  46. data/lib/starter_web/package.json +2 -1
  47. data/lib/starter_web/pages/public/about/site.adoc +80 -80
  48. data/lib/starter_web/pages/public/learn/mweb/mweb-tester.adoc +299 -0
  49. data/lib/starter_web/pages/public/learn/mweb/static/index.css +237 -0
  50. data/lib/starter_web/pages/public/learn/mweb/static/index.js +1138 -0
  51. data/lib/starter_web/pages/public/learn/mweb/static/lodash.min.js +140 -0
  52. data/lib/starter_web/pages/public/learn/mweb/static/socket.io/socket.io.js +4570 -0
  53. data/lib/starter_web/pages/public/learn/mweb/static/socket.io/socket.io.min.js +7 -0
  54. data/lib/starter_web/pages/public/learn/mweb/static/video-js.min.css +1 -0
  55. data/lib/starter_web/pages/public/learn/mweb/static/video.min.js +26 -0
  56. data/lib/starter_web/pages/public/legal/en/200_impress.adoc +13 -9
  57. data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
  58. data/lib/starter_web/utilsrv/package.json +1 -1
  59. metadata +35 -10
  60. data/assets/themes/j1/core/css/icon-fonts/materialdesign-light.css +0 -1222
  61. data/assets/themes/j1/core/css/icon-fonts/materialdesign-light.min.css +0 -1
  62. data/assets/themes/j1/core/css/icon-fonts/materialdesign.css +0 -22307
  63. data/assets/themes/j1/core/css/icon-fonts/materialdesign.min.css +0 -1
  64. data/assets/themes/j1/core/css/icon-fonts/twemoji.css +0 -9499
  65. data/assets/themes/j1/core/css/icon-fonts/twemoji.min.css +0 -1
  66. data/assets/themes/j1/core/css/themes/theme_vapor/bootstrap.css +0 -8876
  67. data/assets/themes/j1/core/css/themes/theme_vapor/bootstrap.min.css +0 -5
@@ -0,0 +1,237 @@
1
+ html * {
2
+ font-family: 'Roboto';
3
+ }
4
+
5
+ .spin-left {
6
+ animation: spinleft 2s infinite linear;
7
+ }
8
+
9
+ .spin-right {
10
+ animation: spinright 2s infinite linear;
11
+ }
12
+
13
+ @keyframes spinleft {
14
+ from {
15
+ transform: scale(1) rotate(360deg);
16
+ }
17
+
18
+ to {
19
+ transform: scale(1) rotate(0deg);
20
+ }
21
+ }
22
+
23
+ @keyframes spinright {
24
+ from {
25
+ transform: scale(1) rotate(0deg);
26
+ }
27
+
28
+ to {
29
+ transform: scale(1) rotate(360deg);
30
+ }
31
+ }
32
+
33
+ @keyframes pulse {
34
+ 0% {
35
+ transform: scale(0.8);
36
+ }
37
+
38
+ 50% {
39
+ transform: scale(0.8);
40
+ }
41
+
42
+ 100% {
43
+ transform: scale(1);
44
+ }
45
+ }
46
+
47
+ /* The element to apply the animation to */
48
+ .pulse {
49
+ animation: pulse 0.5s;
50
+ }
51
+
52
+ .showafter1s {
53
+ animation: show 1s;
54
+ }
55
+
56
+ @keyframes show {
57
+ 0% {
58
+ opacity: 0;
59
+ }
60
+
61
+ 99% {
62
+ opacity: 0;
63
+ }
64
+
65
+ 100% {
66
+ opacity: 1;
67
+ }
68
+ }
69
+
70
+ .margin-left {
71
+ margin-left: 0.2em;
72
+ }
73
+
74
+ .margin-right {
75
+ margin-right: 0.2em;
76
+ }
77
+
78
+ .margin-right-1 {
79
+ margin-right: 1rem;
80
+ }
81
+
82
+ .paginationstyle {
83
+ margin: 0 !important;
84
+ float: right;
85
+ }
86
+
87
+ .initiallyHidden {
88
+ display: none;
89
+ }
90
+
91
+ .floatRight {
92
+ float: right;
93
+ }
94
+
95
+ .rotateLeft {
96
+ -webkit-transform: rotate(-90deg);
97
+ transform: rotate(-90deg);
98
+ }
99
+
100
+ .floatLeft {
101
+ float: left;
102
+ }
103
+
104
+ .watchDownloadField {
105
+ min-width: 4.2em;
106
+ }
107
+
108
+ .filesizeCell {
109
+ min-width: 6em;
110
+ }
111
+
112
+ .movie-icon {
113
+ line-height: 0 !important;
114
+ }
115
+
116
+ .material-icons {
117
+ vertical-align: middle;
118
+ transition: all 0.25s ease-in-out;
119
+ }
120
+
121
+ td {
122
+ vertical-align: middle !important;
123
+ line-height: 1.5rem !important;
124
+ padding: 0px 8px !important;
125
+ height: 40px !important;
126
+ }
127
+
128
+ label {
129
+ vertical-align: middle;
130
+ top: 50%;
131
+ line-height: 0;
132
+ }
133
+
134
+ #queryInputGroup {
135
+ width: 100%;
136
+ }
137
+
138
+ #queryInputClearButton {
139
+ position: absolute;
140
+ font-size: 18px;
141
+ right: 1.3em;
142
+ top: 50%;
143
+ line-height: 0;
144
+ opacity: 0;
145
+ height: auto;
146
+ cursor: pointer;
147
+ z-index: 3;
148
+ }
149
+
150
+ #mediathek {
151
+ width: 100% !important;
152
+ }
153
+
154
+ .smallMarginTop {
155
+ margin-top: 0.7em;
156
+ }
157
+
158
+ .icon-big {
159
+ font-size: 2em !important;
160
+ transition: all 0.25s ease-in-out;
161
+ }
162
+
163
+ .icon-small {
164
+ font-size: 1.3em !important;
165
+ transition: all 0.25s ease-in-out;
166
+ }
167
+
168
+ .noPadding {
169
+ padding: 0 !important;
170
+ }
171
+
172
+ .blur {
173
+ -webkit-filter: blur(3px) !important;
174
+ filter: blur(3px) !important;
175
+ transition: all 0.4s ease-in-out;
176
+ }
177
+
178
+ .no-filter {
179
+ -webkit-filter: none;
180
+ filter: none;
181
+ transition: all 0.4s ease-in-out;
182
+ }
183
+
184
+ .overlay {
185
+ position: fixed;
186
+ height: 100%;
187
+ width: 100%;
188
+ z-index: 100000;
189
+ left: 0;
190
+ top: 0;
191
+ background-color: rgba(0, 0, 0, 0.85);
192
+ overflow-x: hidden;
193
+ }
194
+
195
+ .overlay-content {
196
+ position: absolute;
197
+ top: 20%;
198
+ width: 100%;
199
+ margin: 0;
200
+ text-align: center;
201
+ }
202
+
203
+ .overlay .closeButton {
204
+ position: absolute;
205
+ top: 20px;
206
+ right: 45px;
207
+ font-size: 60px;
208
+ cursor: pointer;
209
+ }
210
+
211
+ .about {
212
+ cursor: pointer;
213
+ }
214
+
215
+ .table {
216
+ margin-bottom: 0;
217
+ }
218
+
219
+ th[data-onclick-sort] {
220
+ cursor: pointer;
221
+ }
222
+
223
+ .dataTables_scrollHead tr[data-sort="channel-asc"] > th[data-onclick-sort="channel"]::after,
224
+ .dataTables_scrollHead tr[data-sort="topic-asc"] > th[data-onclick-sort="topic"]::after,
225
+ .dataTables_scrollHead tr[data-sort="timestamp-asc"] > th[data-onclick-sort="timestamp"]::after,
226
+ .dataTables_scrollHead tr[data-sort="duration-asc"] > th[data-onclick-sort="duration"]::after {
227
+ content: "▲";
228
+ margin-left: 0.25em;
229
+ }
230
+
231
+ .dataTables_scrollHead tr[data-sort="channel-desc"] > th[data-onclick-sort="channel"]::after,
232
+ .dataTables_scrollHead tr[data-sort="topic-desc"] > th[data-onclick-sort="topic"]::after,
233
+ .dataTables_scrollHead tr[data-sort="timestamp-desc"] > th[data-onclick-sort="timestamp"]::after,
234
+ .dataTables_scrollHead tr[data-sort="duration-desc"] > th[data-onclick-sort="duration"]::after {
235
+ content: "▼";
236
+ margin-left: 0.25em;
237
+ }