jekyll-theme-noesya 1.1.5 → 1.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/footer.html +1 -1
- data/_includes/nav/bcorp.html +2 -2
- data/_sass/commons/footer.sass +20 -8
- metadata +3 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 19abb75aac4ea2545ae0b9035c439c95db38a7e5144006a856c9d732a1dac4ab
|
4
|
+
data.tar.gz: cf40a77de8b47bd2f802c63da73f70c3d910373f6555c132ce5f4ef015b0579b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 542d3cb4446f3394e3eaac63046631dbc7ca370c1affc249f93711b85518b45cdc5b161059616574e2eb6262cefb0b437f663ad37ca9cade074761f203911438
|
7
|
+
data.tar.gz: 7b9e624a3412119f334f0059c7a12367e0ac8bb4ea9787eb41ab489704eb010cc9e0f508ec381ae8a96b32cf5dc1a88bcf0bb953c68a79dabe70b4e6afb14bf1
|
data/_includes/footer.html
CHANGED
data/_includes/nav/bcorp.html
CHANGED
@@ -1,3 +1,3 @@
|
|
1
|
-
<a href="https://bcorporation.net/
|
2
|
-
<img src="https://assets.noesya.coop/images/logos/
|
1
|
+
<a href="https://www.bcorporation.net/en-us/find-a-b-corp/company/noesya/" target="_blank" rel="noreferrer" class="bcorp">
|
2
|
+
<img src="https://assets.noesya.coop/images/logos/bcorp.svg" alt="Certified B-Corporation Pending" width="66" height="120">
|
3
3
|
</a>
|
data/_sass/commons/footer.sass
CHANGED
@@ -43,6 +43,9 @@ body > footer
|
|
43
43
|
display: block
|
44
44
|
margin-bottom: $grid-gutter
|
45
45
|
max-width: 85px
|
46
|
+
img
|
47
|
+
object-fit: contain
|
48
|
+
max-height: 30vh
|
46
49
|
|
47
50
|
@include media-breakpoint-down(lg)
|
48
51
|
.bcorp
|
@@ -54,15 +57,24 @@ body > footer
|
|
54
57
|
li
|
55
58
|
font-size: px2rem(40)
|
56
59
|
line-height: 1.4
|
57
|
-
|
58
|
-
@include media-breakpoint-height-up(780px)
|
60
|
+
@include media-breakpoint-height-up(700px)
|
59
61
|
padding-bottom: $grid-gutter * 2
|
60
|
-
padding-top: $grid-gutter *
|
61
|
-
nav
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
62
|
+
padding-top: $grid-gutter * 2
|
63
|
+
nav:first-of-type
|
64
|
+
li
|
65
|
+
font-size: px2rem(35)
|
66
|
+
line-height: px2rem(55)
|
67
|
+
@include media-breakpoint-height-up(790px)
|
68
|
+
nav:first-of-type
|
69
|
+
li
|
70
|
+
font-size: px2rem(45)
|
71
|
+
line-height: px2rem(65)
|
72
|
+
@include media-breakpoint-height-up(860px)
|
73
|
+
padding-bottom: $grid-gutter * 4
|
74
|
+
nav:first-of-type
|
75
|
+
li
|
76
|
+
font-size: px2rem(55)
|
77
|
+
line-height: px2rem(75)
|
66
78
|
|
67
79
|
@include media-breakpoint-up(lg)
|
68
80
|
bottom: 0
|
metadata
CHANGED
@@ -1,16 +1,15 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-theme-noesya
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
|
-
- Sébastien Moulène
|
8
7
|
- Arnaud Levy
|
9
8
|
- Alexis BENOIT
|
10
9
|
autorequire:
|
11
10
|
bindir: bin
|
12
11
|
cert_chain: []
|
13
|
-
date: 2023-
|
12
|
+
date: 2023-11-30 00:00:00.000000000 Z
|
14
13
|
dependencies:
|
15
14
|
- !ruby/object:Gem::Dependency
|
16
15
|
name: jekyll
|
@@ -84,8 +83,7 @@ dependencies:
|
|
84
83
|
version: '0'
|
85
84
|
description:
|
86
85
|
email:
|
87
|
-
-
|
88
|
-
- contact@arnaudlevy.com
|
86
|
+
- arnaud.levy@noesya.coop
|
89
87
|
- alexis.benoit@noesya.coop
|
90
88
|
executables: []
|
91
89
|
extensions: []
|