futuro 0.7.4 → 0.7.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (198) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/artwork/animal/icon.svg +10 -0
  3. data/_includes/artwork/orwell/animal/flob.scss +5 -0
  4. data/_includes/artwork/orwell/animal/waldo.scss +45 -0
  5. data/_includes/html/assign/page.liquid +85 -0
  6. data/_includes/html/assign/site.liquid +88 -0
  7. data/_includes/html/layout/loop.liquid +32 -0
  8. data/_includes/html/layout/type.liquid +16 -0
  9. data/_includes/html/overlay/about.liquid +5 -2
  10. data/_includes/html/overlay/browse/book.liquid +14 -25
  11. data/_includes/html/overlay/browse/chapter.liquid +24 -19
  12. data/_includes/html/overlay/browse/page.liquid +50 -30
  13. data/_includes/html/overlay/browse.liquid +5 -5
  14. data/_includes/html/overlay/load.liquid +29 -9
  15. data/_includes/html/overlay/search.liquid +20 -12
  16. data/_includes/html/overlay/wrap.liquid +18 -0
  17. data/_includes/html/page/clippies.liquid +22 -0
  18. data/_includes/html/page/content/chart.liquid +8 -0
  19. data/_includes/html/page/content/header.liquid +42 -0
  20. data/_includes/html/page/content/loop/artwork/image.liquid +2 -0
  21. data/_includes/html/page/content/loop/artwork/video.liquid +4 -0
  22. data/_includes/html/page/content/loop/artwork.liquid +22 -0
  23. data/_includes/html/page/content/loop/chart/assign.liquid +30 -0
  24. data/_includes/html/page/content/loop/chart.liquid +38 -0
  25. data/_includes/html/page/content/loop/form/alert.liquid +14 -0
  26. data/_includes/html/page/content/loop/form/button.liquid +26 -0
  27. data/_includes/html/page/content/loop/form/callout.liquid +6 -0
  28. data/_includes/html/page/content/loop/form/checkbox.liquid +24 -0
  29. data/_includes/html/page/content/loop/form/date.liquid +197 -0
  30. data/_includes/html/page/content/loop/form/fee.liquid +9 -0
  31. data/_includes/html/page/content/loop/form/input.liquid +7 -0
  32. data/_includes/html/page/content/loop/form/item.liquid +38 -0
  33. data/_includes/html/page/content/loop/form/label.liquid +15 -0
  34. data/_includes/html/page/content/loop/form/legend.liquid +38 -0
  35. data/_includes/html/page/content/loop/form/message.liquid +6 -0
  36. data/_includes/html/page/content/loop/form/password.liquid +11 -0
  37. data/_includes/html/page/content/loop/form/radio.liquid +39 -0
  38. data/_includes/html/page/content/loop/form/select.liquid +22 -0
  39. data/_includes/html/page/content/loop/form/text.liquid +45 -0
  40. data/_includes/html/page/content/loop/form/textarea.liquid +18 -0
  41. data/_includes/html/page/content/loop/form/yousaved.liquid +10 -0
  42. data/_includes/html/page/content/loop/form.liquid +66 -0
  43. data/_includes/html/page/content/loop/header/back.liquid +6 -0
  44. data/_includes/html/page/content/loop/header/basket.liquid +8 -0
  45. data/_includes/html/page/content/loop/header/login.liquid +28 -0
  46. data/_includes/html/page/content/loop/header/logo.liquid +32 -0
  47. data/_includes/html/page/content/loop/header/search.liquid +16 -0
  48. data/_includes/html/page/content/loop/header/subheader.liquid +8 -0
  49. data/_includes/html/page/content/loop/header.liquid +18 -0
  50. data/_includes/html/page/content/loop/number.liquid +16 -0
  51. data/_includes/html/page/content/loop/pies.liquid +42 -0
  52. data/_includes/html/page/content/loop/roller/item.liquid +47 -0
  53. data/_includes/html/page/content/loop/roller.liquid +8 -0
  54. data/_includes/html/page/content/loop/screen/row.liquid +18 -0
  55. data/_includes/html/page/content/loop/screen/small.liquid +6 -0
  56. data/_includes/html/page/content/loop/screen/title.liquid +12 -0
  57. data/_includes/html/page/content/loop/screen.liquid +38 -0
  58. data/_includes/html/page/content/loop.liquid +10 -0
  59. data/_includes/html/page/content/more.liquid +10 -0
  60. data/_includes/html/page/content/roller.liquid +76 -0
  61. data/_includes/html/page/content.liquid +135 -0
  62. data/_includes/html/page/footnote.liquid +24 -0
  63. data/_includes/html/page/header.liquid +8 -34
  64. data/_includes/html/page/info.liquid +18 -23
  65. data/_includes/html/page/layout/home.liquid +7 -0
  66. data/_includes/html/page/layout/page.liquid +15 -24
  67. data/_includes/html/page/subtitle.liquid +1 -3
  68. data/_includes/html/page/title.liquid +18 -17
  69. data/_includes/html/page/topbar.liquid +16 -8
  70. data/_includes/html/page/{utils → util}/author.liquid +1 -1
  71. data/_includes/html/page/util/share.liquid +24 -0
  72. data/_includes/html/page/{utils → util}/update.liquid +1 -1
  73. data/_includes/html/page/util.liquid +28 -12
  74. data/_includes/html/search/loop.liquid +11 -0
  75. data/_includes/html/site/footer.liquid +10 -0
  76. data/_includes/html/site/header.liquid +10 -0
  77. data/_includes/html/site/scroller.liquid +68 -0
  78. data/_includes/svg/site/icon.liquid +17 -11
  79. data/_layouts/feed.html +37 -33
  80. data/_layouts/single.html +36 -31
  81. data/_sass/_bar.scss +1 -1
  82. data/_sass/_base.scss +10 -21
  83. data/_sass/_block.scss +7 -26
  84. data/_sass/_box.scss +1 -1
  85. data/_sass/_button.scss +2 -2
  86. data/_sass/_col.scss +2 -2
  87. data/_sass/_input.scss +14 -28
  88. data/_sass/_item.scss +20 -16
  89. data/_sass/_link.scss +42 -0
  90. data/_sass/_list.scss +21 -20
  91. data/_sass/_site.scss +3 -3
  92. data/_sass/_title.scss +74 -42
  93. data/_sass/area/book.scss +18 -0
  94. data/_sass/area/chapter.scss +15 -0
  95. data/_sass/area/content.scss +9 -0
  96. data/_sass/area/overlay.scss +50 -5
  97. data/_sass/area/page.scss +59 -20
  98. data/_sass/area/topbar.scss +5 -2
  99. data/_sass/block/chart.scss +44 -0
  100. data/_sass/block/custom.scss +9 -0
  101. data/_sass/block/form/alert.scss +17 -0
  102. data/_sass/block/form/checkbox.scss +42 -0
  103. data/_sass/block/form/header.scss +78 -0
  104. data/_sass/block/form/input.scss +51 -0
  105. data/_sass/block/form/item.scss +22 -0
  106. data/_sass/block/form/label.scss +15 -0
  107. data/_sass/block/form/legend.scss +70 -0
  108. data/_sass/block/form/login.scss +70 -0
  109. data/_sass/block/form/message.scss +9 -0
  110. data/_sass/block/form/password.scss +19 -0
  111. data/_sass/block/form/radio.scss +12 -0
  112. data/_sass/block/form/screen.scss +89 -0
  113. data/_sass/block/form/scroller.scss +8 -0
  114. data/_sass/block/form/search.scss +39 -0
  115. data/_sass/block/form/select.scss +49 -0
  116. data/_sass/block/form/subheader.scss +60 -0
  117. data/_sass/block/form/text.scss +20 -0
  118. data/_sass/block/form/title.scss +12 -0
  119. data/_sass/block/form.scss +17 -0
  120. data/_sass/block/navigation.scss +3 -3
  121. data/_sass/block/number.scss +9 -0
  122. data/_sass/block/pie.scss +14 -0
  123. data/_sass/block/results.scss +9 -5
  124. data/_sass/block/scroller.scss +12 -0
  125. data/_sass/block/stop.scss +0 -1
  126. data/_sass/block/util.scss +19 -17
  127. data/_sass/futuro.core.scss +74 -27
  128. data/_sass/helpers/extends/grid.scss +24 -0
  129. data/_sass/helpers/extends/layout.scss +27 -0
  130. data/_sass/helpers/extends.scss +22 -115
  131. data/_sass/helpers/mixins/layout.scss +11 -0
  132. data/_sass/helpers/mixins/mindsets.scss +0 -6
  133. data/_sass/helpers/mixins/patterns.scss +4 -4
  134. data/_sass/helpers/mixins/theme.scss +292 -210
  135. data/_sass/helpers/mixins.scss +1 -12
  136. data/_sass/helpers/themes.scss +10 -0
  137. data/_sass/helpers/variables.scss +55 -42
  138. data/_sass/title/overlay.scss +16 -17
  139. data/_sass/wrap/book.scss +1 -1
  140. data/_sass/wrap/browse.scss +26 -0
  141. data/_sass/wrap/chapter.scss +11 -1
  142. data/_sass/wrap/overlay.scss +54 -1
  143. data/_sass/wrap/page.scss +18 -1
  144. data/_sass/wrap/scroller.scss +1 -1
  145. data/assets/js/footer/custom/ActiveBook.js +10 -12
  146. data/assets/js/footer/custom/AnimateScroller.js +11 -0
  147. data/assets/js/footer/custom/Overlays.js +21 -21
  148. data/assets/js/footer/custom/RespondBrowse.js +80 -0
  149. data/assets/js/footer/custom/Settings.js +9 -5
  150. data/assets/js/footer/custom/SetupBrowse.js +115 -0
  151. data/assets/js/footer/custom/SetupHome.js +23 -6
  152. data/assets/js/footer/custom/SiteFunc.js +17 -11
  153. data/assets/js/footer/custom/StartBrowse.js +95 -59
  154. data/assets/js/footer/custom/SwitchFocus.js +6 -6
  155. data/assets/js/footer/custom/UtilShare.js +14 -8
  156. data/assets/js/footer/vendor/gsap-scramble.js +11 -0
  157. data/assets/js/futuro.footer.custom.js +1 -1
  158. data/assets/js/futuro.footer.vendor.js +12 -0
  159. data/assets/js/futuro.header.custom.js +1 -1
  160. data/assets/js/header/custom/Color.js +39 -27
  161. data/assets/js/header/custom/Config.js +16 -0
  162. data/assets/js/header/custom/Overlay.js +21 -34
  163. data/assets/js/header/custom/Site.js +5 -0
  164. metadata +100 -38
  165. data/_includes/html/assign.liquid +0 -7
  166. data/_includes/html/filter/loop.liquid +0 -31
  167. data/_includes/html/filter/type.liquid +0 -31
  168. data/_includes/html/loop/artwork/book/number.liquid +0 -7
  169. data/_includes/html/loop/artwork/book/pies.liquid +0 -41
  170. data/_includes/html/loop/artwork/book/textbox.liquid +0 -16
  171. data/_includes/html/loop/artwork/book/video.liquid +0 -4
  172. data/_includes/html/loop/artwork/book.liquid +0 -38
  173. data/_includes/html/loop/artwork/docs.liquid +0 -31
  174. data/_includes/html/loop/search.liquid +0 -16
  175. data/_includes/html/overlay.liquid +0 -23
  176. data/_includes/html/page/artwork.liquid +0 -27
  177. data/_includes/html/page/layout/chapter.liquid +0 -32
  178. data/_includes/html/page/layout/custom.liquid +0 -79
  179. data/_includes/html/page/layout/panel.liquid +0 -15
  180. data/_includes/html/page/layout/tree.liquid +0 -15
  181. data/_includes/html/page/utils/share.liquid +0 -18
  182. data/_includes/svg/site/btn/search.svg +0 -1
  183. data/_sass/_area.scss +0 -52
  184. data/_sass/_lnk.scss +0 -32
  185. data/_sass/area/overlay/about.scss +0 -10
  186. data/_sass/area/overlay/browse.scss +0 -6
  187. data/_sass/area/overlay/load.scss +0 -10
  188. data/_sass/area/overlay/mobile.scss +0 -9
  189. data/_sass/area/overlay/search.scss +0 -6
  190. data/_sass/block/browse.scss +0 -35
  191. data/_sass/helpers/variables/patterns.scss +0 -10
  192. data/_sass/wrap/overlay/legacy.scss +0 -18
  193. data/_sass/wrap/overlay/load.scss +0 -4
  194. data/_sass/wrap/overlay/mobile.scss +0 -8
  195. data/_sass/wrap/overlay/search.scss +0 -4
  196. data/assets/js/footer/custom/ExpandBlock.js +0 -21
  197. data/assets/js/footer/custom/ScrollFunc.js +0 -41
  198. data/assets/js/footer/custom/SplitCode.js +0 -14
@@ -2,46 +2,33 @@
2
2
  let Overlay = {
3
3
 
4
4
  mobile : {
5
- screen : ".area.overlay.mobile",
5
+ screen : ".area.overlay-mobile",
6
6
  bar : ".bar.mobile"
7
7
  },
8
8
 
9
9
  load : {
10
- screen : ".area.overlay.load",
10
+ screen : ".area.overlay-load",
11
11
  speed : 0.3
12
12
  },
13
13
 
14
+ custom : [{
15
+
16
+ name : "about",
17
+ open : false
18
+
19
+ },{
20
+
21
+ name : "browse",
22
+ open : false
23
+
24
+ },{
25
+
26
+ name : "search",
27
+ open : false
28
+
29
+ }],
30
+
14
31
  button : "button.navigation",
15
- exit : ".exit",
16
-
17
- custom : [
18
- {
19
- name : "about",
20
- open : false
21
- },
22
- {
23
- name : "browse",
24
- open : false,
25
- chunk : ".browse-chunk",
26
-
27
- book : {
28
- lnk : ".lnk.browse-book",
29
- col : ".col.browse.book"
30
- },
31
-
32
- chapter : {
33
- lnk : ".lnk.browse-chapter",
34
- col : ".col.browse.chapter"
35
- },
36
-
37
- page : {
38
- lnk : ".lnk.browse-page",
39
- col : ".col.browse.page"
40
- },
41
- },
42
- {
43
- name : "search",
44
- open : false
45
- }
46
- ]
32
+ exit : ".exit"
33
+
47
34
  };
@@ -1,6 +1,11 @@
1
1
 
2
2
  let Site = {
3
3
 
4
+ scramble : {
5
+ chars : "1234567890%",
6
+ speed : 0.6
7
+ },
8
+
4
9
  mobile : {
5
10
  active : true
6
11
  },
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: futuro
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.4
4
+ version: 0.7.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Paul Heading
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-03-26 00:00:00.000000000 Z
11
+ date: 2020-04-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -89,21 +89,17 @@ extra_rdoc_files: []
89
89
  files:
90
90
  - LICENSE
91
91
  - README.md
92
- - _includes/html/assign.liquid
93
- - _includes/html/filter/loop.liquid
94
- - _includes/html/filter/type.liquid
92
+ - _includes/artwork/animal/icon.svg
93
+ - _includes/artwork/orwell/animal/flob.scss
94
+ - _includes/artwork/orwell/animal/waldo.scss
95
+ - _includes/html/assign/page.liquid
96
+ - _includes/html/assign/site.liquid
95
97
  - _includes/html/footer/scripts.liquid
96
98
  - _includes/html/head/analytics.liquid
97
99
  - _includes/html/head/meta.liquid
98
100
  - _includes/html/head/scripts.liquid
99
- - _includes/html/loop/artwork/book.liquid
100
- - _includes/html/loop/artwork/book/number.liquid
101
- - _includes/html/loop/artwork/book/pies.liquid
102
- - _includes/html/loop/artwork/book/textbox.liquid
103
- - _includes/html/loop/artwork/book/video.liquid
104
- - _includes/html/loop/artwork/docs.liquid
105
- - _includes/html/loop/search.liquid
106
- - _includes/html/overlay.liquid
101
+ - _includes/html/layout/loop.liquid
102
+ - _includes/html/layout/type.liquid
107
103
  - _includes/html/overlay/about.liquid
108
104
  - _includes/html/overlay/browse.liquid
109
105
  - _includes/html/overlay/browse/book.liquid
@@ -112,22 +108,68 @@ files:
112
108
  - _includes/html/overlay/load.liquid
113
109
  - _includes/html/overlay/mobile.liquid
114
110
  - _includes/html/overlay/search.liquid
115
- - _includes/html/page/artwork.liquid
111
+ - _includes/html/overlay/wrap.liquid
112
+ - _includes/html/page/clippies.liquid
113
+ - _includes/html/page/content.liquid
114
+ - _includes/html/page/content/chart.liquid
115
+ - _includes/html/page/content/header.liquid
116
+ - _includes/html/page/content/loop.liquid
117
+ - _includes/html/page/content/loop/artwork.liquid
118
+ - _includes/html/page/content/loop/artwork/image.liquid
119
+ - _includes/html/page/content/loop/artwork/video.liquid
120
+ - _includes/html/page/content/loop/chart.liquid
121
+ - _includes/html/page/content/loop/chart/assign.liquid
122
+ - _includes/html/page/content/loop/form.liquid
123
+ - _includes/html/page/content/loop/form/alert.liquid
124
+ - _includes/html/page/content/loop/form/button.liquid
125
+ - _includes/html/page/content/loop/form/callout.liquid
126
+ - _includes/html/page/content/loop/form/checkbox.liquid
127
+ - _includes/html/page/content/loop/form/date.liquid
128
+ - _includes/html/page/content/loop/form/fee.liquid
129
+ - _includes/html/page/content/loop/form/input.liquid
130
+ - _includes/html/page/content/loop/form/item.liquid
131
+ - _includes/html/page/content/loop/form/label.liquid
132
+ - _includes/html/page/content/loop/form/legend.liquid
133
+ - _includes/html/page/content/loop/form/message.liquid
134
+ - _includes/html/page/content/loop/form/password.liquid
135
+ - _includes/html/page/content/loop/form/radio.liquid
136
+ - _includes/html/page/content/loop/form/select.liquid
137
+ - _includes/html/page/content/loop/form/text.liquid
138
+ - _includes/html/page/content/loop/form/textarea.liquid
139
+ - _includes/html/page/content/loop/form/yousaved.liquid
140
+ - _includes/html/page/content/loop/header.liquid
141
+ - _includes/html/page/content/loop/header/back.liquid
142
+ - _includes/html/page/content/loop/header/basket.liquid
143
+ - _includes/html/page/content/loop/header/login.liquid
144
+ - _includes/html/page/content/loop/header/logo.liquid
145
+ - _includes/html/page/content/loop/header/search.liquid
146
+ - _includes/html/page/content/loop/header/subheader.liquid
147
+ - _includes/html/page/content/loop/number.liquid
148
+ - _includes/html/page/content/loop/pies.liquid
149
+ - _includes/html/page/content/loop/roller.liquid
150
+ - _includes/html/page/content/loop/roller/item.liquid
151
+ - _includes/html/page/content/loop/screen.liquid
152
+ - _includes/html/page/content/loop/screen/row.liquid
153
+ - _includes/html/page/content/loop/screen/small.liquid
154
+ - _includes/html/page/content/loop/screen/title.liquid
155
+ - _includes/html/page/content/more.liquid
156
+ - _includes/html/page/content/roller.liquid
157
+ - _includes/html/page/footnote.liquid
116
158
  - _includes/html/page/header.liquid
117
159
  - _includes/html/page/info.liquid
118
- - _includes/html/page/layout/chapter.liquid
119
- - _includes/html/page/layout/custom.liquid
120
160
  - _includes/html/page/layout/home.liquid
121
161
  - _includes/html/page/layout/page.liquid
122
- - _includes/html/page/layout/panel.liquid
123
- - _includes/html/page/layout/tree.liquid
124
162
  - _includes/html/page/subtitle.liquid
125
163
  - _includes/html/page/title.liquid
126
164
  - _includes/html/page/topbar.liquid
127
165
  - _includes/html/page/util.liquid
128
- - _includes/html/page/utils/author.liquid
129
- - _includes/html/page/utils/share.liquid
130
- - _includes/html/page/utils/update.liquid
166
+ - _includes/html/page/util/author.liquid
167
+ - _includes/html/page/util/share.liquid
168
+ - _includes/html/page/util/update.liquid
169
+ - _includes/html/search/loop.liquid
170
+ - _includes/html/site/footer.liquid
171
+ - _includes/html/site/header.liquid
172
+ - _includes/html/site/scroller.liquid
131
173
  - _includes/svg/orwell/animal/icon.svg
132
174
  - _includes/svg/site/book/orwell.svg
133
175
  - _includes/svg/site/book/woolf.svg
@@ -137,7 +179,6 @@ files:
137
179
  - _includes/svg/site/btn/browse.svg
138
180
  - _includes/svg/site/btn/cart.svg
139
181
  - _includes/svg/site/btn/expand.svg
140
- - _includes/svg/site/btn/search.svg
141
182
  - _includes/svg/site/btn/share/chapter.svg
142
183
  - _includes/svg/site/btn/share/page.svg
143
184
  - _includes/svg/site/btn/update.svg
@@ -148,7 +189,6 @@ files:
148
189
  - _layouts/feed.html
149
190
  - _layouts/mini.html
150
191
  - _layouts/single.html
151
- - _sass/_area.scss
152
192
  - _sass/_artwork.scss
153
193
  - _sass/_bar.scss
154
194
  - _sass/_base.scss
@@ -160,26 +200,47 @@ files:
160
200
  - _sass/_form.scss
161
201
  - _sass/_input.scss
162
202
  - _sass/_item.scss
203
+ - _sass/_link.scss
163
204
  - _sass/_list.scss
164
- - _sass/_lnk.scss
165
205
  - _sass/_normalize.scss
166
206
  - _sass/_site.scss
167
207
  - _sass/_slick.scss
168
208
  - _sass/_split.scss
169
209
  - _sass/_task.scss
170
210
  - _sass/_title.scss
211
+ - _sass/area/book.scss
212
+ - _sass/area/chapter.scss
213
+ - _sass/area/content.scss
171
214
  - _sass/area/overlay.scss
172
- - _sass/area/overlay/about.scss
173
- - _sass/area/overlay/browse.scss
174
- - _sass/area/overlay/load.scss
175
- - _sass/area/overlay/mobile.scss
176
- - _sass/area/overlay/search.scss
177
215
  - _sass/area/page.scss
178
216
  - _sass/area/topbar.scss
179
- - _sass/block/browse.scss
217
+ - _sass/block/chart.scss
180
218
  - _sass/block/clipper.scss
219
+ - _sass/block/custom.scss
220
+ - _sass/block/form.scss
221
+ - _sass/block/form/alert.scss
222
+ - _sass/block/form/checkbox.scss
223
+ - _sass/block/form/header.scss
224
+ - _sass/block/form/input.scss
225
+ - _sass/block/form/item.scss
226
+ - _sass/block/form/label.scss
227
+ - _sass/block/form/legend.scss
228
+ - _sass/block/form/login.scss
229
+ - _sass/block/form/message.scss
230
+ - _sass/block/form/password.scss
231
+ - _sass/block/form/radio.scss
232
+ - _sass/block/form/screen.scss
233
+ - _sass/block/form/scroller.scss
234
+ - _sass/block/form/search.scss
235
+ - _sass/block/form/select.scss
236
+ - _sass/block/form/subheader.scss
237
+ - _sass/block/form/text.scss
238
+ - _sass/block/form/title.scss
181
239
  - _sass/block/navigation.scss
240
+ - _sass/block/number.scss
241
+ - _sass/block/pie.scss
182
242
  - _sass/block/results.scss
243
+ - _sass/block/scroller.scss
183
244
  - _sass/block/stop.scss
184
245
  - _sass/block/util.scss
185
246
  - _sass/fonts/lite.scss
@@ -190,22 +251,21 @@ files:
190
251
  - _sass/futuro.max.scss
191
252
  - _sass/futuro.shopify.scss
192
253
  - _sass/helpers/extends.scss
254
+ - _sass/helpers/extends/grid.scss
255
+ - _sass/helpers/extends/layout.scss
193
256
  - _sass/helpers/mixins.scss
257
+ - _sass/helpers/mixins/layout.scss
194
258
  - _sass/helpers/mixins/mindsets.scss
195
259
  - _sass/helpers/mixins/patterns.scss
196
260
  - _sass/helpers/mixins/theme.scss
197
261
  - _sass/helpers/themes.scss
198
262
  - _sass/helpers/variables.scss
199
- - _sass/helpers/variables/patterns.scss
200
263
  - _sass/title/overlay.scss
201
264
  - _sass/wrap/book.scss
265
+ - _sass/wrap/browse.scss
202
266
  - _sass/wrap/chapter.scss
203
267
  - _sass/wrap/home.scss
204
268
  - _sass/wrap/overlay.scss
205
- - _sass/wrap/overlay/legacy.scss
206
- - _sass/wrap/overlay/load.scss
207
- - _sass/wrap/overlay/mobile.scss
208
- - _sass/wrap/overlay/search.scss
209
269
  - _sass/wrap/page.scss
210
270
  - _sass/wrap/scroller.scss
211
271
  - assets/css/fallback.jpg
@@ -224,21 +284,22 @@ files:
224
284
  - assets/fonts/230883_3_0.ttf
225
285
  - assets/fonts/230883_3_0.woff
226
286
  - assets/js/footer/custom/ActiveBook.js
287
+ - assets/js/footer/custom/AnimateScroller.js
227
288
  - assets/js/footer/custom/CheckWidth.js
228
- - assets/js/footer/custom/ExpandBlock.js
229
289
  - assets/js/footer/custom/Overlays.js
230
- - assets/js/footer/custom/ScrollFunc.js
290
+ - assets/js/footer/custom/RespondBrowse.js
231
291
  - assets/js/footer/custom/Settings.js
292
+ - assets/js/footer/custom/SetupBrowse.js
232
293
  - assets/js/footer/custom/SetupHome.js
233
294
  - assets/js/footer/custom/SiteFunc.js
234
295
  - assets/js/footer/custom/SmoothScroll.js
235
- - assets/js/footer/custom/SplitCode.js
236
296
  - assets/js/footer/custom/StartBrowse.js
237
297
  - assets/js/footer/custom/SwitchButton.js
238
298
  - assets/js/footer/custom/SwitchFocus.js
239
299
  - assets/js/footer/custom/UtilShare.js
240
300
  - assets/js/footer/vendor/gsap-draw.js
241
301
  - assets/js/footer/vendor/gsap-morph.js
302
+ - assets/js/footer/vendor/gsap-scramble.js
242
303
  - assets/js/footer/vendor/gsap-text.js
243
304
  - assets/js/footer/vendor/jquery.min.js
244
305
  - assets/js/footer/vendor/scrollmagic-gsap.js
@@ -251,6 +312,7 @@ files:
251
312
  - assets/js/futuro.header.legacy.shopify.js
252
313
  - assets/js/futuro.header.vendor.js
253
314
  - assets/js/header/custom/Color.js
315
+ - assets/js/header/custom/Config.js
254
316
  - assets/js/header/custom/Overlay.js
255
317
  - assets/js/header/custom/Site.js
256
318
  - assets/js/header/vendor/enquire.js
@@ -1,7 +0,0 @@
1
-
2
- {% assign install = site.setup.install | replace: ' ','-' | prepend: ' install-' | downcase %}
3
- {% assign style = site.setup.style | replace: ' ','-' | prepend: ' style-' | downcase %}
4
- {% assign layout = page.layout | replace: ' ','-' | prepend: ' layout-' | downcase %}
5
- {% assign type = page.type | replace: ' ','-' | prepend: ' type-' | downcase %}
6
- {% assign book = page.collection | replace: ' ','-' | prepend: ' book-' | downcase %}
7
- {% assign chapter = page.chapter | replace: ' ','-' | prepend: ' chapter-' | downcase %}
@@ -1,31 +0,0 @@
1
-
2
- {% if include.type == 'chapter' %}
3
-
4
- {% for page in loop %}
5
- {% unless page.topic or
6
- page.type == 'chapter' %}
7
- {% include html/filter/type.liquid %}
8
- {% endunless %}
9
- {% endfor %}
10
-
11
- {% elsif include.type == 'topic' %}
12
-
13
- {% assign match = page.chapter %}
14
-
15
- {% for page in loop %}
16
- {% if page.topic %}
17
- {%- if page.chapter == match -%}
18
- {% include html/filter/type.liquid %}
19
- {%- endif -%}
20
- {% endif %}
21
- {% endfor %}
22
-
23
- {% else %}
24
-
25
- {% for page in loop %}
26
- {% unless page.topic %}
27
- {% include html/filter/type.liquid %}
28
- {% endunless %}
29
- {% endfor %}
30
-
31
- {% endif %}
@@ -1,31 +0,0 @@
1
-
2
- {% unless page.type == "book" or
3
- page.type == "topic" %}
4
-
5
- {% assign split = page.type | prepend: 'split-' %}
6
-
7
- {% if page.type == "home" %}
8
- {% include html/page/layout/home.liquid %}
9
-
10
- {% elsif page.type == "page" %}
11
-
12
- {%- if page.tag contains "tree" -%}
13
- {% include html/page/layout/tree.liquid %}
14
-
15
- {%- elsif page.tag contains "panel" -%}
16
- {% include html/page/layout/panel.liquid %}
17
-
18
- {%- elsif page.tag contains "custom" -%}
19
- {% include html/page/layout/custom.liquid %}
20
-
21
- {%- else -%}
22
- {% include html/page/layout/page.liquid %}
23
-
24
- {%- endif -%}
25
-
26
- {%- elsif page.type == "chapter" -%}
27
- {% include html/page/layout/chapter.liquid %}
28
-
29
- {% endif %}
30
-
31
- {% endunless %}
@@ -1,7 +0,0 @@
1
-
2
- {% assign number = thing.number %}
3
-
4
- <div class="block animate">
5
- <div class="title animate lrg">{{ number.val }}</div>
6
- <div class="title animate sml info">{{ number.txt }}</div>
7
- </div>
@@ -1,41 +0,0 @@
1
-
2
- {% assign chapter = page.chapter | replace: ' ','-' | downcase %}
3
- {% assign pies = thing.pies %}
4
- {% assign i = 0 %}
5
-
6
- <ul class="list pies animate">
7
-
8
- {%- for item in pies -%}
9
-
10
- {% assign custom = item.title | replace: ' ','-' | downcase %}
11
- {% assign i = i | plus: 1 %}
12
-
13
- <li class="item pie {{ custom }}">
14
-
15
- <span class="title pie pcent">{{ item.val | append: '%' }}</span>
16
-
17
- <span class="block pie svg-wrap">
18
-
19
- <span class="block pie svg-bg">
20
- {%- include artwork/pie.svg -%}
21
- </span>
22
-
23
- <span class="block pie svg-data">
24
- {%- include artwork/{{ chapter }}/composition/{{ i | append: '.svg' }} -%}
25
- </span>
26
-
27
- {%- if item.val > 50 -%}
28
- <span class="block pie svg-data">
29
- {%- include artwork/{{ chapter }}/composition/{{ i | append: 'B.svg' }} -%}
30
- </span>
31
- {%- endif -%}
32
-
33
- </span>
34
-
35
- <span class="title pie">{{ item.title }}</span>
36
-
37
- </li>
38
-
39
- {%- endfor -%}
40
-
41
- </ul>
@@ -1,16 +0,0 @@
1
-
2
- {% assign textbox = thing.textbox %}
3
-
4
- <ul class="list text-roller text split sml">
5
- {%- for item in textbox -%}
6
- {% assign custom = item.title | replace: '&','and' | downcase %}
7
- <li class="item text-roller {{ custom | replace: ' ','-' }}">{{ item.title }}</li>
8
- {%- endfor -%}
9
- </ul>
10
-
11
- <ul class="list text-output sml">
12
- {%- for item in textbox -%}
13
- {% assign custom = item.title | replace: '&','and' | downcase %}
14
- <li class="item text-output {{ custom | replace: ' ','-' }}">{{ item.text }}</li>
15
- {%- endfor -%}
16
- </ul>
@@ -1,4 +0,0 @@
1
-
2
- <video autoplay playsinline muted loop poster="{{ img | replace: '.html','.jpg' }}">
3
- <source id="mp4" src="{{ vid | replace: '.html','.mp4' }}" type="video/mp4">
4
- </video>
@@ -1,38 +0,0 @@
1
-
2
- {% for thing in loop %}
3
-
4
- {% if thing.html %}
5
-
6
- {% include {{ artwork }} %}
7
-
8
- {% elsif thing.liq %}
9
-
10
- {% include {{ artwork | replace: '.html','.liquid' }} %}
11
-
12
- {% elsif thing.svg %}
13
-
14
- {% include {{ artwork | replace: '.html','.svg' }} %}
15
-
16
- {% elsif thing.img %}
17
-
18
- <img src="{{ img | replace: '.html','.jpg' }}" alt="{{ title }}" style="width: 100%; height: auto;">
19
-
20
- {% elsif thing.vid %}
21
-
22
- {%- include html/loop/artwork/book/video.liquid -%}
23
-
24
- {% elsif thing.number %}
25
-
26
- {%- include html/loop/artwork/book/number.liquid -%}
27
-
28
- {% elsif thing.textbox %}
29
-
30
- {%- include html/loop/artwork/book/textbox.liquid -%}
31
-
32
- {% elsif thing.pies %}
33
-
34
- {%- include html/loop/artwork/book/pies.liquid -%}
35
-
36
- {% endif %}
37
-
38
- {% endfor %}
@@ -1,31 +0,0 @@
1
-
2
- {% assign loop = page.form %}
3
-
4
- <div class="output-html {{ chapChap }} {{ titlTitl }}">
5
-
6
- {%- if loop -%}
7
-
8
- {%- for thing in loop -%}
9
-
10
- {%- if thing.text -%}
11
-
12
- {% assign txt = thing.text %}
13
-
14
- <p class="block jcf-text-row">
15
- <label class="title" for="txt1"> {{ txt.title }} <small>{{ txt.small }}</small></label>
16
- <span class="jcf-text-wrap">
17
- <input type="text" name="name" id="txt1">
18
- </span>
19
- </p>
20
-
21
- {%- endif -%}
22
-
23
- {%- endfor -%}
24
-
25
- {%- else -%}
26
-
27
- {{ page.content }}
28
-
29
- {%- endif -%}
30
-
31
- </div>
@@ -1,16 +0,0 @@
1
-
2
- {% for page in loop %}
3
-
4
- {% assign book = page.collection %}
5
- {% assign chapter = page.chapter | downcase | replace: ' ','-' %}
6
- {% assign title = page.title %}
7
- {% assign url = page.url | replace: '.html','' | replace: '/index','' | slice: 1,999 %}
8
-
9
- {
10
- "book" : "{{ book }}",
11
- "chapter" : "{{ chapter }}",
12
- "title" : "{{ title }}",
13
- "url" : "{{ url }}"
14
- },
15
-
16
- {% endfor %}
@@ -1,23 +0,0 @@
1
-
2
- {% assign title = include.title | downcase %}
3
- {% assign display = site.setup.display %}
4
-
5
- <div class="area overlay
6
- {{ title }}
7
- {% if display == 'block' %} legacy {%- endif -%}"
8
- style="{% if include.state %} display: {{ display }}; {% endif %}">
9
-
10
- {% unless include.exit == 'false' %}
11
-
12
- <div class="exit {{ title }}"></div>
13
-
14
- {% endunless %}
15
-
16
- <div class="wrap overlay
17
- {{ title }}
18
- {% if display == 'block' %} legacy {%- endif -%}">
19
-
20
- {% include html/overlay/{{ include.title }}.liquid %}
21
-
22
- </div>
23
- </div>
@@ -1,27 +0,0 @@
1
-
2
- {% assign loop = page.artwork %}
3
- {% assign setup = site.setup.type | prepend: 'setup-' %}
4
- {% assign book = page.collection %}
5
- {% assign chapter = page.chapter | replace: ' ','-' | downcase %}
6
- {% assign chapchap = chapter | prepend: 'chapter-' %}
7
- {% assign title = page.title | replace: ' ','-' | downcase %}
8
- {% assign titltitl = title | prepend: 'title-' %}
9
- {% assign artwork = page.url | prepend: '/artwork' %}
10
- {% assign img = page.url | prepend: '/assets/img' %}
11
- {% assign vid = page.url | prepend: '/assets/vid' %}
12
-
13
- <div class="area page-artwork {% if site.setup.type %}{{ setup }}{% endif %}
14
- {{ chapchap }}
15
- {{ titltitl }}">
16
-
17
- {%- if site.setup.style == "docs" -%}
18
-
19
- {%- include html/loop/artwork/docs.liquid -%}
20
-
21
- {%- else -%}
22
-
23
- {%- include html/loop/artwork/book.liquid -%}
24
-
25
- {%- endif -%}
26
-
27
- </div>
@@ -1,32 +0,0 @@
1
-
2
- {%- if site.setup.style == 'docs' -%}
3
-
4
- {% include html/page/header.liquid %}
5
- {% include html/page/title.liquid %}
6
- </div>
7
- </div>
8
-
9
- {%- else -%}
10
-
11
- {% include html/page/header.liquid %}
12
-
13
- <div class="{{ split }} left">
14
- {% include html/page/title.liquid %}
15
- </div>
16
-
17
- <div class="{{ split }} right">
18
-
19
- <h2>
20
- {{ page.weight | slice: 0,3 }}
21
- </h2>
22
-
23
- {{ page.content | markdownify }}
24
-
25
- {% include html/page/util.liquid %}
26
-
27
- </div>
28
-
29
- </div>
30
- </div>
31
-
32
- {%- endif -%}