Skip to content

Add ilikeapplesandbananas contributor card#47

Merged
kelvinator07 merged 1 commit intobtrust-builders:mainfrom
ilikeapplesandbananas:add-ilikeapplesandbananas
Feb 11, 2026
Merged

Add ilikeapplesandbananas contributor card#47
kelvinator07 merged 1 commit intobtrust-builders:mainfrom
ilikeapplesandbananas:add-ilikeapplesandbananas

Conversation

@ilikeapplesandbananas
Copy link
Contributor

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 February 11, 2026 08:31
Copy link

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 card HTML snippet to be loaded into the main contributors page.

Changes:

  • Added contributors/ilikeapplesandbananas.html contributor card with bio, language badges, tool list, and inline styles.

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

Comment on lines +3 to +4
<p>Final year, top student studing Computer Science while attending the Bitcoin Lightning Bootcamp</p></br>
<h4>Programming languages I use</h4></br>
Copy link

Copilot AI Feb 11, 2026

Choose a reason for hiding this comment

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

</br> is not a valid HTML tag (the line break element is <br> and it doesn’t have an end tag in HTML5). This will show up as a markup/console validation error; prefer removing these and using CSS spacing or replace with a proper <br> where truly needed.

Copilot uses AI. Check for mistakes.
Comment on lines +5 to +8
<il>Python</il>
<il>JavaScript</il>
<il>TypeScript</il>
<il>Rust</il>
Copy link

Copilot AI Feb 11, 2026

Choose a reason for hiding this comment

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

<il> is not a valid HTML element. If these are intended as list items, use <li> inside a <ul>/<ol>; otherwise remove this block and represent languages consistently (e.g., with the existing badge section).

Suggested change
<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 uses AI. Check for mistakes.
Comment on lines +15 to +17
<h4>Tools I use</h4></br>
<li>Windows Powershell</h4>
<li>Polar</li>
Copy link

Copilot AI Feb 11, 2026

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.

Copilot uses AI. Check for mistakes.
@@ -0,0 +1,42 @@
<article>
<h3>Mbesa</h3>
<p>Final year, top student studing Computer Science while attending the Bitcoin Lightning Bootcamp</p></br>
Copy link

Copilot AI Feb 11, 2026

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".

Suggested change
<p>Final year, top student studing Computer Science while attending the Bitcoin Lightning Bootcamp</p></br>
<p>Final year, top student studying Computer Science while attending the Bitcoin Lightning Bootcamp</p></br>

Copilot uses AI. Check for mistakes.
@kelvinator07 kelvinator07 merged commit a830d83 into btrust-builders:main Feb 11, 2026
5 of 6 checks passed
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