Skip to content

Commit

Permalink
Update script.js
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-angelist authored Apr 11, 2024
1 parent 1176a89 commit 06a9ba8
Showing 1 changed file with 7 additions and 14 deletions.
21 changes: 7 additions & 14 deletions script.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,16 @@ const urlRegex = "^https?:\\\/\\\/(www.)?[a-z0-9-_]+\\.[a-z]+(\\\/?[a-zA-Z0-9#-_
const username = "dev-angelist";
const socialMediaLinks = [
{
site: "LinkedIn",
url: "http://bit.ly/40YWaLP",
site: "Twitter",
url: "https://twitter.com/dev4ngelist",
},
{
site: "Medium",
url: "https://medium.com/@dev-angelist",
},
//{
//site: "Twitter",
//url: "https://twitter.com/",
//},
//{
//site: "StackOverflow",
//url: "https://stackoverflow.com/",
//},
{

site: "Personal Website/Blog",
url: "https://bit.ly/3GlLkpw",
url: "https://dev-angelist.gitbook.io/",
},
{
site: "Github",
Expand All @@ -49,8 +44,6 @@ const WelcomeAscii = [
"▓▓▓▓▓▓▓▓▓▓▓▓▓ ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓"
].join('\n');



// loading related..
var isLoading = false;
var loadState = 0;
Expand Down

0 comments on commit 06a9ba8

Please sign in to comment.