intia-theme 0.1.3 → 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 +5 -4
  5. data/_includes/story-slider.html +1 -2
  6. data/_layouts/default.html +7 -3
  7. data/_sass/_layout.scss +199 -15
  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,14 @@
1
+ [
2
+ {
3
+ "version": "v1.2",
4
+ "url": "https://demo.creativebulma.net/components/tooltip/1.2/"
5
+ },
6
+ {
7
+ "version": "v1.1",
8
+ "url": "https://demo.creativebulma.net/components/tooltip/1.1/"
9
+ },
10
+ {
11
+ "version": "v1.0",
12
+ "url": "https://demo.creativebulma.net/components/tooltip/1.0/"
13
+ }
14
+ ]
@@ -0,0 +1,26 @@
1
+ <!DOCTYPE html>
2
+ <html lang="{{ $.Site.Language.Lang }}">
3
+
4
+ <head>
5
+ <base href="{{ $.Site.BaseURL }}">
6
+
7
+ <meta charset="utf-8">
8
+ <meta http-equiv="X-UA-Compatible" content="ie=edge,chrome=1">
9
+ <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
10
+ {{ block "meta_tags" . }}{{end}}
11
+
12
+ <title>{{ block "title" . }}{{ .Title }} - {{ .Site.Title }}{{ end }}</title>
13
+
14
+ <link rel="icon" href="{{ "favicon.png" | absURL}}">
15
+
16
+ <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@0.8.0/css/bulma.min.css">
17
+ <link rel="stylesheet" href="{{ "css/docs.css" | relURL }}" />
18
+ <link rel="stylesheet" href="{{ "css/bulma-tooltip.min.css" | relURL }}" />
19
+
20
+ {{ block "header_css" . }}{{ end }}
21
+
22
+ <script defer src="https://use.fontawesome.com/releases/v5.3.1/js/all.js"></script>
23
+ </head>
24
+
25
+ <body class='{{ block "body_classes" . }}{{ end }}'>
26
+