Skip to content

Commit

Permalink
add ricky-aufvaa (#66)
Browse files Browse the repository at this point in the history
* add ricky-aufvaa

* Update contributors.js

---------

Co-authored-by: Roshan Jossy <roshanjossey@gmail.com>
  • Loading branch information
ricky-aufvaa and Roshanjossey authored Mar 8, 2025
1 parent 52e60a0 commit 9b0c939
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions contributors/ricky-aufvaa.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
<article>
<h3>ricky-aufvaa</h3>
<p>I am a Gen AI developer</p>
<h4>Programming languages I use</h4>
<section class="container">
<div class="badge" style="background-color: #3874a4; color: white">
Python
</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>

0 comments on commit 9b0c939

Please sign in to comment.