-
Notifications
You must be signed in to change notification settings - Fork 60
Add ilikeapplesandbananas contributor card #47
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
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,42 @@ | ||||||||||||||||||||||
| <article> | ||||||||||||||||||||||
| <h3>Mbesa</h3> | ||||||||||||||||||||||
| <p>Final year, top student studing Computer Science while attending the Bitcoin Lightning Bootcamp</p></br> | ||||||||||||||||||||||
| <h4>Programming languages I use</h4></br> | ||||||||||||||||||||||
|
Comment on lines
+3
to
+4
|
||||||||||||||||||||||
| <il>Python</il> | ||||||||||||||||||||||
| <il>JavaScript</il> | ||||||||||||||||||||||
| <il>TypeScript</il> | ||||||||||||||||||||||
| <il>Rust</il> | ||||||||||||||||||||||
|
Comment on lines
+5
to
+8
|
||||||||||||||||||||||
| <il>Python</il> | |
| <il>JavaScript</il> | |
| <il>TypeScript</il> | |
| <il>Rust</il> | |
| <ul> | |
| <li>Python</li> | |
| <li>JavaScript</li> | |
| <li>TypeScript</li> | |
| <li>Rust</li> | |
| </ul> |
Copilot
AI
Feb 11, 2026
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.
These <li> elements are not inside a <ul>/<ol>, and the first item is closed with </h4> (mismatched tag). This is invalid HTML and may break the page structure; wrap the items in a proper list and fix the closing tag.
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.
Typo in bio: "studing" should be "studying".