jumbo-jekyll-theme 5.7.0.5 → 6.0.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 29dfefc605a487b71001741a124e6450002a3d807e2bbfa079708b86fe26ab52
4
- data.tar.gz: 25e5ab5535fdcd88b5d52bff67afa4c2ff4aa7db48952f4e0cfcb7238f55610b
3
+ metadata.gz: 41acb2f1a40d2f9a1061223c56c3dd79b1c2eae39ab0eb2a8c20103c4f98a38b
4
+ data.tar.gz: 13498e38faddfbdbdad28259405717e7a12c391e929ac86194effc69ecd9f9c7
5
5
  SHA512:
6
- metadata.gz: ffe8aaaa4ebfeb3687597fca2379aa0716f0bfc97499315180076329acbf497c855ffa820cd6a56759f80809636bf75e2e84faed8a75703b81f106efe2953fe5
7
- data.tar.gz: eff8de670dc5b438ad63e8e64c77c88913cac683e0aac813e2bd2e4324bbdf373f4fe954758095e5b4e11215e65038f6220cd4880ade638276f650a1eff6adc7
6
+ metadata.gz: fab95faf14744f29553ceadca20a0b1f76daa836a80be6f92962857aa37445552436230ac157844d3dbe415913f3bacdb245996bc7e7e3cdfdaae6effcf3471f
7
+ data.tar.gz: c7d3a5a64d1c9f7f65e41dc7af4526fa4b2bf21498db6c6aa089cd6dda5746d4fcbf23a70de8a0f408198a1df72c2e5998b349d631d125d29f36abd970c94cad
@@ -76,10 +76,6 @@ http2_resources:
76
76
  href: /assets/fonts/lato/Lato-regular.woff2
77
77
  google_analytics:
78
78
  enabled: true
79
- cookies_popup_title: Test Cookies & Privacy Policy
80
- cookies_popup_description: >
81
- Cookies enable test you to use this website to the full extent and to personalize your experience on our sites. They tell us which parts of our websites people have visited, help us measure the effectiveness of ads and web searches and give us insights into user behavior so we can improve our communications with you.
82
- privacy_url: /privacy-test/
83
79
  code: UAXXXXXXB
84
80
  # Set the site-wide default social media share image.
85
81
  social_media_share_image: /assets/images/social-media-image.png
@@ -1,7 +1,8 @@
1
1
  {% assign url = include.object.payload %}
2
2
  <div class="col col-12 ">
3
3
  <div id="post_search" data-file-path="{{url.data}}">
4
- <input class="form-control form-control-lg" id="search-input" type="text" placeholder="Search {{posts.size}} posts..."/>
4
+ <input class="form-control form-control-lg" id="search-input" type="text"
5
+ placeholder="Search {{site.categories[url.category].size}} posts..." />
5
6
  <a class="close_search" href="#">
6
7
  X <span class="sr-only">Clear Search</span>
7
8
  </a>
@@ -4,4 +4,4 @@
4
4
  {% else %}
5
5
  {% assign words = content | number_of_words %}
6
6
  {% endif %}
7
- <span class="reading-time badge badge-light" title="Estimated read time">{% if words < 360 %}1 min read{% else %}{{ words | divided_by:180 }} mins read{% endif %} <i class="fa fa-clock-o" aria-hidden="true"></i></span>
7
+ <span class="reading-time badge badge-light text-dark" title="Estimated read time">{% if words < 360 %}1 min read{% else %}{{ words | divided_by:180 }} mins read{% endif %} <i class="fa fa-clock-o" aria-hidden="true"></i></span>
@@ -2,18 +2,17 @@
2
2
  {% if site.edit-on-github.enabled and site.edit-on-github.repo %}
3
3
  {% assign page_base = include.pagePermalink | split:"/" %}
4
4
  {% assign page-path = include.pagePath | replace: " ", "" %}
5
- {% if page_base[1] == "blog" %}
6
- {% elsif page_base[1] == "documentation" and site.edit-on-github.docs %}
5
+ {% if page_base[1] == "documentation" and site.edit-on-github.docs %}
7
6
  {% capture github-home %}{{site.edit-on-github.docs}}{% endcapture %}
8
7
  {% capture github-docs %}{{site.edit-on-github.docs}}/tree/master/{% endcapture %}
9
8
  {% capture report-issue-link %}
10
9
  {{github-home}}/issues/new?title=Problem+with+{{page-path}}&body=Please+enter+some+details+about+the+bug/issue+so+we+can+promptly+resolve+it.+%0D%0AURL%3A++{{site.url}}{{page.url}}
11
10
  {% endcapture %}
12
11
  {% capture edit-me-link %}{{github-docs}}{{page-path}}{% endcapture %}
13
- <div class="btn-group my-4" role="group" aria-label="Basic example" id="github_controls">
14
- <button type="button" class="btn btn-secondary" href="{{github-home}}" id="github_home"><i class="icon-github-circled center-block"></i></button>
15
- <button type="button" class="btn btn-secondary" href="{{report-issue-link}}" id="submit_issue">Report an Issue</button>
16
- <button href="{{edit-me-link | replace: " ", "" }}" type="button" class="btn btn-secondary" id="edit_on_github">Edit on GitHub</button>
12
+ <div class="btn-group my-2 mt-1" role="group" aria-label="Basic example" id="github_controls">
13
+ <a type="button" class="btn btn-secondary" href="{{github-home}}" id="github_home"><i class="icon-github-circled center-block"></i></a>
14
+ <a type="button" class="btn btn-secondary" href="{{report-issue-link}}" id="submit_issue">Report an Issue</a>
15
+ <a href="{{edit-me-link | replace: " ", "" }}" type="button" class="btn btn-secondary" id="edit_on_github">Edit on GitHub</a>
17
16
  </div>
18
17
  {% else %}
19
18
  {% capture github-home %}{{site.edit-on-github.repo}}{% endcapture %}
@@ -22,13 +21,13 @@
22
21
  {{site.edit-on-github.repo}}/issues/new?title=Problem+with+{{page-path}}&body=Please+enter+some+details+about+the+bug/issue+so+we+can+promptly+resolve+it.+%0D%0AURL%3A++{{site.url}}{{page.url}}
23
22
  {% endcapture %}
24
23
  {% capture edit-me-link %}{{github-docs}}{{page-path}}{% endcapture %}
25
- <div class="btn-group my-4" role="group" aria-label="Basic example" id="github_controls">
26
- <button type="button" class="btn btn-secondary" href="{{github-home}}" id="github_home"><i
27
- class="icon-github-circled center-block"></i></button>
28
- <button type="button" class="btn btn-secondary" href="{{report-issue-link}}" id="submit_issue">Report an
29
- Issue</button>
30
- <button href="{{edit-me-link | replace: " ", "" }}" type="button" class="btn btn-secondary"
31
- id="edit_on_github">Edit on GitHub</button>
24
+ <div class="btn-group my-2 mt-1" role="group" aria-label="Basic example" id="github_controls">
25
+ <a type="button" class="btn btn-secondary" href="{{github-home}}" id="github_home"><i
26
+ class="icon-github-circled center-block"></i></a>
27
+ <a type="button" class="btn btn-secondary" href="{{report-issue-link}}" id="submit_issue">Report an
28
+ Issue</a>
29
+ <a href="{{edit-me-link | replace: " ", "" }}" type="button" class="btn btn-secondary"
30
+ id="edit_on_github">Edit on GitHub</a>
32
31
  </div>
33
32
  {% endif %}
34
33
  {% endif %}
@@ -31,7 +31,7 @@
31
31
  {% endif %}
32
32
 
33
33
  <link rel="icon" href="{{site.favicon}}" type="image/png" />
34
- <link rel="canonical" href="{{site.url}}/" />
34
+ <link rel="canonical" href="{{ page.url | absolute_url }}" />
35
35
  <!-- Meta tags -->
36
36
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
37
37
  <meta name="generator" content="Jekyll v4" />
@@ -52,9 +52,6 @@
52
52
  {% endif %}
53
53
  {% if site.google_analytics.enabled %}
54
54
  <meta name="analytics_code" content="{{site.google_analytics.code}}">
55
- <meta name="cookies_popup_title" content="{{site.google_analytics.cookies_popup_title}}">
56
- <meta name="cookies_popup_description" content="{{site.google_analytics.cookies_popup_description}}">
57
- <meta name="privacy_url" content="{{site.google_analytics.privacy_url}}">
58
55
  {% endif %}
59
56
  {% if page.keywords %}
60
57
  <meta name="keywords" content="{{page.keywords}}">
@@ -44,7 +44,6 @@
44
44
  {% if page.jumbotron.image %}
45
45
  {% assign image_path = page.jumbotron.image | remove_first: "/assets/images/" %}
46
46
  {% picture header_image {{image_path}} %}
47
-
48
47
  {% endif %}
49
48
  {% if page.jumbotron.video %}
50
49
  <video autoplay muted preload="none" poster="{{page.jumbotron.video.poster}}" playsinline loop id="jumbotronVideo">
@@ -6,6 +6,28 @@
6
6
  {% assign block_width = include.object.item_width %}
7
7
  {% endif %}
8
8
  {% for block in include.object.block_section_content.blocks %}
9
+ {% if block.modal_content %}
10
+ <!-- Modal -->
11
+ <div class="modal fade" id="blockModal-{{forloop.index}}-{{block.title | slugify}}" tabindex="-1" role="dialog" aria-labelledby="blockModalLabel-{{forloop.index}}-{{block.title | slugify}}"
12
+ aria-hidden="true">
13
+ <div class="modal-dialog modal-dialog-centered modal-lg" role="document">
14
+ <div class="modal-content">
15
+ <div class="modal-header">
16
+ <h5 class="modal-title" id="blockModalLabel-{{forloop.index}}-{{block.title | slugify}}">{{block.title}}</h5>
17
+ <button type="button" class="close" data-dismiss="modal" aria-label="Close">
18
+ <span aria-hidden="true">&times;</span>
19
+ </button>
20
+ </div>
21
+ <div class="modal-body text-left">
22
+ {{block.modal_content | markdownify}}
23
+ </div>
24
+ <div class="modal-footer">
25
+ <button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
26
+ </div>
27
+ </div>
28
+ </div>
29
+ </div>
30
+ {% endif %}
9
31
  <div class="col col-12 col-sm-6 col-lg-{{block_width}} block_column">
10
32
  <div class="card h-100 {% if block.background_image %}background_image text-white{% endif %} {% if block.style %}{{block.style}}{% endif %}">
11
33
  {% if block.image %}
@@ -25,10 +47,17 @@
25
47
  {{block.description | markdownify }}
26
48
  </p>
27
49
  {% endif %}
28
- {% if block.buttons %}
29
- {% for button in block.buttons %}
30
- {% include flow/button.html object=button %}
31
- {% endfor %}
50
+ {% if block.modal_content %}
51
+ <!-- Button trigger modal -->
52
+ <button type="button" class="btn btn-primary" data-toggle="modal" data-target="#blockModal-{{forloop.index}}-{{block.title | slugify}}">
53
+ More Info
54
+ </button>
55
+ {% else %}
56
+ {% if block.buttons %}
57
+ {% for button in block.buttons %}
58
+ {% include flow/button.html object=button %}
59
+ {% endfor %}
60
+ {% endif %}
32
61
  {% endif %}
33
62
  </div>
34
63
  {% if block.footer_text %}
@@ -1,6 +1,6 @@
1
1
  <div class="col col-12 tabbed_content {% if include.object.style %}{{include.object.style}}{% endif %}">
2
2
  <nav>
3
- <div class="nav nav-tabs" id="{{tab.title | slugify}}{{forloop.index}}" role="tablist">
3
+ <div class="nav nav-tabs" id="{{page.title | slugify}}{{forloop.index}}" role="tablist">
4
4
  {% for tab in include.object.tabs %}
5
5
  <a class="nav-item nav-link {% if forloop.first %}active{% endif %}" href="#{{tab.title | slugify}}{{forloop.index}}" id="{{tab.title | slugify}}{{forloop.index}}-tab"
6
6
  data-toggle="tab" href="#{{tab.title | slugify}}{{forloop.index}}" role="tab"
@@ -1,53 +1,5 @@
1
1
  <footer>
2
2
  <div class="container-fluid">
3
- <div class="row main">
4
- <div class="container">
5
- <div class="row">
6
- {% if site.data.footer.display_contact_details %}
7
- <div class="col col-12 col-lg-4 contact-details">
8
- <a class="email" href="mailto:{{site.email}}?subject={{site.url}}">
9
- <h3>{{site.email}}</h3>
10
- </a>
11
- <address>
12
- {% for address-line in site.address %}
13
- {{address-line}}<br>
14
- {% endfor %}
15
- </address>
16
- <h3>Follow us</h3>
17
- {% include_cached social_media_icons.html %}
18
- </div>
19
- {% endif %}
20
- {% if site.data.footer.middle_column %}
21
- <div class="col col-12 col-lg-4 footer-column">
22
- <h3>{{site.data.footer.middle_column.title}}</h3>
23
- <ul class="list-group">
24
- {% if site.data.footer.middle_column.latest_posts %}
25
- {% include_cached blog/latest_posts.html %}
26
- {% else %}
27
- {% for item in site.data.footer.middle_column.items %}
28
- <li class="list-group-item">
29
- <a href="{{item.url}}">{{item.name}}</a>
30
- </li>
31
- {% endfor %}
32
- {% endif %}
33
- </ul>
34
- </div>
35
- {% endif %}
36
- {% if site.data.footer.third_column %}
37
- <div class="col col-12 col-lg-4 footer-column">
38
- <h3>{{site.data.footer.third_column.title}}</h3>
39
- <ul class="list-group">
40
- {% for item in site.data.footer.third_column.items %}
41
- <li class="list-group-item">
42
- <a href="{{item.url}}">{{item.name}}</a>
43
- </li>
44
- {% endfor %}
45
- </ul>
46
- </div>
47
- {% endif %}
48
- </div>
49
- </div>
50
- </div>
51
3
  <div class="row strip p-t-20 p-b-20">
52
4
  <div class="container">
53
5
  <div class="row">
@@ -57,18 +9,19 @@
57
9
  <div class="col col-12 text-white text-center">
58
10
  <span class="copyright">Copyright &copy; {{ 'now' | date: "%Y" }} {{site.data.footer.copyright_text}}</span>
59
11
  {% for link in site.data.footer.company_links %}
60
- <span class="coloured-bp">&bull;</span>
61
- <a href="{{link.url}}">{{link.name}}</a>
12
+ <span class="coloured-bp">&bull;</span>
13
+ <a href="{{link.url}}">{{link.name}}</a>
62
14
  {% endfor %}
15
+ {% include_cached social_media_icons.html %}
63
16
  </div>
17
+ {% if site.data.footer.footer_brand %}
64
18
  <div class="col col-12 text-white text-center m-t-10">
65
- {% if site.data.footer.footer_brand %}
66
- <a href="{{site.url}}/">
67
- <img src="{{site.data.footer.footer_brand.logo}}" class="footer-logo mx-auto"
68
- alt="{{site.name}} Logo" />
69
- </a>
70
- {% endif %}
19
+ <a href="{{site.url}}/">
20
+ <img src="{{site.data.footer.footer_brand.logo}}" class="footer-logo mx-auto"
21
+ alt="{{site.name}} Logo" />
22
+ </a>
71
23
  </div>
24
+ {% endif %}
72
25
  </div>
73
26
  </div>
74
27
  </div>
@@ -8,4 +8,10 @@
8
8
  {% else %}
9
9
  {% capture image_class %}{% endcapture %}
10
10
  {% endif %}
11
+ {% if include.url %}
12
+ <a href="{{include.url}}" target="_blank">
13
+ {% endif %}
11
14
  {% picture blog_image {{include.path | remove_first: "/assets/images/" }} class="{{image_class}}" --alt {{image_alt}} --class {{image_class}} %}
15
+ {% if include.url %}
16
+ </a>
17
+ {% endif %}
@@ -7,7 +7,7 @@
7
7
  <div id="wrapper" class="main">
8
8
  {% include_cached nav/nav.html pageUrl=page.url %}
9
9
  {{content}}
10
- {% include_cached footer/footer.html %}
10
+ {% include footer/footer.html %}
11
11
  </div>
12
12
  {% include components/javascript.html %}
13
13
  </body>
@@ -16,7 +16,7 @@ $navbar_text_color: #575757;
16
16
  $navbar_bg_color: #fff;
17
17
  // Jumbotron
18
18
  $jumbotron_bg_color: lightgray;
19
- $jumbotron_height: 500px;
19
+ $jumbotron_height: 350px;
20
20
  // Typography
21
21
  @font-face {
22
22
  font-display: fallback;
@@ -34,88 +34,10 @@ $font-family-base: "Lato";
34
34
  $footer_bg_color: #00000b;
35
35
  $footer_strip_bg_color: $secondary;
36
36
  // Flow
37
- $flow_row_padding: 40px;
37
+ $flow_row_padding: 10px;
38
38
  $flow_component_padding: 15px;
39
39
  // Cookie Consent
40
40
  $cookie_consent_bg: #000;
41
41
  $cookie_consent_text_color: #fff;
42
42
  // Breadcrumb
43
43
  $breadcrumb_bg_color: #e9ecef;
44
-
45
-
46
- //Home
47
- // $home-page-title-text: #000;
48
- // $home-page-main-title-color: $primary;
49
- // Footer
50
- // $footer-bg-color: #131313;
51
- // $footer-text-color: #fff;
52
- // Sub footer
53
- // $sub-footer-bg-color: #ccc;
54
- // $footer-border-color: #272727;
55
- // $text-color: rgba(0,0,0,.84);
56
- // Navbar
57
- // $navbar-text-color: #fff !default;
58
- // $navbar-hover-text-color: #fff !default;
59
- // $navbar-hover-background-color: $primary !default;
60
- // $navbar-height: 66px;
61
- // $navbar-inverse-bg: #000;
62
- // $navbar-inverse-color: #fff;
63
- // $navbar-submenu-bg-color: #3e3e3e !default;
64
- // $navbar-submenu-color: #fff !default;
65
- // $navbar-dropdown-text-color: $navbar-text-color;
66
- // Custom Variables
67
- // $cookie-consent-text: #FFF !default;
68
- // $cookie-consent-bg: #000 !default;
69
- // $cookie-consent-btn-bg: $primary !default;
70
- // homepage title text and sub text
71
- // $home-page-title-text: #FFF !default; // all title text
72
- // $home-page-text: #fff !default; // all title text
73
- // $home-page-main-title-color: $home-page-title-text !default; // overide for specific main title text
74
-
75
-
76
- // Footer Colour
77
- // $footer-border-color: #eee !default;
78
- // $footer-bg-color: #131313 !default;
79
- // $footer-text-color: #fff !default;
80
- // $sub-footer-color: #E5E5E5 !default;
81
- // Breadcrumb
82
- // $breadcrumb-background-color: $primary !default;
83
- // $breadcrumb-title-color: #fff !default;
84
- // $breadcrumb-span-color: #fff !default;
85
- //Contact Page
86
- // $contact-banner-text-color: #fff !default;
87
- // Featured Image Jumbotron
88
- // $featured-image-text-color: #fff !default;
89
-
90
- // Nav Bar Overrides
91
- // $navbar-text-color: #ffffff !default;
92
- // $navbar-dropdown-text-color: #000 !default;
93
- // $blog-panel-title-colour: #fff !default;
94
- // Custom Jumbotron colours
95
- // $jumbotron-top-color: $navbar-inverse-bg !default;
96
- // $jumbotron-bottom-color: $primary !default;
97
- // Breadcrumb
98
- // $breadcrumb-background-color: $primary !default;
99
- // $breadcrumb-title-color: #fff !default;
100
- // $breadcrumb-span-color: #fff !default;
101
- //Contact Page
102
- // $contact-banner-text-color: #fff !default;
103
- // Jumbotron Settings
104
- // $jumbotron-height: 400px;
105
- // $overlay: 0.5;
106
- // $jumbotron-font-size-xs: 26px;
107
- // $jumbotron-font-size: 32px;
108
- // $jumbotron-heading-color: #fff !default;
109
- // $jumbotron-sub-title-font-size-xs: 16px;
110
- // $jumbotron-sub-title-font-size: 18px;
111
- // $jumbotron-sub-title-color: #fff !default;
112
- // Tabbed Navbar
113
- // $tabbed-nav-bg-color: #ccc !default;
114
- // $tabbed-nav-text-color: #000 !default;
115
- // $tabbed-nav-hover-color: $primary !default;
116
- // // Post tags
117
- // $post-tag-bg: #d7d7d7 !default;
118
- // $post-tag-color: #000 !default;
119
- // $post-tag-border: #8b8b8b !default;
120
- // $post-tag-hover-bg: #1f1f1f !default;
121
- // $post-tag-hover-color: #fff !default;
@@ -63,6 +63,7 @@
63
63
  padding: 7px;
64
64
  border-radius: 3px;
65
65
  margin-left: 15px;
66
+ margin-bottom: 5px;
66
67
  cursor: pointer;
67
68
  transition: all 0.3s ease-in;
68
69
  }
@@ -192,3 +193,5 @@
192
193
  .btn-toggle.active {
193
194
  background-color: $primary;
194
195
  }
196
+ #gdpr-cookie-message button, #gdpr-cookie-message button#ihavecookiesBtn {
197
+ }
@@ -10,7 +10,7 @@
10
10
  object-fit: cover;
11
11
  height: 100%;
12
12
  width: 100%;
13
- filter: brightness(0.6);
13
+ filter: brightness(0.4);
14
14
  z-index:0;
15
15
  top:0px;
16
16
  }
@@ -57,7 +57,7 @@
57
57
  .card {
58
58
  &.background_image {
59
59
  img {
60
- filter: brightness(0.6);
60
+ filter: brightness(0.5);
61
61
  height: 100%;
62
62
  }
63
63
  }
@@ -1,28 +1,20 @@
1
1
  #wrapper {
2
2
  footer {
3
+ i {
4
+ color: white;
5
+ &:hover {
6
+ color: $primary;
7
+ }
8
+ }
9
+ a {
10
+ color: white;
11
+ &:hover {
12
+ color: $primary;
13
+ }
14
+ }
3
15
  .main {
4
16
  background-color: $footer_bg_color;
5
- .contact-details {
6
- margin: 30px 0;
7
- address {
8
- text-align: left;
9
- font-size: 18px;
10
- color: #fff;
11
- }
12
- h3 {
13
- text-align: left;
14
- color :$primary;
15
- margin-top: 0px;
16
- font-size: 24px;
17
- font-weight: bold;
18
- }
19
- i {
20
- color: white;
21
- &:hover {
22
- color: $primary;
23
- }
24
- }
25
- }
17
+ margin: 30px 0;
26
18
  .footer-column {
27
19
  margin: 30px 0;
28
20
  h3 {