Skip to content

Commit 1d59b10

Browse files
committed
Add Impressum
1 parent a966d06 commit 1d59b10

4 files changed

Lines changed: 60 additions & 3 deletions

File tree

.vscode/settings.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@
33
"CNCF",
44
"Eurostar",
55
"Gare",
6+
"Impressum",
67
"Kubecon",
78
"kubetrain",
89
"LYRIA",
10+
"Neuchâtel",
911
"Nord",
1012
"Pancras",
1113
"Romande"

contacts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
## Slack
99

10-
You can contact the association members in the `#switzerland` channel on the [CNCF Slack](https://slack.cncf.io/).
10+
You can contact the association members in the `#switzerland` or `#kcd-suisse-romande` channel on the [CNCF Slack](https://slack.cncf.io/).
1111

1212
## Social Media
1313

impressum.md

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
# Impressum
2+
3+
## Provider of the website
4+
5+
Association "Cloud Native Suisse Romande"
6+
CH-2000 Neuchâtel
7+
Switzerland
8+
9+
## Purpose
10+
11+
This website provides information about the Association "Cloud Native Suisse Romande",
12+
a non-profit organization dedicated to connecting end users, contributors, and maintainers
13+
of cloud native computing projects within Suisse Romande (French-speaking regions of Switzerland)
14+
and neighboring locations.
15+
16+
## Data Protection
17+
18+
The protection of your personal data is very important to us. We process personal data in
19+
accordance with Swiss data protection laws, including the Federal Data Protection Act (DSG).
20+
For detailed information about how we handle your personal data, please see our
21+
[Privacy Policy](governance/policies/1_privacy-policy.md).
22+
23+
## Liability
24+
25+
Although we take great care in preparing the content of this website, we assume no liability
26+
for the correctness, completeness, or currency of the information provided. The content is
27+
provided "as-is" without any warranty.
28+
29+
We reserve the right to change, supplement, or delete content without prior notice.
30+
31+
## External Links
32+
33+
We are not responsible for the content of external websites linked from this site.
34+
The operators of linked sites are solely responsible for their content.
35+
36+
## Copyright and License
37+
38+
This website and its content are licensed under the
39+
[Creative Commons Attribution 4.0 International License](https://creativecommons.org/licenses/by/4.0/).
40+
41+
The Association "Cloud Native Suisse Romande" is a community-driven project operated by volunteers
42+
and community leaders.
43+
44+
## Contacts
45+
46+
For general inquiries about the association,
47+
please use our [contact email](./contacts.md)
48+
49+
## Last Updated
50+
51+
{{ page.meta.date }}

mkdocs.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ site_description: >-
44
within the Suisse Romande region.
55
copyright: >-
66
Copyright © 2024-2026 - Association "Cloud Native Suisse Romande" and all contributors.
7-
The content and the license are licensed under CC BY 4.0
7+
The content and the license are licensed under CC BY 4.0.<br/>
8+
<a href="https://www.cloud-native-romandy.ch/privacy-policy">Privacy Policy</a> - <a href="https://www.cloud-native-romandy.ch/impressum">Impressum</a> - <a href="https://www.cloud-native-romandy.ch/contacts">Contacts</a>
89
repo_url: https://github.com/cloud-native-suisse-romande/website
910
repo_name: GitHub Repo
1011
edit_uri: edit/main/
@@ -38,10 +39,12 @@ nav:
3839
- Code of Conduct: governance/bylaws/CODE_OF_CONDUCT.md
3940
- Membership Process: governance/policies/2_membership-process.md
4041
- Resources:
42+
- Contacts: contacts.md
4143
- Privacy Policy: governance/policies/1_privacy-policy.md
44+
- Impressum: impressum.md
4245
- Contributing to this Site: CONTRIBUTING.md
4346
- Content License: LICENSE.txt
44-
- Contacts: contacts.md
47+
4548

4649
plugins:
4750
- search
@@ -72,6 +75,7 @@ plugins:
7275
redirect_maps:
7376
'events/kcd/README.md': https://kcd.cloud-native-romandy.ch/
7477
'kcd2025/README.md': https://kcd.cloud-native-romandy.ch/
78+
'privacy-policy.md': policies/1_privacy-policy/README.md
7579

7680

7781
# Markdown

0 commit comments

Comments
 (0)