diff --git a/README.md b/README.md index cf02d69..7843ee7 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,4 @@ Guide to securing your accounts. -https://securing.guide/ \ No newline at end of file +https://securing.guide \ No newline at end of file diff --git a/css/style.css b/css/style.css index 1caff07..203c78d 100644 --- a/css/style.css +++ b/css/style.css @@ -43,9 +43,26 @@ body { -webkit-font-smoothing: antialiased; position: relative; padding-bottom: 16px; +} + +.info img { + margin: 12px; + margin-left: 4%; + margin-bottom: 3px; +} + +.info.minecraft{ padding-top: 13px; } +.info.discord { + padding-top: 22px; +} + +.discord img { + margin-bottom: 14px; +} + .options { background-color: transparent; border: 1px solid rgba(255, 255, 255, .5); @@ -141,12 +158,6 @@ ul > li:before { text-indent: -5px; } -.info img { - margin: 12px; - margin-left: 4%; - margin-bottom: 3px; -} - .paginate { display: flex; gap: 10%; diff --git a/discord.html b/discord.html new file mode 100644 index 0000000..31c9e5b --- /dev/null +++ b/discord.html @@ -0,0 +1,57 @@ + + + + + + + + + Discord securing.guide + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + GitHub +
+

securing.guide/discord

+
+ Discord + +
+
+ < +

step 1 of 1

+ > +
+
+ + + diff --git a/guides/discord.js b/guides/discord.js new file mode 100644 index 0000000..941ed6a --- /dev/null +++ b/guides/discord.js @@ -0,0 +1,51 @@ +window.steps = [ + { + "points": [ + "Sign in to your account [here](https://discord.com/login)", + "Go to User Settings > My Account", + "Change the email if not on OGE" + ] + }, + { + "points": [ + "Secure the OGE if provided", + "Find the account creation email", + "Ensure the creation dates match" + ] + }, + { + "points": [ + "Change the password", + "Make sure your password is secure", + "Click [here](https://bitwarden.com/password-generator) to generate a password" + ] + }, + { + "points": [ + "Check for a linked phone number", + "If a number exists, change it", + "Use your own number if possible" + ] + }, + { + "points": [ + "Turn off 2FA", + "Remove SMS backup and security keys", + "Enable 2FA with an [authenticator](https://securing.guide/2fa)" + ] + }, + { + "points": [ + "Go back to User Settings", + "Click on 'Authorized Apps'", + "Remove all third-party apps" + ] + }, + { + "points": [ + "Go to User Settings > Devices", + "Remove any existing sessions", + "Click on 'Log out all known devices'" + ] + } +] \ No newline at end of file diff --git a/guides/minecraft.js b/guides/minecraft.js index 8ce35ef..a35c84a 100644 --- a/guides/minecraft.js +++ b/guides/minecraft.js @@ -15,7 +15,7 @@ window.steps = [ }, { "points": [ - "Go to the [Security](https://account.microsoft.com/security) tab ", + "Go to the [Security](https://account.microsoft.com/security) tab", "Click on [Manage how I sign in](https://account.live.com/proofs/manage/additional)", "Add your own recovery email" ] diff --git a/icons/discord.png b/icons/discord.png new file mode 100644 index 0000000..061cd04 Binary files /dev/null and b/icons/discord.png differ diff --git a/index.html b/index.html index eec4ed6..d6bb303 100644 --- a/index.html +++ b/index.html @@ -46,6 +46,11 @@

secure your social media accounts

+ +
+ +
+
2FA diff --git a/minecraft.html b/minecraft.html index 07e3dc1..f4fa90f 100644 --- a/minecraft.html +++ b/minecraft.html @@ -41,7 +41,7 @@ class="github">GitHub

securing.guide/minecraft

-
+
Minecraft