Skip to content

Added rakeshdintakurthi#1058

Open
rakeshdintakurthi wants to merge 4 commits intoRoshanjossey:mainfrom
rakeshdintakurthi:rakeshdintakurthi
Open

Added rakeshdintakurthi#1058
rakeshdintakurthi wants to merge 4 commits intoRoshanjossey:mainfrom
rakeshdintakurthi:rakeshdintakurthi

Conversation

@rakeshdintakurthi
Copy link
Copy Markdown

@rakeshdintakurthi rakeshdintakurthi commented Apr 4, 2026

Before submitting this pull request, please go through the checklist below.
If you're doing something in the checklist, put an x inside [ ] so that - [ ] becomes - [x]

  • I have added a screenshot from browser with my changes
  • There are no errors in the console
  • I had fun going through this tutorial (ノ^o^)ノ and learned on the way ٩(^◡^)۶
  • There are some things I'd like to improve in this tutorial. I have written them below.

Copilot AI review requested due to automatic review settings April 4, 2026 14:27
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a new contributor profile snippet under contributors/, following the repository’s pattern of an <article> block with inline <style> for per-contributor presentation.

Changes:

  • Added contributors/rakeshdintakurthi.html with a contributor bio, language badges, and tool icons.
  • Included basic CSS for layout (.container) and visual styling (.badge, .icon).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +24 to +36
src="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/visualstudio/visualstudio-original.svg"
/>
<img
class="icon"
src="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/unity/unity-original.svg"
/>
<img
class="icon"
src="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/androidstudio/androidstudio-original.svg"
/>
<img
class="icon"
src="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/laravel/laravel-original.svg"
Copy link

Copilot AI Apr 4, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The tool icons are missing alt text. Add meaningful alt attributes (or alt="" if purely decorative) to improve accessibility and avoid screen readers announcing the raw URL/filename.

Suggested change
src="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/visualstudio/visualstudio-original.svg"
/>
<img
class="icon"
src="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/unity/unity-original.svg"
/>
<img
class="icon"
src="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/androidstudio/androidstudio-original.svg"
/>
<img
class="icon"
src="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/laravel/laravel-original.svg"
src="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/visualstudio/visualstudio-original.svg"
alt="Visual Studio"
/>
<img
class="icon"
src="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/unity/unity-original.svg"
alt="Unity"
/>
<img
class="icon"
src="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/androidstudio/androidstudio-original.svg"
alt="Android Studio"
/>
<img
class="icon"
src="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/laravel/laravel-original.svg"
alt="Laravel"

Copilot uses AI. Check for mistakes.
@rakeshdintakurthi
Copy link
Copy Markdown
Author

@copilot apply changes based on the comments in this thread

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants