betterplace-content 0.7.4 → 0.7.5

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
  SHA256:
3
- metadata.gz: 623c0934908492cbd4ed82f74d75e6aa57aa5b39e0b000bd2a0b0ef3a1bd8cc2
4
- data.tar.gz: 95958a2f8de034fb99bdf70ae4b07f320dec36140a878b8cd872ef15570df818
3
+ metadata.gz: 7208811d3752bba5c4a0b43563e615d18266ca8bd29dfb4a0b01cd835c1fff8f
4
+ data.tar.gz: bd6c43b0a406b5b9201dca5d7dfab9e15467a4e33b24ac95119c7a023ab5ada3
5
5
  SHA512:
6
- metadata.gz: df7089124f34fde2fcb2534af5be57c21b860666a7cf16fa3031cb3625e104d6c390d5c55a7bcef93859192dad1f3929ee6aac62d99d129f44ad52d4cbd4953c
7
- data.tar.gz: e81adce1a6308f29651af91a4b3f48134fcaa6b17c2d496d02bff95e75a48449d73bfdc25a5a3b2da40df96f8e9cdf8d61b88a370b7cef47da64555921b31baf
6
+ metadata.gz: 261e63e165c186031d61974443f2af754de0274839ec8c3059ffabcc0c8881f9c0e3b8d068fb2a50ae6d43b65fe10d6b4f23d7afefce93a0c13590c6893913d4
7
+ data.tar.gz: '08aef9d0bcac63614c98792a42fa36874371e450372a6f55bd0b343de5549bc40a823c610a73af09205ad4546412c261f2879bd1f3f6884ceb789e22eb1846d5'
@@ -15,10 +15,15 @@ function gaOptout() {
15
15
  window[disableStr] = true;
16
16
  }
17
17
 
18
- (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
19
- (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
20
- m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
21
- })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
18
+ {% if false %}
19
+ // TODO: Re-Add/Restore with cookie banner
20
+ (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
21
+ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
22
+ m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
23
+ })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
24
+ {% else %}
25
+ window.ga = function() { return null; };
26
+ {% endif %}
22
27
 
23
28
  ga('create', ga_id);
24
29
  ga('set', 'anonymizeIp', true);
@@ -1,24 +1,24 @@
1
1
  .lpm-hero-element
2
- background-color: $sunny-day
3
2
  display: flex
4
3
 
5
- h1,
6
- h2,
7
- p
8
- color: white
9
-
10
- h1
11
- line-height: 125%
12
- margin-bottom: 0
13
-
14
4
  @media (min-width: $breakpoint-sm)
5
+ background-color: $sunny-day
15
6
  align-items: center
16
7
  height: 486px
17
8
 
18
9
  @media (max-width: $breakpoint-sm)
19
- height: 420px
20
- flex-direction: column
21
- justify-content: flex-end
22
- padding-bottom: 20px
23
- background-position: 50% 50%
24
- background-size: cover
10
+ padding-top: 128px
11
+ background-size: auto 128px
12
+ background-repeat: no-repeat
13
+ background-position: 50% 0
14
+ text-align: center
15
+
16
+ h1
17
+ line-height: 125%
18
+ margin-bottom: 0
19
+
20
+ h1,
21
+ h2,
22
+ p
23
+ @media (min-width: $breakpoint-sm)
24
+ color: white
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: betterplace-content
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.4
4
+ version: 0.7.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - betterplace.org Developers
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-12-02 00:00:00.000000000 Z
11
+ date: 2019-12-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -206,7 +206,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
206
206
  - !ruby/object:Gem::Version
207
207
  version: '0'
208
208
  requirements: []
209
- rubygems_version: 3.0.6
209
+ rubygems_version: 3.0.3
210
210
  signing_key:
211
211
  specification_version: 4
212
212
  summary: betterplace.org's Jekyll Content Theme