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
44 changes: 44 additions & 0 deletions contributors/shec0der.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
<article>
<h3>Innocencia Ndembera</h3>
<p>A Software Engineer and technology community builder from Malawi, passionate about building technology that creates real world impact across Africa. She is the founder of Women in Tech Malawi where she works to increase women's participation in technology through community, mentorship and skills development</p>
<p>She has experience building web and mobile applications and is particularly interested in emerging technologies including Bitcoin, blockchain, AI and decentralised syctems. She is currently exploring the Bitcoin ecosystem and contributing o open-source projects while expanding her understanding of Bitcoin development and infrastructure.</p>
<h4>Programming languages I use</h4>
<section class="container">
<div class="badge" style="background-color: #000000; color: white">Dart</div>
<div class="badge" style="background-color: #f7df1e; color: black;">JavaScript</div>
<div class="badge" style="background-color: #f7df1e; color: black;">Typescript</div>
<div class="badge" style="background-color: #f7df1e; color: black;">SQL</div>
<div class="badge" style="background-color: #f7df1e; color: black;">Kotlin</div>
</section>

<h4>Tools I use</h4>
<section class="container">
<div class="badge" style="background-color: #f7df1e; color: black;">Flutter</div>
<div class="badge" style="background-color: #f7df1e; color: black;">React</div>
<div class="badge" style="background-color: #f7df1e; color: black;">Node.js</div>
<div class="badge" style="background-color: #f7df1e; color: black;">Firebase</div>
<div class="badge" style="background-color: #f7df1e; color: black;">PostgreSQL</div>
<div class="badge" style="background-color: #f7df1e; color: black;">VSCode</div>
<div class="badge" style="background-color: #f7df1e; color: black;">Android Studio</div>
<div class="badge" style="background-color: #f7df1e; color: black;">Vercel</div>
<div class="badge" style="background-color: #f7df1e; color: black;">Railway</div>

</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