diff --git a/assets/css/dice.css b/assets/css/dice.css index 3ba20df..48ddfb4 100644 --- a/assets/css/dice.css +++ b/assets/css/dice.css @@ -52,3 +52,10 @@ height: auto; } +.responsive-qrcode { + width: 100%; + max-width: 300px; + height: auto; +} + + diff --git a/assets/img/qrcode.png b/assets/img/qrcode.png new file mode 100644 index 0000000..ab138a5 Binary files /dev/null and b/assets/img/qrcode.png differ diff --git a/index.html b/index.html index 4300b02..6104940 100644 --- a/index.html +++ b/index.html @@ -232,7 +232,31 @@
The NIST has since released new password creation guidelines in a document which is rather lengthly, but summarized nicely here. +
+ ++Nope, even the best password in the world won't protect you if it is phished. However, having a password unique to that service will help mitigate the harm. Two Factor Authentication will also help you. +
+ + ++Sure! Here's a handy QR Code that your friends can scan: +
+ + + ++Yes, I created that with my own QR Code Generator. +In the tech industry, we call this dogfooding. :-) +