Skip to content

Add GDPR and SOC2 icons to the Trust page #8211

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
novoselt opened this issue Mar 1, 2025 · 0 comments
Closed

Add GDPR and SOC2 icons to the Trust page #8211

novoselt opened this issue Mar 1, 2025 · 0 comments
Assignees
Labels

Comments

@novoselt
Copy link
Collaborator

novoselt commented Mar 1, 2025

https://cocalc.com/policies/trust should state that we are GDPR compliant, something like

GDPR

SageMath, Inc. compliance with GDPR has been verified by our EU and UK representative GDPR Local.

The badge can be inserted via

<div id="gdprVerifier">
    <script>
        (function (w, d, s, o, f, js, fjs) {
            w[o] = w[o] || function () { (w[o].q = w[o].q || []).push(arguments) };
            js = d.createElement(s), fjs = d.getElementsByTagName(s)[0];
            js.id = o; js.src = f; js.async = 1; fjs.parentNode.insertBefore(js, fjs);
        }(window, document, 'script', 'gdprBadge', 'https://cdn.gdprlocal.com/static/widget.js'));
                    
                
                        gdprBadge('init',{element: document.getElementById('gdprVerifier'), verificationId: 'RNCB5WV'});
                    
    </script>
</div>
<style>
    .verificationBadgeContainer
    {
        display:inline-block;
        text-align:left;
    }
</style>


and probably should be placed on a side. While on the side of SOC 2 we should have the attached png
Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants