Skip to content

Commit 05ac972

Browse files
authored
Replicate main websites changes (#153)
2 parents 03b5a5b + cfa5a3e commit 05ac972

File tree

28 files changed

+460
-504
lines changed

28 files changed

+460
-504
lines changed

.eslintrc.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ rules:
4646
object-curly-newline:
4747
- error
4848
- multiline: true
49-
no-console: 0
49+
no-console: error
5050
no-continue: 0
5151
no-param-reassign: 0
5252
no-plusplus: 0
@@ -88,3 +88,6 @@ rules:
8888
new-cap:
8989
- error
9090
- properties: false
91+
import/no-extraneous-dependencies:
92+
- error
93+
- devDependencies: true

config/_default/menus.en.yaml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,10 @@ footer:
3636
- name: About
3737
url: https://opentermsarchive.org/en/about/
3838
weight: 7
39-
first_subfooter:
39+
- name: Contact-us
40+
identifier: mailto
41+
weight: 8
42+
footer_sub:
4043
- name: Services status
4144
url: https://stats.uptimerobot.com/nXvrBcl0wx
4245
weight: 1
@@ -53,13 +56,12 @@ first_subfooter:
5356
weight: 4
5457
params:
5558
target: _blank
56-
second_subfooter:
5759
- name: Legal notice
5860
url: https://opentermsarchive.org/en/legal-notice/
59-
weight: 1
61+
weight: 5
6062
- name: Privacy policy
6163
url: https://opentermsarchive.org/en/privacy-policy/
62-
weight: 2
64+
weight: 6
6365
- name: 'Accessibility: not compliant'
6466
url: https://opentermsarchive.org/en/accessibility/
65-
weight: 3
67+
weight: 7

config/_default/menus.fr.yaml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,10 @@ footer:
3636
- name: À propos
3737
url: https://opentermsarchive.org/fr/a-propos/
3838
weight: 7
39-
first_subfooter:
39+
- name: Contactez-nous
40+
identifier: mailto
41+
weight: 8
42+
footer_sub:
4043
- name: État des services
4144
url: https://stats.uptimerobot.com/nXvrBcl0wx
4245
weight: 1
@@ -53,13 +56,12 @@ first_subfooter:
5356
weight: 4
5457
params:
5558
target: _blank
56-
second_subfooter:
5759
- name: Mentions légales
5860
url: https://opentermsarchive.org/fr/mentions-legales/
59-
weight: 1
61+
weight: 5
6062
- name: Politique de confidentialité
6163
url: https://opentermsarchive.org/fr/politique-de-confidentialite/
62-
weight: 2
64+
weight: 6
6365
- name: 'Accessibilité : non conforme'
6466
url: https://opentermsarchive.org/fr/accessibilite/
65-
weight: 3
67+
weight: 7

config/_default/params.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
1+
contact_email: [email protected]
12
github:
23
url: https://github.com/OpenTermsArchive
34
mastodon:
45
url: https://mastodon.social/@opentermsarchive
56
username: "@[email protected]"
6-
7+
linkedin:
8+
url: https://www.linkedin.com/company/opentermsarchive/
9+
opencollective:
10+
url: https://opencollective.com/opentermsarchive
11+
contribution_tool:
12+
url: https://contribute.opentermsarchive.org/

content/memos/how-to-publish.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ No technical skills are required.
1414

1515
## 1. Send
1616

17-
Send your memo to [{{< param email >}}](mailto:{{< param email >}}?subject=Publish%20a%20memo&body=Dear%20Core%20team%2C%0A%0AI%20would%20like%20to%20publish%20the%20memo%20below.%0A%0AIt%20is%20based%20on%20my%20original%20work%2C%20and%20I%20have%20reviewed%20the%20reference%20at%20docs.opentermsarchive.org%2Fmemos%2Fwriting-reference%2F%20and%20I%20have%20made%20sure%20the%20content%20complies%20with%20it%20before%20sending%20this%20text%20to%20you.%0A%0AI%20understand%20that%20it%20might%20take%20up%20to%20two%20weeks%20for%20this%20text%20to%20be%20reviewed.%0A%0AHave%20a%20good%20day%21) by writing it in the body of the email or as a file attachment. Feel free to add any comments or questions you may have about the content or format.
17+
Send your memo to [{{< param contact_email >}}](mailto:{{< param contact_email >}}?subject=Publish%20a%20memo&body=Dear%20Core%20team%2C%0A%0AI%20would%20like%20to%20publish%20the%20memo%20below.%0A%0AIt%20is%20based%20on%20my%20original%20work%2C%20and%20I%20have%20reviewed%20the%20reference%20at%20docs.opentermsarchive.org%2Fmemos%2Fwriting-reference%2F%20and%20I%20have%20made%20sure%20the%20content%20complies%20with%20it%20before%20sending%20this%20text%20to%20you.%0A%0AI%20understand%20that%20it%20might%20take%20up%20to%20two%20weeks%20for%20this%20text%20to%20be%20reviewed.%0A%0AHave%20a%20good%20day%21) by writing it in the body of the email or as a file attachment. Feel free to add any comments or questions you may have about the content or format.
1818

1919
## 2. Review
2020

i18n/en.toml

Lines changed: 0 additions & 9 deletions
This file was deleted.

i18n/en.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
header:
2+
menu:
3+
open: Menu
4+
close: Close

i18n/fr.toml

Lines changed: 0 additions & 9 deletions
This file was deleted.

i18n/fr.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
header:
2+
menu:
3+
open: Menu
4+
close: Fermer

package-lock.json

Lines changed: 33 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)