Skip to content

Commit

Permalink
Add discord
Browse files Browse the repository at this point in the history
  • Loading branch information
bribes committed Sep 2, 2024
1 parent ee080c5 commit 1f62c95
Show file tree
Hide file tree
Showing 8 changed files with 133 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

Guide to securing your accounts.

https://securing.guide/
https://securing.guide
23 changes: 17 additions & 6 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down Expand Up @@ -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%;
Expand Down
57 changes: 57 additions & 0 deletions discord.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
<!DOCTYPE html>
<html dir="ltr" lang="en-US">

<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />

<title>Discord securing.guide</title>
<meta name="title" content="securing.guide" />
<meta name="description" content="A Discord account securing guide." />
<meta name="theme-color" content="#ffffff" />

<meta property="og:type" content="website">
<meta property="og:url" content="https://securing.guide" />
<meta property="og:image" content="https://securing.guide/icons/discord.png" />
<meta property="og:title" content="securing.guide" />
<meta property="og:site_name" content="securing.guide" />
<meta property="og:description" content="A Discord account securing guide." />

<meta property="twitter:url" content="https://securing.guide" />
<meta property="twitter:title" content="securing.guide" />
<meta property="twitter:description" content="A Discord account securing guide." />
<meta property="twitter:image" content="https://securing.guide/icons/discord.png" />

<link rel="stylesheet" href="./css/style.css">
<link rel="preconnect" href="https://cdnjs.cloudflare.com">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inconsolata:[email protected]&display=swap" rel="stylesheet">

<link rel="icon" href="/favicon.ico">
<link rel="apple-touch-icon" href="/favicon.ico">

<script src="./guides/discord.js"></script>
<script src="./js/generate.js" defer></script>
</head>

<body>
<a rel="nofollow" href="https://github.com/bribes/securing.guide" target="_blank" title="GitHub Repository"
class="github"><img src="./icons/github.png" alt="GitHub"></a>
<div class="container">
<h1><a href="/">securing.guide</a><i>/discord</i></h1>
<div class="info discord">
<img src="./icons/discord.png" width="48" alt="Discord" />
<ul id="list">
</ul>
</div>
<div class="paginate">
<a id="prevEl" href="javascript:prevPage()" disabled><</a>
<p id="stepDisplay">step 1 of 1</p>
<a id="nextEl" href="javascript:nextPage()">></a>
</div>
</div>
</body>

</html>
51 changes: 51 additions & 0 deletions guides/discord.js
Original file line number Diff line number Diff line change
@@ -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'"
]
}
]
2 changes: 1 addition & 1 deletion guides/minecraft.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
Expand Down
Binary file added icons/discord.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ <h3>secure your social media accounts</h3>
<img src="./icons/minecraft.png" width="32">
</div>
</a>
<a href="./discord">
<div>
<img src="./icons/discord.png" width="32">
</div>
</a>
<a href="./2fa">
<div>
2FA
Expand Down
2 changes: 1 addition & 1 deletion minecraft.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
class="github"><img src="./icons/github.png" alt="GitHub"></a>
<div class="container">
<h1><a href="/">securing.guide</a><i>/minecraft</i></h1>
<div class="info">
<div class="info minecraft">
<img src="./icons/minecraft.png" width="48" alt="Minecraft" />
<ul id="list">
</ul>
Expand Down

0 comments on commit 1f62c95

Please sign in to comment.