This repository has been archived by the owner on Aug 7, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8e8c6d2
commit 3a43dc9
Showing
1 changed file
with
77 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,77 @@ | ||
{ | ||
"name": "Jeremy Morgan", | ||
"bio": "Training Architect at Kode Kloud. I'm a blogger, author, and overall geek. Passionate about learning and teaching.", | ||
"links": [ | ||
{ | ||
"name": "My Tech Blog", | ||
"url": "https://www.jeremymorgan.com", | ||
"icon": "SiBlog" | ||
}, | ||
{ | ||
"name": "Twitter", | ||
"url": "https://twitter.com/JeremyCMorgan", | ||
"icon": "SiTwitter" | ||
}, | ||
{ | ||
"name": "YouTube", | ||
"url": "https://www.youtube.com/jeremymorgan", | ||
"icon": "SiYoutube" | ||
}, | ||
{ | ||
"name": "Let's Connect on Linkedin!", | ||
"url": "https://www.linkedin.com/in/jeremycmorgan/", | ||
"icon": "SiLinkedin" | ||
}, | ||
{ | ||
"name": "Dev.to", | ||
"url": "https://dev.to/jeremycmorgan", | ||
"icon": "FaDev" | ||
}, | ||
{ | ||
"name": "GitHub Profile", | ||
"url": "https://github.com/JeremyMorgan", | ||
"icon": "SiGithub" | ||
}, | ||
{ | ||
"name": "Instagram", | ||
"url": "https://www.instagram.com/jeremycmorgan", | ||
"icon": "SiInstagram" | ||
}, | ||
{ | ||
"name": "TikTok", | ||
"url": "https://www.tiktok.com/@jeremycmorgan", | ||
"icon": "SiTiktok" | ||
}, | ||
{ | ||
"name": "Twitch", | ||
"url": "https://www.twitch.tv/jeremymorgan", | ||
"icon": "SiTwitch" | ||
} | ||
], | ||
"tags": [ | ||
"Open Source", | ||
"Linux", | ||
"Python", | ||
"Go", | ||
"DevOps", | ||
"C#", | ||
".NET", | ||
"GenerativeAI", | ||
"AI", | ||
"Developer" | ||
], | ||
"socials": [ | ||
{ | ||
"icon": "SiTwitter", | ||
"url": "https://twitter.com/JeremyCMorgan" | ||
}, | ||
{ | ||
"icon": "SiYoutube", | ||
"url": "https://www.youtube.com/JeremyMorgan" | ||
}, | ||
{ | ||
"icon": "SiLinkedIn", | ||
"url": "https://www.linkedin.com/in/jeremycmorgan/" | ||
} | ||
] | ||
} |