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
40 changes: 40 additions & 0 deletions contributors/Qwezzy.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
<article>
<h3>Khwezi Flatela</h3>
<p>I am a seasoned professional in web application development with an unwavering passion for Information
Technology. I juggle multiple roles - entrepreneur, freelance web developer, and a father.<br>Beyond
professional pursuits, I am dedicated to making a positive impact globally. Proudly representing Africa, I
strive to contribute to making the world a better place. My ambition is rooted in a desire to be successful and
influential on a global scale.<br>Personal Philosophy: "I love life and believe in justice and fairness for
everyone." - Khwezi Flatela</p>
<h4>Programming languages I use is Javascript / PHP / Python</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 are Bash / Linux / Git / Docker / Github / Github Pages / Gitpod Antigravity/ vscode / Figma</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>