jekyll-theme-noesya 1.0.49 → 1.0.53

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: c0d87a0f5648be36a33b139d3ba91413f15589a212fe962759c9536359383245
4
- data.tar.gz: 824a1926751406772adef91e5b2ed74f322ad5f433d7f2f884530a1fd900c683
3
+ metadata.gz: fada86032ba17a53edc78e885734d4de6b552e5cf6edb6b2d60caa91384ad73b
4
+ data.tar.gz: 3bceb5448577d7eb1c67adc19d991d796598518e83f1086706d5632ec075460c
5
5
  SHA512:
6
- metadata.gz: f1a1c8da200498c09dbc14c6cadfed6711b5fe0ead3ccde9a938d2ac1398775e9c7b88eefcde96e8c2bf2d46b19c3102fb081753df0d58f91bd103a8cb277604
7
- data.tar.gz: 337b72eb19df198dea93713740842cdc4dddc7a2c98d9c3256e4f295e8384df66414599699240814ea248f26440d79d74b12e30fc5663670dba0f2323c143ce7
6
+ metadata.gz: 20c8b75408b0c8d3a12d7c3d955dabea6b25af149aa2501ba21892e49adeacddadb2b1eacfe3432b8c94ddb3c8077a5e7dbd67f2c8e1efc2fe3b39e55ac3071f
7
+ data.tar.gz: 921925337d33a0cd3c17eff8bd092d13be6d63501735e10ef3fa9c118e723788e270e9294694ee6016b058cfbd3b91addf9548e446bb8b68d2ce5068802535a3
@@ -13,7 +13,7 @@
13
13
  <span class="p-country-name">France</span>
14
14
  </address>
15
15
  {% include nav/ecosystem.html %}
16
- <a href="https://bcorporation.net" target="_blank" rel="noreferrer"><img src="https://assets.noesya.coop/images/logos/logo-bcorp-pending.svg" alt="Certified B-Corporation" width="63" height="103" class="bcorp"></a>
16
+ {% include nav/bcorp.html %}
17
17
  {% picture owl_footer "/assets/images/chouette/small.png" --img alt="La chouette noesya" %}
18
18
  {% include nav/legal.html %}
19
19
  {% include nav/contacts.html %}
@@ -0,0 +1,3 @@
1
+ <a href="https://bcorporation.net/certification/all-pending-b-corps" target="_blank" rel="noreferrer" class="bcorp">
2
+ <img src="https://assets.noesya.coop/images/logos/logo-bcorp-pending.svg" alt="Certified B-Corporation Pending" width="66" height="120">
3
+ </a>
@@ -13,6 +13,7 @@
13
13
 
14
14
  <!-- CSS -->
15
15
  <link rel="stylesheet" href="/assets/css/main.css">
16
+ <link rel="stylesheet" href="/assets/css/print.css" media="print">
16
17
 
17
18
  </head>
18
19
  <body class="is-loading">
@@ -64,15 +64,3 @@
64
64
  color: $white
65
65
  &:hover
66
66
  color: $white
67
-
68
- body > footer
69
- background-color: $white
70
- color: $primary
71
- .bcorp
72
- filter: invert(0)
73
- li span
74
- color: $secondary
75
- a
76
- color: $secondary-on-gray
77
- &:hover
78
- color: $primary
@@ -28,6 +28,10 @@ body > footer
28
28
  margin-bottom: $grid-gutter
29
29
  &::after
30
30
  content: none
31
+ &.bcorp
32
+ margin-bottom: 0
33
+ img
34
+ display: block
31
35
  &.contacts, &.legal
32
36
  li
33
37
  font-size: px2rem(22)
@@ -38,14 +42,17 @@ body > footer
38
42
  picture
39
43
  display: block
40
44
  margin-bottom: $grid-gutter
41
- max-width: 33%
42
-
45
+ max-width: 85px
43
46
 
47
+ @include media-breakpoint-down(lg)
48
+ .bcorp
49
+ float: right
50
+ margin-top: 22px
44
51
  @include media-breakpoint-up(lg)
45
52
  nav
46
53
  &:first-of-type
47
54
  li
48
- font-size: px2rem(45)
55
+ font-size: px2rem(40)
49
56
  line-height: 1.4
50
57
 
51
58
  @include media-breakpoint-height-up(780px)
@@ -108,3 +115,14 @@ body > footer
108
115
  grid-row: 2/2
109
116
  margin-bottom: 0
110
117
  max-width: none
118
+ @media (prefers-color-scheme: dark)
119
+ background-color: $white
120
+ color: $primary
121
+ .bcorp img
122
+ filter: invert(1)
123
+ li span
124
+ color: $secondary
125
+ a
126
+ color: $secondary-on-gray
127
+ &:hover
128
+ color: $primary
data/_sass/print.sass ADDED
@@ -0,0 +1,14 @@
1
+ header .menu,
2
+ footer
3
+ display: none
4
+ .collapse
5
+ label::before
6
+ display: none
7
+ >div
8
+ display: block
9
+ .succeeded__noesya
10
+ &,
11
+ & + section
12
+ display: none
13
+ .gauge
14
+ border-top: 10px solid black
@@ -0,0 +1,5 @@
1
+ ---
2
+ layout: ''
3
+ ---
4
+
5
+ @import "print";
metadata CHANGED
@@ -1,16 +1,16 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-noesya
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.49
4
+ version: 1.0.53
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sébastien Moulène
8
8
  - Arnaud Levy
9
9
  - Alexis BENOIT
10
- autorequire:
10
+ autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2021-12-17 00:00:00.000000000 Z
13
+ date: 2022-01-11 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: jekyll
@@ -82,7 +82,7 @@ dependencies:
82
82
  - - ">="
83
83
  - !ruby/object:Gem::Version
84
84
  version: '0'
85
- description:
85
+ description:
86
86
  email:
87
87
  - sebousan@gmail.com
88
88
  - contact@arnaudlevy.com
@@ -100,6 +100,7 @@ files:
100
100
  - _includes/js/menu-burger.js
101
101
  - _includes/js/notes.js
102
102
  - _includes/js/paragraphs-index.js
103
+ - _includes/nav/bcorp.html
103
104
  - _includes/nav/contacts.html
104
105
  - _includes/nav/ecosystem.html
105
106
  - _includes/nav/legal.html
@@ -127,6 +128,7 @@ files:
127
128
  - _sass/layouts/page.sass
128
129
  - _sass/main.sass
129
130
  - _sass/pages/index.sass
131
+ - _sass/print.sass
130
132
  - _sass/tools/functions/px2rem.sass
131
133
  - _sass/tools/mixins/container.sass
132
134
  - _sass/tools/mixins/graphics.sass
@@ -136,6 +138,7 @@ files:
136
138
  - _sass/tools/reset.sass
137
139
  - _sass/tools/variables.sass
138
140
  - assets/css/main.scss
141
+ - assets/css/print.scss
139
142
  - assets/images/chouette/large.png
140
143
  - assets/images/chouette/small.png
141
144
  - assets/js/main.js
@@ -144,7 +147,7 @@ licenses:
144
147
  - MIT
145
148
  metadata:
146
149
  plugin_type: theme
147
- post_install_message:
150
+ post_install_message:
148
151
  rdoc_options: []
149
152
  require_paths:
150
153
  - lib
@@ -160,7 +163,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
160
163
  version: '0'
161
164
  requirements: []
162
165
  rubygems_version: 3.1.6
163
- signing_key:
166
+ signing_key:
164
167
  specification_version: 4
165
168
  summary: Noesya theme for Jekyll.
166
169
  test_files: []