Skip to content
Merged
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
34 changes: 34 additions & 0 deletions contributors/hanzo170.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<article>
<h3>HANNA</h3>
<p>Hello! I'm Hanna Fikadu, a high school student from Ethiopia with a strong interest in technology, software development, and Bitcoin. I enjoy learning new programming skills, solving problems, and contributing to open-source projects. I believe that every small contribution helps me grow as a developer and allows me to collaborate with people around the world.
I'm currently building my skills in Git, GitHub, Linux, JavaScript, and Lightning Network development. My goal is to become a skilled software engineer and use technology to create solutions that make a positive impact in my community.
I'm always eager to learn, improve, and take on new challenges. Every project is an opportunity to gain experience and become a better developer.</p>
<h4>Programming languages I use C++</h4>git
<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>
Loading