jumbo-jekyll-theme 1.4.23 → 1.4.24

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2ddcd7214074057624860942b35e0f31b79a810e
4
- data.tar.gz: ae730005684a89f99e87126a8760d296d6de597a
3
+ metadata.gz: 86dd3b94524f4c1063d889d5b6ce687864eb0b90
4
+ data.tar.gz: caffbb292dadd37e3f9730c300cb214df59757e2
5
5
  SHA512:
6
- metadata.gz: 6297c53626fbbacd8e651d5d0512f56e88b2842dc391b833da770b4a7f8e77493fb1100715ccd56592ea114f0489e8f35cd06191213cac95d3f56cd5372c86aa
7
- data.tar.gz: b46a2e5a08c3ecd70670c24ba064d0125ac3726eb328a3695a836bcb8a2e5048d001f988419499be02fa763f48c37a70c65904bbaef8eef3232c54f319fc1ac2
6
+ metadata.gz: af8761e3112ac8874ff6f623c9b08ec5c5bbeec0e4cc48961072f9981cf56f82870259bc41b5947a483d583564aae3ecd574859ee4512fc8da309be239feb76e
7
+ data.tar.gz: '0388350dbfe66c22df72a8e3032b0927ae9c3b8651e4165bec0c7623125ca94a5d81b24d70a347d7e1124995814318f106dbc703a6b63e9797a72983d4e806a5'
@@ -0,0 +1,3 @@
1
+ #content-container h3.text-center.animated.fadeIn {
2
+ color: $contact-banner-text-color;
3
+ }
@@ -31,3 +31,6 @@ $font-family-sans-serif: Arial, sans-serif !default;
31
31
  $font-family-serif: Georgia, "Times New Roman", Times, serif !default;
32
32
  //** Default monospace fonts for `<code>`, `<kbd>`, and `<pre>`.
33
33
  $font-family-monospace: Menlo, Monaco, Consolas, "Courier New", monospace !default;
34
+
35
+ //Contact Page
36
+ $contact-banner-text-color: #fff !default;
@@ -52,6 +52,10 @@ $breadcrumb-background-color: $brand-primary !default;
52
52
  $breadcrumb-title-color: #fff !default;
53
53
  $breadcrumb-span-color: #fff !default;
54
54
 
55
+ //Contact Page
56
+
57
+ $contact-banner-text-color: #fff !default;
58
+
55
59
 
56
60
  // Featured Image Jumbotron
57
61
  $featured-image-text-color: #fff !default;
@@ -0,0 +1,22 @@
1
+ ---
2
+ ---
3
+ //Bootstrap Overrides
4
+ @import "app/overrides";
5
+
6
+
7
+ //Boostrap Includes
8
+ @import 'bootstrap';
9
+ @import 'bootstrap/variables';
10
+
11
+ // Linaro Jekyll Theme Includes
12
+ @import "core";
13
+
14
+
15
+ @import "core/font-awesome.min";
16
+ @import "core/owl.theme.default.min";
17
+ @import "core/owl.carousel.min";
18
+ @import "core/animations";
19
+
20
+ // App Includes
21
+ @import "app/custom";
22
+ @import "app/contact";
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jumbo-jekyll-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.23
4
+ version: 1.4.24
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kyle Kirkby
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-04-17 00:00:00.000000000 Z
11
+ date: 2018-04-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -331,6 +331,7 @@ files:
331
331
  - _sass/_bootstrap-sprockets.scss
332
332
  - _sass/_bootstrap.scss
333
333
  - _sass/app/blog.scss
334
+ - _sass/app/contact.scss
334
335
  - _sass/app/custom.scss
335
336
  - _sass/app/home.scss
336
337
  - _sass/app/overrides.scss
@@ -436,6 +437,7 @@ files:
436
437
  - _sass/home.scss
437
438
  - assets/css/main-404.scss
438
439
  - assets/css/main-blog.scss
440
+ - assets/css/main-contact.scss
439
441
  - assets/css/main-home.scss
440
442
  - assets/css/main-lightbox.scss
441
443
  - assets/css/main.scss