DEV Community

Cover image for What are you doing for data privacy day?
manu
manu

Posted on • Updated on

What are you doing for data privacy day?

Data Privacy Day is an international event that occurs every year on 28 January. The purpose of Data Privacy Day is to raise awareness and promote privacy and data protection best practices. It is currently observed in the United States, Canada, Nigeria, Israel and 44 European countries

Discuss: What security measures will you take/already for your project/app/website?

Top comments (12)

Collapse
 
sso profile image
Sall • Edited

Weird because Europe has only 44 countries.

Collapse
 
__manucodes profile image
manu

Wow, I didn't know that!
I copied and pasted the info from google.

I'll fix the post

Collapse
 
sso profile image
Sall

Double check, in case I am wrong. It's hard to find answer directly as there is European Union, Europe as a continent and etc., (similar naming - different countries). I always thought it's 44, but not sure from where I get that number :)

This seems legit:
worldometers.info/geography/how-ma...

Thread Thread
 
__manucodes profile image
manu

https://dev-to-uploads.s3.amazonaws.com/uploads/articles/njo9j0k28omq0rl5d0cx.png

Thread Thread
 
Sloan, the sloth mascot
Comment deleted
 
__manucodes profile image
manu

Hi,
Your request is unclear, but as far as my understanding...

Insert the <script> tag before the </body> tag. (Or the <head> tag if you need it there)

And put the

<div
  id="crowdjet-container"
  data-project-id="494115"
  style="bottom: 90px; right: 20px;">
</div>
<div
  id="crowdjet-expand-container"
  style="bottom: 10px; right: 20px;">
</div>
Enter fullscreen mode Exit fullscreen mode

Anywhere you want in the desired file...

Thread Thread
 
Sloan, the sloth mascot
Comment deleted
 
__manucodes profile image
manu • Edited

Hi, I took a look at your website.
You're using docusaurus.
Take a look at this: stackoverflow.com/questions/656594...

stackoverflow.com/questions/578593...

And as far as I know, you can insert them in your markdown files

Thread Thread
 
Sloan, the sloth mascot
Comment deleted
 
__manucodes profile image
manu

There is an error with your code. Make sure to enclose the tags using a template literal. (`test`)

foo.bar = `test`
Enter fullscreen mode Exit fullscreen mode
Collapse
 
andrewbaisden profile image
Andrew Baisden

A powerful password manager and VPN's.

Collapse
 
__manucodes profile image
manu

My app currently uses AES-256 bit encryption, Argon2 hashing, a VPN, and end-to-end encryption :D