intia-theme 0.1.6 → 0.1.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (95) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/contact.html +70 -0
  3. data/_includes/footer.html +1 -1
  4. data/_includes/hero.html +4 -6
  5. data/_includes/story-slider.html +1 -2
  6. data/_layouts/default.html +5 -1
  7. data/_sass/_layout.scss +170 -6
  8. data/_sass/_main.scss +20 -7
  9. data/assets/img/arrow-down.png +0 -0
  10. data/assets/img/logo-green-white.png +0 -0
  11. data/assets/img/logo-short-green.png +0 -0
  12. data/assets/img/logo-short.png +0 -0
  13. data/assets/js/main.js +42 -1
  14. data/assets/templates/contact.png +0 -0
  15. data/assets/templates/glossary-abstract.png +0 -0
  16. data/assets/templates/glossary-full-entry.png +0 -0
  17. data/assets/templates/header-a.png +0 -0
  18. data/assets/templates/header-b.png +0 -0
  19. data/assets/templates/header-c.png +0 -0
  20. data/assets/templates/header-glossary.png +0 -0
  21. data/assets/templates/highlighter-a.png +0 -0
  22. data/assets/templates/highlighter-b.png +0 -0
  23. data/assets/templates/highlighter-c.png +0 -0
  24. data/assets/templates/highlighter-d.png +0 -0
  25. data/assets/templates/left-right-blocks.png +0 -0
  26. data/assets/templates/methods-filter.png +0 -0
  27. data/assets/templates/stories-a.png +0 -0
  28. data/assets/templates/stories-b.png +0 -0
  29. data/assets/templates/stories-teaser.png +0 -0
  30. data/assets/templates/textblock-highlight.png +0 -0
  31. data/assets/templates/textblock-with-image.png +0 -0
  32. data/assets/templates/textblock.png +0 -0
  33. data/assets/templates/tooltip.png +0 -0
  34. data/node_modules/@creativebulma/bulma-tooltip/LICENSE +21 -0
  35. data/node_modules/@creativebulma/bulma-tooltip/README.md +34 -0
  36. data/node_modules/@creativebulma/bulma-tooltip/dist/bulma-tooltip.css +1919 -0
  37. data/node_modules/@creativebulma/bulma-tooltip/dist/bulma-tooltip.min.css +2 -0
  38. data/node_modules/@creativebulma/bulma-tooltip/package.json +104 -0
  39. data/node_modules/@creativebulma/bulma-tooltip/src/docs/archetypes/default.md +6 -0
  40. data/node_modules/@creativebulma/bulma-tooltip/src/docs/config.toml +18 -0
  41. data/node_modules/@creativebulma/bulma-tooltip/src/docs/content/_index.md +27 -0
  42. data/node_modules/@creativebulma/bulma-tooltip/src/docs/content/changelog.md +11 -0
  43. data/node_modules/@creativebulma/bulma-tooltip/src/docs/content/get-started.md +128 -0
  44. data/node_modules/@creativebulma/bulma-tooltip/src/docs/content/how-to/customize.md +48 -0
  45. data/node_modules/@creativebulma/bulma-tooltip/src/docs/content/release/1.0.1.md +11 -0
  46. data/node_modules/@creativebulma/bulma-tooltip/src/docs/content/release/1.0.2.md +13 -0
  47. data/node_modules/@creativebulma/bulma-tooltip/src/docs/content/release/1.1.0.md +13 -0
  48. data/node_modules/@creativebulma/bulma-tooltip/src/docs/content/release/1.2.md +13 -0
  49. data/node_modules/@creativebulma/bulma-tooltip/src/docs/content/release/1.md +13 -0
  50. data/node_modules/@creativebulma/bulma-tooltip/src/docs/data/social.json +7 -0
  51. data/node_modules/@creativebulma/bulma-tooltip/src/docs/data/variables.json +62 -0
  52. data/node_modules/@creativebulma/bulma-tooltip/src/docs/data/versions.json +14 -0
  53. data/node_modules/@creativebulma/bulma-tooltip/src/docs/layouts/partials/head.html +26 -0
  54. data/node_modules/@creativebulma/bulma-tooltip/src/docs/static/css/bulma-tooltip.css +1919 -0
  55. data/node_modules/@creativebulma/bulma-tooltip/src/docs/static/css/bulma-tooltip.min.css +2 -0
  56. data/node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/LICENSE +20 -0
  57. data/node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/archetypes/changelog.md +11 -0
  58. data/node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/archetypes/default.md +2 -0
  59. data/node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/404.html +33 -0
  60. data/node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/_default/_markup/render-link.html +1 -0
  61. data/node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/_default/baseof.html +11 -0
  62. data/node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/_default/list.html +0 -0
  63. data/node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/_default/single.html +25 -0
  64. data/node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/index.html +24 -0
  65. data/node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/partials/footer.html +6 -0
  66. data/node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/partials/head.html +25 -0
  67. data/node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/partials/header.html +0 -0
  68. data/node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/partials/menu.html +33 -0
  69. data/node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/partials/navbar.html +31 -0
  70. data/node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/api.html +71 -0
  71. data/node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/button.html +17 -0
  72. data/node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/changelog.html +13 -0
  73. data/node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/link.html +13 -0
  74. data/node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/notification.html +2 -0
  75. data/node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/options.html +22 -0
  76. data/node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/preview.html +31 -0
  77. data/node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/tab.html +16 -0
  78. data/node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/table.html +21 -0
  79. data/node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/tabs.html +24 -0
  80. data/node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/tag.html +35 -0
  81. data/node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/variables.html +18 -0
  82. data/node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/static/css/docs.css +375 -0
  83. data/node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/static/images/clippy.svg +1 -0
  84. data/node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/static/js/clipboard.min.js +7 -0
  85. data/node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/static/js/docs.js +79 -0
  86. data/node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/static/js/highlight.pack.js +3 -0
  87. data/node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/theme.toml +21 -0
  88. data/node_modules/@creativebulma/bulma-tooltip/src/sass/_animation.sass +4 -0
  89. data/node_modules/@creativebulma/bulma-tooltip/src/sass/_position.sass +124 -0
  90. data/node_modules/@creativebulma/bulma-tooltip/src/sass/_responsiveness.sass +151 -0
  91. data/node_modules/@creativebulma/bulma-tooltip/src/sass/_variables.sass +12 -0
  92. data/node_modules/@creativebulma/bulma-tooltip/src/sass/index.sass +131 -0
  93. data/package-lock.json +6 -0
  94. data/package.json +3 -0
  95. metadata +85 -2
@@ -0,0 +1,131 @@
1
+ @import 'variables'
2
+ @import 'position'
3
+ @import 'animation'
4
+
5
+ =tooltip-arrow
6
+ &::after
7
+ box-sizing: border-box
8
+ color: $tooltip-color
9
+ display: inline-block
10
+ font-family: $tooltip-font-family
11
+ font-size: $tooltip-font-size
12
+ hyphens: auto
13
+ opacity: 0
14
+ overflow: hidden
15
+ pointer-events: none
16
+ position: absolute
17
+ visibility: hidden
18
+ z-index: $tooltip-z-index
19
+ content: ''
20
+ border-style: solid
21
+ border-width: $tooltip-arrow-size
22
+ border-color: rgba($tooltip-background-color, $tooltip-background-opacity) transparent transparent transparent
23
+ margin-bottom: $tooltip-arrow-size * -1 + 1
24
+ +tooltip-arrow-top
25
+
26
+ =tooltip-box
27
+ &::before
28
+ box-sizing: border-box
29
+ color: $tooltip-color
30
+ display: inline-block
31
+ font-family: $tooltip-font-family
32
+ font-size: $tooltip-font-size
33
+ hyphens: auto
34
+ opacity: 0
35
+ overflow: hidden
36
+ pointer-events: none
37
+ position: absolute
38
+ visibility: hidden
39
+ z-index: $tooltip-z-index
40
+ background: rgba($tooltip-background-color, $tooltip-background-opacity)
41
+ border-radius: $tooltip-radius
42
+ content: attr(data-tooltip)
43
+ padding: $tooltip-padding
44
+ text-overflow: ellipsis
45
+ white-space: pre
46
+ +tooltip-box-top
47
+
48
+ =tooltip-multiline
49
+ &::before
50
+ height: auto
51
+ width: $tooltip-max-width
52
+ max-width: $tooltip-max-width
53
+ text-overflow: clip
54
+ white-space: normal
55
+ word-break: keep-all
56
+
57
+ [data-tooltip]
58
+ &:not(.is-loading),
59
+ &:not(.is-disabled),
60
+ &:not([disabled])
61
+ cursor: pointer
62
+ overflow: visible
63
+ position: relative
64
+
65
+ +tooltip-box
66
+ &.has-tooltip-arrow
67
+ +tooltip-arrow
68
+
69
+ &.has-tooltip-bottom
70
+ +tooltip-direction('bottom')
71
+
72
+ &.has-tooltip-left
73
+ +tooltip-direction('left')
74
+
75
+ &.has-tooltip-right
76
+ +tooltip-direction('right')
77
+
78
+ &.has-tooltip-multiline
79
+ +tooltip-multiline
80
+
81
+ &.has-tooltip-text-left
82
+ &::before
83
+ text-align: left
84
+ &.has-tooltip-text-centered
85
+ &::before
86
+ text-align: center
87
+ &.has-tooltip-text-right
88
+ &::before
89
+ text-align: right
90
+
91
+ @each $name, $pair in $colors
92
+ $color: nth($pair, 1)
93
+ $color-invert: nth($pair, 2)
94
+ &.has-tooltip-#{$name}
95
+ &::after
96
+ border-color: rgba($color, $tooltip-background-opacity) transparent transparent transparent !important
97
+ &.has-tooltip-bottom
98
+ &::after
99
+ border-color: transparent transparent rgba($color, $tooltip-background-opacity) transparent !important
100
+ &.has-tooltip-left
101
+ &::after
102
+ border-color: transparent transparent transparent rgba($color, $tooltip-background-opacity) !important
103
+ &.has-tooltip-right
104
+ &::after
105
+ border-color: transparent rgba($color, $tooltip-background-opacity) transparent transparent !important
106
+ &:before
107
+ background-color: rgba($color, $tooltip-background-opacity)
108
+ color: $color-invert
109
+
110
+ +tooltip-hover
111
+ opacity: 1
112
+ visibility: visible
113
+
114
+ &.has-tooltip-fade
115
+ +tooltip-fade
116
+
117
+ @import 'responsiveness'
118
+
119
+ span
120
+ &[data-tooltip]
121
+ border-bottom: 1px dashed $grey-lighter
122
+ @each $name, $pair in $colors
123
+ $color: nth($pair, 1)
124
+ $color-invert: nth($pair, 2)
125
+ &.has-tooltip-#{$name}
126
+ border-bottom-color: lighten($color, 5%)
127
+
128
+ .control
129
+ span
130
+ &[data-tooltip]
131
+ border-bottom: none
data/package-lock.json CHANGED
@@ -3,6 +3,12 @@
3
3
  "requires": true,
4
4
  "lockfileVersion": 1,
5
5
  "dependencies": {
6
+ "@creativebulma/bulma-tooltip": {
7
+ "version": "1.2.0",
8
+ "resolved": "https://registry.npmjs.org/@creativebulma/bulma-tooltip/-/bulma-tooltip-1.2.0.tgz",
9
+ "integrity": "sha512-ooImbeXEBxf77cttbzA7X5rC5aAWm9UsXIGViFOnsqB+6M944GkB28S5R4UWRqjFd2iW4zGEkEifAU+q43pt2w==",
10
+ "dev": true
11
+ },
6
12
  "bulma": {
7
13
  "version": "0.9.3",
8
14
  "resolved": "https://registry.npmjs.org/bulma/-/bulma-0.9.3.tgz",
data/package.json CHANGED
@@ -6,5 +6,8 @@
6
6
  "bulma": "^0.9.3",
7
7
  "bulma-block-list": "^0.4.1",
8
8
  "bulma-carousel": "^4.0.24"
9
+ },
10
+ "devDependencies": {
11
+ "@creativebulma/bulma-tooltip": "^1.2.0"
9
12
  }
10
13
  }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: intia-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marc Schmidt
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-10-13 00:00:00.000000000 Z
11
+ date: 2021-10-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -33,6 +33,7 @@ extra_rdoc_files: []
33
33
  files:
34
34
  - LICENSE
35
35
  - README.md
36
+ - _includes/contact.html
36
37
  - _includes/footer.html
37
38
  - _includes/head-scripts.html
38
39
  - _includes/head.html
@@ -51,7 +52,10 @@ files:
51
52
  - assets/img/arrow-left.png
52
53
  - assets/img/logo-black.png
53
54
  - assets/img/logo-dites.png
55
+ - assets/img/logo-green-white.png
54
56
  - assets/img/logo-green.png
57
+ - assets/img/logo-short-green.png
58
+ - assets/img/logo-short.png
55
59
  - assets/img/logo-white.png
56
60
  - assets/img/logo.png
57
61
  - assets/img/posts/escape-game.jpg
@@ -60,7 +64,86 @@ files:
60
64
  - assets/js/bulma-carousel/js/bulma-carousel.js
61
65
  - assets/js/main.js
62
66
  - assets/styles/main.scss
67
+ - assets/templates/contact.png
68
+ - assets/templates/glossary-abstract.png
69
+ - assets/templates/glossary-full-entry.png
70
+ - assets/templates/header-a.png
71
+ - assets/templates/header-b.png
72
+ - assets/templates/header-c.png
73
+ - assets/templates/header-glossary.png
74
+ - assets/templates/highlighter-a.png
75
+ - assets/templates/highlighter-b.png
76
+ - assets/templates/highlighter-c.png
77
+ - assets/templates/highlighter-d.png
78
+ - assets/templates/left-right-blocks.png
79
+ - assets/templates/methods-filter.png
80
+ - assets/templates/stories-a.png
81
+ - assets/templates/stories-b.png
82
+ - assets/templates/stories-teaser.png
83
+ - assets/templates/textblock-highlight.png
84
+ - assets/templates/textblock-with-image.png
85
+ - assets/templates/textblock.png
86
+ - assets/templates/tooltip.png
63
87
  - favicon.png
88
+ - node_modules/@creativebulma/bulma-tooltip/LICENSE
89
+ - node_modules/@creativebulma/bulma-tooltip/README.md
90
+ - node_modules/@creativebulma/bulma-tooltip/dist/bulma-tooltip.css
91
+ - node_modules/@creativebulma/bulma-tooltip/dist/bulma-tooltip.min.css
92
+ - node_modules/@creativebulma/bulma-tooltip/package.json
93
+ - node_modules/@creativebulma/bulma-tooltip/src/docs/archetypes/default.md
94
+ - node_modules/@creativebulma/bulma-tooltip/src/docs/config.toml
95
+ - node_modules/@creativebulma/bulma-tooltip/src/docs/content/_index.md
96
+ - node_modules/@creativebulma/bulma-tooltip/src/docs/content/changelog.md
97
+ - node_modules/@creativebulma/bulma-tooltip/src/docs/content/get-started.md
98
+ - node_modules/@creativebulma/bulma-tooltip/src/docs/content/how-to/customize.md
99
+ - node_modules/@creativebulma/bulma-tooltip/src/docs/content/release/1.0.1.md
100
+ - node_modules/@creativebulma/bulma-tooltip/src/docs/content/release/1.0.2.md
101
+ - node_modules/@creativebulma/bulma-tooltip/src/docs/content/release/1.1.0.md
102
+ - node_modules/@creativebulma/bulma-tooltip/src/docs/content/release/1.2.md
103
+ - node_modules/@creativebulma/bulma-tooltip/src/docs/content/release/1.md
104
+ - node_modules/@creativebulma/bulma-tooltip/src/docs/data/social.json
105
+ - node_modules/@creativebulma/bulma-tooltip/src/docs/data/variables.json
106
+ - node_modules/@creativebulma/bulma-tooltip/src/docs/data/versions.json
107
+ - node_modules/@creativebulma/bulma-tooltip/src/docs/layouts/partials/head.html
108
+ - node_modules/@creativebulma/bulma-tooltip/src/docs/static/css/bulma-tooltip.css
109
+ - node_modules/@creativebulma/bulma-tooltip/src/docs/static/css/bulma-tooltip.min.css
110
+ - node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/LICENSE
111
+ - node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/archetypes/changelog.md
112
+ - node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/archetypes/default.md
113
+ - node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/404.html
114
+ - node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/_default/_markup/render-link.html
115
+ - node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/_default/baseof.html
116
+ - node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/_default/list.html
117
+ - node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/_default/single.html
118
+ - node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/index.html
119
+ - node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/partials/footer.html
120
+ - node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/partials/head.html
121
+ - node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/partials/header.html
122
+ - node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/partials/menu.html
123
+ - node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/partials/navbar.html
124
+ - node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/api.html
125
+ - node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/button.html
126
+ - node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/changelog.html
127
+ - node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/link.html
128
+ - node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/notification.html
129
+ - node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/options.html
130
+ - node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/preview.html
131
+ - node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/tab.html
132
+ - node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/table.html
133
+ - node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/tabs.html
134
+ - node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/tag.html
135
+ - node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/variables.html
136
+ - node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/static/css/docs.css
137
+ - node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/static/images/clippy.svg
138
+ - node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/static/js/clipboard.min.js
139
+ - node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/static/js/docs.js
140
+ - node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/static/js/highlight.pack.js
141
+ - node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/theme.toml
142
+ - node_modules/@creativebulma/bulma-tooltip/src/sass/_animation.sass
143
+ - node_modules/@creativebulma/bulma-tooltip/src/sass/_position.sass
144
+ - node_modules/@creativebulma/bulma-tooltip/src/sass/_responsiveness.sass
145
+ - node_modules/@creativebulma/bulma-tooltip/src/sass/_variables.sass
146
+ - node_modules/@creativebulma/bulma-tooltip/src/sass/index.sass
64
147
  - node_modules/bulma-block-list/LICENSE.txt
65
148
  - node_modules/bulma-block-list/README.md
66
149
  - node_modules/bulma-block-list/node_modules/bulma/CHANGELOG.md