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.
- checksums.yaml +4 -4
- data/_includes/contact.html +70 -0
- data/_includes/footer.html +1 -1
- data/_includes/hero.html +5 -4
- data/_includes/story-slider.html +1 -2
- data/_layouts/default.html +7 -3
- data/_sass/_layout.scss +199 -15
- data/_sass/_main.scss +20 -7
- data/assets/img/arrow-down.png +0 -0
- data/assets/img/logo-green-white.png +0 -0
- data/assets/img/logo-short-green.png +0 -0
- data/assets/img/logo-short.png +0 -0
- data/assets/js/main.js +42 -1
- data/assets/templates/contact.png +0 -0
- data/assets/templates/glossary-abstract.png +0 -0
- data/assets/templates/glossary-full-entry.png +0 -0
- data/assets/templates/header-a.png +0 -0
- data/assets/templates/header-b.png +0 -0
- data/assets/templates/header-c.png +0 -0
- data/assets/templates/header-glossary.png +0 -0
- data/assets/templates/highlighter-a.png +0 -0
- data/assets/templates/highlighter-b.png +0 -0
- data/assets/templates/highlighter-c.png +0 -0
- data/assets/templates/highlighter-d.png +0 -0
- data/assets/templates/left-right-blocks.png +0 -0
- data/assets/templates/methods-filter.png +0 -0
- data/assets/templates/stories-a.png +0 -0
- data/assets/templates/stories-b.png +0 -0
- data/assets/templates/stories-teaser.png +0 -0
- data/assets/templates/textblock-highlight.png +0 -0
- data/assets/templates/textblock-with-image.png +0 -0
- data/assets/templates/textblock.png +0 -0
- data/assets/templates/tooltip.png +0 -0
- data/node_modules/@creativebulma/bulma-tooltip/LICENSE +21 -0
- data/node_modules/@creativebulma/bulma-tooltip/README.md +34 -0
- data/node_modules/@creativebulma/bulma-tooltip/dist/bulma-tooltip.css +1919 -0
- data/node_modules/@creativebulma/bulma-tooltip/dist/bulma-tooltip.min.css +2 -0
- data/node_modules/@creativebulma/bulma-tooltip/package.json +104 -0
- data/node_modules/@creativebulma/bulma-tooltip/src/docs/archetypes/default.md +6 -0
- data/node_modules/@creativebulma/bulma-tooltip/src/docs/config.toml +18 -0
- data/node_modules/@creativebulma/bulma-tooltip/src/docs/content/_index.md +27 -0
- data/node_modules/@creativebulma/bulma-tooltip/src/docs/content/changelog.md +11 -0
- data/node_modules/@creativebulma/bulma-tooltip/src/docs/content/get-started.md +128 -0
- data/node_modules/@creativebulma/bulma-tooltip/src/docs/content/how-to/customize.md +48 -0
- data/node_modules/@creativebulma/bulma-tooltip/src/docs/content/release/1.0.1.md +11 -0
- data/node_modules/@creativebulma/bulma-tooltip/src/docs/content/release/1.0.2.md +13 -0
- data/node_modules/@creativebulma/bulma-tooltip/src/docs/content/release/1.1.0.md +13 -0
- data/node_modules/@creativebulma/bulma-tooltip/src/docs/content/release/1.2.md +13 -0
- data/node_modules/@creativebulma/bulma-tooltip/src/docs/content/release/1.md +13 -0
- data/node_modules/@creativebulma/bulma-tooltip/src/docs/data/social.json +7 -0
- data/node_modules/@creativebulma/bulma-tooltip/src/docs/data/variables.json +62 -0
- data/node_modules/@creativebulma/bulma-tooltip/src/docs/data/versions.json +14 -0
- data/node_modules/@creativebulma/bulma-tooltip/src/docs/layouts/partials/head.html +26 -0
- data/node_modules/@creativebulma/bulma-tooltip/src/docs/static/css/bulma-tooltip.css +1919 -0
- data/node_modules/@creativebulma/bulma-tooltip/src/docs/static/css/bulma-tooltip.min.css +2 -0
- data/node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/LICENSE +20 -0
- data/node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/archetypes/changelog.md +11 -0
- data/node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/archetypes/default.md +2 -0
- data/node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/404.html +33 -0
- data/node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/_default/_markup/render-link.html +1 -0
- data/node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/_default/baseof.html +11 -0
- data/node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/_default/list.html +0 -0
- data/node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/_default/single.html +25 -0
- data/node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/index.html +24 -0
- data/node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/partials/footer.html +6 -0
- data/node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/partials/head.html +25 -0
- data/node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/partials/header.html +0 -0
- data/node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/partials/menu.html +33 -0
- data/node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/partials/navbar.html +31 -0
- data/node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/api.html +71 -0
- data/node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/button.html +17 -0
- data/node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/changelog.html +13 -0
- data/node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/link.html +13 -0
- data/node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/notification.html +2 -0
- data/node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/options.html +22 -0
- data/node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/preview.html +31 -0
- data/node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/tab.html +16 -0
- data/node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/table.html +21 -0
- data/node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/tabs.html +24 -0
- data/node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/tag.html +35 -0
- data/node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/layouts/shortcodes/variables.html +18 -0
- data/node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/static/css/docs.css +375 -0
- data/node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/static/images/clippy.svg +1 -0
- data/node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/static/js/clipboard.min.js +7 -0
- data/node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/static/js/docs.js +79 -0
- data/node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/static/js/highlight.pack.js +3 -0
- data/node_modules/@creativebulma/bulma-tooltip/src/docs/themes/creativebulma/theme.toml +21 -0
- data/node_modules/@creativebulma/bulma-tooltip/src/sass/_animation.sass +4 -0
- data/node_modules/@creativebulma/bulma-tooltip/src/sass/_position.sass +124 -0
- data/node_modules/@creativebulma/bulma-tooltip/src/sass/_responsiveness.sass +151 -0
- data/node_modules/@creativebulma/bulma-tooltip/src/sass/_variables.sass +12 -0
- data/node_modules/@creativebulma/bulma-tooltip/src/sass/index.sass +131 -0
- data/package-lock.json +6 -0
- data/package.json +3 -0
- 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
|
+
|