-
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.
Criação dos termos de uso do ambiente
- Loading branch information
1 parent
727caa0
commit cccaf4b
Showing
8 changed files
with
806 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<p>Atualizado em 28 de agosto de 2024</p> | ||
<p>Autorizo, para todos os fins em direito admitidos, a publicização de minha imagem, áudio, fotografias e vídeos, na | ||
Plataforma Mapa Cultural. | ||
A autorização neste termo especificada é gratuita e irá perdurar enquanto meu cadastro estiver ativo no sistema. Por | ||
ser esta expressão de minha vontade, nada terei a reclamar a título de direitos conexos à minha imagem e áudio. | ||
Meu consentimento pode ser revogado a qualquer momento mediante manifestação expressa, por procedimento gratuito e | ||
facilitado, poderá fazê-lo entrando em contato com Bárbara Kristensen, encarregada dos dados e produtora cultural do | ||
CIM-AMFRI, através do e-mail <a href="[email protected]"><strong>@cim-amfri.sc.gov.br</strong></a></p> | ||
<p>Versão atualizada em 28 de agosto de 2024.</p> | ||
<p><strong>Consórcio Intermunicipal Multifinalitário (CIM-AMFRI)</strong></p> | ||
<p><strong>Associação dos Municípios da Região da Foz do Rio Itajaí (AMFRI)</strong></p> |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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,24 @@ | ||
<?php | ||
use MapasCulturais\i; | ||
return [ | ||
'module.LGPD' => [ | ||
'termsOfUsage'=>[ | ||
'title'=> 'Termos de Uso', | ||
'text'=> file_get_contents(__DIR__ . '/lgpd-terms/terms-of-usage.html'), | ||
'buttonText' => i::__('Aceito os termos de uso') | ||
], | ||
'privacyPolicy' => [ | ||
'title'=> 'Política de Privacidade', | ||
'text'=> file_get_contents(__DIR__ . '/lgpd-terms/privacy-policy.html'), | ||
'buttonText' => i::__('Aceito as políticas de privacidade') | ||
], | ||
'termsUse' => [ | ||
'title'=> 'Autorização de uso de imagem', | ||
'text'=> file_get_contents(__DIR__ . '/lgpd-terms/images-use.html'), | ||
'buttonText' => i::__('Autorização de uso de imagem') | ||
], | ||
] | ||
]; | ||
|
||
|
||
|
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,11 @@ | ||
<p>Atualizado em 28 de agosto de 2024</p> | ||
<p>Autorizo, para todos os fins em direito admitidos, a publicização de minha imagem, áudio, fotografias e vídeos, na | ||
Plataforma Mapa Cultural. | ||
A autorização neste termo especificada é gratuita e irá perdurar enquanto meu cadastro estiver ativo no sistema. Por | ||
ser esta expressão de minha vontade, nada terei a reclamar a título de direitos conexos à minha imagem e áudio. | ||
Meu consentimento pode ser revogado a qualquer momento mediante manifestação expressa, por procedimento gratuito e | ||
facilitado, poderá fazê-lo entrando em contato com Bárbara Kristensen, encarregada dos dados e produtora cultural do | ||
CIM-AMFRI, através do e-mail <a href="[email protected]"><strong>@cim-amfri.sc.gov.br</strong></a></p> | ||
<p>Versão atualizada em 28 de agosto de 2024.</p> | ||
<p><strong>Consórcio Intermunicipal Multifinalitário (CIM-AMFRI)</strong></p> | ||
<p><strong>Associação dos Municípios da Região da Foz do Rio Itajaí (AMFRI)</strong></p> |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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,24 @@ | ||
<?php | ||
use MapasCulturais\i; | ||
return [ | ||
'module.LGPD' => [ | ||
'termsOfUsage'=>[ | ||
'title'=> 'Termos de Uso', | ||
'text'=> file_get_contents(__DIR__ . '/lgpd-terms/terms-of-usage.html'), | ||
'buttonText' => i::__('Aceito os termos de uso') | ||
], | ||
'privacyPolicy' => [ | ||
'title'=> 'Política de Privacidade', | ||
'text'=> file_get_contents(__DIR__ . '/lgpd-terms/privacy-policy.html'), | ||
'buttonText' => i::__('Aceito as políticas de privacidade') | ||
], | ||
'termsUse' => [ | ||
'title'=> 'Autorização de uso de imagem', | ||
'text'=> file_get_contents(__DIR__ . '/lgpd-terms/images-use.html'), | ||
'buttonText' => i::__('Autorização de uso de imagem') | ||
], | ||
] | ||
]; | ||
|
||
|
||
|