-
-
Notifications
You must be signed in to change notification settings - Fork 473
Add AddiDev95 #1246
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Add AddiDev95 #1246
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,18 @@ | ||
| { | ||
| "name": "MD ADIL", | ||
| "location": "NOIDA, INDIA", | ||
| "bio": "Frontend Devloper Intern ", | ||
| "avatar": "https://github.com/AddiDev95", | ||
| "portfolio": "https://github.com/AddiDev95", | ||
| "skills": ["React", "GITHUB", "JavaScript", "openSource"], | ||
| "social": { | ||
| "GitHub": "https://github.com/your-github-username", | ||
| "LinkedIn": "https://www.linkedin.com/in/adil-saifi-3ab974262/", | ||
| "Instagram": "https://www.instagram.com/adii_worldwide/", | ||
| "Email": "saifiadil1600x@gmail.com", | ||
| "Discord": "https://discord.com/users/your-discord-id", | ||
| "LeetCode": "https://leetcode.com/your-leetcode-username", | ||
|
Comment on lines
+9
to
+14
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Fix broken social link values before publishing this profile. Line 9, Line 13, and Line 14 still use template placeholders, and Line 12 should be a URI ( Suggested patch- "GitHub": "https://github.com/your-github-username",
+ "GitHub": "https://github.com/AddiDev95",
"LinkedIn": "https://www.linkedin.com/in/adil-saifi-3ab974262/",
"Instagram": "https://www.instagram.com/adii_worldwide/",
- "Email": "saifiadil1600x@gmail.com",
- "Discord": "https://discord.com/users/your-discord-id",
- "LeetCode": "https://leetcode.com/your-leetcode-username",
+ "Email": "mailto:saifiadil1600x@gmail.com",
"Reddit": "https://www.reddit.com/user/Itchy-Ad-1484/",
"Unstop": "https://unstop.com/u/saifiadi98066"🤖 Prompt for AI Agents |
||
| "Reddit": "https://www.reddit.com/user/Itchy-Ad-1484/", | ||
| "Unstop": "https://unstop.com/u/saifiadi98066" | ||
| } | ||
| } | ||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -590,5 +590,6 @@ | |||||
| "Ananya-Hegde2001.json", | ||||||
| "TenathDilusha", | ||||||
| "anmolsah.json", | ||||||
| "hitendras510.json" | ||||||
| "hitendras510.json", | ||||||
| "AddiDev95.json " | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Remove trailing whitespace from filename entry to prevent runtime 404. Line 594 includes a trailing space ( Suggested patch- "AddiDev95.json "
+ "AddiDev95.json"📝 Committable suggestion
Suggested change
🤖 Prompt for AI Agents |
||||||
| ] | ||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Correct the bio typo for profile quality.
Line 4 contains a typo: “Devloper” → “Developer”.
🤖 Prompt for AI Agents