jekyll-theme-noesya 1.0.51 → 1.1.0

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: 9a1c6edd21a1bf87ea02f22c939384fc66db7108b33c4ff5091868afdc095c60
4
- data.tar.gz: b155df44abe11aad3737759b48a15ee82543405f099e6e6b2ed8ec1b426ef61b
3
+ metadata.gz: f88c787a5f8bc4de7ae052a174e8dd95d1629db78b9cfb1cd49d5310ddd4d53d
4
+ data.tar.gz: f0b7067e2b26ccbe5f793e288fa0b89157f4f41f402727c0e0bcdbc0c84c1528
5
5
  SHA512:
6
- metadata.gz: cac697eb35cab5c22726a33f95ac9417d3cb6381c2893172ea8123000ac0b26763ff5380dd29e7e54a625200043ee9af3deab3f0ea903d3f2fb27b59ff2911fd
7
- data.tar.gz: f23fdc69bf6f904edb2dccd272a84334c03fc7ced957b46d745604757dfab12ea0dadf90153ea0a24dc12daf5799dabec08804e8a177ffee6f4afb9a52ef103c
6
+ metadata.gz: 5943a0ba3740ada5c6d556c62a5040756d8b6b70d8b931d88ddfdfff0995a988a65a1d5c3c3b56b15294c256bdc8d6f1cf8c1e933c3c35b644d4cf70c4f756df
7
+ data.tar.gz: 83e8212ceaaa52e8d15260f48f12f895e036ebaf840eba2a46b1308af1f65bf73163de56a3ac9d9d528763e24f6b03c53d8fe94ff1488cd7965d74566a75fb8a
@@ -8,8 +8,8 @@
8
8
  </address>
9
9
  <address class="h-card">
10
10
  <p class="p-name">noesya Bordeaux</p>
11
- <span class="p-street-address">5 rue Frédéric Joliot Curie</span><br>
12
- <span class="p-postal-code">33150</span>&nbsp;<span class="p-locality">Cenon</span><br>
11
+ <span class="p-street-address">2 rue Louis Combes</span><br>
12
+ <span class="p-postal-code">33000</span>&nbsp;<span class="p-locality">Bordeaux</span><br>
13
13
  <span class="p-country-name">France</span>
14
14
  </address>
15
15
  {% include nav/ecosystem.html %}
@@ -1,3 +1,3 @@
1
- <a href="https://bcorporation.net/certification/all-pending-b-corps" target="_blank" rel="noreferrer">
2
- <img src="https://assets.noesya.coop/images/logos/logo-bcorp-pending.svg" alt="Certified B-Corporation Pending" width="66" height="120" class="bcorp">
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
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(1)
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.51
4
+ version: 1.1.0
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-09-07 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
@@ -128,6 +128,7 @@ files:
128
128
  - _sass/layouts/page.sass
129
129
  - _sass/main.sass
130
130
  - _sass/pages/index.sass
131
+ - _sass/print.sass
131
132
  - _sass/tools/functions/px2rem.sass
132
133
  - _sass/tools/mixins/container.sass
133
134
  - _sass/tools/mixins/graphics.sass
@@ -137,6 +138,7 @@ files:
137
138
  - _sass/tools/reset.sass
138
139
  - _sass/tools/variables.sass
139
140
  - assets/css/main.scss
141
+ - assets/css/print.scss
140
142
  - assets/images/chouette/large.png
141
143
  - assets/images/chouette/small.png
142
144
  - assets/js/main.js
@@ -145,7 +147,7 @@ licenses:
145
147
  - MIT
146
148
  metadata:
147
149
  plugin_type: theme
148
- post_install_message:
150
+ post_install_message:
149
151
  rdoc_options: []
150
152
  require_paths:
151
153
  - lib
@@ -160,8 +162,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
160
162
  - !ruby/object:Gem::Version
161
163
  version: '0'
162
164
  requirements: []
163
- rubygems_version: 3.1.6
164
- signing_key:
165
+ rubygems_version: 3.3.7
166
+ signing_key:
165
167
  specification_version: 4
166
168
  summary: Noesya theme for Jekyll.
167
169
  test_files: []