Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Contributors.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
- [Btrust Builders](https://github.com/btrust-builders)
- [SharonMurugi](https://github.com/SharonMurugi)
- [CasperDkk] (https://github.com/CasperDkk)
- [IbrahimHamid] (https://github.com/Ayrabb)
- [tvpeter](https://github.com/tvpeter)
- [extheoisah](https://github.com/extheoisah)
- [NonsoAmadi](https://github.com/NonsoAmadi10)
32 changes: 32 additions & 0 deletions contributors/Ayrabb.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<article>
<h3>Ibrahim Hamid</h3>
<p>I'm a boy with black hair and brown eyes</p>
<h4>Programming languages I use: JavaScript (React and React Native) and Rust</h4>
<section class="container">
<div class="badge" style="background-color: #000000; color: white">Rust</div>
<div class="badge" style="background-color: #f7df1e; color: black;">JavaScript</div>
</section>

<h4>Tools I use</h4>
<section class="container">
<img class="icon" src="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/bash/bash-original.svg"/>
<img class="icon" src="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/linux/linux-original.svg"/>
</section>
</article>
<style>
body {
font-family: sans-serif;
}
.container {
display: flex;
flex-wrap: wrap;
gap: 1rem;
}
.badge {
padding: 0.5rem;
border-radius: 0.25rem;
}
.icon {
width: 2rem;
}
</style>