-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
51542c2
commit e43f3ff
Showing
5 changed files
with
51 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
title: Mentions légales | ||
template: legal_notices | ||
--- | ||
|
||
## Éditeur | ||
|
||
Le site [blog.sheaft.com](https://blog.sheaft.com/?target=_blank) (ci-après désigné par "le Site") est édité par Sheaft, association loi 1901 (RNA W732010156) dont le siège social est situé 285 route de braille, 73410 Entrelacs (France). | ||
Pour toute demande, vous pouvez nous contacter à l'adresse e-mail : [email protected] | ||
|
||
## Hébergeur | ||
|
||
Le Site est hébergé sur Microsoft Azure. | ||
Microsoft Azure est une plateforme applicative de Microsoft, dont le siège social est situé 39 quai du Président Roosevelt, 92130 Issy-les-Moulineaux, France. | ||
|
||
## Données personnelles | ||
|
||
Les données personnelles collectées sur le Site sont librement fournies par l'utilisateur lorsqu'il s'inscrit à notre newsletter. | ||
Les données collectées sont : le prénom, l'adresse e-mail, et le profil (consommateur, producteur, commerçant, restaurateur, autre) de l'utilisateur, et le(s) type(s) de communication qu'il souhaite recevoir. | ||
Nous utilisons la plateforme emailing Mailchimp. Dans ce cadre, l'utilisateur est informé explicitement que ses données seront transmises à Mailchimp pour traiter son inscription ([en savoir plus](https://mailchimp.com/legal/?target=_blank)). | ||
Pour toute demande concernant ce sujet, contactez notre agent responsable des normes de confidentialité à : [email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 10 additions & 0 deletions
10
user/themes/sheaft-theme/templates/legal_notices.html.twig
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{% extends 'partials/base.html.twig' %} | ||
|
||
{% block content %} | ||
|
||
<div class="legals"> | ||
<h2 class="title">{{ page.title }}</h2> | ||
{{ page.content }} | ||
</div> | ||
|
||
{% endblock %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters